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

Thread Author Time
Re: proposal: possibility to read dumped table's name from file Stephen Frost 00:18
Re: Remove repeated calls to PQserverVersion Alvaro Herrera 00:19
Re: enable_resultcache confusion David Rowley 00:46
Re: row filtering for logical replication Euler Taveira 00:57
Re: Add proper planner support for ORDER BY / DISTINCT aggregates David Rowley 01:15
Re: Incorrect usage of strtol, atoi for non-numeric junk inputs 📎 Kyotaro Horiguchi 01:35
Re: [PATCH] Pull general SASL framework out of SCRAM Michael Paquier 01:42
Re: Add proper planner support for ORDER BY / DISTINCT aggregates Ranier Vilela 01:45
RE: Partition Check not updated when insert into a partition [email protected] 02:15
Re: Introduce pg_receivewal gzip compression tests Michael Paquier 02:17
Re: [Proposal] Global temporary tables Ming Li 02:56
[PATCH] psql: \dn+ to show size of each schema.. Justin Pryzby 03:07
Re: Detecting File Damage & Inconsistencies Amit Kapila 04:01
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Peter Eisentraut 04:36
Re: proposal: possibility to read dumped table's name from file Pavel Stehule 05:00
Re: [PATCH] psql: \dn+ to show size of each schema.. Ian Lawrence Barwick 05:05
Re: [PATCH] improve the pg_upgrade error message Suraj Kharage 05:27
Re: row filtering for logical replication Amit Kapila 05:39
Re: [PATCH] psql: \dn+ to show size of each schema.. Laurenz Albe 05:42
[PATCH] document 📎 Ian Lawrence Barwick 05:43
Re: [PATCH] psql: \dn+ to show size of each schema.. Pavel Stehule 05:44
Re: [PATCH] document Laurenz Albe 05:45
Re: row filtering for logical replication Amit Kapila 05:46
Re: printf %s with NULL pointer (was Re: BUG #17098: Assert failed on composing an error message when adding a type to an extension being dropped) Laurenz Albe 05:52
Re: printf %s with NULL pointer (was Re: BUG #17098: Assert failed on composing an error message when adding a type to an extension being dropped) Peter Eisentraut 06:05
Re: [HACKERS] logical decoding of two-phase transactions Amit Kapila 06:22
Re: Remove repeated calls to PQserverVersion Daniel Gustafsson 07:02
Re: [PATCH] document pg_encoding_to_char() and pg_char_to_encoding() Ian Lawrence Barwick 07:13
Re: Transactions involving multiple postgres foreign servers, take 2 Masahiko Sawada 07:52
Re: psql - factor out echo code 📎 Fabien COELHO 07:57
Re: Skipping logical replication transactions on subscriber side Masahiko Sawada 08:14
Re: [HACKERS] logical decoding of two-phase transactions 📎 Peter Smith 08:33
Avoid repeated PQfnumber() in pg_dump 📎 [email protected] 08:54
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Magnus Hagander 09:09
Re: row filtering for logical replication Amit Kapila 09:29
Re: Support kerberos authentication for postgres_fdw 📎 Peifeng Qiu 09:30
Re: row filtering for logical replication Amit Kapila 09:38
Re: [HACKERS] Preserving param location Julien Rouhaud 09:46
Re: proposal: possibility to read dumped table's name from file Tomas Vondra 10:08
Re: psql \copy from sends a lot of packets Heikki Linnakangas 10:11
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort 📎 David Rowley 10:13
Re: Added schema level support for publication. 📎 vignesh C 10:16
Re: row filtering for logical replication Tomas Vondra 10:28
Re: Extending amcheck to check toast size and compression Heikki Linnakangas 10:33
Re: Added schema level support for publication. vignesh C 10:37
Re: ERROR: "ft1" is of the wrong type. Michael Paquier 10:55
Re: row filtering for logical replication Dilip Kumar 11:00
Re: alter table set TABLE ACCESS METHOD vignesh C 11:01
Re: Columns correlation and adaptive query optimization vignesh C 11:13
Re: [PATCH] Add extra statistics to explain for Nested Loop vignesh C 11:16
Re: row filtering for logical replication Greg Nancarrow 11:21
Re: [PATCH] Automatic HASH and LIST partition creation Pavel Borisov 11:28
Re: partial heap only tuples vignesh C 11:34
Re: Write visibility map during CLUSTER/VACUUM FULL vignesh C 11:46
Re: WIP: System Versioned Temporal Table vignesh C 11:48
Re: Enhance traceability of wal_level changes for backup management vignesh C 11:58
Re: pg_rewind race condition just after promotion Aleksander Alekseev 12:03
Re: Toast compression method options vignesh C 12:05
Re: [PATCH] Finally split StdRdOptions into HeapOptions and ToastOptions vignesh C 12:09
SI messages sent when excuting ROLLBACK PREPARED command [email protected] 12:11
Re: Polyphase merge is obsolete vignesh C 12:12
Re: ResourceOwner refactoring vignesh C 12:14
Re: logical replication empty transactions 📎 Ajin Cherian 12:30
Re: 回复:Re: Cache relation sizes? Anastasia Lubennikova 12:38
Re: row filtering for logical replication Amit Kapila 12:50
RE: Added schema level support for publication. [email protected] 12:55
Re: libpq compression 📎 Daniil Zakhlystov 13:01
Re: [PATCH] Hooks at XactCommand level 📎 Gilles Darold 13:48
Re: [PATCH] Partial foreign key updates in referential integrity triggers Peter Eisentraut 13:51
Re: Toast compression method options Dilip Kumar 13:57
Re: row filtering for logical replication Alvaro Herrera 14:01
Re: Unused function parameter in get_qual_from_partbound() John Naylor 14:06
Re: ResourceOwner refactoring Alvaro Herrera 14:07
Re: Introduce pg_receivewal gzip compression tests 📎 gkokolatos 14:11
Re: row filtering for logical replication Tomas Vondra 14:16
Re: row filtering for logical replication Tomas Vondra 14:33
Re: ResourceOwner refactoring 📎 Heikki Linnakangas 14:40
Re: row filtering for logical replication Dilip Kumar 14:48
Re: row filtering for logical replication Alvaro Herrera 14:52
Re: row filtering for logical replication Tomas Vondra 14:57
Re: Extending amcheck to check toast size and compression Mark Dilger 14:57
Re: Incorrect usage of strtol, atoi for non-numeric junk inputs Alvaro Herrera 15:02
Re: Polyphase merge is obsolete 📎 Heikki Linnakangas 15:04
Re: row filtering for logical replication Tomas Vondra 15:08
Re: row filtering for logical replication Alvaro Herrera 15:13
Re: ResourceOwner refactoring Zhihong Yu 15:18
Re: Avoid repeated PQfnumber() in pg_dump Justin Pryzby 15:21
Re: ResourceOwner refactoring Heikki Linnakangas 15:26
Re: libpq compression vignesh C 15:38
Re: Extending amcheck to check toast size and compression Mark Dilger 15:38
Re: ResourceOwner refactoring Zhihong Yu 15:41
Re: [PATCH] Allow multiple recursive self-references vignesh C 15:45
Re: DROP INDEX CONCURRENTLY on partitioned index vignesh C 15:48
Re: [HACKERS] GSoC 2017: Foreign Key Arrays vignesh C 15:50
Re: Implementing Incremental View Maintenance vignesh C 15:52
Re: Make Append Cost aware of some run time partition prune case vignesh C 15:55
Re: [PATCH] New default role allowing to change per-role/database settings vignesh C 15:59
Re: Reduce the number of special cases to build contrib modules on windows vignesh C 16:01
Re: Release SPI plans for referential integrity with DISCARD ALL vignesh C 16:03
Re: Have I found an interval arithmetic bug? Zhihong Yu 16:03
Re: [HACKERS] GSoC 2017: Foreign Key Arrays Alvaro Herrera 16:07
Re: storing an explicit nonce vignesh C 16:15
Re: VACUUM (DISABLE_PAGE_SKIPPING on) vignesh C 16:22
Re: printf %s with NULL pointer (was Re: BUG #17098: Assert failed on composing an error message when adding a type to an extension being dropped) Tom Lane 16:26
Re: row filtering for logical replication Euler Taveira 16:30
Re: printf %s with NULL pointer (was Re: BUG #17098: Assert failed on composing an error message when adding a type to an extension being dropped) Tom Lane 16:41
Re: free C string Tom Lane 17:17
free C string 📎 Zhihong Yu 17:19
Re: row filtering for logical replication Euler Taveira 17:25
Re: SI messages sent when excuting ROLLBACK PREPARED command Tom Lane 17:36
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort 📎 Ranier Vilela 17:55
Re: Replacing pg_depend PIN entries with a fixed range check John Naylor 17:56
Re: CREATE TABLE .. PARTITION OF fails to preserve tgenabled for inherited row triggers 📎 Alvaro Herrera 18:02
Re: [HACKERS] Preserving param location Tom Lane 18:02
Remove redundant Assert(PgArchPID == 0); in PostmasterStateMachine 📎 Bharath Rupireddy 18:08
Re: PROXY protocol support Jacob Champion 18:23
Re: free C string 📎 Zhihong Yu 18:29
Re: row filtering for logical replication Euler Taveira 18:30
pg_upgrade does not upgrade pg_stat_statements properly Dave Cramer 18:38
Re: CREATE TABLE .. PARTITION OF fails to preserve tgenabled for inherited row triggers Zhihong Yu 18:42
Re: pg_upgrade does not upgrade pg_stat_statements properly David G. Johnston 18:47
Re: pg_upgrade does not upgrade pg_stat_statements properly Dave Cramer 18:58
Re: pg_upgrade does not upgrade pg_stat_statements properly David G. Johnston 19:09
Re: BUG #16583: merge join on tables with different DB collation behind postgres_fdw fails Ibrar Ahmed 19:16
Re: pg_upgrade does not upgrade pg_stat_statements properly Dave Cramer 19:21
Re: [PATCH] Hooks at XactCommand level Tom Lane 19:26
Re: pg_upgrade does not upgrade pg_stat_statements properly David G. Johnston 19:33
Re: Replacing pg_depend PIN entries with a fixed range check Tom Lane 19:34
Re: [PATCH] Partial foreign key updates in referential integrity triggers Ibrar Ahmed 19:35
Re: free C string Tom Lane 19:36
Re: Remove page-read callback from XLogReaderState. Ibrar Ahmed 19:39
Re: pg_upgrade does not upgrade pg_stat_statements properly Tom Lane 19:43
Re: Replacing pg_depend PIN entries with a fixed range check John Naylor 20:10
Re: Quick tip on building pg with Visual Studio Build Tools 2019 + small patches Andrew Dunstan 20:28
Re: Avoid repeated PQfnumber() in pg_dump Daniel Gustafsson 21:34
Re: automatically generating node support functions Tom Lane 21:42
Re: postgres_fdw - make cached connection functions tests meaningful Tom Lane 22:18
Re: Add missing function abs (interval) Tom Lane 23:29
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort 📎 John Naylor 23:30
Re: [PATCH] Use optimized single-datum tuplesort in ExecSort David Rowley 23:43
Re: CREATE TABLE .. PARTITION OF fails to preserve tgenabled for inherited row triggers 📎 Alvaro Herrera 23:45

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

Browse Archives

Prev | Next