pgsql-hackers since 2021-07-15 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

July 15, 2021

Thread Author Time
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort Ranier Vilela 00:10
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort David Rowley 00:20
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort Ranier Vilela 00:30
Re: relation OID in ReorderBufferToastReplace error message Jeremy Schneider 00:44
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort David Rowley 01:21
Re: automatically generating node support functions Andres Freund 01:24
Re: row filtering for logical replication Amit Kapila 02:02
Re: row filtering for logical replication Amit Kapila 02:06
Using a stock openssl BIO Andres Freund 02:17
Re: Remove redundant Assert(PgArchPID == 0); in PostmasterStateMachine Michael Paquier 02:21
Re: [HACKERS] Preserving param location Julien Rouhaud 02:28
Re: Parallel scan with SubTransGetTopmostTransaction assert coredump Greg Nancarrow 02:34
Re: Remove redundant Assert(PgArchPID == 0); in PostmasterStateMachine Fujii Masao 02:49
RE: Avoid repeated PQfnumber() in pg_dump [email protected] 02:51
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort 📎 Ranier Vilela 02:55
RE: SI messages sent when excuting ROLLBACK PREPARED command 📎 [email protected] 03:04
Re: row filtering for logical replication Dilip Kumar 04:07
Re: Remove page-read callback from XLogReaderState. 📎 Kyotaro Horiguchi 04:48
Re: ERROR: "ft1" is of the wrong type. Kyotaro Horiguchi 04:51
Re: speed up verifying UTF-8 Amit Khandekar 05:09
RE: logical replication empty transactions [email protected] 05:50
Re: Asymmetric partition-wise JOIN 📎 Andrey Lepikhov 06:32
Re: Reduce lock level for ALTER TABLE ... ADD CHECK .. NOT VALID Simon Riggs 06:47
Re: VACUUM (DISABLE_PAGE_SKIPPING on) Simon Riggs 07:00
Re: Introduce pg_receivewal gzip compression tests Michael Paquier 07:00
Re: Remove redundant Assert(PgArchPID == 0); in PostmasterStateMachine Michael Paquier 07:02
Re: amcheck verification for GiST and GIN 📎 Heikki Linnakangas 07:03
Re: [PATCH] Allow multiple recursive self-references 📎 Denis Hirn 07:18
Re: Incorrect usage of strtol, atoi for non-numeric junk inputs Michael Paquier 07:19
Re: [PATCH] Hooks at XactCommand level Gilles Darold 07:44
Re: Introduce pg_receivewal gzip compression tests gkokolatos 07:48
Re: Enhanced error message to include hint messages for redundant options error Dean Rasheed 08:10
Git revision in tarballs 📎 Magnus Hagander 08:33
Re: [PATCH] Hooks at XactCommand level Gilles Darold 08:59
Speed up COMMIT PREPARED 📎 [email protected] 09:17
RE: Transactions involving multiple postgres foreign servers, take 2 [email protected] 09:25
Re: Keep notnullattrs in RelOptInfo (Was part of UniqueKey patch series) Andy Fan 09:33
Re: BUG #16583: merge join on tables with different DB collation behind postgres_fdw fails Etsuro Fujita 09:35
[PATCH] Add tab-complete for backslash commands 📎 [email protected] 09:46
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort 📎 Ronan Dunklau 10:18
Re: Replace remaining castNode(…, lfirst(…)) and friends calls with l*_node() Dagfinn Ilmari Mannsåker 11:12
Re: Tab completion for CREATE SCHEMAAUTHORIZATION Dagfinn Ilmari Mannsåker 11:13
Re: Introduce pg_receivewal gzip compression tests Michael Paquier 11:35
Re: POC: Cleaning up orphaned files using undo logs vignesh C 11:37
Re: Signed vs Unsigned (take 2) (src/backend/storage/ipc/procarray.c) 📎 Aleksander Alekseev 11:38
Re: Git revision in tarballs Josef Šimánek 11:40
Re: pg_upgrade does not upgrade pg_stat_statements properly Dave Cramer 11:40
Re: Enhanced error message to include hint messages for redundant options error vignesh C 11:42
Re: unnesting multirange data types Alexander Korotkov 11:43
Re: Git revision in tarballs Magnus Hagander 11:44
Re: A qsort template vignesh C 11:49
Re: row filtering for logical replication Greg Nancarrow 11:50
Re: A qsort template John Naylor 11:57
Re: Remove redundant initializations vignesh C 12:03
Re: Removing unneeded self joins vignesh C 12:05
Re: Git revision in tarballs Michael Paquier 12:07
Re: Rename of triggers for partitioned tables vignesh C 12:08
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort Ranier Vilela 12:09
Re: psql - add SHOW_ALL_RESULTS option vignesh C 12:14
Re: postgres_fdw - make cached connection functions tests meaningful vignesh C 12:16
Re: logical decoding and replication of sequences vignesh C 12:17
Re: Split xlog.c vignesh C 12:19
Re: Identify missing publications from publisher while create/alter subscription. 📎 vignesh C 12:27
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort Ronan Dunklau 12:27
Re: Signed vs Unsigned (take 2) (src/backend/storage/ipc/procarray.c) Ranier Vilela 12:31
Re: Introduce pg_receivewal gzip compression tests Michael Paquier 12:35
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort Ranier Vilela 12:38
Re: Rename of triggers for partitioned tables 📎 Arne Roland 12:43
Re: Signed vs Unsigned (take 2) (src/backend/storage/ipc/procarray.c) David Rowley 12:44
Re: Signed vs Unsigned (take 2) (src/backend/storage/ipc/procarray.c) Ranier Vilela 12:54
Re: Signed vs Unsigned (take 2) (src/backend/storage/ipc/procarray.c) 📎 Aleksander Alekseev 13:01
Re: Add proper planner support for ORDER BY / DISTINCT aggregates Ronan Dunklau 13:02
Re: BUG #16583: merge join on tables with different DB collation behind postgres_fdw fails Ibrar Ahmed 13:02
Re: Signed vs Unsigned (take 2) (src/backend/storage/ipc/procarray.c) Ranier Vilela 13:04
Re: Asymmetric partition-wise JOIN Ibrar Ahmed 13:16
Re: SQL:2011 PERIODS vs Postgres Ranges? Ibrar Ahmed 13:20
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort James Coleman 13:44
Re: Introduce pg_receivewal gzip compression tests gkokolatos 13:49
Re: 回复: Why is XLOG_FPI_FOR_HINT always need backups? Fujii Masao 13:50
Re: Git revision in tarballs Tom Lane 13:53
Re: Git revision in tarballs Magnus Hagander 14:04
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort David Rowley 14:19
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort Ranier Vilela 14:19
Re: Inaccurate error message when set fdw batch_size to 0 📎 Bharath Rupireddy 14:24
Re: Use WaitLatch for {pre, post}_auth_delay instead of pg_usleep Bharath Rupireddy 14:26
Re: What are exactly bootstrap processes, auxiliary processes, standalone backends, normal backends(user sessions)? Bharath Rupireddy 14:27
Re: SQL:2011 PERIODS vs Postgres Ranges? Paul A Jungwirth 14:29
Re: Git revision in tarballs Tom Lane 14:35
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort Ranier Vilela 14:45
Re: storing an explicit nonce Bruce Momjian 14:45
Re: What are exactly bootstrap processes, auxiliary processes, standalone backends, normal backends(user sessions)? Justin Pryzby 14:47
Re: Removing unneeded self joins 📎 Andrey Lepikhov 14:49
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort 📎 Ronan Dunklau 14:53
Re: pg_upgrade does not upgrade pg_stat_statements properly David G. Johnston 15:01
Re: pg_upgrade does not upgrade pg_stat_statements properly Dave Cramer 15:09
Re: pg_upgrade does not upgrade pg_stat_statements properly David G. Johnston 15:15
Re: pg_upgrade does not upgrade pg_stat_statements properly David G. Johnston 15:17
Re: pg_upgrade does not upgrade pg_stat_statements properly Dave Cramer 15:21
Re: Removing unneeded self joins Zhihong Yu 15:25
Re: pg_upgrade does not upgrade pg_stat_statements properly David G. Johnston 15:29
Re: unnesting multirange data types Alvaro Herrera 15:29
Re: Transactions involving multiple postgres foreign servers, take 2 Fujii Masao 15:38
Re: Replacing pg_depend PIN entries with a fixed range check Tom Lane 15:43
Re: pg_upgrade does not upgrade pg_stat_statements properly Dave Cramer 15:43
Re: enable_resultcache confusion Bruce Momjian 15:43
Re: psql - add SHOW_ALL_RESULTS option Fabien COELHO 15:46
Re: unnesting multirange data types Tom Lane 15:47
Re: pg_upgrade does not upgrade pg_stat_statements properly Alvaro Herrera 16:11
Re: pg_upgrade does not upgrade pg_stat_statements properly Alvaro Herrera 16:13
Re: pg_upgrade does not upgrade pg_stat_statements properly David G. Johnston 16:15
Re: pg_upgrade does not upgrade pg_stat_statements properly Dave Cramer 16:16
Re: pg_upgrade does not upgrade pg_stat_statements properly David G. Johnston 16:25
Re: unnesting multirange data types Alexander Korotkov 16:26
Re: pg_upgrade does not upgrade pg_stat_statements properly Robert Eckhardt 16:31
Re: pg_upgrade does not upgrade pg_stat_statements properly Dave Cramer 16:35
Re: pg_upgrade does not upgrade pg_stat_statements properly Jan Wieck 16:35
Re: pg_upgrade does not upgrade pg_stat_statements properly Jan Wieck 16:38
Next Steps with Hash Indexes Simon Riggs 16:41
Re: pg_upgrade does not upgrade pg_stat_statements properly David G. Johnston 16:46
Re: pg_upgrade does not upgrade pg_stat_statements properly Jan Wieck 16:58
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort James Coleman 17:00
Re: pg_upgrade does not upgrade pg_stat_statements properly David G. Johnston 17:10
Re: Using a stock openssl BIO Bruce Momjian 17:59
Re: speed up verifying UTF-8 📎 John Naylor 18:12
Re: pg_upgrade does not upgrade pg_stat_statements properly Jan Wieck 18:14
Re: pg_upgrade does not upgrade pg_stat_statements properly Bruce Momjian 18:26
Re: pg_upgrade does not upgrade pg_stat_statements properly David G. Johnston 18:30
Re: Using a stock openssl BIO Andres Freund 18:41
Re: pg_upgrade does not upgrade pg_stat_statements properly Dave Cramer 18:51
Re: Git revision in tarballs Magnus Hagander 18:55
Re: [PATCH] psql: \dn+ to show size of each schema.. 📎 Justin Pryzby 19:07
Re: unnesting multirange data types Jonathan S. Katz 19:26
Re: Removing unneeded self joins Zhihong Yu 19:28
Re: CREATE COLLATION - check for duplicate options and error out if found one 📎 Dean Rasheed 19:34
Re: Avoid repeated PQfnumber() in pg_dump Daniel Gustafsson 19:46
data corruption hazard in reorderbuffer.c 📎 Mark Dilger 20:03
Re: pg_upgrade does not upgrade pg_stat_statements properly David G. Johnston 20:24
Re: data corruption hazard in reorderbuffer.c Mark Dilger 20:51
Re: data corruption hazard in reorderbuffer.c Mark Dilger 21:17
Re: speed up verifying UTF-8 📎 John Naylor 22:00
Re: data corruption hazard in reorderbuffer.c Tomas Vondra 22:32
Re: data corruption hazard in reorderbuffer.c Mark Dilger 23:07
Re: pg_upgrade does not upgrade pg_stat_statements properly Jan Wieck 23:18
Re: pg_upgrade does not upgrade pg_stat_statements properly David G. Johnston 23:31
RE: Speed up COMMIT PREPARED 📎 [email protected] 23:34
Re: Introduce pg_receivewal gzip compression tests Michael Paquier 23:59

July 16, 2021

Thread Author Time
Re: Signed vs Unsigned (take 2) (src/backend/storage/ipc/procarray.c) 📎 Ranier Vilela 01:03
Re: [PATCH] psql: \dn+ to show size of each schema (and \dA+ for AMs) 📎 Justin Pryzby 01:16
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort David Rowley 02:16
Re: row filtering for logical replication 📎 Peter Smith 02:35
Re: [HACKERS] WIP aPatch: Pgbench Serialization and deadlock errors 📎 Yugo NAGATA 03:05
Re: Corrected documentation of data type for the logical replication message formats. Peter Smith 03:21
Re: row filtering for logical replication Amit Kapila 03:26
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort 📎 David Rowley 03:44
Re: alter table set TABLE ACCESS METHOD 📎 Justin Pryzby 03:49
Re: Added schema level support for publication. Greg Nancarrow 03:54
RE: Speed up COMMIT PREPARED [email protected] 04:04
Re: row filtering for logical replication Dilip Kumar 04:40
Re: Introduce pg_receivewal gzip compression tests Michael Paquier 05:08
Re: CREATE COLLATION - check for duplicate options and error out if found one Bharath Rupireddy 05:40
Re: speed up verifying UTF-8 Vladimir Sitnikov 05:44
Re: Improve documentation for pg_upgrade, standbys and rsync 📎 Laurenz Albe 05:46
Re: row filtering for logical replication Amit Kapila 05:49
Re: Add proper planner support for ORDER BY / DISTINCT aggregates David Rowley 06:04
Re: Why ALTER SUBSCRIPTION ... SET (slot_name='none') requires subscription disabled? 📎 Amit Kapila 06:06
Re: [HACKERS] logical decoding of two-phase transactions vignesh C 06:08
Re: Why ALTER SUBSCRIPTION ... SET (slot_name='none') requires subscription disabled? Japin Li 06:13
pgbench: using prepared BEGIN statement in a pipeline could cause an error 📎 Yugo NAGATA 06:30
Re: refactoring basebackup.c 📎 Dilip Kumar 07:13
Re: 回复: Why is XLOG_FPI_FOR_HINT always need backups? 📎 Kyotaro Horiguchi 07:31
Re: row filtering for logical replication Greg Nancarrow 07:37
Re: CREATE COLLATION - check for duplicate options and error out if found one 📎 Dean Rasheed 08:01
A (but copied many) typo of char-mapping tables 📎 Kyotaro Horiguchi 08:02
Re: Minimal logical decoding on standbys 📎 Drouvot, Bertrand 08:07
Re: data corruption hazard in reorderbuffer.c Tomas Vondra 08:21
Re: Remove redundant strlen call in ReplicationSlotValidateName Japin Li 08:35
Re: Why ALTER SUBSCRIPTION ... SET (slot_name='none') requires subscription disabled? 📎 Japin Li 08:42
Re: row filtering for logical replication Tomas Vondra 08:45
Re: [PATCH] psql: \dn+ to show size of each schema (and \dA+ for AMs) Laurenz Albe 09:10
Re: CREATE COLLATION - check for duplicate options and error out if found one Bharath Rupireddy 09:26
Re: [PATCH] Hooks at XactCommand level 📎 Gilles Darold 09:48
Re: Add proper planner support for ORDER BY / DISTINCT aggregates 📎 David Rowley 10:00
Re: speed up verifying UTF-8 John Naylor 10:02
Re: Remove redundant strlen call in ReplicationSlotValidateName David Rowley 10:05
Re: Added schema level support for publication. 📎 vignesh C 10:09
Re: Added schema level support for publication. vignesh C 10:13
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort Ranier Vilela 10:22
Re: Remove redundant strlen call in ReplicationSlotValidateName Japin Li 10:42
Re: Remove redundant strlen call in ReplicationSlotValidateName Ranier Vilela 10:55
Re: CREATE COLLATION - check for duplicate options and error out if found one Dean Rasheed 11:17
Re: Signed vs Unsigned (take 2) (src/backend/storage/ipc/procarray.c) Aleksander Alekseev 12:05
Re: Signed vs Unsigned (take 2) (src/backend/storage/ipc/procarray.c) Ranier Vilela 12:41
Re: Corrected documentation of data type for the logical replication message formats. 📎 vignesh C 13:01
Re: proposal: enhancing plpgsql debug API - returns text value of variable content Aleksander Alekseev 13:05
Re: Add option --drop-cascade for pg_dump/restore vignesh C 13:09
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort James Coleman 13:14
Re: Improve documentation for pg_upgrade, standbys and rsync Stephen Frost 13:17
Re: Add option --drop-cascade for pg_dump/restore Tom Lane 13:40
Re: Add option --drop-cascade for pg_dump/restore Andrew Dunstan 14:00
Added documentation for cascade and restrict option of drop statistics 📎 vignesh C 14:42

Browse Archives

Prev | Next