Mailing lists [pgsql-hackers]
- Re: Improving display of octal GUCs Fabrízio de Royes Mello
- Re: Centralised architecture detection Tom Lane
- Re: DDL deparse Masahiko Sawada
- Re: Global temporary tables Haibo Yan
- remove unnecessary volatile qualifiers Nathan Bossart
- Remove radius from initdb authentication methods Chao Li
- Re: proposal - queryid can be used as filter for auto_explain Zsolt Parragi
- Re: Add pg_stat_kind_info system view Sami Imseih
- Re: Handle concurrent drop when doing whole database vacuum surya poondla
- Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions Matthias van de Meent
- Re: Handle concurrent drop when doing whole database vacuum Michael Paquier
- Re: WAL compression setting after PostgreSQL LZ4 default change Michael Paquier
- Re: Remove radius from initdb authentication methods Thomas Munro
- Re: Support EXCEPT for ALL SEQUENCES publications Peter Smith
- Re: Centralised architecture detection Thomas Munro
- Re: [PATCH v2] Avoid internal error for invalid interval typmods Feng Wu
- Re: Fix HAVING-to-WHERE pushdown with mismatched operator families Tender Wang
- Re: Update EnableTimeoutParams timeout type comment Xuneng Zhou
- Re: WAL compression setting after PostgreSQL LZ4 default change wenhui qiu
- Re: Fix Grammar in Buffer Lock Wait Message Chao Li
- Re: Fix HAVING-to-WHERE pushdown with mismatched operator families Richard Guo
- Re: [PATCH] Document wal_compression=on John Naylor
- Re: proposal - queryid can be used as filter for auto_explain Kyotaro Horiguchi
- Re: Include sequences in publications created by pg_createsubscriber Peter Smith
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade Ajin Cherian
- Re: Refactor function pg_get_multixact_stats (src/backend/utils/adt/multixactfuncs.c) Michael Paquier
- Re: [PATCH v2] Avoid internal error for invalid interval typmods Haibo Yan
- Re: Add pg_stat_kind_info system view Bertrand Drouvot
- Re: Update EnableTimeoutParams timeout type comment John Naylor
- Re: Add pg_stat_kind_info system view Sami Imseih
- Re: Update EnableTimeoutParams timeout type comment Xuneng Zhou
- Re: Fwd: [PATCH] Support for basic ALTER TABLE progress reporting. solai v
- Re: [PATCH v2] Avoid internal error for invalid interval typmods Feng Wu
- Re: Improve pg_stat_statements scalability Bertrand Drouvot
- Re: DROP INVALID INDEXES command Kirill Reshke
- Re: (SQL/PGQ) Clean up orphaned properties when dropping a label Ashutosh Bapat
- Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Ashutosh Bapat
- Re: Fix HAVING-to-WHERE pushdown with mismatched operator families Tender Wang
- Re: Global temporary tables Japin Li
- Re: DROP INVALID INDEXES command Kirill Reshke
- Re: Improve UNION's output rowcount estimate Richard Guo
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: Add pg_stat_kind_info system view Michael Paquier
- Re: vectorized CRC on ARM64 Peter Eisentraut
- Re: Fix psql pager selection for wrapped expanded output Chao Li
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Prevent crash when calling pgstat functions with unregistered stats kind Bertrand Drouvot
- Re: Handle concurrent drop when doing whole database vacuum cca5507
- Re: Include sequences in publications created by pg_createsubscriber vignesh C
- Re: Global temporary tables Dean Rasheed
- Re: Global temporary tables Dean Rasheed
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: Tighten pg_uhc_verifychar() to enforce CP949 lead/trail byte ranges Henson Choi
- Fix jsonpath .decimal() to honor silent mode Ewan Young
- Re: Prevent crash when calling pgstat functions with unregistered stats kind Ewan Young
- Re: pg_createsubscriber --dry-run logging concerns Peter Eisentraut
- Re: Add pg_stat_kind_info system view Bertrand Drouvot
- Re: Fix floating-point noise in pg_stat_us_to_ms() John Naylor
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement solai v
- Re: Batching in executor Amit Langote
- Re: meson vs. llvm bitcode files Nazir Bilal Yavuz
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Akshay Joshi
- Re: Fix jsonpath .decimal() to honor silent mode Michael Paquier
- Re: RFC: Logging plan of the running query Andrei Lepikhov
- Re: Refactor function pg_get_multixact_stats (src/backend/utils/adt/multixactfuncs.c) Ranier Vilela
- Re: Refactor function pg_get_multixact_stats (src/backend/utils/adt/multixactfuncs.c) Michael Paquier
- Re: Avoid recalculating pgprocno in ProcArrayAdd() solai v
- Re: Refactor function pg_get_multixact_stats (src/backend/utils/adt/multixactfuncs.c) Ranier Vilela
- Re: occasional ECPG failures on dikkop (FreeBSD) Tomas Vondra
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement solai v
- Re: Centralised architecture detection Greg Burd
- Re: Fix mismatched deallocation functions Peter Eisentraut
- Re: md5_password_warnings for password auth with MD5-encrypted passwords Fujii Masao
- Re: Row pattern recognition Tatsuo Ishii
- Re: Coverage (lcov) failing with inconsistent error in versions 2.x Jacob Champion
- Re: Fix jsonpath .decimal() to honor silent mode Ewan Young
- Re: DROP INVALID INDEXES command Roman Khapov
- Re: implement CAST(expr AS type FORMAT 'template') jian he
- Re: REPACK CONCURRENTLY fails on tables with generated columns Antonin Houska
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: Coverage (lcov) failing with inconsistent error in versions 2.x Jonathan Gonzalez V.
- Re: Clear base backup progress reporting on error Fujii Masao
- Re: Relation bulk write facility Andrey Borodin
- Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Ayush Tiwari
- Re: Adding REPACK [concurrently] Heikki Linnakangas
- Re: The PostgreSQL C Dialect jian he
- Re: postgres_fdw: fix cumulative stats after imported foreign-table stats Heikki Linnakangas
- Re: Fix psql pager selection for wrapped expanded output Erik Wienhold
- Re: The PostgreSQL C Dialect jian he
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Marcos Pegoraro
- Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions Kirk Wolak
- Re: Improve row estimation with multi-column unique indexes Anthonin Bonnefoy
- Re: Coverage (lcov) failing with inconsistent error in versions 2.x Jacob Champion
- Re: Allow progress tracking of sub-commands Antonin Houska
- Re: [PATCH] Change wait_time column of pg_stat_lock to double precision Tatsuya Kawata
- auto_explain: limit large values printed in VERBOSE plan Output AGGOUNE, Yanis
- Re: [PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope Tatsuya Kawata
- Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions Kirk Wolak
- Re: implement CAST(expr AS type FORMAT 'template') Haibo Yan
- Re: Wrong query result w/ propgraph single lateral col reference Ashutosh Bapat
- Re: Add pg_stat_kind_info system view Sami Imseih
- Re: Macro redefinition warning after aeb07c55fab5c17a600b77ffcdc3b71425d6a8e7 Masahiko Sawada
- Re: Macro redefinition warning after aeb07c55fab5c17a600b77ffcdc3b71425d6a8e7 Tom Lane
- Add malloc attribute to memory allocation functions Tristan Partin
- Re: [PATCH v1] Allow excluded tables to remain in the pg_restore data-loading path for directory-format dumps Andrey Borodin
- Re: hashjoins vs. bitmap filters Ben Mejia
- Re: proposal - queryid can be used as filter for auto_explain Pavel Stehule
- satisfies_hash_partition crash Robert Haas
- WIP: replacing join_collapse_limit with "join hardness" estimate Tomas Vondra
- psql: Fix \df tab completion for procedures Erik Wienhold
- Re: proposal - queryid can be used as filter for auto_explain Pavel Stehule
- Re: use of SPI by postgresImportForeignStatistics Corey Huinker
- Re: Add MIN/MAX aggregate support for uuid Masahiko Sawada
- Re: Tepid: selective index updates for heap relations Greg Burd
- Re: implement CAST(expr AS type FORMAT 'template') David G. Johnston