Mailing lists [pgsql-hackers]
- Re: glob support in extension_control_path/dynamic_library_path? Zsolt Parragi
- Re: Add MIN/MAX aggregate support for uuid Tristan Partin
- Re: Add MIN/MAX aggregate support for uuid Zsolt Parragi
- Re: Add MIN/MAX aggregate support for uuid Tristan Partin
- Re: Small patch to improve safety of utf8_to_unicode(). Jeff Davis
- Re: Handle concurrent drop when doing whole database vacuum surya poondla
- Re: The PostgreSQL C Dialect Christophe Pettus
- Re: Add enable_groupagg GUC parameter to control GroupAggregate usage Richard Guo
- Re: Report bytes and transactions actually sent downtream Masahiko Sawada
- Re: uuidv7 improperly accepts dates before 1970-01-01 Baji Shaik
- Re: Small patch to improve safety of utf8_to_unicode(). Jeff Davis
- DOCS - clarify CREATE SUBSCRIPTION only synchronizes sequences when copy_data=true Peter Smith
- Re: Include sequences in publications created by pg_createsubscriber Peter Smith
- RE: 035_standby_logical_decoding might fail due to FATAL message lost inside libpq Hayato Kuroda (Fujitsu)
- Re: uuidv7 improperly accepts dates before 1970-01-01 Kyotaro Horiguchi
- doc: fix pg_stat_autovacuum_scores threshold wording Chao Li
- Re: First draft of PG 19 release notes Chao Li
- Re: Improve UNION's output rowcount estimate Chengpeng Yan
- Re: Add enable_groupagg GUC parameter to control GroupAggregate usage Richard Guo
- Re: Proposal: Conflict log history table for Logical Replication Peter Smith
- Re: doc: fix pg_stat_autovacuum_scores threshold wording Kyotaro Horiguchi
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- In core use of RegisterXactCallback() and RegisterSubXactCallback() Bertrand Drouvot
- Re: Small patch to improve safety of utf8_to_unicode(). Chao Li
- Re: Include sequences in publications created by pg_createsubscriber Ashutosh Sharma
- Re: Handle concurrent drop when doing whole database vacuum cca5507
- Re: Include sequences in publications created by pg_createsubscriber Peter Smith
- Re: doc: fix pg_stat_autovacuum_scores threshold wording Chao Li
- Re: Move system identifier generation to a common helper Imran Zaheer
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: psql: add tab completion for subscription wal_receiver_timeout Chao Li
- Re: Handle concurrent drop when doing whole database vacuum Michael Paquier
- psql internals queries breaks in presence of user-defined operators Kirill Reshke
- Re: Report bytes and transactions actually sent downtream Ashutosh Sharma
- Re: [WIP] Pipelined Recovery Xuneng Zhou
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Michael Paquier
- Re: DDL deparse Vitaly Davydov
- [PATCH] Check dead heap items before marking them unused wufengwufengwufeng@gmail.com
- Re: Support EXCEPT for ALL SEQUENCES publications Shlok Kyal
- plpython: NULL pointer dereference on broken sequence objects Richard Guo
- Re: RFC: Logging plan of the running query Robert Haas
- [BUG] ECPG crash with union type Jehan-Guillaume de Rorthais
- Re: Include sequences in publications created by pg_createsubscriber vignesh C
- Re: Out-of-Cycle release? (was Re: BUG #19490: Streaming standby on 16.14 stops applying WAL on MultiXactOffsetSLRU when primary is 16.8) Andrey Borodin
- Re: Out-of-Cycle release? (was Re: BUG #19490: Streaming standby on 16.14 stops applying WAL on MultiXactOffsetSLRU when primary is 16.8) Andrey Borodin
- Re: [PATCH] Fix null pointer dereference in PG19 Aleksander Alekseev
- Re: RFC: Logging plan of the running query Andrei Lepikhov
- Re: Show hashed SAOP decision in EXPLAIN Nishant Sharma
- Re: Show hashed SAOP decision in EXPLAIN Andrei Lepikhov
- Re: Avoid orphaned objects dependencies, take 3 Bertrand Drouvot
- Re: Key joins Henson Choi
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: Remove the refint contrib module (for v20) solai v
- Re: Show hashed SAOP decision in EXPLAIN Nishant Sharma
- Fix doc about pg_get_multixact_stats() Yingying Chen
- Re: [PATCH] Prevent repeated deadlock-check signals in standby buffer pin waits Xuneng Zhou
- Re: Deadlock detector fails to activate on a hot standby replica Fujii Masao
- Re: [PATCH] btree_gist: add cross-type integer operator support for GiST Maxime Schoemans
- Re: Adding basic NUMA awareness Jakub Wartak
- RE: Add tests for concurrent DML retry paths in logical replication apply Hayato Kuroda (Fujitsu)
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: Out-of-Cycle release? (was Re: BUG #19490: Streaming standby on 16.14 stops applying WAL on MultiXactOffsetSLRU when primary is 16.8) Emanuele
- Re: In core use of RegisterXactCallback() and RegisterSubXactCallback() Amit Langote
- Re: Fix \crosstabview to honor \pset display_true/display_false Álvaro Herrera
- Re: Key joins Arne Roland
- Re: Deadlock detector fails to activate on a hot standby replica Xuneng Zhou
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: uuidv7 improperly accepts dates before 1970-01-01 Baji Shaik
- Re: [PATCH] Fix minRecoveryPoint not advanced past checkpoint in CreateRestartPoint Nitin Jadhav
- Re: Adding basic NUMA awareness Tomas Vondra
- Re: disallow alter individual column if partition key contains wholerow reference ZizhuanLiu X-MAN
- Re: hashjoins vs. Bloom filters (yet again) Tomas Vondra
- Re: Key joins Henson Choi
- Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f'). Henson Choi
- Re: Proposal: Conflict log history table for Logical Replication Nisha Moond
- Re: psql internals queries breaks in presence of user-defined operators Tom Lane
- Re: glob support in extension_control_path/dynamic_library_path? David E. Wheeler
- Re: glob support in extension_control_path/dynamic_library_path? David E. Wheeler
- Re: In core use of RegisterXactCallback() and RegisterSubXactCallback() Bertrand Drouvot
- Re: [PATCH] COPY TO FORMAT json: respect column list order Baji Shaik
- Re: doc: fix pg_stat_autovacuum_scores threshold wording Sami Imseih
- Re: [PATCH] Check dead heap items before marking them unused Bharath Rupireddy
- Re: Handle concurrent drop when doing whole database vacuum Bharath Rupireddy
- pg_stat_statements: Remove (errcode...) framing parentheses in erport(...) m.litsarev@postgrespro.ru
- Re: enhance wraparound warnings Bharath Rupireddy
- Re: pg_stat_statements: Remove (errcode...) framing parentheses in erport(...) Sami Imseih
- Re: Small patch to improve safety of utf8_to_unicode(). Jeff Davis
- Re: glob support in extension_control_path/dynamic_library_path? Zsolt Parragi
- Re: [PATCH] COPY TO FORMAT json: respect column list order Sami Imseih
- Re: Handle concurrent drop when doing whole database vacuum surya poondla
- Re: More jsonpath methods: translate, split, join Corey Huinker
- Re: Handle concurrent drop when doing whole database vacuum Bharath Rupireddy
- Optimize UUID parse using SIMD Masahiko Sawada
- Re: pg_stat_statements: Remove (errcode...) framing parentheses in erport(...) Sami Imseih
- Re: Add logical_decoding_spill_limit to cap spill file disk usage per slot Bharath Rupireddy
- Re: Optimize UUID parse using SIMD Bharath Rupireddy
- Re: [PATCH] btree_gist: add cross-type integer operator support for GiST Alexander Nestorov
- Re: pg_stat_statements: Remove (errcode...) framing parentheses in erport(...) Tom Lane
- Re: Make pg_prewarm, autoprewarm yield for waiting DDL Bharath Rupireddy
- Re: [BUG] ECPG crash with union type Tom Lane