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
- Re: Include sequences in publications created by pg_createsubscriber Peter Smith
- Re: POC: PLpgSQL FOREACH IN JSON ARRAY Tom Lane
- Re: SLOPE - Planner optimizations on monotonic expressions. Zsolt Parragi
- Re: proposal - queryid can be used as filter for auto_explain Zsolt Parragi
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Zsolt Parragi
- Re: postgres_fdw: fix cumulative stats after imported foreign-table stats Etsuro Fujita
- Re: Global temporary tables Nico Williams
- Re: Support EXCEPT for ALL SEQUENCES publications Peter Smith
- Re: Clear base backup progress reporting on error Chao Li
- Re: doc: fix pg_stat_autovacuum_scores threshold wording Chao Li
- Re: implement CAST(expr AS type FORMAT 'template') Haibo Yan
- Re: Tighten pg_uhc_verifychar() to enforce CP949 lead/trail byte ranges dogeon yoo
- Re: Row pattern recognition Henson Choi
- Re: Row pattern recognition Henson Choi
- Re: Add pg_stat_kind_info system view Sami Imseih
- remove switch statement in vector8_shift_{left,right} Nathan Bossart
- Re: REPACK CONCURRENTLY fails on tables with generated columns Ewan Young
- Re: satisfies_hash_partition crash Ewan Young
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Kyotaro Horiguchi
- Re: Per-thread leak in ECPG's memory.c Thom Brown
- Re: implement CAST(expr AS type FORMAT 'template') jian he
- Re: Prevent crash when calling pgstat functions with unregistered stats kind Bertrand Drouvot
- Re: (SQL/PGQ) Clean up orphaned properties when dropping a label zengman
- Re: Prevent crash when calling pgstat functions with unregistered stats kind Michael Paquier
- Re: Prevent crash when calling pgstat functions with unregistered stats kind Bertrand Drouvot
- Re: implement CAST(expr AS type FORMAT 'template') David G. Johnston
- Re: Prevent crash when calling pgstat functions with unregistered stats kind Michael Paquier
- Re: implement CAST(expr AS type FORMAT 'template') Haibo Yan
- Re: Row pattern recognition jian he
- Escape CR/LF in invalid database, role, and tablespace name errors Chao Li
- Re: Prevent crash when calling pgstat functions with unregistered stats kind Bertrand Drouvot
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Amit Kapila
- Re: proposal - queryid can be used as filter for auto_explain Pavel Stehule
- Re: Prevent crash when calling pgstat functions with unregistered stats kind Bertrand Drouvot
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Xuneng Zhou
- Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Michael Paquier
- Re: satisfies_hash_partition crash Tender Wang
- Re: Fix jsonpath .decimal() to honor silent mode Michael Paquier
- Re: proposal - queryid can be used as filter for auto_explain Pavel Stehule
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Ashutosh Bapat
- Re: Improving tracking/processing of buildfarm test failures Alexander Lakhin
- Re: Prevent crash when calling pgstat functions with unregistered stats kind Michael Paquier
- Re: Prevent crash when calling pgstat functions with unregistered stats kind Bertrand Drouvot
- Re: Changing the state of data checksums in a running cluster Palak Chaturvedi
- Re: Fix jsonpath .decimal() to honor silent mode Ewan Young
- Re: Handle concurrent drop when doing whole database vacuum Kyotaro Horiguchi
- Re: Allow ON CONFLICT DO UPDATE to return EXCLUDED values solai v
- Re: Support EXCEPT for ALL SEQUENCES publications Shlok Kyal
- Re: Update EnableTimeoutParams timeout type comment John Naylor
- Re: Improve pg_stat_statements scalability Kyotaro Horiguchi
- Re: Include sequences in publications created by pg_createsubscriber Shlok Kyal
- Re: Fix floating-point noise in pg_stat_us_to_ms() John Naylor
- Re: DOCS - Clarify that REFRESH SEQUENCES might be using stale publication data Amit Kapila
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: Escape CR/LF in invalid database, role, and tablespace name errors Kyotaro Horiguchi
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Changing the state of data checksums in a running cluster Tomas Vondra
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: Support EXCEPT for TABLES IN SCHEMA publications shveta malik
- Re: [PATCH] Use ssup_datum_*_cmp for int2, oid, and oid8 sort support John Naylor
- Re: Support EXCEPT for TABLES IN SCHEMA publications Amit Kapila
- Re: Global temporary tables Japin Li
- Re: Adding basic NUMA awareness Jakub Wartak
- Re: Deadlock detector fails to activate on a hot standby replica Xuneng Zhou
- Re: Escape CR/LF in invalid database, role, and tablespace name errors Chao Li
- Re: Fix publisher-side sequence permission reporting Amit Kapila
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- jsonpath .double() is a no-op on JSON numbers (differs from string input) Ewan Young
- Re: DROP INVALID INDEXES command Álvaro Herrera
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: RFC: Logging plan of the running query Andrei Lepikhov
- Re: add list of major features to the v19 release notes Michael Banck
- Re: Proposal: Conflict log history table for Logical Replication Shlok Kyal
- Re-read subscription state after lock in AlterSubscription Bertrand Drouvot
- Re: DROP INVALID INDEXES command Andrey Borodin
- Re: Re-read subscription state after lock in AlterSubscription Dilip Kumar
- RE: Re-read subscription state after lock in AlterSubscription Hayato Kuroda (Fujitsu)
- Re: JSON_VALUE/JSON_TABLE DEFAULT expression ignores RETURNING typmod Amit Langote
- [Patch] Fix typo in pg_stat_us_to_ms() Tatsuya Kawata
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Henson Choi
- Re: FOR PORTION OF should reject GENERATED columns Paul A Jungwirth
- Re: [PATCH] Fix null pointer dereference in PG19 Paul A Jungwirth
- Re: DROP INVALID INDEXES command Kirill Reshke
- Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows Paul A Jungwirth
- Re: implement CAST(expr AS type FORMAT 'template') Peter Eisentraut
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions jian he
- Re: Truncate logs by max_log_size Fujii Masao
- json/jsonb cleanup + FmgrInfo caching Robert Haas
- pg_dump: use threads for parallel workers on all platforms Bryan Green
- Re: satisfies_hash_partition crash Robert Haas
- Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows Paul A Jungwirth
- Re: psql: Fix \df tab completion for procedures surya poondla
- Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10 Nathan Bossart
- Re: Truncate logs by max_log_size Jim Jones
- remove VersionedQuery support from psql tab completion Nathan Bossart
- Announcing Release 21 of the PostgreSQL Buildfarm Cient Andrew Dunstan
- Announcing Release 21 of the PostgreSQL Buildfarm Cient Andrew Dunstan
- Re: remove VersionedQuery support from psql tab completion Ayush Tiwari
- Re: proposal - queryid can be used as filter for auto_explain Pavel Stehule
- Re: implement CAST(expr AS type FORMAT 'template') Robert Haas
- Re: implement CAST(expr AS type FORMAT 'template') David G. Johnston
- Re: implement CAST(expr AS type FORMAT 'template') Robert Haas
- GIN amcheck leaks memory in gin_check_parent_keys_consistency Kirill Reshke
- Re: SQL:2011 Application Time Update & Delete Paul A Jungwirth
- add validations for required callbacks during pgstat_register_kind() Sami Imseih
- Re: Report bytes and transactions actually sent downtream Masahiko Sawada
- Re: meson vs. llvm bitcode files Zsolt Parragi
- Re: implement CAST(expr AS type FORMAT 'template') David G. Johnston
- Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows Chao Li
- Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows Paul A Jungwirth
- Re: First draft of PG 19 release notes Andreas Karlsson
- Re: First draft of PG 19 release notes Andreas Karlsson
- Re: remove VersionedQuery support from psql tab completion Tom Lane
- Re: implement CAST(expr AS type FORMAT 'template') Robert Haas
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Zsolt Parragi
- Re: First draft of PG 19 release notes Jacob Champion
- Re: Introduce XID age based replication slot invalidation Masahiko Sawada
- Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Michael Paquier
- Re: [Patch] Fix typo in pg_stat_us_to_ms() Michael Paquier
- Re: add validations for required callbacks during pgstat_register_kind() Michael Paquier
- Re: Use PG_MODULE_MAGIC_EXT macro in modules added in PG19 Michael Paquier
- Re: Use PG_MODULE_MAGIC_EXT macro in modules added in PG19 Robert Haas
- Re: BUG: ReadStream look-ahead exhausts local buffers when effective_io_concurrency>=64 Xuneng Zhou
- Re: satisfies_hash_partition crash Tender Wang
- Re: Row pattern recognition jian he
- Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Ayush Tiwari
- Re: Truncate logs by max_log_size Fujii Masao
- Re: BUG: ReadStream look-ahead exhausts local buffers when effective_io_concurrency>=64 Xuneng Zhou
- Terminology: "temporary relation" vs "temporary table" in tablecmds.c Japin Li
- Re: satisfies_hash_partition crash Ewan Young
- Re: [PATCH] Avoid internal error for invalid interval typmods feng wu
- Re: [PATCH] Avoid internal error for invalid interval typmods feng wu
- Re: [PATCH] Avoid internal error for invalid interval typmods feng wu
- Re: JSON_VALUE/JSON_TABLE DEFAULT expression ignores RETURNING typmod Ewan Young
- Re: WAL compression setting after PostgreSQL LZ4 default change Fujii Masao
- Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Michael Paquier
- Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Michael Paquier
- RE: Re-read subscription state after lock in AlterSubscription Hayato Kuroda (Fujitsu)
- Re: Global temporary tables Japin Li
- Re: Use PG_MODULE_MAGIC_EXT macro in modules added in PG19 Michael Paquier
- Re: DOCS - Clarify that REFRESH SEQUENCES might be using stale publication data Peter Smith
- Can we get rid of TerminateThread() in pg_dump? Thomas Munro
- Re: pg_plan_advice: FOREIGN_JOIN advice generated for a single-relation foreign scan is not round-trip safe Richard Guo
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Possible replace of strncpy on xactdesc.c Mario González Troncoso
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Truncate logs by max_log_size Fujii Masao
- Re: Wrong query result w/ propgraph single lateral col reference Ashutosh Bapat
- Re: Re-read subscription state after lock in AlterSubscription Dilip Kumar
- Re: psql: Fix \df tab completion for procedures Fujii Masao
- Re: Add a statistics view to track usage of deprecated features Shinya Kato
- Re: Batching in executor Amit Langote
- Re: Report bytes and transactions actually sent downtream Ashutosh Sharma
- Re: DROP INVALID INDEXES command Roman Khapov
- Re: Re-read subscription state after lock in AlterSubscription Bertrand Drouvot
- Re: Support EXCEPT for ALL SEQUENCES publications Ashutosh Sharma
- Re: [PATCH v2] Avoid internal error for invalid interval typmods Feng Wu
- Re: CREATE TABLE LIKE INCLUDING TRIGGERS Henson Choi
- Mark class_descr strings for translation Kyotaro Horiguchi
- Re: Adding a stored generated column without long-lived locks Alberto Piai
- Path Traversal Vulnerability in pg_dump Directory Format Dilip Kumar
- Re: GIN amcheck leaks memory in gin_check_parent_keys_consistency Michael Paquier
- RE: Re-read subscription state after lock in AlterSubscription Zhijie Hou (Fujitsu)
- Re: GIN amcheck leaks memory in gin_check_parent_keys_consistency Kirill Reshke
- Re: Mark class_descr strings for translation Ewan Young
- Re: WAL compression setting after PostgreSQL LZ4 default change Japin Li
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: [PATCH] Refactor *_abbrev_convert() functions Aleksander Alekseev
- Re: Re-read subscription state after lock in AlterSubscription Bertrand Drouvot
- Re: postgres_fdw: fix cumulative stats after imported foreign-table stats Etsuro Fujita
- Re: libpq: Process buffered SSL read bytes to support records >8kB on async API Heikki Linnakangas
- Re: Support EXCEPT for ALL SEQUENCES publications Shlok Kyal
- Re: implement CAST(expr AS type FORMAT 'template') Robert Haas
- RE: Re-read subscription state after lock in AlterSubscription Zhijie Hou (Fujitsu)
- Re: SLOPE - Planner optimizations on monotonic expressions. Alexandre Felipe
- Re: hashjoins vs. Bloom filters (yet again) Tomas Vondra
- Re: Re-read subscription state after lock in AlterSubscription Amit Kapila
- Re: pg_plan_advice: FOREIGN_JOIN advice generated for a single-relation foreign scan is not round-trip safe Robert Haas
- Proposal: INSERT ... BY NAME Ayush Tiwari
- Re: REPACK CONCURRENTLY fails on tables with generated columns Alvaro Herrera
- Re: Is there value in having optimizer stats for joins/foreignkeys? Tomas Vondra
- Re: Proposal: Conflict log history table for Logical Replication Nisha Moond
- lazy_scan_heap: avoid vacuum block, already vacuumed (src/backend/access/heap/vacuumlazy.c) Ranier Vilela
- Re: Fix tracing of BackendKeyData and CancelRequest messages Heikki Linnakangas
- Re: Row pattern recognition Tatsuo Ishii
- Re: hashjoins vs. Bloom filters (yet again) Matheus Alcantara
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Rafia Sabih
- Schema-qualify the equality operator when deparsing NULLIF/IS DISTINCT FROM michal.dtz@gmail.com
- Re: pg_plan_advice: add NO_ scan and join method tags Florin Irion
- Re: Can we get rid of TerminateThread() in pg_dump? Bryan Green
- Re: psql tab completion for user functions and if explicitly required also "pg_" Florin Irion
- Re: updates for handling optional argument in system functions Fujii Masao
- Re: Schema-qualify the equality operator when deparsing NULLIF/IS DISTINCT FROM Tom Lane
- Re: updates for handling optional argument in system functions Tom Lane
- Re: REPACK CONCURRENTLY fails on tables with generated columns Ewan Young
- ci: namespace ccache by PostgreSQL major version Nazir Bilal Yavuz
- Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure Peter Eisentraut
- Re: Property graph: fix error handling when dropping non-existent label property Peter Eisentraut
- Re: updates for handling optional argument in system functions Fujii Masao
- Re: Can we get rid of TerminateThread() in pg_dump? Heikki Linnakangas
- Re: Truncate logs by max_log_size Fujii Masao
- Re: Path Traversal Vulnerability in pg_dump Directory Format Jonathan Gonzalez V.
- Re: [PATCH] Resolve iso-8859-1-type literals in GRAPH_TABLE COLUMNS Peter Eisentraut
- Re: Centralised architecture detection Greg Burd
- Remove getpgusername() Thom Brown
- Re: Can we get rid of TerminateThread() in pg_dump? Bryan Green
- Re: Centralised architecture detection Tom Lane
- Re: Re-read subscription state after lock in AlterSubscription Bertrand Drouvot
- Re: Truncate logs by max_log_size Fujii Masao
- Re: add validations for required callbacks during pgstat_register_kind() Sami Imseih
- Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement Florin Irion
- Re: uuidv7 improperly accepts dates before 1970-01-01 Baji Shaik
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: REPACK CONCURRENTLY fails on tables with generated columns Antonin Houska
- Re: uuidv7 improperly accepts dates before 1970-01-01 Zsolt Parragi
- Re: Coverage (lcov) failing with inconsistent error in versions 2.x Álvaro Herrera
- Re: SLOPE - Planner optimizations on monotonic expressions. Zsolt Parragi
- [PATCH v1 0/7] Wait event timing and tracing instrumentation Dmitry Fomin
- Re: [PATCH v1 0/7] Wait event timing and tracing instrumentation Dmitry Fomin
- Re: [PATCH] Fix for bug #19474: LIKE fails to match literal backslashes with nondeterministic collations Tom Lane
- Re: [PATCH v1 0/7] Wait event timing and tracing instrumentation Dmitry Fomin
- Re: A few message wording/formatting cleanup patches Peter Eisentraut
- Bug in asynchronous Append Alexander Korotkov
- Re: Row pattern recognition Henson Choi
- Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore Jelte Fennema-Nio
- Re: Asynchronous MergeAppend Alexander Korotkov
- Re: Global temporary tables Dean Rasheed
- Re: Global temporary tables Dean Rasheed
- Re: uuidv7 improperly accepts dates before 1970-01-01 Baji Shaik
- Re: Can we get rid of TerminateThread() in pg_dump? Thomas Munro
- Re: Can we get rid of TerminateThread() in pg_dump? Thomas Munro
- Re: Global temporary tables Nico Williams
- Re: implement CAST(expr AS type FORMAT 'template') jian he
- Re: Row pattern recognition jian he
- MinGW ccache snafu on CI Thomas Munro
- Re: Fix race condition in pg_get_publication_tables with concurrent DROP TABLE Bharath Rupireddy
- Re: Row pattern recognition Tatsuo Ishii
- Fix races conditions in DropRole() and GrantRole() Bertrand Drouvot
- Re: Re-read subscription state after lock in AlterSubscription Dilip Kumar
- Re: Re-read subscription state after lock in AlterSubscription Bertrand Drouvot
- Re: More jsonpath methods: translate, split, join Florents Tselai
- Re: Row pattern recognition Henson Choi
- Re: Bug in asynchronous Append Etsuro Fujita
- Re: Truncate logs by max_log_size Jim Jones
- Re: Can we get rid of TerminateThread() in pg_dump? Jelte Fennema-Nio
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: postgres_fdw: fix cumulative stats after imported foreign-table stats Chao Li
- Re: Path Traversal Vulnerability in pg_dump Directory Format Dilip Kumar
- Re: Clear base backup progress reporting on error Andrew Dunstan
- Re: PROPERTY GRAPH pg_dump ACL minimization Noah Misch
- Re: Can we get rid of TerminateThread() in pg_dump? Bryan Green
- Re: Can we get rid of TerminateThread() in pg_dump? Bryan Green
- Re: PROPERTY GRAPH pg_dump ACL minimization Tom Lane
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Rui Zhao
- Re: Row pattern recognition Henson Choi
- Re: explain plans for foreign servers dinesh salve
- GIN index fast list search may become un-interruptible for long time. Kirill Reshke
- Yet another bug in nondeterministic LIKE Tom Lane
- Re: Missing FSM Update when Updating VM On-access Andrey Borodin
- Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore Heikki Linnakangas
- Re: Make \d tablename fast again, regression introduced by 85b7efa1cdd Tom Lane
- Re: SQL/JSON json_table plan clause Alexander Korotkov
- Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore Zsolt Parragi
- Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore Heikki Linnakangas
- Re: [PATCH] btree_gist: add cross-type integer operator support for GiST Alexander Nestorov
- Re: Remove getpgusername() Heikki Linnakangas
- Re: [PATCH] Add hook for plugins to acquire sample rows during ANALYZE Samba Siva Reddy Chinta
- Re: support create index on virtual generated column. ZizhuanLiu X-MAN
- Re: Can we get rid of TerminateThread() in pg_dump? Thomas Munro
- [PATCH] Add PROMPT_COMMAND and dynamic prompt support to psql Kirk Roybal
- Re: [PATCH v4] Make NumericVar storage semantics explicit ChenhuiMo
- Re: Global temporary tables John Naylor
- Re: support create index on virtual generated column. ZizhuanLiu X-MAN
- Re: Global temporary tables Dean Rasheed
- Re: Improving display of octal GUCs Tatsuya Kawata
- Re: (SQL/PGQ) Clean up orphaned properties when dropping a label Peter Eisentraut
- inconsistent jsonb 'null' conversions Pavel Stehule
- [PATCH] Remove unused include from analyze.c Dongpo Liu
- Re: inconsistent jsonb 'null' conversions Sehrope Sarkuni
- Re: Fixing MSVC's inability to detect elog(ERROR) does not return Tom Lane
- Re: POC: PLpgSQL FOREACH IN JSON ARRAY Pavel Stehule
- Re: GIN index fast list search may become un-interruptible for long time. Heikki Linnakangas
- Split fd.c into multiple source files Heikki Linnakangas
- Re: Improving display of octal GUCs Tom Lane
- ri_Fast* crash w/ nullable UNIQUE constraint Noah Misch
- Re: ri_Fast* crash w/ nullable UNIQUE constraint Noah Misch
- Re: Fixing MSVC's inability to detect elog(ERROR) does not return David Rowley
- hang during shutdown Jeremy Schneider
- Re: Fixing MSVC's inability to detect elog(ERROR) does not return Tom Lane
- Re: PG19 FK fast path: OOB write and missed FK checks during batched Noah Misch
- Replace pg_atomic_flag with pg_atomic_bool Heikki Linnakangas
- Re: pg_dump: use threads for parallel workers on all platforms Heikki Linnakangas
- Re: Clear base backup progress reporting on error Fujii Masao
- Re: Clear base backup progress reporting on error Fujii Masao
- wait_event_type for WAIT FOR LSN Noah Misch
- Re: add validations for required callbacks during pgstat_register_kind() Michael Paquier
- Re: [PATCH] Warn when io_min_workers exceeds io_max_workers Michael Paquier
- RE: Re-read subscription state after lock in AlterSubscription Hayato Kuroda (Fujitsu)
- Re: Support EXCEPT for TABLES IN SCHEMA publications shveta malik
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade shveta malik
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: DOCS - Clarify that REFRESH SEQUENCES might be using stale publication data Amit Kapila
- Re: Add malloc attribute to memory allocation functions solai v
- Re: Add malloc attribute to memory allocation functions Tom Lane
- Re: postgres_fdw: fix cumulative stats after imported foreign-table stats Etsuro Fujita
- Re: Re-read subscription state after lock in AlterSubscription Amit Kapila
- Re: Re-read subscription state after lock in AlterSubscription Bertrand Drouvot
- Re: hang during shutdown Srinath Reddy Sadipiralla
- Re: wait_event_type for WAIT FOR LSN Xuneng Zhou
- Re: Re-read subscription state after lock in AlterSubscription Bertrand Drouvot
- Re: Row pattern recognition Tatsuo Ishii
- Re: Support EXCEPT for ALL SEQUENCES publications Ashutosh Sharma
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Yilin Zhang
- Re: RFC: Logging plan of the running query torikoshia
- Re: Improving display of octal GUCs Rui Zhao
- Re: hang during shutdown Anthonin Bonnefoy
- Re: [PATCH] Fix null pointer dereference in PG19 Peter Eisentraut
- Re: [RFC PATCH v0 0/7] Add EXPLAIN ANALYZE wait event reporting Ilmar Yunusov
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: File locks for data directory lockfile in the context of Linux namespaces Ilmar Yunusov
- Re: Fix HAVING-to-WHERE pushdown with mismatched operator families Richard Guo
- Re: FOR PORTION OF should reject GENERATED columns Peter Eisentraut
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: ci: namespace ccache by PostgreSQL major version Peter Eisentraut
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks JoongHyuk Shin
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: Include sequences in publications created by pg_createsubscriber Shlok Kyal
- Re: ci: namespace ccache by PostgreSQL major version Nazir Bilal Yavuz
- Re: generic plans and "initial" pruning Ilmar Yunusov
- Re: DROP INVALID INDEXES command Álvaro Herrera
- Re: generic plans and "initial" pruning Amit Langote
- Re: Batching in executor Denis Smirnov
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: Re-read subscription state after lock in AlterSubscription Amit Kapila
- Re: Global temporary tables Dean Rasheed
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: Global temporary tables Dean Rasheed
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: SECURITY LABEL ON PROPERTY GRAPH: supported? Peter Eisentraut
- Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore Jelte Fennema-Nio
- Re: Include sequences in publications created by pg_createsubscriber Ashutosh Sharma
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: REVOKE's CASCADE protection doesn't work with INHERITed table owners Ayush Tiwari
- Re: refactor ExecInitPartitionInfo Heikki Linnakangas
- Re: Implement waiting for wal lsn replay: reloaded Heikki Linnakangas
- Re: Make \d tablename fast again, regression introduced by 85b7efa1cdd Jelte Fennema-Nio
- Scrollable cursors at the protocol level Dave Cramer
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Akshay Joshi
- Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure Ashutosh Bapat
- Re: [PATCH] Resolve iso-8859-1-type literals in GRAPH_TABLE COLUMNS Ashutosh Bapat
- Re: pg_stat_io_histogram Jakub Wartak
- Re: Adding per backend commit and rollback counters Nishant Sharma
- Re: allow spread checkpoints when changing checksums online Tomas Vondra
- Re: PROPERTY GRAPH pg_dump ACL minimization Ashutosh Bapat
- Re: PROPERTY GRAPH pg_dump ACL minimization Ashutosh Bapat
- Re: remove unnecessary volatile qualifiers Heikki Linnakangas
- [PROPOSAL] Natively expose primary key and NOT NULL flags in pgoutput Relation messages 이민재
- pg_threads.h take II Thomas Munro
- Re: File locks for data directory lockfile in the context of Linux namespaces Dmitry Dolgov
- Re: Can we get rid of TerminateThread() in pg_dump? Jelte Fennema-Nio
- Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions Matthias van de Meent
- Re: pg_threads.h take II Thomas Munro
- Re: clean up size_t/ssize_t use with POSIX file system APIs Heikki Linnakangas
- Re: hang during shutdown Jakub Wartak
- Re: Can we get rid of TerminateThread() in pg_dump? Thomas Munro
- Re: RFC: Logging plan of the running query Andrei Lepikhov
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade Rui Zhao
- Re: Tepid: selective index updates for heap relations Greg Burd
- Re: pg_rewind: Skip vanished source files during traversal Heikki Linnakangas
- Re: Fix races conditions in DropRole() and GrantRole() Bertrand Drouvot
- Re: hashjoins vs. Bloom filters (yet again) Tomas Vondra
- Re: meson vs. llvm bitcode files Nazir Bilal Yavuz
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Re: Function scan FDW pushdown Alexander Korotkov
- Re: Path Traversal Vulnerability in pg_dump Directory Format Daniel Gustafsson
- Re: remove VersionedQuery support from psql tab completion Nathan Bossart
- Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions Salma El-Sayed
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Re: PG19 FK fast path: OOB write and missed FK checks during batched Amit Langote
- Re: Possible replace of strncpy on xactdesc.c Daniel Gustafsson
- Re: pg_rewind: Skip vanished source files during traversal Ayush Tiwari
- Re: postgres_fdw: fix cumulative stats after imported foreign-table stats Chao Li
- Re: Bug in asynchronous Append Alexander Pyhalov
- Re: Re-read subscription state after lock in AlterSubscription Bertrand Drouvot
- Re: Replace pg_atomic_flag with pg_atomic_bool Ashutosh Bapat
- Re: VACUUM FULL or CREATE INDEX fails with error: missing chunk number 0 for toast value XXX Matthias van de Meent
- Re: remove unnecessary volatile qualifiers Nathan Bossart
- Re: Replace pg_atomic_flag with pg_atomic_bool Heikki Linnakangas
- Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore Heikki Linnakangas
- Re: Add malloc attribute to memory allocation functions Tristan Partin
- Re: PROPERTY GRAPH pg_dump ACL minimization Robert Haas
- Re: remove switch statement in vector8_shift_{left,right} Nathan Bossart
- Re: satisfies_hash_partition crash Robert Haas
- Re: implement CAST(expr AS type FORMAT 'template') Haibo Yan
- Re: Make \d tablename fast again, regression introduced by 85b7efa1cdd Tom Lane
- Re: Fixing MSVC's inability to detect elog(ERROR) does not return Tom Lane
- Re: [RFC PATCH v0 0/7] Add EXPLAIN ANALYZE wait event reporting Robert Haas
- Re: Coverage (lcov) failing with inconsistent error in versions 2.x Álvaro Herrera
- Add returns_nonnull to infallible allocators Tristan Partin
- Re: Add returns_nonnull to infallible allocators Tristan Partin
- Re: implement CAST(expr AS type FORMAT 'template') Robert Haas
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Robert Haas
- Re: Proposal: Conflict log history table for Logical Replication Robert Haas
- Re: [PATCH] Fix for bug #19474: LIKE fails to match literal backslashes with nondeterministic collations Nitin Motiani
- [PATCH] Collapse consecutive .** accessors for jsonpath exists queries Andrey Rachitskiy
- Re: [PATCH] Fix for bug #19474: LIKE fails to match literal backslashes with nondeterministic collations Tom Lane
- Re: hashjoins vs. Bloom filters (yet again) Robert Haas
- Re: hashjoins vs. Bloom filters (yet again) Robert Haas
- Re: Per-thread leak in ECPG's memory.c Heikki Linnakangas
- Re: PROPERTY GRAPH pg_dump ACL minimization Noah Misch
- Re: pg_threads.h take II Heikki Linnakangas
- Re: pg_threads.h take II dbryan.green@gmail.com
- Re: Can we get rid of TerminateThread() in pg_dump? Heikki Linnakangas
- Re: pg_threads.h take II Heikki Linnakangas
- Re: Can we get rid of TerminateThread() in pg_dump? Heikki Linnakangas
- Re: pg_threads.h take II Bryan Green
- Re: Collation & ctype method table, and extension hooks Jeff Davis
- Selectivity fix for like_fixed_prefix_ci() Jeff Davis
- Re: Make \d tablename fast again, regression introduced by 85b7efa1cdd Jelte Fennema-Nio
- Re: Global temporary tables Zsolt Parragi
- Re: File locks for data directory lockfile in the context of Linux namespaces Zsolt Parragi
- Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore Heikki Linnakangas
- Re: Possible replace of strncpy on xactdesc.c Mario González Troncoso
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Michael Paquier
- Re: Possible replace of strncpy on xactdesc.c Mario González Troncoso
- [PATCH] Limit PL/Perl scalar copies to work_mem Andrey Rachitskiy
- Re: Fix HAVING-to-WHERE pushdown with mismatched operator families Fujii Masao
- Re: Add pg_stat_kind_info system view Tristan Partin
- Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server Jeff Davis
- Re: Use HostsFileName everywhere surya poondla
- Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server Jeff Davis
- Re: JSON_VALUE/JSON_TABLE DEFAULT expression ignores RETURNING typmod Amit Langote
- Re: Collation & ctype method table, and extension hooks Noah Misch
- Re: Fix HAVING-to-WHERE pushdown with mismatched operator families Richard Guo
- Re: Global temporary tables Japin Li
- Re: [PATCH] Limit PL/Perl scalar copies to work_mem Tom Lane
- Re: Use PG_MODULE_MAGIC_EXT macro in modules added in PG19 Michael Paquier
- Re: Support EXCEPT for TABLES IN SCHEMA publications shveta malik
- Re: Row pattern recognition Henson Choi
- Re: implement CAST(expr AS type FORMAT 'template') Haibo Yan
- Re: Row pattern recognition Henson Choi
- Re: [PATCH] Limit PL/Perl scalar copies to work_mem Andrey Rachitskiy
- Re: Replace pg_atomic_flag with pg_atomic_bool Ashutosh Bapat
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions jian he
- Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore Michael Paquier
- Re: Include sequences in publications created by pg_createsubscriber Peter Smith
- Re: Introduce XID age based replication slot invalidation Bharath Rupireddy
- Re: Use HostsFileName everywhere Michael Paquier
- Re: Support EXCEPT for ALL SEQUENCES publications Shlok Kyal
- Re: Add enable_groupagg GUC parameter to control GroupAggregate usage Richard Guo
- Re: Add enable_groupagg GUC parameter to control GroupAggregate usage Richard Guo
- Re: [PATCH] GROUP BY ALL Peter Eisentraut
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Michael Paquier
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Michael Paquier
- Re: Row pattern recognition Henson Choi
- Re: pg_plan_advice: add NO_ scan and join method tags solai v
- Re: Use HostsFileName everywhere Daniel Gustafsson
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions jian he
- Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore Jelte Fennema-Nio
- Re: Bump soft open file limit (RLIMIT_NOFILE) to hard limit on startup Jelte Fennema-Nio
- Reject ill-formed range bounds histograms in pg_restore_attribute_stats() Ewan Young
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: postgres_fdw: fix cumulative stats after imported foreign-table stats Etsuro Fujita
- Re: injection_points: Switch wait/wakeup to use atomics rather than latches Andrey Borodin
- Re: truncating casts of pgoff_t Peter Eisentraut
- Increased SECURITY RISCS from omitting some compikler options when building PG with meson; e.g. -fcf-protection=full Hans Buschmann
- Re: plpython: NULL pointer dereference on broken sequence objects Ewan Young
- Re: BF mamba failure Kouber Saparev
- Re: Function scan FDW pushdown Alexander Pyhalov
- Re: implement CAST(expr AS type FORMAT 'template') Robert Haas
- Re: Increased SECURITY RISCS from omitting some compikler options when building PG with meson; e.g. -fcf-protection=full Peter Eisentraut
- Re: Mark class_descr strings for translation Peter Eisentraut
- Add missing CustomPathMethods on typedefs.list Matheus Alcantara
- Re: ri_Fast* crash w/ nullable UNIQUE constraint Amit Langote
- Re: Schema-qualify the equality operator when deparsing NULLIF/IS DISTINCT FROM michal.dtz@gmail.com
- Re: wait_event_type for WAIT FOR LSN Xuneng Zhou
- Re: Add missing CustomPathMethods on typedefs.list Tom Lane
- Re: postgres_fdw: fix cumulative stats after imported foreign-table stats Chao Li
- Re: Schema-qualify the equality operator when deparsing NULLIF/IS DISTINCT FROM Tom Lane
- Re: wait_event_type for WAIT FOR LSN Alexander Korotkov
- Re: RFC: Logging plan of the running query torikoshia
- Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore Heikki Linnakangas
- Fix duplicate detection for null-treatment window functions Chao Li
- Re: pg_dump: use threads for parallel workers on all platforms Heikki Linnakangas
- Re: Implement waiting for wal lsn replay: reloaded Alexander Korotkov
- Re: Add malloc attribute to memory allocation functions Peter Eisentraut
- Re: Report oldest xmin source when autovacuum cannot remove tuples Shinya Kato
- Re: Add malloc attribute to memory allocation functions Tom Lane
- Re: Add malloc attribute to memory allocation functions Tristan Partin
- Re: Report oldest xmin source when autovacuum cannot remove tuples Shinya Kato
- Re: Report oldest xmin source when autovacuum cannot remove tuples Shinya Kato
- Re: Mark class_descr strings for translation Álvaro Herrera
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Rui Zhao
- Re: Do not lock tables in get_tables_to_repack Álvaro Herrera
- Proposal: new file format for hba/ident/hosts configuration? Zsolt Parragi
- Re: Bug: mdunlinkfiletag unlinks mainfork seg.0 instead of indicated fork+segment Heikki Linnakangas
- Re: TID recycling race during nbtree index-only scans that run on a standby Peter Geoghegan
- Re: hashjoins vs. Bloom filters (yet again) Tomas Vondra
- SPLIT/MERGE use of is_internal=true Noah Misch
- Re: Restructured Shared Buffer Hash Table Heikki Linnakangas
- VS 2026 support on old branches Andrew Dunstan
- Re: allow spread checkpoints when changing checksums online Daniel Gustafsson
- Re: Restructured Shared Buffer Hash Table Thom Brown
- Re: Restructured Shared Buffer Hash Table Heikki Linnakangas
- Re: nbtree: reduce code redundancy by using _bt_getmeta() in _bt_gettrueroot() Heikki Linnakangas
- Re: Proposal: new file format for hba/ident/hosts configuration? Tristan Partin
- Re: Proposal: new file format for hba/ident/hosts configuration? Jacob Champion
- Re: Proposal: new file format for hba/ident/hosts configuration? Tom Lane
- Re: heapam_tuple_complete_speculative : remove unnecessary tuple fetch Heikki Linnakangas
- Re: WAL compression setting after PostgreSQL LZ4 default change Michael Paquier
- Re: hashjoins vs. Bloom filters (yet again) Tomas Vondra
- Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore Jelte Fennema-Nio
- Re: Global temporary tables Dean Rasheed
- Re: WAL compression setting after PostgreSQL LZ4 default change Jelte Fennema-Nio
- Re: Add malloc attribute to memory allocation functions Michael Paquier
- Re: WAL compression setting after PostgreSQL LZ4 default change Christoph Berg
- Re: index prefetching Peter Geoghegan
- Re: Proposal: new file format for hba/ident/hosts configuration? Jacob Champion
- Re: PSQL - prevent describe listing tables that are already in listed schemas Peter Smith
- Re: SQL/JSON json_table plan clause Alexander Korotkov
- Re: Can we get rid of TerminateThread() in pg_dump? Thomas Munro
- Re: Fix unqualified catalog references in psql describe queries Jeff Davis
- Re: VACUUM FULL or CREATE INDEX fails with error: missing chunk number 0 for toast value XXX Michael Paquier
- Re: Small patch to improve safety of utf8_to_unicode(). Jeff Davis
- Re: Propagate stadistinct through GROUP BY/DISTINCT in subqueries and CTEs Richard Guo
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Fujii Masao
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Michael Paquier
- Re: [PATCH] Fix null pointer dereference in PG19 Paul A Jungwirth
- Re: [PATCH] Fix null pointer dereference in PG19 Tom Lane
- Re: Reject ill-formed range bounds histograms in pg_restore_attribute_stats() Michael Paquier
- Re: Support EXCEPT for ALL SEQUENCES publications Peter Smith
- Re: pgsql: Cleanup comments/docs around the new shmem request callbacks Erik Rijkers
- Re: Do not lock tables in get_tables_to_repack cca5507
- Re: pg_recvlogical: send final feedback on SIGINT/SIGTERM exit Fujii Masao
- Re: Restructured Shared Buffer Hash Table Ashutosh Bapat
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade shveta malik
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade shveta malik
- Re: Reject ill-formed range bounds histograms in pg_restore_attribute_stats() Ewan Young
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade shveta malik
- Re: Support EXCEPT for TABLES IN SCHEMA publications Amit Kapila
- Re: injection_points: Switch wait/wakeup to use atomics rather than latches Michael Paquier
- Re: WAL compression setting after PostgreSQL LZ4 default change wenhui qiu
- Re: Add per-backend AIO statistics Michael Paquier
- Re: Proposal: INSERT ... BY NAME solai v
- Re: Wrong query result w/ propgraph single lateral col reference Ashutosh Bapat
- Re: Mark class_descr strings for translation Kyotaro Horiguchi
- Re: injection_points: Switch wait/wakeup to use atomics rather than latches Heikki Linnakangas
- Re: Include sequences in publications created by pg_createsubscriber vignesh C
- Re: Row pattern recognition Henson Choi
- Re: allow spread checkpoints when changing checksums online Daniel Gustafsson
- Re: Can we get rid of TerminateThread() in pg_dump? Jelte Fennema-Nio
- Re: Support EXCEPT for TABLES IN SCHEMA publications shveta malik
- Re: Wrong query result w/ propgraph single lateral col reference Peter Eisentraut
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade Amit Kapila
- AW: Increased SECURITY RISCS from omitting some compikler options when building PG with meson; e.g. -fcf-protection=full Hans Buschmann
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade Amit Kapila
- Re: support create index on virtual generated column. ZizhuanLiu X-MAN
- RE: [PATCH] Preserve replication origin OIDs in pg_upgrade Hayato Kuroda (Fujitsu)
- RE: Add enable_groupagg GUC parameter to control GroupAggregate usage Tatsuro Yamada
- AW: Increased SECURITY RISCS from omitting some compikler options when building PG with meson; e.g. -fcf-protection=full Hans Buschmann
- GRANT ... TABLE for property graph Ashutosh Bapat
- Re: (SQL/PGQ) cache lookup failed for label Ashutosh Bapat
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: use of SPI by postgresImportForeignStatistics Etsuro Fujita
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Re: Support EXCEPT for ALL SEQUENCES publications Shlok Kyal
- Re: POC: PLpgSQL FOREACH IN JSON ARRAY Pavel Stehule
- Re: Add bms_offset_members() function for bitshifting Bitmapsets David Rowley
- Re: Wrong query result w/ propgraph single lateral col reference Ashutosh Bapat
- Re: allow spread checkpoints when changing checksums online Daniel Gustafsson
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Marcos Pegoraro
- pg19b1: TRAP: failed Assert("pgstat_bktype_io_stats_valid(bktype_shstats, MyBackendType)") Justin Pryzby
- Re: json/jsonb cleanup + FmgrInfo caching Andrew Dunstan
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: pg19b1: TRAP: failed Assert("pgstat_bktype_io_stats_valid(bktype_shstats, MyBackendType)") Andrey Rachitskiy
- Re: Proposal: new file format for hba/ident/hosts configuration? Zsolt Parragi
- Re: SQL/JSON json_table plan clause Nikita Malakhov
- Re: Fix tracing of BackendKeyData and CancelRequest messages Anthonin Bonnefoy
- Re: Proposal: new file format for hba/ident/hosts configuration? Zsolt Parragi
- Re: Increased SECURITY RISCS from omitting some compikler options when building PG with meson; e.g. -fcf-protection=full Matthias van de Meent
- Re: Can we get rid of TerminateThread() in pg_dump? Heikki Linnakangas
- Re: Small patch to improve safety of utf8_to_unicode(). Chao Li
- Re: [PATCH] Fix null pointer dereference in PG19 Paul A Jungwirth
- Re: [PATCH] Add RetrieveInstrumentation hook for CustomScan providers Siddharth Kothari
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Rui Zhao
- Re: Truncate logs by max_log_size Jim Jones
- Re: SQL/JSON json_table plan clause Alexander Korotkov
- Re: [PATCH] - Re: libpq: decouple the .pgpass lookup port from the connection port Diego
- Re: libpq: decouple the .pgpass lookup port from the connection port Christoph Berg
- Re: SQL/JSON: JSON_TRANSFORM (SQL standard, subclause 6.44) Srinath Reddy Sadipiralla
- Re: PG20 Minimum Dependency Thread Jacob Champion
- Re: xact_rollback spikes when logical walsender exits Nikolay Samokhvalov
- Re: Implement waiting for wal lsn replay: reloaded Alexander Korotkov
- Re: Add per-backend AIO statistics Andres Freund
- Re: explain plans for foreign servers dinesh salve
- Re: Can we get rid of TerminateThread() in pg_dump? Jelte Fennema-Nio
- Re: [PATCH] Rebuild CHECK constraints after generated column SET EXPRESSION Peter Eisentraut
- Re: Fix SET EXPRESSION for virtual columns with whole-row dependencies Peter Eisentraut
- Re: SPLIT/MERGE use of is_internal=true Alexander Korotkov
- Re: PG20 Minimum Dependency Thread Tom Lane
- Re: [PATCH] Add RetrieveInstrumentation hook for CustomScan providers Tomas Vondra
- Re: PG20 Minimum Dependency Thread Jacob Champion
- Re: libpq: Process buffered SSL read bytes to support records >8kB on async API Peter Eisentraut
- Re: injection_points: Switch wait/wakeup to use atomics rather than latches Andrey Borodin
- Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server Jeff Davis
- [PATCH] ecpg: use memcpy in a few length-based copies Haibo Yan
- Hash index bucket split bug Peter Geoghegan
- Re: Remove the refint contrib module (for v20) Nathan Bossart
- Re: BF mamba failure Michael Paquier
- Re: SPLIT/MERGE use of is_internal=true Noah Misch
- Re: REVOKE's CASCADE protection doesn't work with INHERITed table owners Jacob Champion
- Re: PSQL - prevent describe listing tables that are already in listed schemas Peter Smith
- Re: Add bms_offset_members() function for bitshifting Bitmapsets David Rowley
- Re: s/pg_attribute_always_inline/pg_always_inline/? David Rowley
- Re: Per-table resync for logical replication subscriptions Peter Smith
- Re: s/pg_attribute_always_inline/pg_always_inline/? Tom Lane
- Re: Add enable_groupagg GUC parameter to control GroupAggregate usage Richard Guo
- Re: Include sequences in publications created by pg_createsubscriber Peter Smith
- Re: [PATCH] no table rewrite when set column type to constrained domain jian he
- Fix data checksum processing for temp relations and dropped databases Fujii Masao
- Re: hang during shutdown Jeremy Schneider
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade shveta malik
- Re: Truncate logs by max_log_size Fujii Masao
- Re: remove WaitEventCustomCounterData Michael Paquier
- Re: Add per-backend AIO statistics Bertrand Drouvot
- Re: remove WaitEventCustomCounterData Fujii Masao
- Re: BF mamba failure Bertrand Drouvot
- Re: Fix races conditions in DropRole() and GrantRole() surya poondla
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Re: Possible replace of strncpy on xactdesc.c solai v
- Re: Reject ill-formed range bounds histograms in pg_restore_attribute_stats() Michael Paquier
- Re: PSQL - prevent describe listing tables that are already in listed schemas vignesh C
- Re: PG20 Minimum Dependency Thread Michael Paquier
- Re: [PATCH] no table rewrite when set column type to constrained domain solai v
- Re: Row pattern recognition jian he
- Re: s/pg_attribute_always_inline/pg_always_inline/? Peter Geoghegan
- Re: Possible replace of strncpy on xactdesc.c Kyotaro Horiguchi
- Re: [PATCH] ecpg: use memcpy in a few length-based copies Peter Eisentraut
- Re: Fix races conditions in DropRole() and GrantRole() Bertrand Drouvot
- Re: hang during shutdown Anthonin Bonnefoy
- Re: Fix data checksum processing for temp relations and dropped databases Kyotaro Horiguchi
- Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server Amit Kapila
- Re: implement CAST(expr AS type FORMAT 'template') Peter Eisentraut
- Re: implement CAST(expr AS type FORMAT 'template') Peter Eisentraut
- Re: Truncate logs by max_log_size Jim Jones
- Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore Jelte Fennema-Nio
- Re: [PATCH] Add PROMPT_COMMAND and dynamic prompt support to psql Kirk Roybal
- Re: Fix data checksum processing for temp relations and dropped databases Daniel Gustafsson
- Re: Possible replace of strncpy on xactdesc.c Daniel Gustafsson
- Re: [PATCH] Add RetrieveInstrumentation hook for CustomScan providers Siddharth Kothari
- RE: Parallel Apply Zhijie Hou (Fujitsu)
- Re: [Bug] Add the missing RTE_GRAPH_TABLE case to transformLockingClause() Peter Eisentraut
- Re: [PATCH] Fix null pointer dereference in PG19 Peter Eisentraut
- Re: PSQL - prevent describe listing tables that are already in listed schemas Shlok Kyal
- Re: Include sequences in publications created by pg_createsubscriber vignesh C
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: [Proposal] Adding callback support for custom statistics kinds Peter Eisentraut
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Rendezvous variables: safe to pass an access token between two extensions? Andreas Karlsson
- Re: Hash index bucket split bug Amit Kapila
- RE: Add enable_groupagg GUC parameter to control GroupAggregate usage Tatsuro Yamada
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Akshay Joshi
- Re: Add a hook for handling logical decoding messages on subscribers. Fujii Masao
- Re: Proposal: new file format for hba/ident/hosts configuration? Andrew Dunstan
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Re: Fix duplicate detection for null-treatment window functions Chao Li
- Re: libpq: Process buffered SSL read bytes to support records >8kB on async API Heikki Linnakangas
- Re: Proposal: new file format for hba/ident/hosts configuration? Zsolt Parragi
- Re: [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table Nikita Malakhov
- Re: Proposal: Conflict log history table for Logical Replication Robert Haas
- equalPolicy() doesn't compare the permissive flag Andreas Lind
- Re: REVOKE's CASCADE protection doesn't work with INHERITed table owners Ayush Tiwari
- Re: libpq: Process buffered SSL read bytes to support records >8kB on async API Daniel Gustafsson
- Re: json/jsonb cleanup + FmgrInfo caching Robert Haas
- Re: json/jsonb cleanup + FmgrInfo caching Tom Lane
- Re: [PATCH] Fix null pointer dereference in PG19 Paul A Jungwirth
- Re: Hash index bucket split bug Peter Geoghegan
- Re: Tepid: selective index updates for heap relations Greg Burd
- Re: libpq: Process buffered SSL read bytes to support records >8kB on async API Heikki Linnakangas
- Re: remove WaitEventCustomCounterData Nathan Bossart
- Re: SQL/JSON json_table plan clause Thom Brown
- Re: Hash index bucket split bug Peter Geoghegan
- Re: PG20 Minimum Dependency Thread Jacob Champion
- Re: libpq: Process buffered SSL read bytes to support records >8kB on async API Daniel Gustafsson
- Re: Proposal: new file format for hba/ident/hosts configuration? Greg Sabino Mullane
- Re: Per-table resync for logical replication subscriptions Masahiko Sawada
- Re: PG20 Minimum Dependency Thread Tom Lane
- Re: json/jsonb cleanup + FmgrInfo caching Robert Haas
- Re: Handle concurrent drop when doing whole database vacuum Nathan Bossart
- Re: pg_buffercache: Add per-relation summary stats Khoa Nguyen
- Re: Proposal: new file format for hba/ident/hosts configuration? Matthias van de Meent
- Re: Proposal: new file format for hba/ident/hosts configuration? Isaac Morland
- Re: SQL/JSON json_table plan clause Alexander Korotkov
- Re: pg_buffercache: Add per-relation summary stats Robert Haas
- Re: SQL/JSON json_table plan clause Thom Brown
- convert various variables to atomics Nathan Bossart
- LibreSSL and OpenSSL separation in libpq to support 1.1.1 deprecation Daniel Gustafsson
- Re: Proposal: new file format for hba/ident/hosts configuration? Andrew Dunstan
- Re: Proposal: new file format for hba/ident/hosts configuration? Jacob Champion
- Re: Introduce XID age based replication slot invalidation Masahiko Sawada
- Re: pg_dump: use threads for parallel workers on all platforms Bryan Green
- Re: Proposal: new file format for hba/ident/hosts configuration? Jacob Champion
- Re: Include sequences in publications created by pg_createsubscriber Peter Smith
- Re: PoC: VALGRIND_MAKE_MEM_NOACCESS for dynamic shared memory Tomas Vondra
- Re: s/pg_attribute_always_inline/pg_always_inline/? Tom Lane
- Re: Fix duplicate detection for null-treatment window functions Ewan Young
- Re: Fix Grammar in Buffer Lock Wait Message Xuneng Zhou
- Restrict data checksums entries in pg_stat_io Fujii Masao
- Re: [PATCH] ecpg: use memcpy in a few length-based copies Haibo Yan
- Fix "unexpected logical decoding status change" error; from concurrent logical decoding activation Srinath Reddy Sadipiralla
- Fwd: Fix "unexpected logical decoding status change" error; from concurrent logical decoding activation Srinath Reddy Sadipiralla
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Rui Zhao
- sequencesync worker race with REFRESH SEQUENCES Noah Misch
- Possible typo in an error message Kyotaro Horiguchi
- Re: Add per-backend AIO statistics Bertrand Drouvot
- Re: use of SPI by postgresImportForeignStatistics Etsuro Fujita
- Re: hang during shutdown Jeremy Schneider
- Re: use of SPI by postgresImportForeignStatistics Fujii Masao
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade shveta malik
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: hang during shutdown Anthonin Bonnefoy
- Re: Adding a stored generated column without long-lived locks Laurenz Albe
- Re: equalPolicy() doesn't compare the permissive flag Laurenz Albe
- Re: Possible typo in an error message Andreas Karlsson
- Re: use of SPI by postgresImportForeignStatistics Etsuro Fujita
- Re: Proposal: INSERT ... BY NAME Jim Jones
- Re: Possible typo in an error message Daniel Gustafsson
- Re: Proposal: INSERT ... BY NAME Andreas Karlsson
- RE: sequencesync worker race with REFRESH SEQUENCES Hayato Kuroda (Fujitsu)
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade Shlok Kyal
- Re: Fix pg_stat_progress_data_checksums counter initialization Daniel Gustafsson
- Re: Fix data checksum processing for temp relations and dropped databases Daniel Gustafsson
- Re: pgbench --continue-on-error: clarify TPS and failure reporting Xuneng Zhou
- Re: sequencesync worker race with REFRESH SEQUENCES shveta malik
- Re: [PATCH] Fix null pointer dereference in PG19 Peter Eisentraut
- [PATCH] Fix quotation logic for unreserved keywords in window specifications Kwangwon Seo
- Re: PSQL - prevent describe listing tables that are already in listed schemas Amit Kapila
- Re: File locks for data directory lockfile in the context of Linux namespaces Dmitry Dolgov
- Re: Per-table resync for logical replication subscriptions Cagri Biroglu
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: use of SPI by postgresImportForeignStatistics Etsuro Fujita
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: BF mamba failure Kouber Saparev
- Re: use of SPI by postgresImportForeignStatistics Fujii Masao
- Wrong argument name in error message from attribute_stats functions Ilia Evdokimov
- Re: Wrong argument name in error message from attribute_stats functions Fujii Masao
- Re: sequencesync worker race with REFRESH SEQUENCES vignesh C
- Re: COALESCE patch prankware
- Re: relfilenode statistics Andres Freund
- Re: Do not lock tables in get_tables_to_repack Álvaro Herrera
- Re: use of SPI by postgresImportForeignStatistics Tom Lane
- Re: Proposal: INSERT ... BY NAME Marcos Pegoraro
- Re: Missing FSM Update when Updating VM On-access Andres Freund
- Re: Checkpoint replication slots later Fujii Masao
- Re: SQL/JSON json_table plan clause Thom Brown
- Re: Do not lock tables in get_tables_to_repack Bharath Rupireddy
- Re: SQL/JSON json_table plan clause Alexander Korotkov
- Re: s/pg_attribute_always_inline/pg_always_inline/? Tomas Vondra
- Re: s/pg_attribute_always_inline/pg_always_inline/? Peter Geoghegan
- Re: [PATCH] pg_upgrade: add --initdb option to create the new cluster automatically Greg Sabino Mullane
- Re: s/pg_attribute_always_inline/pg_always_inline/? Andres Freund
- Re: BM_IO_ERROR flag is lost in TerminateBufferIO due to order of operations in UnlockBufHdrExt Andres Freund
- Re: Do not lock tables in get_tables_to_repack Bharath Rupireddy
- Re: SQL/JSON json_table plan clause Thom Brown
- Re: [PATCH] Batched clock sweep to reduce cross-socket atomic contention Greg Burd
- Re: Restructured Shared Buffer Hash Table Dhruv Aron
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Melanie Plageman
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Melanie Plageman
- REASSIGN OWNED vs. relisshared dep on !relisshared Noah Misch
- CREATE SUBSCRIPTION ... SERVER vs. pg_dump, etc. Noah Misch
- Re: implement CAST(expr AS type FORMAT 'template') Haibo Yan
- Re: s/pg_attribute_always_inline/pg_always_inline/? Peter Geoghegan
- Re: Show expression of virtual columns in error messages Matheus Alcantara
- Re: Fix races conditions in DropRole() and GrantRole() surya poondla
- Re: REASSIGN OWNED vs. relisshared dep on !relisshared Jeff Davis
- Re: REASSIGN OWNED vs. relisshared dep on !relisshared Jeff Davis
- Re: Missing FSM Update when Updating VM On-access Melanie Plageman
- Re: Missing FSM Update when Updating VM On-access Melanie Plageman
- Reduce cleanup lock contention on standby replay SATYANARAYANA NARLAPURAM
- Re: Proposal: new file format for hba/ident/hosts configuration? Zsolt Parragi
- Re: Proposal: new file format for hba/ident/hosts configuration? Zsolt Parragi
- Re: Reduce cleanup lock contention on standby replay Peter Geoghegan
- Extending Self-Join Elimination to partitioned tables Trương Hoàng Quân
- Re: postgres_fdw could deparse ArrayCoerceExpr Noah Misch
- Re: Reduce cleanup lock contention on standby replay SATYANARAYANA NARLAPURAM
- Re: Improve the performance of Unicode Normalization Forms. Henson Choi
- Re: relfilenode statistics Michael Paquier
- Re: BF mamba failure Michael Paquier
- Re: REASSIGN OWNED vs. relisshared dep on !relisshared Amit Kapila
- Re: relfilenode statistics Bertrand Drouvot
- Re: sequencesync worker race with REFRESH SEQUENCES Amit Kapila
- Re: Row pattern recognition Tatsuo Ishii
- Re: Row pattern recognition Tatsuo Ishii
- Re: relfilenode statistics Michael Paquier
- Re: Extension security improvement: Add support for extensions with an owned schema Jelte Fennema-Nio
- Re: Proposal: new file format for hba/ident/hosts configuration? Andrew Dunstan
- Re: support create index on virtual generated column. ZizhuanLiu X-MAN
- Re: for loop variable fixes Peter Eisentraut
- Re: Do not lock tables in get_tables_to_repack cca5507
- Re: Update our timezone code to IANA tzcode2026b Peter Eisentraut
- Re: allow spread checkpoints when changing checksums online Tomas Vondra
- Re: index prefetching Peter Geoghegan
- Re: Tepid: selective index updates for heap relations Greg Burd
- Clarify or fix SIGINT handling in data checksums launcher Fujii Masao
- Re: postgres_fdw: Emit message when batch_size is reduced Nurlan Tulemisov
- Re: allow spread checkpoints when changing checksums online Fujii Masao
- Re: [PATCH v1 0/7] Wait event timing and tracing instrumentation Dmitry Fomin
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Marcos Pegoraro
- Re: SQL/JSON json_table plan clause Thom Brown
- Re: [PATCH v1 0/7] Wait event timing and tracing instrumentation Guillaume Lelarge
- Re: sequencesync worker race with REFRESH SEQUENCES Noah Misch
- Re: allow spread checkpoints when changing checksums online Tomas Vondra
- Re: Checkpoint replication slots later Hüseyin Demir
- Re: Tepid: selective index updates for heap relations Greg Burd
- Re: Report oldest xmin source when autovacuum cannot remove tuples Scott Ray
- Re: support create index on virtual generated column. ZizhuanLiu X-MAN
- Re: Checkpoint replication slots later Hüseyin Demir
- Re: [PATCH] pg_upgrade: add --initdb option to create the new cluster automatically Hüseyin Demir
- Hooks for index_insert() and index_insert_cleanup() Thom Brown
- Re: PG20 Minimum Dependency Thread Jelte Fennema-Nio
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Rui Zhao
- Re: Use streaming read I/O when enabling data checksums online Enrique Sanchez
- Re: Use streaming read I/O when enabling data checksums online cca5507
- Re: postgres_fdw could deparse ArrayCoerceExpr Alexander Korotkov
- toast table corrupted by vacuum - missing chunk number 0 for toast value Pavel Stehule
- Re: Use streaming read I/O when enabling data checksums online Enrique Sánchez
- Let ILIKE utilize existing lower() expression indexes Sivaprasad
- Re: Introduce XID age based replication slot invalidation Bharath Rupireddy
- Re: pg_hosts: Add pg_hosts_file_rules() Daniel Gustafsson
- Re: allow spread checkpoints when changing checksums online Daniel Gustafsson
- Re: Add pg_stat_vfdcache view for VFD cache statistics Ayoub Kazar
- Re: RFC: Logging plan of the running query Andrei Lepikhov
- Re: Change checkpoint‑record‑missing PANIC to FATAL Michael Paquier
- Re: Vacuum statistics Alena Rybakina
- Re: [PATCH v1 0/7] Wait event timing and tracing instrumentation Michael Paquier
- Re: equalPolicy() doesn't compare the permissive flag Michael Paquier
- Re: [PATCH] no table rewrite when set column type to constrained domain jian he
- Re: sequencesync worker race with REFRESH SEQUENCES Amit Kapila
- Fix comment typo in canonicalize_path_enc() Japin Li
- Re: sequencesync worker race with REFRESH SEQUENCES Noah Misch
- Re: [Proposal] Adding callback support for custom statistics kinds Michael Paquier
- Re: sequencesync worker race with REFRESH SEQUENCES shveta malik
- Re: Fix comment typo in canonicalize_path_enc() Michael Paquier
- Re: Fix FSM range endpoint after relation extension Jingtang Zhang
- Re: sequencesync worker race with REFRESH SEQUENCES Amit Kapila
- Re: Include sequences in publications created by pg_createsubscriber Shlok Kyal
- Re: sequencesync worker race with REFRESH SEQUENCES shveta malik
- Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server Amit Kapila
- Re: PSQL - prevent describe listing tables that are already in listed schemas Amit Kapila
- Re: postgres_fdw could deparse ArrayCoerceExpr Alexander Pyhalov
- Re: equalPolicy() doesn't compare the permissive flag Laurenz Albe
- Re: Re: COPY FROM with RLS jian he
- Re: allow spread checkpoints when changing checksums online Rui Zhao
- Re: Global temporary tables Dean Rasheed
- Re: Global temporary tables Dean Rasheed
- Re: Global temporary tables Dean Rasheed
- Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore Anthonin Bonnefoy
- Re: Clarify or fix SIGINT handling in data checksums launcher Daniel Gustafsson
- Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement solai v
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Akshay Joshi
- Re: Proposal: new file format for hba/ident/hosts configuration? Daniel Gustafsson
- Re: Restrict data checksums entries in pg_stat_io Daniel Gustafsson
- Re: postgres_fdw could deparse ArrayCoerceExpr Alexander Korotkov
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: sequencesync worker race with REFRESH SEQUENCES Amit Kapila
- PlaceholderVars and join removal with appendrel parents Arne Roland
- Re: Proposal: INSERT ... BY NAME Jim Jones
- Re: Row pattern recognition Henson Choi
- Re: allow spread checkpoints when changing checksums online Tomas Vondra
- Re: sequencesync worker race with REFRESH SEQUENCES vignesh C
- PGLZ Compression Optimization wenhui qiu
- Re: REASSIGN OWNED vs. relisshared dep on !relisshared Dilip Kumar
- Re: [PATCH] Refactor SLRU to always use long file names Aleksander Alekseev
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: sequencesync worker race with REFRESH SEQUENCES shveta malik
- Re: allow spread checkpoints when changing checksums online Tomas Vondra
- Re: Fix publisher-side sequence permission reporting vignesh C
- Re: sequencesync worker race with REFRESH SEQUENCES vignesh C
- Re: Fix publisher-side sequence permission reporting vignesh C
- Re: Wrong argument name in error message from attribute_stats functions Ilia Evdokimov
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Rui Zhao
- Re: SQL/JSON json_table plan clause Thom Brown
- Implicit conversion from int64 to int32 when calling hash_get_num_entries Karina Litskevich
- Re: Report oldest xmin source when autovacuum cannot remove tuples Jacob Champion
- Re: Missing FSM Update when Updating VM On-access Melanie Plageman
- Re: incremental backup issue Nick Ivanov
- Re: Tepid: selective index updates for heap relations Greg Burd
- Re: [PATCH] pg_upgrade: add --initdb option to create the new cluster automatically Bohyun Lee
- Re: libpq: decouple the .pgpass lookup port from the connection port Diego
- Re: Small patch to improve safety of utf8_to_unicode(). Jeff Davis
- Re: Small patch to improve safety of utf8_to_unicode(). Tom Lane
- Re: Small patch to improve safety of utf8_to_unicode(). Tom Lane
- Re: PlaceholderVars and join removal with appendrel parents Arne Roland
- Re: PGLZ Compression Optimization Tomas Vondra
- Re: SELECT over partitioned table with LIMIT 1 performance regression issue in PostgreSQL 17 and 18 abrahim abrahao
- Re: hashjoins vs. Bloom filters (yet again) Matheus Alcantara
- Re: Fix GROUP BY ALL handling of ORDER BY operator semantics Daniel Gustafsson
- Re: hashjoins vs. Bloom filters (yet again) Tomas Vondra
- Re: [Proposal] Adding callback support for custom statistics kinds Sami Imseih
- Re: Implicit conversion from int64 to int32 when calling hash_get_num_entries Daniel Gustafsson
- Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore Jelte Fennema-Nio
- Re: Extended statistics improvement: multi-column MCV missing values Enrique Sánchez
- Re: incremental backup issue Thom Brown
- Bug: GiST index-only scans can use tuple descriptor with incorrect alignment when deforming Peter Geoghegan
- Re: Grab bag of smaller OpenSSL fixups Andreas Karlsson
- Re: incremental backup issue Robert Haas
- Re: hashjoins vs. Bloom filters (yet again) Matheus Alcantara
- Re: hashjoins vs. Bloom filters (yet again) Tomas Vondra
- Re: Change checkpoint‑record‑missing PANIC to FATAL Michael Paquier
- Re: hashjoins vs. Bloom filters (yet again) Tomas Vondra
- Re: Fix GROUP BY ALL handling of ORDER BY operator semantics Tom Lane
- PSQL - improve tab completion for pub/sub options Peter Smith
- Re: [Proposal] Adding callback support for custom statistics kinds Michael Paquier
- Re: sequencesync worker race with REFRESH SEQUENCES Amit Kapila
- Re: Small patch to improve safety of utf8_to_unicode(). Jeff Davis
- Re: sequencesync worker race with REFRESH SEQUENCES shveta malik
- Re: let ALTER TABLE DROP COLUMN drop whole-row referenced object jian he
- Re: [Proposal] Adding callback support for custom statistics kinds Sami Imseih
- Re: Add autovacuum_warning to surface concurrent vacuum collisions Shinya Kato
- Re: REASSIGN OWNED vs. relisshared dep on !relisshared shveta malik
- Re: PlaceholderVars and join removal with appendrel parents Richard Guo
- Re: RFC: Logging plan of the running query Andrei Lepikhov
- Re: on_error table, saving error info to a table jian he
- Re: Grab bag of smaller OpenSSL fixups Daniel Gustafsson
- Re: [Proposal] Adding callback support for custom statistics kinds Michael Paquier
- Restore check_mut_excl_opts, usage in pg_restore and pg_dumpall Mahendra Singh Thalor
- Re: Grab bag of smaller OpenSSL fixups Daniel Gustafsson
- Re: Implicit conversion from int64 to int32 when calling hash_get_num_entries Karina Litskevich
- Re: VACUUM FULL or CREATE INDEX fails with error: missing chunk number 0 for toast value XXX Andrey Borodin
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: [PATCH] pg_upgrade: add --initdb option to create the new cluster automatically Daniel Gustafsson
- Re: Return pg_control from pg_backup_stop(). solai v
- Re: Coverage (lcov) failing with inconsistent error in versions 2.x Jonathan Gonzalez V.
- Re: allow spread checkpoints when changing checksums online Rui Zhao
- Re: blkreftable.c needs more sanity checks Robert Haas
- Re: blkreftable.c needs more sanity checks Daniel Gustafsson
- Re: pg_restore --format= option(without any value) should report an error as pg_dump is reporting an error Mahendra Singh Thalor
- Re: pg_plan_advice: add NO_ scan and join method tags Jonathan Gonzalez V.
- Re: Row pattern recognition Tatsuo Ishii
- Re: walsummarizer can get stuck when switching timelines Andrey Borodin
- pg_dump: ALTER INDEX SET STATISTICS missing for index-backed constraints Zsolt Parragi
- Re: walsummarizer can get stuck when switching timelines Amit Kapila
- Re: walsummarizer can get stuck when switching timelines Andrey Borodin
- Re: sequencesync worker race with REFRESH SEQUENCES vignesh C
- Re: Grab bag of smaller OpenSSL fixups Daniel Gustafsson
- Re: hashjoins vs. Bloom filters (yet again) Matheus Alcantara
- Re: Grab bag of smaller OpenSSL fixups Andreas Karlsson
- document the dangers of granting TRIGGER or REFERENCES Robert Haas
- doc: Add PROPERTY GRAPH to the access privilege tables Shinya Kato
- Re: Fix GROUP BY ALL handling of ORDER BY operator semantics Daniel Gustafsson
- [PATCH] Use Boyer-Moore-Horspool for simple LIKE contains patterns 小川淳
- Re: document the dangers of granting TRIGGER or REFERENCES Nathan Bossart
- Re: document the dangers of granting TRIGGER or REFERENCES Robert Haas
- Re: [PATCH] pg_upgrade: add --initdb option to create the new cluster automatically Bohyun Lee
- Re: SQL/JSON json_table plan clause Thom Brown
- Re: Reject unsupported COPY FROM targets before analyzing WHERE clause ZizhuanLiu X-MAN
- Re: document the dangers of granting TRIGGER or REFERENCES Tom Lane
- Re: document the dangers of granting TRIGGER or REFERENCES Tom Lane
- Re: [Proposal] Adding callback support for custom statistics kinds Sami Imseih
- Re: Fix GROUP BY ALL handling of ORDER BY operator semantics Chao Li
- Re: Fix duplicate detection for null-treatment window functions Chao Li
- Re: Allow progress tracking of sub-commands Alberto Piai
- Re: document the dangers of granting TRIGGER or REFERENCES Nathan Bossart
- Re: document the dangers of granting TRIGGER or REFERENCES Robert Haas
- Re: [PATCH] Batched clock sweep to reduce cross-socket atomic contention Greg Burd
- Re: document the dangers of granting TRIGGER or REFERENCES Greg Sabino Mullane
-
Re: Trying out
Greg Burd - Re: Proposal: QUALIFY clause Matheus Alcantara
- Re: document the dangers of granting TRIGGER or REFERENCES Tom Lane
- Re: [PATCH] Use Boyer-Moore-Horspool for simple LIKE contains patterns Greg Sabino Mullane
- Re: uuidv7 improperly accepts dates before 1970-01-01 Masahiko Sawada
- Re: Report oldest xmin source when autovacuum cannot remove tuples Bharath Rupireddy
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Melanie Plageman
- Re: document the dangers of granting TRIGGER or REFERENCES Nico Williams
- Re: Grab bag of smaller OpenSSL fixups Tristan Partin
- Re: hashjoins vs. Bloom filters (yet again) Tomas Vondra
- Re: REASSIGN OWNED vs. relisshared dep on !relisshared Jeff Davis
- Re: Grab bag of smaller OpenSSL fixups Tristan Partin
- Re: pg_buffercache: Add per-relation summary stats Khoa Nguyen
- Re: Fix "unexpected logical decoding status change" error; from concurrent logical decoding activation Masahiko Sawada
- meson: avoid PATH bloat from NLS .mo targets in tmp_install test setup Andrew Dunstan
- Re: Proposal: new file format for hba/ident/hosts configuration? Tristan Partin
- Re: Report oldest xmin source when autovacuum cannot remove tuples Sami Imseih
- Re: SQL/JSON json_table plan clause Alexander Korotkov
- Re: Bug: GiST index-only scans can use tuple descriptor with incorrect alignment when deforming Peter Geoghegan
- Hash index AM fake LSN oversight Peter Geoghegan
- Proposal: JSON5 support in the JSON parsers Zsolt Parragi
- Re: Proposal: new file format for hba/ident/hosts configuration? Zsolt Parragi
- Re: Proposal: new file format for hba/ident/hosts configuration? Tristan Partin
- Re: VACUUM FULL or CREATE INDEX fails with error: missing chunk number 0 for toast value XXX Michael Paquier
- Re: PlaceholderVars and join removal with appendrel parents Richard Guo
- Re: equalPolicy() doesn't compare the permissive flag Michael Paquier
- Re: Fix FSM range endpoint after relation extension Michael Paquier
- RE: sequencesync worker race with REFRESH SEQUENCES Hayato Kuroda (Fujitsu)
- Re: [Proposal] Adding callback support for custom statistics kinds Michael Paquier
- Re: pgbench --continue-on-error: clarify TPS and failure reporting Chao Li
- Re: sequencesync worker race with REFRESH SEQUENCES Noah Misch
- Re: [PATCH] Cover get_json_table_plan() with tests solai v
- Re: Fix races conditions in DropRole() and GrantRole() Bertrand Drouvot
- Re: Report oldest xmin source when autovacuum cannot remove tuples wenhui qiu
- doc: REPACK is missing from the MAINTAIN privilege documentation Shinya Kato
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- RE: Parallel Apply Hayato Kuroda (Fujitsu)
- Re: Global temporary tables Japin Li
- Re: walsummarizer can get stuck when switching timelines Amit Kapila
- Re: Hash index AM fake LSN oversight Ewan Young
- Re: PG20 Minimum Dependency Thread Devrim Gündüz
- Re: Batching in executor Denis Smirnov
- Re: Global temporary tables Dean Rasheed
- Re: Fix GROUP BY ALL handling of ORDER BY operator semantics Daniel Gustafsson
- Re: [PATCH] Cover get_json_table_plan() with tests Aleksander Alekseev
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: REPACK enhancements Antonin Houska
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions jian he
- Re: implement CAST(expr AS type FORMAT 'template') jian he
- Re: sequencesync worker race with REFRESH SEQUENCES vignesh C
- Re: doc: REPACK is missing from the MAINTAIN privilege documentation Fujii Masao
- Re: First draft of PG 19 release notes Bruce Momjian
- Re: SQL/JSON json_table plan clause Thom Brown
- Re: Pgbench: remove synchronous prepare Бондарь Дмитрий
- Re: Bug: GiST index-only scans can use tuple descriptor with incorrect alignment when deforming Tomas Vondra
- Re: Proposal: new file format for hba/ident/hosts configuration? Andrew Dunstan
- RE: Fix publisher-side sequence permission reporting Hayato Kuroda (Fujitsu)
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Rafia Sabih
- Re: sequencesync worker race with REFRESH SEQUENCES Amit Kapila
- Re: Bug in asynchronous Append Etsuro Fujita
- Re: sequencesync worker race with REFRESH SEQUENCES Noah Misch
- amcheck: detect duplicate PostingItem keys in GIN posting trees Stepan Neretin
- Re: meson vs. llvm bitcode files Christoph Berg
- Re: Wrong argument name in error message from attribute_stats functions Fujii Masao
- Re: NULL pointer dereference in syslogger with load_libraries() and -DEXEC_BACKEND at startup Anton Voloshin
- Re: Remove the refint contrib module (for v20) Ayush Tiwari
- Re: Fix FSM range endpoint after relation extension Melanie Plageman
- Re: walsummarizer can get stuck when switching timelines Robert Haas
- Re: Grab bag of smaller OpenSSL fixups Daniel Gustafsson
- Re: CI failure: postgres_fdw_get_connections Daniel Gustafsson
- Re: Fix GROUP BY ALL handling of ORDER BY operator semantics Tom Lane
- Re: REASSIGN OWNED vs. relisshared dep on !relisshared Dilip Kumar
- Re: Add wait events for server logging destination writes Nikolay Samokhvalov
- Re: Enforce INSERT RLS checks for FOR PORTION OF leftovers? Nathan Bossart
- Re: blkreftable.c needs more sanity checks Robert Haas
- Re: SQL:2011 Application Time Update & Delete Nathan Bossart
- Re: analyze-in-stages post upgrade questions Nathan Bossart
- Re: [PATCH] Rebuild CHECK constraints after generated column SET EXPRESSION Nathan Bossart
- [PATCH] The heap_getsysattr function deletes unused parameters lei yang
- Re: [PATCH] The heap_getsysattr function deletes unused parameters Tom Lane
- Re: NULL pointer dereference in syslogger with load_libraries() and -DEXEC_BACKEND at startup Álvaro Herrera
- Re: Unexpected changes of CurrentResourceOwner and CurrentMemoryContext Álvaro Herrera
- Re: meson: avoid PATH bloat from NLS .mo targets in tmp_install test setup Tristan Partin
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- pgstat: allow a stats kind to use its own dedicated dsa/dshash Sami Imseih
- Re: Enforce INSERT RLS checks for FOR PORTION OF leftovers? Paul A Jungwirth
- Re: SQL:2011 Application Time Update & Delete Paul A Jungwirth
- Re: implement CAST(expr AS type FORMAT 'template') Robert Haas
- Re: walsummarizer can get stuck when switching timelines Srinath Reddy Sadipiralla
- Re: [PATCH v1 0/7] Wait event timing and tracing instrumentation Dmitry Fomin
- [PATCH] pgbench: fix incorrect long option name in error message Semih Doğan
- Re: REASSIGN OWNED vs. relisshared dep on !relisshared Jeff Davis
- Re: [DESIGN] Soft DROP TABLE, recoverable drops for PostgreSQL surya poondla
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Melanie Plageman
- Re: Fix FSM range endpoint after relation extension Melanie Plageman
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Robert Haas
- Re: walsummarizer can get stuck when switching timelines Robert Haas
- Re: walsummarizer can get stuck when switching timelines Robert Haas
- Re: Remove getpgusername() surya poondla
- Re: meson: avoid PATH bloat from NLS .mo targets in tmp_install test setup Andrew Dunstan
- Re: VS 2026 support on old branches Andrew Dunstan
- Re: meson: avoid PATH bloat from NLS .mo targets in tmp_install test setup Tristan Partin
- pgstat: add pgstat_prep_pending() for entry ref pending setup Sami Imseih
- Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows Paul A Jungwirth
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Zsolt Parragi
- Re: Small patch to improve safety of utf8_to_unicode(). Jeff Davis
- Re: First draft of PG 19 release notes Bruce Momjian
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Melanie Plageman
- Re: pg_hosts: Add pg_hosts_file_rules() Zsolt Parragi
- Re: Small patch to improve safety of utf8_to_unicode(). Tom Lane
- Re: doc: REPACK is missing from the MAINTAIN privilege documentation Shinya Kato
- Re: VS 2026 support on old branches Michael Paquier
- Re: Remove getpgusername() Michael Paquier
- Re: [DESIGN] Soft DROP TABLE, recoverable drops for PostgreSQL Zsolt Parragi
- Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows Dean Rasheed
- Follow-up fixes for online wal_level change Masahiko Sawada
- Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows Paul A Jungwirth
- Re: sequencesync worker race with REFRESH SEQUENCES Tom Lane
- Re: pgstat: add pgstat_prep_pending() for entry ref pending setup Sami Imseih
- Re: pgstat: add pgstat_prep_pending() for entry ref pending setup Michael Paquier
- Re: sequencesync worker race with REFRESH SEQUENCES vignesh C
- Re: Row pattern recognition Henson Choi
- Re: tablecmds: fix bug where index rebuild loses replica identity on partitions Chao Li
- Re: analyze-in-stages post upgrade questions Fujii Masao
- Re: Improve pg_stat_statements scalability Kyotaro Horiguchi
- Re: sequencesync worker race with REFRESH SEQUENCES Amit Kapila
- Re: [PATCH] The heap_getsysattr function deletes unused parameters Michael Paquier
- Re: Improve pg_stat_statements scalability Michael Paquier
- Re: Support EXCEPT for TABLES IN SCHEMA publications shveta malik
- Re: doc: REPACK is missing from the MAINTAIN privilege documentation Fujii Masao
- Re: Improve pg_stat_statements scalability Kyotaro Horiguchi
- Re: Fix "unexpected logical decoding status change" error; from concurrent logical decoding activation Srinath Reddy Sadipiralla
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: walsummarizer can get stuck when switching timelines Amit Kapila
- Re: pgstat: add pgstat_prep_pending() for entry ref pending setup Michael Paquier
- Re: [PATCH] Add RetrieveInstrumentation hook for CustomScan providers Siddharth Kothari
- Re: walsummarizer can get stuck when switching timelines Andrey Borodin
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade Ajin Cherian
- Re: Support EXCEPT for TABLES IN SCHEMA publications shveta malik
- RE: walsummarizer can get stuck when switching timelines Zhijie Hou (Fujitsu)
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Yilin Zhang
- Re: [BUG] Take a long time to reach consistent after pg_rewind solai v
- Re: Fix publisher-side sequence permission reporting Zsolt Parragi
- Re: postgres_fdw: Emit message when batch_size is reduced Rafia Sabih
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Rafia Sabih
- Re: Follow-up fixes for online wal_level change Guoqing Yang
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: Fix publisher-side sequence permission reporting vignesh C
- Re: PGLZ Compression Optimization wenhui qiu
- [PATCH] Rewrite undirected edge patterns in GRAPH_TABLE using UNION ALL ayoub.kazar@data-bene.io
- Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server Amit Kapila
- Re: Is there value in having optimizer stats for joins/foreignkeys? Ilia Evdokimov
- [PATCH] Do not flush BufFile for regular temp files Sergey Soloviev
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: clean up size_t/ssize_t use with POSIX file system APIs Peter Eisentraut
- RE: Follow-up fixes for online wal_level change Hayato Kuroda (Fujitsu)
- Re: Tepid: selective index updates for heap relations Greg Burd
- Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server Nisha Moond
- Re: Support EXCEPT for TABLES IN SCHEMA publications shveta malik
- Re: Fix duplicate detection for null-treatment window functions Tatsuo Ishii
- Re: Wrong query result w/ propgraph single lateral col reference Ashutosh Bapat
- Re: ri_Fast* crash w/ nullable UNIQUE constraint Amit Langote
- Re: pg_hosts: Add pg_hosts_file_rules() solai v
- Re: walsummarizer can get stuck when switching timelines Thom Brown
- Re: pg_hosts: Add pg_hosts_file_rules() Daniel Gustafsson
- Re: PGLZ Compression Optimization Daniel Gustafsson
- Re: walsummarizer can get stuck when switching timelines Robert Haas
- Re: [PATCH] Rewrite undirected edge patterns in GRAPH_TABLE using UNION ALL Ashutosh Bapat
- Re: walsummarizer can get stuck when switching timelines Robert Haas
- Re: walsummarizer can get stuck when switching timelines Thom Brown
- Re: [PATCH] The heap_getsysattr function deletes unused parameters lei yang
- Re: encode/decode support for base64url Daniel Gustafsson
- Re: Allow table AMs to define their own reloptions Rafia Sabih
- Re: Show hashed SAOP decision in EXPLAIN Ayush Tiwari
- Re: walsummarizer can get stuck when switching timelines Robert Haas
- Re: [PATCH] Rewrite undirected edge patterns in GRAPH_TABLE using UNION ALL ayoub.kazar@data-bene.io
- Re: walsummarizer can get stuck when switching timelines Thom Brown
- Re: [PATCH] Rewrite undirected edge patterns in GRAPH_TABLE using UNION ALL ayoub.kazar@data-bene.io
- Re: [PATCH v1] plpython: Pair SPI_connect and SPI_finish in the same function Xing Guo
- Re: PGLZ Compression Optimization Tomas Vondra
- Re: PGLZ Compression Optimization Tomas Vondra
- Re: COALESCE patch Laurenz Albe
- Re: Allow table AMs to define their own reloptions Andrew Dunstan
- Re: NULL pointer dereference in syslogger with load_libraries() and -DEXEC_BACKEND at startup Anton Voloshin
- Re: WAL compression setting after PostgreSQL LZ4 default change Tomas Vondra
- Re: uuidv7 improperly accepts dates before 1970-01-01 Baji Shaik
- Re: pg19b1: TRAP: failed Assert("pgstat_bktype_io_stats_valid(bktype_shstats, MyBackendType)") Andrey Rachitskiy
- Re: WAL compression setting after PostgreSQL LZ4 default change Andres Freund
- Re: PGLZ Compression Optimization Andrey Borodin
- Re: PG20 Minimum Dependency Thread Jacob Champion
- Re: CI failure: postgres_fdw_get_connections Fujii Masao
- Re: Fix publisher-side sequence permission reporting Fujii Masao
- Re: pgstat: add pgstat_prep_pending() for entry ref pending setup Sami Imseih
- Re: PG20 Minimum Dependency Thread Jelte Fennema-Nio
- Re: PG20 Minimum Dependency Thread Jelte Fennema-Nio
- Re: amcheck: detect duplicate PostingItem keys in GIN posting trees Sofia Kopikova
- Re: PG20 Minimum Dependency Thread Christoph Berg
- Re: Fix races conditions in DropRole() and GrantRole() surya poondla
- Re: Restrict data checksums entries in pg_stat_io Fujii Masao
- TDE: Benchmarking WAL encryption approaches Zsolt Parragi
- Re: Improve pg_stat_statements scalability Sami Imseih
- Re: [PATCH] pg_upgrade: add --initdb option to create the new cluster automatically Greg Sabino Mullane
- Re: Follow-up fixes for online wal_level change Masahiko Sawada
- Re: uuidv7 improperly accepts dates before 1970-01-01 Masahiko Sawada
- Re: pg_hosts: Add pg_hosts_file_rules() Zsolt Parragi
- Re: SLOPE - Planner optimizations on monotonic expressions. Alexandre Felipe
- Re: pg19b1: TRAP: failed Assert("pgstat_bktype_io_stats_valid(bktype_shstats, MyBackendType)") Melanie Plageman
- Re: First draft of PG 19 release notes Jacob Champion
- Re: Report index currently being vacuumed in pg_stat_progress_vacuum Sami Imseih
- Re: pg19b1: TRAP: failed Assert("pgstat_bktype_io_stats_valid(bktype_shstats, MyBackendType)") Andrey Rachitskiy
- Re: ci: namespace ccache by PostgreSQL major version Andres Freund
- Re: pgstat: add pgstat_prep_pending() for entry ref pending setup Michael Paquier
- Re: Small patch to improve safety of utf8_to_unicode(). Jeff Davis
- [PATCH] Ignore duplicate IS [NOT] NULL clauses in clauselist_selectivity() Logan Saso
- Re: WAL compression setting after PostgreSQL LZ4 default change Michael Paquier
- Re: Hash index AM fake LSN oversight Peter Geoghegan
- Re: ci: namespace ccache by PostgreSQL major version Jelte Fennema-Nio
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Melanie Plageman
- Re: Remove getpgusername() Michael Paquier
- Re: Fix duplicate detection for null-treatment window functions Chao Li
- RE: Follow-up fixes for online wal_level change Hayato Kuroda (Fujitsu)
- Re: [PATCH] Refactor SLRU to always use long file names wenhui qiu
- [PATCH] Add pg_get_event_trigger_ddl() function Ian Lawrence Barwick
- A new C function `get_partition_root`. Peter Smith
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: sequencesync worker race with REFRESH SEQUENCES vignesh C
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade shveta malik
- Re: Tags in the commitfest app: How to use them and what tags to add? Peter Smith
- Re: sequencesync worker race with REFRESH SEQUENCES Tom Lane
- Re: [PATCH] Rename "getdatabaseencoding()" to "pg_database_encoding()", and document Daniel Gustafsson
- Re: Follow-up fixes for online wal_level change Masahiko Sawada
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: Restrict data checksums entries in pg_stat_io Daniel Gustafsson
- Re: PGLZ Compression Optimization wenhui qiu
- Re: [PATCH] Rename "getdatabaseencoding()" to "pg_database_encoding()", and document Thom Brown
- Re: PG20 Minimum Dependency Thread Jelte Fennema-Nio
- Re: PGLZ Compression Optimization Daniel Gustafsson
- Re: Init connection time grows quadratically Matthias van de Meent
- Re: ci: namespace ccache by PostgreSQL major version Nazir Bilal Yavuz
- Re: Unexpected behavior after OOM errors Alexander Lakhin
- Re: doc: clarify wal_sender_shutdown_timeout behavior for small values Ian Lawrence Barwick
- pg_plan_advice: fix parsing underscore in numbers Chao Li
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Fujii Masao
- Re: ci: namespace ccache by PostgreSQL major version Nazir Bilal Yavuz
- Re: use of SPI by postgresImportForeignStatistics Etsuro Fujita
- Re: doc: clarify wal_sender_shutdown_timeout behavior for small values Fujii Masao
- Re: [PATCH] Use Boyer-Moore-Horspool for simple LIKE contains patterns Atsushi Ogawa
- Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server Amit Kapila
- Re: doc: clarify wal_sender_shutdown_timeout behavior for small values Daniel Gustafsson
- Re: Rename EXISTS-to-ANY converted subplan to exists_to_any solai v
- Re: Restore check_mut_excl_opts, usage in pg_restore and pg_dumpall Fujii Masao
- Re: Restrict data checksums entries in pg_stat_io Fujii Masao
- Re: Batching in executor Antonin Houska
- Re: ci: namespace ccache by PostgreSQL major version Jelte Fennema-Nio
- Re: sequencesync worker race with REFRESH SEQUENCES Amit Kapila
- Re: [PATCH] pg_upgrade: add --initdb option to create the new cluster automatically Bohyun Lee
- Re: Batching in executor Antonin Houska
- Re: Batching in executor Antonin Houska
- Re: Unexpected changes of CurrentResourceOwner and CurrentMemoryContext Antonin Houska
- Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement Philip Alger
- Deprecation warnings on Rocky 10.2 with current dev branch Daniel Westermann (DWE)
- Yet another PG extension to support Gzip, LZ4, Zstd functions optimized for multi-megabyte documents Boris Mironov
- Re: ci: namespace ccache by PostgreSQL major version Andres Freund
- Re: postgres_fdw: Emit message when batch_size is reduced Nurlan Tulemisov
- Re: Deprecation warnings on Rocky 10.2 with current dev branch Daniel Gustafsson
- RE: TDE: Benchmarking WAL encryption approaches Hayato Kuroda (Fujitsu)
- Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement Marcos Pegoraro
- Caching a partition index's parent OID in the relcache? Ayush Tiwari
- Re: Deprecation warnings on Rocky 10.2 with current dev branch Daniel Westermann (DWE)
- Re: Caching a partition index's parent OID in the relcache? Álvaro Herrera
- Re: encode/decode support for base64url Daniel Gustafsson
- Re: Unexpected behavior after OOM errors Alex Masterov
- Re: meson vs. llvm bitcode files Nazir Bilal Yavuz
- Re: Reduce cleanup lock contention on standby replay Matthias van de Meent
- Re: [PATCH] Rename "getdatabaseencoding()" to "pg_database_encoding()", and document Tom Lane
- Re: Deprecation warnings on Rocky 10.2 with current dev branch Tom Lane
- Re: ci: namespace ccache by PostgreSQL major version Jacob Champion
- Re: ci: namespace ccache by PostgreSQL major version Andres Freund
- [PATCH v2] amcheck: Allow interrupting the child-level rightlink walk Paul Kim
- Re: ci: namespace ccache by PostgreSQL major version Andres Freund
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Re: Caching a partition index's parent OID in the relcache? Ayush Tiwari
- Re: Add wait events for server logging destination writes 신성준
- Re: ci: namespace ccache by PostgreSQL major version Jelte Fennema-Nio
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Re: ci: namespace ccache by PostgreSQL major version Jacob Champion
- Re: ci: namespace ccache by PostgreSQL major version Jelte Fennema-Nio
- Re: walsummarizer can get stuck when switching timelines Thom Brown
- Re: hashjoins vs. Bloom filters (yet again) Tomas Vondra
- Re: Follow-up fixes for online wal_level change Masahiko Sawada
- Re: Follow-up fixes for online wal_level change Masahiko Sawada
- Re: Possible Visibility Map corruption in supported branches? Jehan-Guillaume de Rorthais
- Re: Follow-up fixes for online wal_level change Masahiko Sawada
- Re: Report oldest xmin source when autovacuum cannot remove tuples Scott Ray
- Re: walsummarizer can get stuck when switching timelines Robert Haas
- Re: Report index currently being vacuumed in pg_stat_progress_vacuum Sami Imseih
- Re: Bug: GiST index-only scans can use tuple descriptor with incorrect alignment when deforming Peter Geoghegan
- Re: First draft of PG 19 release notes Bruce Momjian
- Re: Tepid: selective index updates for heap relations Bharath Rupireddy
- Re: Fix GROUP BY ALL handling of ORDER BY operator semantics Tom Lane
- Re: Caching a partition index's parent OID in the relcache? Ayush Tiwari
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Melanie Plageman
- Re: pg_plan_advice: fix parsing underscore in numbers Chao Li
- Re: index prefetching Peter Geoghegan
- Re: Possible Visibility Map corruption in supported branches? Andres Freund
- Re: SLOPE - Planner optimizations on monotonic expressions. Zsolt Parragi
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Andres Freund
- Re: [PATCH] Add pg_get_event_trigger_ddl() function Zsolt Parragi
- Re: Fix GROUP BY ALL handling of ORDER BY operator semantics Chao Li
- Re: First draft of PG 19 release notes Chao Li
- Re: Caching a partition index's parent OID in the relcache? Mihail Nikalayeu
- Re: Restructured Shared Buffer Hash Table Dhruv Aron
- Re: doc: clarify wal_sender_shutdown_timeout behavior for small values Chao Li
- Raise default track_activity_query_size to 16kB (from 1kB, unchanged since 8.x) Nikolay Samokhvalov
- Re: sequencesync worker race with REFRESH SEQUENCES Amit Kapila
- Fix LSN format in REPACK worker debug message Kenny Chen
- Re: [PATCH] Rename "getdatabaseencoding()" to "pg_database_encoding()", and document Ian Lawrence Barwick
- Re: REASSIGN OWNED vs. relisshared dep on !relisshared Amit Kapila
- Re: pg_xmin_horizon: a system view of everything pinning the xmin horizon Scott Ray
- Re: [PATCH v1] amcheck: Allow interrupting the child-level rightlink walk 김선동
- Re: Avoid unnecessary StringInfo allocation in tablesync COPY buffer Denis Smirnov
- Re: Unexpected behavior after OOM errors Michael Paquier
- Re: [PATCH] Rename "getdatabaseencoding()" to "pg_database_encoding()", and document Thom Brown
- Re: COMMENTS are not being copied in CREATE TABLE LIKE ZizhuanLiu X-MAN
- Re: Raise default track_activity_query_size to 16kB (from 1kB, unchanged since 8.x) Sami Imseih
- Re: walsummarizer can get stuck when switching timelines Andrey Borodin
- Re: use of SPI by postgresImportForeignStatistics Etsuro Fujita
- Re: Bug in asynchronous Append Etsuro Fujita
- Re: Bug in asynchronous Append Alexander Korotkov
- Re: Bug in asynchronous Append Etsuro Fujita
- Re: WAL compression setting after PostgreSQL LZ4 default change Laurenz Albe
- Re: pg_plan_advice: fix parsing underscore in numbers Daniel Gustafsson
- Re: Row pattern recognition 신성준
- Re: First draft of PG 19 release notes Bruce Momjian
- Re: REASSIGN OWNED vs. relisshared dep on !relisshared Amit Kapila
- Re: Fix duplicate detection for null-treatment window functions Tatsuo Ishii
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks JoongHyuk Shin
- DROP TABLE of table marked as dumpable in extension Julien Rouhaud
- Re: Row pattern recognition Tatsuo Ishii
- Re: Row pattern recognition Tatsuo Ishii
- RE: REASSIGN OWNED vs. relisshared dep on !relisshared Hayato Kuroda (Fujitsu)
- Re: Checkpointer write combining Andrey Borodin
- Re: Row pattern recognition 신성준
- Re: Row pattern recognition Tatsuo Ishii
- Re: Row pattern recognition Henson Choi
- Re: SLOPE - Planner optimizations on monotonic expressions. Alexandre Felipe
- Restore vacuum_delay_point() in GIN posting-tree leaf vacuum Paul Kim
- Re: Deprecation warnings on Rocky 10.2 with current dev branch Andrew Dunstan
- Re: Deprecation warnings on Rocky 10.2 with current dev branch Tom Lane
- Re: CREATE SUBSCRIPTION ... SERVER vs. pg_dump, etc. Jeff Davis
- nbtree backwards scan test coverage Peter Geoghegan
- nbtree _bt_set_startikey row compare test coverage Peter Geoghegan
- Re: nbtree test module Makefile oversight Michael Paquier
- Re: nbtree test module Makefile oversight Peter Geoghegan
- Re: Return pg_control from pg_backup_stop(). David Steele
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Tom Lane
- Re: Allow wal_log_hints to be changed without restart Tatsuya Kawata
- Re: [PATCH] Add cascade synchronous replication Grigoriy Novikov
- pg_plan_advice: fix empty FOREIGN_JOIN sublist validation Chao Li
- Re: sequencesync worker race with REFRESH SEQUENCES shveta malik
- Re: sequencesync worker race with REFRESH SEQUENCES vignesh C
- RE: sequencesync worker race with REFRESH SEQUENCES Hayato Kuroda (Fujitsu)
- Re: let ALTER TABLE DROP COLUMN drop whole-row referenced object lakshmi
- Re: WAL compression setting after PostgreSQL LZ4 default change wenhui qiu
- Re: sequencesync worker race with REFRESH SEQUENCES vignesh C
- Re: TDE: Benchmarking WAL encryption approaches Zsolt Parragi
- support parameterized (LATERAL) foreign joins vaibhave postgres
- Re: Allow table AMs to define their own reloptions Rafia Sabih
- Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows Peter Eisentraut
- Re: Unexpected behavior after OOM errors Michael Paquier
- Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows Chao Li
- Re: Restore vacuum_delay_point() in GIN posting-tree leaf vacuum Michael Paquier
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Unlogged materialized views Zsolt Parragi
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: Fix RETURNING side effects for FOR PORTION OF leftover rows Dean Rasheed
- Re: postgres_fdw: Emit message when batch_size is reduced Rafia Sabih
- Re: Restore check_mut_excl_opts, usage in pg_restore and pg_dumpall Mahendra Singh Thalor
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: Support EXCEPT for TABLES IN SCHEMA publications shveta malik
- Re: Do not lock tables in get_tables_to_repack Álvaro Herrera
- Re: Restore vacuum_delay_point() in GIN posting-tree leaf vacuum Andrey Borodin
- Re: [PATCH] Add pg_get_event_trigger_ddl() function Ian Lawrence Barwick
- Re: [PATCH] Extending FK check skipping on replicas to ADD FK and TRUNCATE Rafia Sabih
- Re: [PATCH] Cover get_json_table_plan() with tests Aleksander Alekseev
- Re: Unexpected behavior after OOM errors Matthias van de Meent
- Re: COMMENTS are not being copied in CREATE TABLE LIKE Jim Jones
- Re: Restore vacuum_delay_point() in GIN posting-tree leaf vacuum Alexander Korotkov
- Re: Fix LSN format in REPACK worker debug message Alvaro Herrera
- read stream: Backward I/O combining Nazir Bilal Yavuz
- Re: nbtree backwards scan test coverage Andrey Borodin
- Re: log_min_messages per backend type Alvaro Herrera
- Re: Making the ENUM operators LEAKPROOF Laurenz Albe
- pg_class.reltuples can become non-finite and never recovers Jan Nidzwetzki
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Fujii Masao
- Re: pg_class.reltuples can become non-finite and never recovers Tomas Vondra
- Re: log_postmaster_stats Robert Haas
- Re: Fix RETURNING side effects for FOR PORTION OF leftover rows Chao Li
- Re: COMMENTS are not being copied in CREATE TABLE LIKE ZizhuanLiu X-MAN
- Re: hashjoins vs. Bloom filters (yet again) Tomas Vondra
- Re: log_min_messages per backend type Fujii Masao
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Melanie Plageman
- Re: read stream: Backward I/O combining Tomas Vondra
- [PATCH] Require a declaration before using explicit_bzero Timo J. Rinne
- Re: [PATCH] Add pg_get_event_trigger_ddl() function Jim Jones
- Re: [PATCH] Batched clock sweep to reduce cross-socket atomic contention Greg Burd
- Re: The PostgreSQL C Dialect Corey Huinker
- Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement Philip Alger
- Re: Fix RETURNING side effects for FOR PORTION OF leftover rows Paul A Jungwirth
- Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement Marcos Pegoraro
- Re: Fix "unexpected logical decoding status change" error; from concurrent logical decoding activation Srinath Reddy Sadipiralla
- Re: nbtree backwards scan test coverage Peter Geoghegan
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Álvaro Herrera
- [PATCH v1] Fix propagation of indimmediate flag in index_create_copy Nitin Motiani
- Re: Unexpected behavior after OOM errors Antonin Houska
- Re: Unexpected behavior after OOM errors Matthias van de Meent
- Re: Restore vacuum_delay_point() in GIN posting-tree leaf vacuum Andrey Borodin
- Re: hashjoins vs. Bloom filters (yet again) Tomas Vondra
- Re: Streaming replication and WAL archive interactions Kirill Reshke
- Re: SLOPE - Planner optimizations on monotonic expressions. Alexandre Felipe
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Robert Haas
- Re: ci: namespace ccache by PostgreSQL major version Jelte Fennema-Nio
- Re: Fix races conditions in DropRole() and GrantRole() surya poondla
- Re: CI slowdown due to PG_TEST_INITDB_EXTRA_OPTS Jelte Fennema-Nio
- Re: Checkpointer write combining Haibo Yan
- Re: hashjoins vs. Bloom filters (yet again) Tomas Vondra
- Re: Unexpected behavior after OOM errors Michael Paquier
- Re: Row pattern recognition Tatsuo Ishii
- Re: Fix "unexpected logical decoding status change" error; from concurrent logical decoding activation Masahiko Sawada
- Re: CI slowdown due to PG_TEST_INITDB_EXTRA_OPTS Andres Freund
- Re: [PATCH] Add pg_get_event_trigger_ddl() function Ian Lawrence Barwick
- Re: Row pattern recognition Henson Choi
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks JoongHyuk Shin
- Re: [PATCH] Add pg_get_event_trigger_ddl() function Rithvika Devisetti
- Re: sequencesync worker race with REFRESH SEQUENCES Amit Kapila
- Re: Fix "unexpected logical decoding status change" error; from concurrent logical decoding activation Srinath Reddy Sadipiralla
- Re: document the dangers of granting TRIGGER or REFERENCES Nico Williams
- Re: pg_plan_advice: fix empty FOREIGN_JOIN sublist validation Chao Li
- Re: [PATCH] Add pg_get_event_trigger_ddl() function Ian Lawrence Barwick
- Re: sequencesync worker race with REFRESH SEQUENCES vignesh C
- Re: Support EXCEPT for TABLES IN SCHEMA publications shveta malik
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: ri_Fast* crash w/ nullable UNIQUE constraint Amit Langote
- Re: Batching in executor Amit Langote
- Re: [PATCH v1] Fix propagation of indimmediate flag in index_create_copy Nitin Motiani
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Rafia Sabih
- Re: SQL:2011 Application Time Update & Delete Peter Eisentraut
- Re: sequencesync worker race with REFRESH SEQUENCES shveta malik
- Re: Validate SERVER subscription conninfo during ALTER SUBSCRIPTION ... OWNER TO yuanchao zhang
- Add cleanup parsing contexts for pg_hba and pg_ident files Tofig Aliev
- Re: Add cleanup parsing contexts for pg_hba and pg_ident files Tofig Aliev
- injection_points: canceled or terminated waiters leak their wait slots Zsolt Parragi
- Delete GIN posting tree pages without excessive locking Andrey Borodin
- Re: Unexpected behavior after OOM errors Matthias van de Meent
- RE: Validate SERVER subscription conninfo during ALTER SUBSCRIPTION ... OWNER TO Hayato Kuroda (Fujitsu)
- Re: Fix races conditions in DropRole() and GrantRole() Bertrand Drouvot
- Re: Why is the LSN reported for pg_logical_emit_message() different from other decoded operations? solai v
- Re: Logical Replication - revisit `is_table_publication` function implementation Peter Smith
- Re: sequencesync worker race with REFRESH SEQUENCES vignesh C
- Re: Make the logical replication conflict messages more like each other Peter Smith
- Re: DOCS: Describe some missing parameters on CREATE/ALTER PUBLICATION pages Peter Smith
- Re: sequencesync worker race with REFRESH SEQUENCES shveta malik
- Re: sequencesync worker race with REFRESH SEQUENCES shveta malik
- Re: Add vacuum_delay_point() to GiST empty-page deletion pass Paul Kim
- Re: Fix optind handling inconsistency in getopt_long() for missing argument Japin Li
- Re: Track skipped tables during autovacuum and autoanalyze Shinya Kato
- Re: Fix optind handling inconsistency in getopt_long() for missing argument Japin Li
- Re: doc: Add PROPERTY GRAPH to the access privilege tables Shinya Kato
- Re: sequencesync worker race with REFRESH SEQUENCES Amit Kapila
- Re: Support EXCEPT for ALL SEQUENCES publications shveta malik
- Re: [PATCH] Add pg_get_event_trigger_ddl() function Zsolt Parragi
- Fix missing FORMAT when deparsing JSON_ARRAY(query) Chao Li
- RE: sequencesync worker race with REFRESH SEQUENCES Hayato Kuroda (Fujitsu)
- Re: injection_points: canceled or terminated waiters leak their wait slots Michael Paquier
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade shveta malik
- Re: CI slowdown due to PG_TEST_INITDB_EXTRA_OPTS Nazir Bilal Yavuz
- Re: remove_useless_joins vs. bug #19560 Tender Wang
- Re: [PATCH] Cover get_json_table_plan() with tests Jonathan Gonzalez V.
- Don't use pq_putmessage in socket comm function Anthonin Bonnefoy
- Re: Allow progress tracking of sub-commands Antonin Houska
- Re: Don't use pq_putmessage in socket comm function Michael Paquier
- Re: Unexpected behavior after OOM errors Antonin Houska
- Re: [PATCH] Cover get_json_table_plan() with tests Aleksander Alekseev
- Re: Don't use pq_putmessage in socket comm function Fujii Masao
- Add support for label conjunction (&) in SQL/PGQ ayoub.kazar@data-bene.io
- Re: postgres_fdw: Emit message when batch_size is reduced Rafia Sabih
- Re: [PATCH] Fix memory leak in pg_config Ivan Kush
- Incorrect check in 037_except.pl? Fujii Masao
- Re: support create index on virtual generated column. ZizhuanLiu X-MAN
- Re: Allow pg_read_all_stats to see database size in \l+ Christoph Berg
- Re: incremental backup issue Robert Haas
- Re: [PATCH] Fix memory leak in pg_config Andres Freund
- Re: convert various variables to atomics Andres Freund
- Re: convert various variables to atomics Nathan Bossart
- Re: Incorrect check in 037_except.pl? Ayush Tiwari
- Re: Fix "unexpected logical decoding status change" error; from concurrent logical decoding activation Amit Kapila
- arrays over initdb-created types are broken after pg_upgrade John Naylor
- Re: [PATCH] Batched clock sweep to reduce cross-socket atomic contention Ants Aasma
- Re: Allow pg_read_all_stats to see database size in \l+ Christoph Berg
- Re: Yet another PG extension to support Gzip, LZ4, Zstd functions optimized for multi-megabyte documents Boris Mironov
- [PATCH] vacuum: stop using stream ring after failsafe Jingtang Zhang
- Re: Restore vacuum_delay_point() in GIN posting-tree leaf vacuum Paul Kim
- RE: [Bug] pg_upgrade could fail for non-superuser subscriptions using foreign servers Hayato Kuroda (Fujitsu)
- Re: sequencesync worker race with REFRESH SEQUENCES vignesh C
- [PATCH] Fix temporal foreign key validation of pre-existing rows Jacob Brazeal
- Re: [PATCH] Fix temporal foreign key validation of pre-existing rows Ewan Young
- Re: Fix error handling in getCopyDataMessage and pqFunctionCall3 Anthonin Bonnefoy
- Re: Fix missing FORMAT when deparsing JSON_ARRAY(query) Chao Li
- Re: log_postmaster_stats Jakub Wartak
- Re: Fix missing FORMAT when deparsing JSON_ARRAY(query) Ewan Young
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Rafia Sabih
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: BUG: ReadStream look-ahead exhausts local buffers when effective_io_concurrency>=64 Melanie Plageman
- Re: Remove redundant DISTINCT when GROUP BY already guarantees uniqueness Antonin Houska
- Re: Fix race condition in pg_get_publication_tables with concurrent DROP TABLE Masahiko Sawada
- Re: [DESIGN] Soft DROP TABLE, recoverable drops for PostgreSQL surya poondla
- Re: Remove redundant DISTINCT when GROUP BY already guarantees uniqueness Ilia Evdokimov
- Re: Possible Visibility Map corruption in supported branches? Jehan-Guillaume de Rorthais
- Re: Fix missing FORMAT when deparsing JSON_ARRAY(query) Richard Guo
- Re: [PATCH] Rename "getdatabaseencoding()" to "pg_database_encoding()", and document Ian Lawrence Barwick
- Re: Remove getpgusername() Ian Lawrence Barwick
- Re: COMMENTS are not being copied in CREATE TABLE LIKE ZizhuanLiu X-MAN
- Collect ALTER PUBLICATION commands for event triggers Fujii Masao
- Re: Fix missing FORMAT when deparsing JSON_ARRAY(query) Chao Li
- Re: explain plans for foreign servers Yilin Zhang
- Re: Many of psql's describe functions bloat cache / waste mem xiaoyu liu
- Fix race in background worker termination for database Chao Li
- Re: sequencesync worker race with REFRESH SEQUENCES vignesh C
- Re: convert various variables to atomics solai v
- Re: [PATCH] Fix quotation logic for unreserved keywords in window specifications Henson Choi
- RE: sequencesync worker race with REFRESH SEQUENCES Hayato Kuroda (Fujitsu)
- Re: BUG: ReadStream look-ahead exhausts local buffers when effective_io_concurrency>=64 Xuneng Zhou
- Re: ago(interval) → timestamptz Nishant Sharma
- Re: Support EXCEPT for ALL SEQUENCES publications Shlok Kyal
- Re: convert various variables to atomics Zsolt Parragi
- Re: Changing shared_buffers without restart Ashutosh Bapat
- Re: Allow a condition string in an injection point Bertrand Drouvot
- Re: Collect ALTER PUBLICATION commands for event triggers Fujii Masao
- Re: [DESIGN] Soft DROP TABLE, recoverable drops for PostgreSQL Andreas Karlsson
- Re: Fix race in background worker termination for database Haibo Yan
- bug: having clause evaluated before group by Jacob Brazeal
- Re: bug: having clause evaluated before group by Tom Lane
- Self-join elimination drops an equality qual Jacob Brazeal
- Re: NULL pointer dereference in syslogger with load_libraries() and -DEXEC_BACKEND at startup Michael Paquier
- Re: [DESIGN] Soft DROP TABLE, recoverable drops for PostgreSQL Amit Kapila
- Re: Extended statistics improvement: multi-column MCV missing values Chengpeng Yan
- Re: remove_useless_joins vs. bug #19560 Jacob Brazeal
- Re: remove_useless_joins vs. bug #19560 Jacob Brazeal
- Re: pg_rewind does not rewind diverging timelines Mats Kindahl
- [PATCH] Speed up repeat() for larger counts ChenhuiMo
- Re: [PATCH v4] Make NumericVar storage semantics explicit ChenhuiMo
- Re: NULL pointer dereference in syslogger with load_libraries() and -DEXEC_BACKEND at startup Michael Paquier
- Re: [DESIGN] Soft DROP TABLE, recoverable drops for PostgreSQL Amit Kapila
- Re: Support UUIDv6 in uuid_extract_timestamp() Miłosz Bieniek
- Re: pg_rewind does not rewind diverging timelines Michael Paquier
- Re: Recovery conflict resolution misses backends that import snapshots Michael Paquier
- Re: document the dangers of granting TRIGGER or REFERENCES Nico Williams
- Re: [PATCH] Use direct hash lookup in logicalrep_partmap_invalidate_cb() Michael Paquier
- Re: Fix missing FORMAT when deparsing JSON_ARRAY(query) Richard Guo