pgsql-hackers since 2016-03-25 00:00

The PostgreSQL developers team lives here. Discussion of current development issues, problems and bugs, and proposed new features. If your question cannot be answered by people in the other lists, and it is likely that only a developer will know the answer, you may re-post your question in this list. You must try elsewhere first!

Search the Archives

(enter a message-id to go directly to that message)

Browse Archives

Prev | Next

March 25, 2016

Thread Author Time
Re: Rationalizing code-sharing among src/bin/ directories Michael Paquier 00:13
Re: [WIP] Effective storage of duplicates in B-tree index. Jim Nasby 00:22
Re: [PROPOSAL] VACUUM Progress Checker. Amit Langote 00:23
Re: Proposal: "Causal reads" mode for load balancing reads without stale data Michael Paquier 00:28
Re: Rationalizing code-sharing among src/bin/ directories Tom Lane 00:52
Re: Alter or rename enum value Jim Nasby 02:05
Re: avg,first,last,median in one query Jim Nasby 02:30
Re: Show dropped users' backends in pg_stat_activity Stephen Frost 02:33
Re: Alter or rename enum value Tom Lane 03:27
Re: Rationalizing code-sharing among src/bin/ directories Michael Paquier 03:44
Re: Combining Aggregates David Rowley 03:53
Re: Rationalizing code-sharing among src/bin/ directories Tom Lane 03:55
Re: Performance degradation in commit 6150a1b0 Amit Kapila 03:59
Re: Odd system-column handling in postgres_fdw join pushdown patch Ashutosh Bapat 04:37
Re: Rationalizing code-sharing among src/bin/ directories Michael Paquier 04:43
Re: Optimization for updating foreign tables in Postgres FDW Michael Paquier 06:10
Re: Optimization for updating foreign tables in Postgres FDW Michael Paquier 06:11
Re: pgsql: Move each SLRU's lwlocks to a separate tranche. Andres Freund 07:05
Re: Performance degradation in commit 6150a1b0 Andres Freund 07:08
Re: Proposal: "Causal reads" mode for load balancing reads without stale data 📎 Thomas Munro 07:51
Re: Alter or rename enum value Matthias Kurz 08:13
Re: Odd system-column handling in postgres_fdw join pushdown patch Etsuro Fujita 08:16
Re: [PROPOSAL] VACUUM Progress Checker. Rahila Syed 08:51
Re: [COMMITTERS] pgsql: Move each SLRU's lwlocks to a separate tranche. Robert Haas 12:04
Re: VS 2015 support in src/tools/msvc Robert Haas 12:09
Re: Small patch: fix code duplication in heapam.c Robert Haas 12:15
Re: Small patch: Change calling convention for ShmemInitHash (and fix possible bug) Robert Haas 12:17
Re: Support for N synchronous standby servers - take 2 Robert Haas 12:20
Re: VS 2015 support in src/tools/msvc Michael Paquier 12:31
Re: Small patch: Change calling convention for ShmemInitHash (and fix possible bug) Aleksander Alekseev 12:33
Re: Small patch: Change calling convention for ShmemInitHash (and fix possible bug) Michael Paquier 12:37
Re: Breakage with VACUUM ANALYSE + partitions Michael Paquier 12:41
Re: VS 2015 support in src/tools/msvc Andrew Dunstan 12:48
Re: NOT EXIST for PREPARE Craig Ringer 12:48
Re: 2PC support for pglogical Craig Ringer 12:53
Re: VS 2015 support in src/tools/msvc Robert Haas 12:55
Re: Small patch: fix code duplication in heapam.c Aleksander Alekseev 12:58
Re: VS 2015 support in src/tools/msvc Michael Paquier 13:00
Re: VS 2015 support in src/tools/msvc Michael Paquier 13:05
Re: [PATCH v8] GSSAPI encryption support David Steele 13:10
Re: [COMMITTERS] pgsql: Move each SLRU's lwlocks to a separate tranche. Andres Freund 13:11
Re: [PATCH v8] GSSAPI encryption support Michael Paquier 13:15
Re: Breakage with VACUUM ANALYSE + partitions Thom Brown 13:25
Re: NOT EXIST for PREPARE Merlin Moncure 13:36
Re: [COMMITTERS] pgsql: Move each SLRU's lwlocks to a separate tranche. Robert Haas 13:48
Re: [COMMITTERS] pgsql: Move each SLRU's lwlocks to a separate tranche. Tom Lane 13:48
Re: Proposal: "Causal reads" mode for load balancing reads without stale data Michael Paquier 13:48
Re: [COMMITTERS] pgsql: Move each SLRU's lwlocks to a separate tranche. Andres Freund 14:11
Re: Small patch: Change calling convention for ShmemInitHash (and fix possible bug) Tom Lane 14:15
Re: WIP: Access method extendability 📎 Alexander Korotkov 14:32
Re: Move PinBuffer and UnpinBuffer to atomics Alexander Korotkov 14:39
A question on systable_beginscan() Onder Kalaci 14:49
Re: POC, WIP: OR-clause support for indexes David Steele 15:13
Re: [COMMITTERS] pgsql: Move each SLRU's lwlocks to a separate tranche. 📎 Robert Haas 15:19
Re: unexpected result from to_tsvector David Steele 15:19
Re: multivariate statistics v14 Tomas Vondra 15:32
Re: Small patch: Change calling convention for ShmemInitHash (and fix possible bug) Aleksander Alekseev 15:36
Re: [PATCH] Phrase search ported to 9.6 David Steele 15:42
Re: Breakage with VACUUM ANALYSE + partitions Robert Haas 16:02
Re: WIP: Detecting SSI conflicts before reporting constraint violations David Steele 16:04
Re: [PATCH] Phrase search ported to 9.6 Alexander Korotkov 16:05
Re: Batch update of indexes David Steele 16:06
Re: Improving replay of XLOG_BTREE_VACUUM records David Steele 16:11
Re: PATCH: use foreign keys to improve join estimates v1 David Steele 16:13
Re: unexpected result from to_tsvector Artur Zakirov 16:14
Re: unexpected result from to_tsvector David Steele 16:15
Re: unexpected result from to_tsvector Artur Zakirov 16:25
Re: [PATCH] fix DROP OPERATOR to reset links to itself on commutator and negator Tom Lane 16:39
Re: [COMMITTERS] pgsql: Move each SLRU's lwlocks to a separate tranche. Tom Lane 16:47
Re: Breakage with VACUUM ANALYSE + partitions Andres Freund 16:49
Re: [PATCH] fix DROP OPERATOR to reset links to itself on commutator and negator Robert Haas 16:54
Re: Relation extension scalability 📎 Dilip Kumar 17:05
Re: Move PinBuffer and UnpinBuffer to atomics Dilip Kumar 17:32
Re: [PATH] Jsonb, insert a new value into an array at arbitrary position 📎 Dmitry Dolgov 17:47
Re: dealing with extension dependencies that aren't quite 'e' 📎 Abhijit Menon-Sen 17:57
Re: Improving replay of XLOG_BTREE_VACUUM records Vladimir Borodin 18:09
Re: [PATCH] Phrase search ported to 9.6 📎 Dmitry Ivanov 18:42
Re: Alter or rename enum value Andrew Dunstan 18:50
help for old extension, first_last_agg bug in install with pg9.5 Peter Krauss 18:51
Re: btree_gin and btree_gist for enums Andrew Dunstan 18:55
Re: Alter or rename enum value Jim Nasby 19:17
Re: Alter or rename enum value Gavin Flower 19:22
Re: Alter or rename enum value Christophe Pettus 19:22
Re: Alter or rename enum value 📎 Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?= 19:28
Re: [PATCH] Phrase search ported to 9.6 David Steele 19:30
Re: Alter or rename enum value Jim Nasby 19:31
Re: [PATCH] Phrase search ported to 9.6 Artur Zakirov 19:54
Re: Improve error handling in pltcl Tom Lane 20:11
Can we amend gitignore so git postgresql works with git on windows using Msys/Mingw64 Regina Obe 20:26
Can we amend gitattributes so git postgresql works with git on windows using Msys/Mingw64 Regina Obe 20:38
Re: [PATCH] Phrase search ported to 9.6 David Steele 21:02
Re: Improve error handling in pltcl 📎 Jim Nasby 21:24
Re: multivariate statistics v14 Tom Lane 21:26
Re: Move PinBuffer and UnpinBuffer to atomics Alexander Korotkov 22:26
Getting Citus into (Debian) PGDG Jason Petersen 22:43
Re: Getting Citus into (Debian) PGDG Jason Petersen 23:03

March 26, 2016

Thread Author Time
Re: multivariate statistics v14 📎 Tomas Vondra 02:02
Re: Combining Aggregates 📎 David Rowley 02:07
Re: Relation extension scalability Robert Haas 02:37
Re: Alter or rename enum value Andrew Dunstan 03:11
Re: Speed up Clog Access by increasing CLOG buffers Amit Kapila 04:05
If a schema is created as part of an extension, should all user created tables created in that schema be considered part of the extension? Regina Obe 04:06
Re: Combining Aggregates 📎 David Rowley 04:24
Re: Alter or rename enum value David G. Johnston 04:35
Re: multivariate statistics v14 Tatsuo Ishii 09:18
Re: Relation extension scalability 📎 Dilip Kumar 09:48
Two division by 0 errors in optimizer/plan/planner.c and optimizer/path/costsize.c Piotr Stefaniak 11:12
Re: Can we amend gitignore so git postgresql works with git on windows using Msys/Mingw64 David Rowley 11:55
Re: pg_rewind test race condition..? Michael Paquier 12:27
Re: Alter or rename enum value Andrew Dunstan 12:37
Re: Breakage with VACUUM ANALYSE + partitions Andres Freund 12:39
Building PL/Perl with ActiveState Perl 5.22 and MSVC Victor Wagner 12:43
Re: Can we amend gitignore so git postgresql works with git on windows using Msys/Mingw64 Tom Lane 14:01
Re: If a schema is created as part of an extension, should all user created tables created in that schema be considered part of the extension? Tom Lane 14:16
Re: Alter or rename enum value Tom Lane 14:25
Re: Alter or rename enum value Andrew Dunstan 14:40
Re: Two division by 0 errors in optimizer/plan/planner.c and optimizer/path/costsize.c Tom Lane 14:41
Re: Performance degradation in commit 6150a1b0 Ashutosh Sharma 16:01
Re: If a schema is created as part of an extension, should all user created tables created in that schema be considered part of the extension? Regina Obe 18:11
Re: Two division by 0 errors in optimizer/plan/planner.c and optimizer/path/costsize.c Piotr Stefaniak 18:29
Re: Can we amend gitignore so git postgresql works with git on windows using Msys/Mingw64 Regina Obe 18:30
Re: multivariate statistics v14 Alvaro Herrera 19:09
Typo in comment 📎 Thomas Munro 20:21
Re: Performance degradation in commit 6150a1b0 📎 Ashutosh Sharma 21:04
Re: Proposal: "Causal reads" mode for load balancing reads without stale data 📎 Thomas Munro 22:30
Re: WIP: Detecting SSI conflicts before reporting constraint violations Thomas Munro 23:15
Draft release notes for next week's releases Tom Lane 23:34
Re: Fix for OpenSSL error queue bug Peter Geoghegan 23:48

March 27, 2016

Thread Author Time
Re: Fix for OpenSSL error queue bug Tom Lane 00:01
AssertArg failure in src/backend/executor/functions.c:check_sql_fn_retval() 📎 Piotr Stefaniak 00:14
Re: Draft release notes for next week's releases Jeff Janes 03:45
Re: Draft release notes for next week's releases Tom Lane 03:48
Re: Alter or rename enum value Christophe Pettus 04:43
Re: extend pgbench expressions with functions 📎 Fabien COELHO 09:01
Re: Two division by 0 errors in optimizer/plan/planner.c and optimizer/path/costsize.c 📎 Piotr Stefaniak 09:25
Re: Move PinBuffer and UnpinBuffer to atomics 📎 Alexander Korotkov 09:38
Re: Relation extension scalability 📎 Dilip Kumar 11:52
Re: Relation extension scalability 📎 Dilip Kumar 12:00
Re: Move PinBuffer and UnpinBuffer to atomics Andres Freund 12:07
Re: Move PinBuffer and UnpinBuffer to atomics Andres Freund 12:10
Re: Performance degradation in commit 6150a1b0 Andres Freund 12:15
Re: Move PinBuffer and UnpinBuffer to atomics Dilip Kumar 12:15
Re: Move PinBuffer and UnpinBuffer to atomics Andres Freund 12:18
Re: [PATCH] we have added support for box type in SP-GiST index 📎 Emre Hasegeli 12:35
Re: Alter or rename enum value Andrew Dunstan 12:57
Re: Move PinBuffer and UnpinBuffer to atomics Alexander Korotkov 13:31
Re: Alter or rename enum value Tom Lane 14:20
Re: AssertArg failure in src/backend/executor/functions.c:check_sql_fn_retval() Tom Lane 14:40
Re: GinPageIs* don't actually return a boolean Andres Freund 15:52
Re: Alter or rename enum value Christophe Pettus 17:08
[PATCH] Alter or rename enum value 📎 Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?= 17:30
Re: [PATCH] Alter or rename enum value Marko Tiikkaja 17:43
Re: [PATCH] Alter or rename enum value Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?= 17:58
Re: AssertArg failure in src/backend/executor/functions.c:check_sql_fn_retval() Piotr Stefaniak 19:20
Re: Relation extension scalability Robert Haas 20:25
Automatically add -Wold-style-definition? Andres Freund 20:59
Sync timezone code with upstream release tzcode2016c 📎 Tom Lane 21:14
Re: Automatically add -Wold-style-definition? Tom Lane 21:16
Re: Automatically add -Wold-style-definition? Andres Freund 21:24
Re: pg_rewind just doesn't fsync *anything*? Andres Freund 21:52
Re: Two division by 0 errors in optimizer/plan/planner.c and optimizer/path/costsize.c Tom Lane 22:08
Re: Two division by 0 errors in optimizer/plan/planner.c and optimizer/path/costsize.c Tom Lane 22:22
Re: silent data loss with ext4 / all current versions 📎 Andres Freund 23:25
backup tools ought to ensure created backups are durable Andres Freund 23:30

March 28, 2016

Thread Author Time
Re: pg_rewind just doesn't fsync *anything*? Michael Paquier 00:45
Re: backup tools ought to ensure created backups are durable Michael Paquier 01:11
Re: Relation extension scalability Dilip Kumar 01:51
Re: VS 2015 support in src/tools/msvc Michael Paquier 02:35
Re: Draft release notes for next week's releases Peter Geoghegan 03:43
Re: Draft release notes for next week's releases David G. Johnston 03:51
Nested funtion Sridhar N Bamandlapally 04:14
Re: [HACKERS] Nested funtion Pavel Stehule 04:27
Re: Nested funtion David G. Johnston 04:28
Re: silent data loss with ext4 / all current versions 📎 Michael Paquier 04:49
Re: Relation extension scalability Amit Kapila 05:30
Re: Relation extension scalability Dilip Kumar 06:11
Re: Move PinBuffer and UnpinBuffer to atomics Dilip Kumar 06:18
Re: Support for N synchronous standby servers - take 2 📎 Masahiko Sawada 06:59
Re: Draft release notes for next week's releases Oleg Bartunov 07:08
pthread portability Michael McConville 07:15
Re: Draft release notes for next week's releases Peter Geoghegan 07:21
Re: pgbench stats per script & other stuff 📎 Fabien COELHO 07:32
pgbench - show weight percent 📎 Fabien 07:43
pgbench - remove unused clientDone parameter 📎 Fabien 07:50
Re: pg_xlogdump fails to handle WAL file with multi-page XLP_FIRST_IS_CONTRECORD data Pavan Deolasee 07:51
Re: Proposal: "Causal reads" mode for load balancing reads without stale data Michael Paquier 07:54
Re: Draft release notes for next week's releases Oleg Bartunov 07:55
Re: Draft release notes for next week's releases Peter Geoghegan 08:06
Re: multivariate statistics v14 Tomas Vondra 08:42
Re: multivariate statistics v14 Tomas Vondra 08:49
Re: Support for N synchronous standby servers - take 2 Kyotaro HORIGUCHI 08:50
Re: [PATCH] Phrase search ported to 9.6 Alexander Korotkov 09:13
Postgres_fdw join pushdown - INNER - FULL OUTER join combination generating wrong result Rajkumar Raghuwanshi 09:17
Re: Support for N synchronous standby servers - take 2 Amit Langote 09:25
Re: Draft release notes for next week's releases Oleg Bartunov 09:31
Re: Relation extension scalability 📎 Dilip Kumar 09:32
Re: Two division by 0 errors in optimizer/plan/planner.c and optimizer/path/costsize.c Aleksander Alekseev 09:33
Re: backup tools ought to ensure created backups are durable Magnus Hagander 09:35
Re: Support for N synchronous standby servers - take 2 Masahiko Sawada 09:38
Re: Alter or rename enum value Emre Hasegeli 09:42

Browse Archives

Prev | Next