Mailing lists [pgsql-hackers]
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Scott Ray
- [PATCH] Fix libxml leaks in contrib/xml2 XPath functions Andrey Chernyy
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Update our timezone code to IANA tzcode2026b Tom Lane
- Re: Row pattern recognition Henson Choi
- Re: Update our timezone code to IANA tzcode2026b Tom Lane
- Re: Row pattern recognition Henson Choi
- Re: Proposal: Conflict log history table for Logical Replication Peter Smith
- Re: Row pattern recognition Tatsuo Ishii
- RE: Adding REPACK [concurrently] Zhijie Hou (Fujitsu)
- Re: Row pattern recognition Henson Choi
- [PATCH]Refactor and unify expression construction functions in makefuncs.c ZizhuanLiu X-MAN
- Re: Row pattern recognition Tatsuo Ishii
- Re: [PATCH] Fix libxml leaks in contrib/xml2 XPath functions Michael Paquier
- Re: autovacuum launcher crash: assert in pgstat_count_io_op (IOOP_EXTEND on pg_database's VM) Michael Paquier
- Re: Add wait events for server logging destination writes Michael Paquier
- Re: Improve pg_stat_statements scalability Kyotaro Horiguchi
- pg_stat_statements: Fix normalization of + signs for FETCH and MOVE Chao Li
- Re: Row pattern recognition Henson Choi
- Re: Add pg_stat_kind_info system view Michael Paquier
- Re: Add wait events for server logging destination writes Kyotaro Horiguchi
- Re: pg_stat_statements: Fix normalization of + signs for FETCH and MOVE Michael Paquier
- [PATCH] doc: explain database-wide impact of old xmin on VACUUM liu zhilong
- Re: [PATCH] Fix NULL dereference in subscription REFRESH on concurrent DROP Ajin Cherian
- Re: pg_rewind does not rewind diverging timelines Kyotaro Horiguchi
- Re: Eager aggregation, take 3 Richard Guo
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: pg_stat_statements: Fix normalization of + signs for FETCH and MOVE Chao Li
- Re: [PATCH]Refactor and unify expression construction functions in makefuncs.c ZizhuanLiu X-MAN
- Wrong unsafe-flag test in check_output_expressions() Richard Guo
- Re: autovacuum launcher crash: assert in pgstat_count_io_op (IOOP_EXTEND on pg_database's VM) Ewan Young
- Re: Avoid orphaned objects dependencies, take 3 Bertrand Drouvot
- Re: hashjoins vs. Bloom filters (yet again) Andrei Lepikhov
- Re: glob support in extension_control_path/dynamic_library_path? Matheus Alcantara
- Re: [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table Etsuro Fujita
- Re: injection_points: Switch wait/wakeup to use atomics rather than latches Andrey Borodin
- Re: (SQL/PGQ) cache lookup failed for label Ashutosh Bapat
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- postgres_fdw: Emit message when batch_size is reduced Rafia Sabih
- Re: Proposal: Conflict log history table for Logical Replication Nisha Moond
- Add autovacuum_warning to surface concurrent vacuum collisions Shinya Kato
- Re: SLOPE - Planner optimizations on monotonic expressions. Alexandre Felipe
- Re: RFC: Allow EXPLAIN to Output Page Fault Information Atsushi Torikoshi
- pg_createsubscriber: allow duplicate publication names Chao Li
- Re: glob support in extension_control_path/dynamic_library_path? Jakob Egger
- Fix column privileges for pg_subscription.subwalrcvtimeout Nisha Moond
- Re: Heads Up: cirrus-ci is shutting down June 1st Álvaro Herrera
- Re: DBeaver Experiencing timeouts while connecting to New Linux PostgreSql server Srinivas Kumar
- Re: autovacuum launcher crash: assert in pgstat_count_io_op (IOOP_EXTEND on pg_database's VM) Melanie Plageman
- Re: Multi-Entry Indexing for GiST & SP-GiST Matthias van de Meent
- Re: should we have a fast-path planning for OLTP starjoins? Tomas Vondra
- Re: sandboxing untrusted code Jacob Champion
- Re: should we have a fast-path planning for OLTP starjoins? Joel Jacobson
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: Fix race during concurrent logical decoding activation Masahiko Sawada
- Re: Unify parallel worker handling for index builds and instrumentation Sami Imseih
- Re: pgsql: Advance restart_lsn more eagerly in LogicalConfirmReceivedLocati Álvaro Herrera
- Re: pg_createsubscriber: allow duplicate publication names Shlok Kyal
- [PATCH] Fix recognizing 0x11A7 as a Hangul T syllable in Unicode normalization Diego Frias
- Re: sandboxing untrusted code Robert Haas
- Re: Improving tracking/processing of buildfarm test failures Alexander Lakhin
- Re: Key joins Joel Jacobson
- Re: Add RISC-V Zbb popcount optimization Greg Burd
- Re: PostgreSQL 19 Beta 1 release announcement draft Joel Jacobson
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- [RFC PATCH v2 RESEND 03/10] umbra: add patch 2 umfile physical file manager and metadata storage primitives Mingwei Jia
- [RFC PATCH v2 RESEND 08/10] umbra: add patch 7 checkpoint-boundary FPW replacement and block-reference remap Mingwei Jia
- Re: [RFC PATCH v2 RESEND 0/10] Umbra: a remap-aware smgr prototype Mingwei Jia
- Re: Support EXCEPT for ALL SEQUENCES publications Peter Smith
- Re: [RFC PATCH v2 RESEND 0/10] Umbra: a remap-aware smgr prototype Bruce Momjian
- Re: [PATCH] Rebuild CHECK constraints after generated column SET EXPRESSION jian he
- Re: [PATCH] Fix libxml leaks in contrib/xml2 XPath functions Andrey Chernyy
- Re: Wrong unsafe-flag test in check_output_expressions() Tender Wang
- DOCS - missing SGML markup in some ALTER PUBLICATION examples Peter Smith
- Re: pg_rewind does not rewind diverging timelines Mats Kindahl
- RE: [Patch] Fix check_pub_rdt bypass when origin is set in same ALTER SUBSCRIPTION Zhijie Hou (Fujitsu)
- Re: DOCS - missing SGML markup in some ALTER PUBLICATION examples Amit Kapila
- Re: Fix column privileges for pg_subscription.subwalrcvtimeout Fujii Masao
- Re: Row pattern recognition Tatsuo Ishii
- Re: Row pattern recognition Tatsuo Ishii
- Re: Row pattern recognition Henson Choi
- Re: pgsql: Advance restart_lsn more eagerly in LogicalConfirmReceivedLocati Chao Li
- Re: A few message wording/formatting cleanup patches Kyotaro Horiguchi
- Re: injection_points: Switch wait/wakeup to use atomics rather than latches Andrey Borodin
- Re: Unify parallel worker handling for index builds and instrumentation Michael Paquier
- Re: Row pattern recognition Tatsuo Ishii
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Row pattern recognition Tatsuo Ishii
- Re: injection_points: Switch wait/wakeup to use atomics rather than latches Michael Paquier
- Re: pg_rewind does not rewind diverging timelines Kyotaro Horiguchi
- Re: Row pattern recognition jian he
- Re: pg_createsubscriber: allow duplicate publication names Amit Kapila
- Re: Fix bug of CHECK constraint enforceability recursion Chao Li
- Re: hashjoins vs. Bloom filters (yet again) Andrei Lepikhov
- Re: A few message wording/formatting cleanup patches Ashutosh Bapat
- Re: Improve pg_stat_statements scalability Michael Paquier
- Re: Fix bug of CHECK constraint enforceability recursion Chao Li
- Re: Fix DROP PROPERTY GRAPH "unsupported object class" error Ashutosh Bapat
- Re: pg_createsubscriber: allow duplicate publication names Chao Li
- Re: Use pg_current_xact_id() instead of deprecated txid_current() lin teletele
- RE: pg_createsubscriber: allow duplicate publication names Hayato Kuroda (Fujitsu)
- Re: Proposal: Conflict log history table for Logical Replication Peter Smith
- Re: PostgreSQL 19 Beta 1 release announcement draft Joel Jacobson
- Re: PostgreSQL 19 Beta 1 release announcement draft Jelte Fennema-Nio
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: pg_createsubscriber: allow duplicate publication names Amit Kapila
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: problems with toast.* reloptions solai v
- RE: pg_createsubscriber: allow duplicate publication names Hayato Kuroda (Fujitsu)
- Re: Heads Up: cirrus-ci is shutting down June 1st Jakub Wartak
- Re: Row pattern recognition Tatsuo Ishii
- Re: Make printtup a bit faster Andy Fan
- Re: Use pg_current_xact_id() instead of deprecated txid_current() Shinya Kato
- Re: Heads Up: cirrus-ci is shutting down June 1st Thomas Munro
- Re: Heads Up: cirrus-ci is shutting down June 1st Nazir Bilal Yavuz
- Re: problems with toast.* reloptions Nikita Malakhov
- SERVICEFILE shows wrong file after servicefile fallback Chao Li
- Re: autovacuum launcher crash: assert in pgstat_count_io_op (IOOP_EXTEND on pg_database's VM) Ewan Young
- Re: problems with toast.* reloptions Nathan Bossart
- Re: Row pattern recognition Henson Choi
- Re: [RFC PATCH v2 RESEND 10/10] umbra: add patch 9 compactor framework and non-interference policy Robert Haas
- Re: Broken build on macOS (Universal / Intel): cpuid instruction not available Tom Lane
- Re: [RFC PATCH v2 RESEND 04/10] umbra: add patch 3 metadata disk format and identity mapping bootstrap Álvaro Herrera
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Re: hashjoins vs. Bloom filters (yet again) Tomas Vondra
- Re: BM_IO_ERROR flag is lost in TerminateBufferIO due to order of operations in UnlockBufHdrExt Melanie Plageman
- [PATCH] Fix compiler warnings by using designated initializers Zakariyah Ali
- Re: Heads Up: cirrus-ci is shutting down June 1st Nazir Bilal Yavuz
- Re: Broken build on macOS (Universal / Intel): cpuid instruction not available Tom Lane
- Re: generic plans and "initial" pruning Ilmar Yunusov
- Re: Heads Up: cirrus-ci is shutting down June 1st Peter Eisentraut
- Re: Heads Up: cirrus-ci is shutting down June 1st Peter Eisentraut
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Re: injection_points: Switch wait/wakeup to use atomics rather than latches Andrey Borodin
- Re: Broken build on macOS (Universal / Intel): cpuid instruction not available Andrew Dunstan
- Re: BackgroundPsql swallowing errors on windows Andrew Dunstan
- Re: Heads Up: cirrus-ci is shutting down June 1st Jelte Fennema-Nio
- Re: Heads Up: cirrus-ci is shutting down June 1st Daniel Gustafsson
- Re: Fix bug of CHECK constraint enforceability recursion Zsolt Parragi
- Re: Wrong unsafe-flag test in check_output_expressions() David Rowley
- Re: Vacuumlo improvements Sami Imseih
- Re: Support EXCEPT for TABLES IN SCHEMA publications Zsolt Parragi
- Re: [PATCH] Fix libxml leaks in contrib/xml2 XPath functions Michael Paquier
- Re: alert clients when prepared statements are deallocated Nathan Bossart
- Re: Wrong unsafe-flag test in check_output_expressions() Richard Guo
- Re: Row pattern recognition Henson Choi
- Re: injection_points: Switch wait/wakeup to use atomics rather than latches Michael Paquier
- Re: [PATCH] Fix libxml leaks in contrib/xml2 XPath functions Andrey Chernyy
- Re: Wrong unsafe-flag test in check_output_expressions() David Rowley
- Re: deep copy with mutation? David Rowley
- Re: Row pattern recognition Henson Choi
- Re: Improve pg_stat_statements scalability Sami Imseih
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Re: Unify parallel worker handling for index builds and instrumentation Lukas Fittl
- Re: Wrong unsafe-flag test in check_output_expressions() Richard Guo
- Re: Unify parallel worker handling for index builds and instrumentation Michael Paquier
- Re: Report oldest xmin source when autovacuum cannot remove tuples Scott Ray
- 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: Eager aggregation, take 3 Richard Guo
- Re: Fix bug of CHECK constraint enforceability recursion Chao Li
- Re: Use pg_current_xact_id() instead of deprecated txid_current() lin teletele
- Re: Fix DROP PROPERTY GRAPH "unsupported object class" error Michael Paquier
- Re: pg_createsubscriber: allow duplicate publication names Chao Li
- Re: Report oldest xmin source when autovacuum cannot remove tuples wenhui qiu
- Re:Reject HEADER with binary and json COPY formats by option presence Tingchuan Sun
- Re: Reject HEADER with binary and json COPY formats by option presence Shinya Kato
- Re: Report oldest xmin source when autovacuum cannot remove tuples Japin Li
- Re: [PATCH] doc: Document that invalid indexes are skipped during ATTACH PARTITION Mohamed ALi
- Re: Improve errmsg for publication membership Ewan Young
- Re: [PATCH] Clarify that ssl_groups is for any key exchange groups Ewan Young
- Re: Init connection time grows quadratically Maksim.Melnikov
- Re: Reject HEADER with binary and json COPY formats by option presence Fujii Masao
- Re: Fix bug of CHECK constraint enforceability recursion jian he
- Fix \crosstabview to honor \pset display_true/display_false Chao Li
- Re: [PATCH] doc: Document that invalid indexes are skipped during ATTACH PARTITION Michael Paquier
- CREATE TABLE LIKE INCLUDING PRIVILEGES jian he
- Re: Fix regression in vacuumdb --analyze-in-stages for partitioned tables Fujii Masao
- Use TEXT_DUMP_HEADER macro instead of hard-coded string in pg_backup_archiver.c Japin Li
- Re: PSA: Planning to grease protocol connections during 19beta Jelte Fennema-Nio
- Re: Improve pg_stat_statements scalability Kyotaro Horiguchi
- Re: Fix bug of CHECK constraint enforceability recursion Zsolt Parragi
- Re: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.” Fujii Masao
- Optimize RelfilenumberMapInvalidateCallback for logical decoding performance yangboyu
- Re: Use TEXT_DUMP_HEADER macro instead of hard-coded string in pg_backup_archiver.c Daniel Gustafsson
- Re: Fix bug of CHECK constraint enforceability recursion Chao Li
- Re: Fix regression in vacuumdb --analyze-in-stages for partitioned tables Chao Li
- Re: [PATCH] Fix overflow and underflow in regr_r2() Dean Rasheed
- Re: Use TEXT_DUMP_HEADER macro instead of hard-coded string in pg_backup_archiver.c Japin Li
- Re: hashjoins vs. Bloom filters (yet again) Oleg Bartunov
- Re: Exit walsender before confirming remote flush in logical replication Andrey Silitskiy
- Re: Proposal: Conflict log history table for Logical Replication Nisha Moond
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication Ashutosh Sharma
- Re: Heads Up: cirrus-ci is shutting down June 1st Peter Eisentraut
- Use streaming read I/O when enabling data checksums online cca5507
- Re: Heads Up: cirrus-ci is shutting down June 1st Jakub Wartak
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Fujii Masao
- Re: Heads Up: cirrus-ci is shutting down June 1st Jakub Wartak
- Re: CREATE TABLE LIKE INCLUDING PRIVILEGES Zsolt Parragi
- BUG with accessing to temporary tables of other sessions still exists Daniil Davydov
- Re: Use streaming read I/O when enabling data checksums online Daniel Gustafsson
- Re: Make memory checking / sanitizing infrastructure better Peter Eisentraut
- Re: Init connection time grows quadratically Matthias van de Meent
- Add per-backend lock statistics Bertrand Drouvot
- Re: Proposal: Conflict log history table for Logical Replication Zsolt Parragi
- Re: alert clients when prepared statements are deallocated Zsolt Parragi
- Re: Fix bug of CHECK constraint enforceability recursion Zsolt Parragi
- Re: alert clients when prepared statements are deallocated Nathan Bossart
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Re: BUG with accessing to temporary tables of other sessions still exists Jim Jones
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Use ereport() instead of elog() for invalid weights in setweight() Ewan Young
- Re: [RFC PATCH v2 RESEND 04/10] umbra: add patch 3 metadata disk format and identity mapping bootstrap Mingwei Jia
- Re: BUG with accessing to temporary tables of other sessions still exists Daniil Davydov
- Does MSVC predefine __x86_64__ on 64-bit Intel? Tom Lane
- Re: Race conditions in logical decoding Mihail Nikalayeu
- [DESIGN] Soft DROP TABLE, recoverable drops for PostgreSQL surya poondla
- Re: Adding REPACK [concurrently] Mihail Nikalayeu
- Re: [PATCH] Clarify that ssl_groups is for any key exchange groups Si, Evan
- Re: Report oldest xmin source when autovacuum cannot remove tuples Jacob Champion
- Re: BUG with accessing to temporary tables of other sessions still exists Imran Zaheer
- Re: PostgreSQL 19 Beta 1 release announcement draft Jonathan S. Katz
- Re: Avoid orphaned objects dependencies, take 3 Jeff Davis
- Re: Heads Up: cirrus-ci is shutting down June 1st Jacob Champion
- Re: Use ereport() instead of elog() for invalid weights in setweight() Tom Lane
- Re: PostgreSQL 19 Beta 1 release announcement draft Tom Lane
- Re: BUG with accessing to temporary tables of other sessions still exists Daniil Davydov
- Re: Does MSVC predefine __x86_64__ on 64-bit Intel? Peter Eisentraut
- Re: Heads Up: cirrus-ci is shutting down June 1st Peter Eisentraut
- Re: PSA: Planning to grease protocol connections during 19beta Jacob Champion
- Re: Heads Up: cirrus-ci is shutting down June 1st Jacob Champion
- Re: Does MSVC predefine __x86_64__ on 64-bit Intel? Nathan Bossart
- Re: PostgreSQL 19 Beta 1 release announcement draft Jonathan S. Katz
- Re: alert clients when prepared statements are deallocated Nathan Bossart
- Re: Does MSVC predefine __x86_64__ on 64-bit Intel? Tom Lane
- Re: problems with toast.* reloptions Nikita Malakhov
- Re: PSA: Planning to grease protocol connections during 19beta Jelte Fennema-Nio
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Re: Broken build on macOS (Universal / Intel): cpuid instruction not available Tom Lane
- Re: Centralised architecture detection Tom Lane
- Re: alert clients when prepared statements are deallocated Nathan Bossart
- Re: Centralised architecture detection Nico Williams
- Re: BackgroundPsql swallowing errors on windows Andrew Dunstan
- Re: Centralised architecture detection Tom Lane
- Re: future of PQfn() Nathan Bossart
- Re: [PATCH] btree_gist: add cross-type integer operator support for GiST Alexander Nestorov
- Re: Fix bug of CHECK constraint enforceability recursion Chao Li
- Re: PostgreSQL 19 Beta 1 release announcement draft Joel Jacobson
- [PATCH] Use ssup_datum_*_cmp for int2, oid, and oid8 sort support Baji Shaik
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Interest in Faster Unicode Normalization Diego Frias
- [PATCH] Add regression tests for btree skip scan support functions Baji Shaik
- Re: First draft of PG 19 release notes 彭冲
- Re: Fix column privileges for pg_subscription.subwalrcvtimeout Fujii Masao
- Re: CREATE TABLE LIKE INCLUDING TRIGGERS jian he
- Re: First draft of PG 19 release notes Bruce Momjian
- Re: Use ereport() instead of elog() for invalid weights in setweight() Ewan Young
- Re: Row pattern recognition Tatsuo Ishii
- Re: SERVICEFILE shows wrong file after servicefile fallback Michael Paquier
- Re: Improve pg_stat_statements scalability Michael Paquier
- Re: BUG with accessing to temporary tables of other sessions still exists Imran Zaheer
- Re: Fix column privileges for pg_subscription.subwalrcvtimeout Nisha Moond
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks JoongHyuk Shin
- Re: SERVICEFILE shows wrong file after servicefile fallback Chao Li
- Fix tuple deformation with virtual generated NOT NULL columns Chao Li
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: Proposal: Conflict log history table for Logical Replication Peter Smith
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- RE: Parallel Apply Zhijie Hou (Fujitsu)
- Re: Extended statistics improvement: multi-column MCV missing values Enrique Sánchez
- Re: Optimize CPU usage of dropping buffers during recovery Jingtang Zhang
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication Ashutosh Sharma
- Fix comments to reference xlogrecovery.c Imran Zaheer
- RE: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication Zhijie Hou (Fujitsu)
- GRAPH_TABLE: lateral reference with label disjunction fails with "plan should not reference subplan's variable" Ewan Young
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: Inconsistent trigger behavior between two temporal leftovers Peter Eisentraut
- Re: Row pattern recognition jian he
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication Ashutosh Sharma
- Re: Fix tuple deformation with virtual generated NOT NULL columns cca5507
- Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column Peter Eisentraut
- [PATCH] DOCS: Distinguish table and index storage parameters vellaipandiyan sm
- Re: Fix tuple deformation with virtual generated NOT NULL columns Chao Li
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: future of PQfn() Dagfinn Ilmari Mannsåker
- Re: Proposal: Conflict log history table for Logical Replication Nisha Moond
- Re: [PATCH v1] [BUG #19507] Prevent constraint name conflicts in partition trees spanning multiple schemas Marko Grujic
- Re: Heads Up: cirrus-ci is shutting down June 1st Nazir Bilal Yavuz
- Re: (SQL/PGQ) cache lookup failed for label Ewan Young
- Re: (SQL/PGQ) cache lookup failed for label Ashutosh Bapat
- Re: Heads Up: cirrus-ci is shutting down June 1st Nazir Bilal Yavuz
- Re: Row pattern recognition Henson Choi
- Move system identifier generation to a common helper Imran Zaheer
- Fix OAuth validator docs for error_detail on internal errors Chao Li
- Re: (SQL/PGQ) cache lookup failed for label Ewan Young
- Re: Fix comments to reference xlogrecovery.c Álvaro Herrera
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Re: (SQL/PGQ) cache lookup failed for label zengman
- Re: Heads Up: cirrus-ci is shutting down June 1st Nazir Bilal Yavuz
- Re: (SQL/PGQ) cache lookup failed for label Ashutosh Bapat
- Re: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c Nathan Bossart
- Re: PSA: Planning to grease protocol connections during 19beta Jacob Champion
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Re: Heads Up: cirrus-ci is shutting down June 1st Jacob Champion
- Re: Heads Up: cirrus-ci is shutting down June 1st Nazir Bilal Yavuz
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Re: Heads Up: cirrus-ci is shutting down June 1st Jacob Champion
- Re: Key joins Joel Jacobson
- Re: [PATCH] Fix compiler warnings by using designated initializers Tom Lane
- Re: Add pg_stat_kind_info system view Tristan Partin
- Re: Avoid orphaned objects dependencies, take 3 Jeff Davis
- Re: analyze-in-stages post upgrade questions Justin Pryzby
- Re: Avoid orphaned objects dependencies, take 3 Jeff Davis
- Re: Fix comments to reference xlogrecovery.c Imran Zaheer
- Re: [PATCH] Remove obsolete tupDesc assignment in extended statistics Denis Rodionov
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Re: Fix bug of CHECK constraint enforceability recursion Zsolt Parragi
- Re: Skip prefetch for block references that follow a FPW or WILL_INIT of the same block Ethan Mertz
- Re: Fix OAuth validator docs for error_detail on internal errors Daniel Gustafsson
- Re: Row pattern recognition Andres Freund
- dict_synonym.c: fix truncation of multibyte sequence Jeff Davis
- Re: Fix OAuth validator docs for error_detail on internal errors Chao Li
- Re: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c Tristan Partin
- Re: Key joins Arne Roland
- Re: Row pattern recognition Tatsuo Ishii
- Re: [PATCH] Fix recognizing 0x11A7 as a Hangul T syllable in Unicode normalization Michael Paquier
- Re: Row pattern recognition Henson Choi
- Re: PostgreSQL 19 Beta 1 release announcement draft Rajni Baliyan
- [PATCH] xml2: Fix stylesheet document leak in xslt_process() Andrey Chernyy
- Re: alert clients when prepared statements are deallocated Jacob Champion
- Reduce LEFT/FULL JOIN to ANTI JOIN in more cases Richard Guo
- Re: Reduce LEFT/FULL JOIN to ANTI JOIN in more cases Isaac Morland
- RE: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication Zhijie Hou (Fujitsu)
- Re: [PATCH] Add regression tests for btree skip scan support functions Michael Paquier
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication shveta malik
- Re: [PATCH] Use ssup_datum_*_cmp for int2, oid, and oid8 sort support Michael Paquier
- Re: [PATCH] xml2: Fix stylesheet document leak in xslt_process() Michael Paquier
- Re: Heads Up: cirrus-ci is shutting down June 1st Michael Paquier
- Re: Fix column privileges for pg_subscription.subwalrcvtimeout Nisha Moond
- Re: postgres_fdw: Emit message when batch_size is reduced Corey Huinker
- Re: Improving the names generated for indexes on expressions solai v
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: [Bug]Assertion failure in LATERAL GRAPH_TABLE with multi-label pattern Peter Eisentraut
- 回复:Fix missing semicolon in pl_gram.y for option_value rule webbohan
- Re: Support EXCEPT for ALL SEQUENCES publications Shlok Kyal
- Fix domain fast defaults on empty tables Chao Li
- Re: Reduce LEFT/FULL JOIN to ANTI JOIN in more cases Richard Guo
- Rename EXISTS-to-ANY converted subplan to exists_to_any Yugo Nagata
- Re: Can we use Statistics Import and Export feature to perforamance testing? Yugo Nagata
- Re: [SP-]GiST IOS visibility bug (was: Why doens't GiST require super-exclusive lock) Matthias van de Meent
- Re: Add per-backend lock statistics Bertrand Drouvot
- Unexpected message truncation in WaitForAllTransactionsToFinish cca5507
- Re: Fix tuple deformation with virtual generated NOT NULL columns cca5507
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Rafia Sabih
- Re: Fix domain fast defaults on empty tables Heikki Linnakangas
- Re: [PATCH] vacuumdb: Add --exclude-database option Quan Zongliang
- RE: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.” Masashi Kamura (Fujitsu)
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication shveta malik
- Use correct type for catalog_xmin Imran Zaheer
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade vignesh C
- Re: Subquery pull-up increases jointree search space Tomas Vondra
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: postgres_fdw: Emit message when batch_size is reduced Rafia Sabih
- Re: [PATCH] Fix for bug #19474: LIKE fails to match literal backslashes with nondeterministic collations Ewan Young
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Xuneng Zhou
- Re: Upload only the failed tests logs to the Postgres CI (Cirrus CI) Nazir Bilal Yavuz
- Re: File locks for data directory lockfile in the context of Linux namespaces Ilmar Yunusov
- Re: [PATCH] vacuumdb: Add --exclude-database option wenhui qiu
- Re: Adding basic NUMA awareness Tomas Vondra
- Re: Avoid orphaned objects dependencies, take 3 Bertrand Drouvot
- Re: Avoid orphaned objects dependencies, take 3 Bertrand Drouvot
- Re: PostgreSQL 19 Beta 1 release announcement draft Jonathan S. Katz
- Re: First draft of PG 19 release notes Bruce Momjian
- Re: Remove inner joins based on foreign keys Ilmar Yunusov
- Re: [Bug Report + Patch] File descriptor leak when io_method=io_uring Laetitia Avrot
- Re: [Bug Report + Patch] File descriptor leak when io_method=io_uring Lætitia AVROT
- Re: Prevent remote libpq notices from being sent to clients Jacob Champion
- Re: Heads Up: cirrus-ci is shutting down June 1st Nazir Bilal Yavuz
- Re: dict_synonym.c: fix truncation of multibyte sequence Tristan Partin
- Re: Enforce INSERT RLS checks for FOR PORTION OF leftovers? Ayush Tiwari
- Re: [PATCH] refint: Avoid reusing cascade UPDATE plans. Nathan Bossart
- Re: dict_synonym.c: fix truncation of multibyte sequence Jeff Davis
- Re: postgres_fdw: Emit message when batch_size is reduced Corey Huinker
- [PATCH] CI: Add a CPAN cache on Windows Jacob Champion
- Re: First draft of PG 19 release notes Bruce Momjian
- Re: [PATCH] Use ssup_datum_*_cmp for int2, oid, and oid8 sort support Baji Shaik
- Re: [PATCH] CI: Add a CPAN cache on Windows Andres Freund
- Re: Fix bug of CHECK constraint enforceability recursion Zsolt Parragi
- Re: [PATCH] Add regression tests for btree skip scan support functions Baji Shaik
- Re: [PATCH] btree_gist: add cross-type integer operator support for GiST Andrey Borodin
- Re: First draft of PG 19 release notes Bruce Momjian
- Re: Get rid of "Section.N.N.N" on DOCs Douglas Domingues da Silveira
- Re: oauth integer overflow Jacob Champion
- Re: First draft of PG 19 release notes Baji Shaik
- Re: oauth integer overflow Daniel Gustafsson
- Re: [PATCH] CI: Add a CPAN cache on Windows Jacob Champion
- Remove the refint contrib module (for v20) Ayush Tiwari
- Re: First draft of PG 19 release notes Bruce Momjian
- Re: [PATCH] refint: Avoid reusing cascade UPDATE plans. Ayush Tiwari
- Re: Fix OAuth validator docs for error_detail on internal errors Daniel Gustafsson
- ci: CCache churns through available space too quickly Andres Freund
- Re: [PATCH] CI: Add a CPAN cache on Windows Andres Freund
- Re: updates for handling optional argument in system functions Mark Wong
- Re: [PATCH] Clarify that ssl_groups is for any key exchange groups Daniel Gustafsson
- Re: Prevent remote libpq notices from being sent to clients Tristan Partin
- Re: dict_synonym.c: fix truncation of multibyte sequence Tristan Partin
- Re: updates for handling optional argument in system functions Tristan Partin
- Replace spin-wait with futex-mutex in LWLockWaitListLock() on Linux aarch64 Okanovic, Haris
- Re: alert clients when prepared statements are deallocated Nathan Bossart
- Re: Remove the refint contrib module (for v20) Daniel Gustafsson
- Re: Remove the refint contrib module (for v20) Tom Lane
- Re: Fix OAuth validator docs for error_detail on internal errors Daniel Gustafsson
- Re: alert clients when prepared statements are deallocated Jelte Fennema-Nio
- Re: [PATCH] Fix memory leak in pgstat_progress_parallel_incr_param() Baji Shaik
- Re: Fix OAuth validator docs for error_detail on internal errors Chao Li
- Re: Prevent remote libpq notices from being sent to clients Chao Li
- Re: [PATCH] Clarify that ssl_groups is for any key exchange groups Evan
- Re: Fix bug of CHECK constraint enforceability recursion Chao Li
- Re: Adjust pg_stat_get_lock() prorows to match lock types ZizhuanLiu X-MAN
- Re: Fix tuple deformation with virtual generated NOT NULL columns David Rowley
- GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Ashutosh Bapat
- PG19 FK fast path: OOB write and missed FK checks during batched Nikolay Samokhvalov
- t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Alexander Lakhin
- Re: PG19 FK fast path: OOB write and missed FK checks during batched Amit Langote
- RE: Fix race in ReplicationSlotRelease for ephemeral slots Zhijie Hou (Fujitsu)
- Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Bertrand Drouvot
- Re: [PATCH] Fix for bug #19474: LIKE fails to match literal backslashes with nondeterministic collations Nitin Motiani
- Re: pgsql: doc: Clarify OAuth validator authn_id logging Erik Rijkers
- Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Xuneng Zhou
- Re: First draft of PG 19 release notes Álvaro Herrera
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Xuneng Zhou
- Re: [PATCH] Fix memory leak in pgstat_progress_parallel_incr_param() Sami Imseih
- Re: [PATCH] Fix memory leak in pgstat_progress_parallel_incr_param() Baji Shaik
- Re: Add wait events for server logging destination writes 신성준
- Re: [PATCH] btree_gist: add cross-type integer operator support for GiST Alexander Nestorov
- Re: Report oldest xmin source when autovacuum cannot remove tuples Scott Ray
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Scott Ray
- Re: Fix domain fast defaults on empty tables Tom Lane
- [PATCH] Fix loose polling in 019_replslot_limit.pl test Zakariyah Ali
- Re: Support EXCEPT for TABLES IN SCHEMA publications Zsolt Parragi
- Re: Non-text mode for pg_dumpall Noah Misch
- Re: index prefetching Peter Geoghegan
- Re: Fix tuple deformation with virtual generated NOT NULL columns Chao Li
- Re: Fix domain fast defaults on empty tables Chao Li
- Re: Fix bug of UPDATE/DELETE FOR PORTION OF with inheritance tables Chao Li
- [PATCH] Doc: Mention OFF as an alias for EXPLAIN SERIALIZE NONE ZizhuanLiu X-MAN
- [PATCH] Add pg_upgrade check for invalid role references in pg_init_privs Hüseyin Demir
- Re: bugfix - fix broken output in expanded aligned format, when data are too short Pavel Stehule
- Error while processing invalidation message during ATTACH PARTITION leaves invalid relcache entry Alexander Lakhin
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks JoongHyuk Shin
- Fix comment in report_sequence_errors() Imran Zaheer
- Re: Copy from JSON FORMAT. Junwang Zhao
- Re: Extended statistics improvement: multi-column MCV missing values Enrique Sánchez
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Álvaro Herrera
- Re: [PATCH] Add support for SAOP in the optimizer for partial index paths Jim Vanns
- Re: pgsql: doc: Clarify OAuth validator authn_id logging Michael Paquier
- Re: Fix comments to reference xlogrecovery.c Michael Paquier
- Re: Add pg_stat_kind_info system view Michael Paquier
- Re: Fix DROP PROPERTY GRAPH "unsupported object class" error Michael Paquier
- Re: Fix comment in report_sequence_errors() Michael Paquier
- Re: Fix DROP PROPERTY GRAPH "unsupported object class" error Tom Lane
- Re: Fix domain fast defaults on empty tables jian he
- Re: bugfix - fix broken output in expanded aligned format, when data are too short Michael Paquier
- Re: [PATCH] Doc: Mention OFF as an alias for EXPLAIN SERIALIZE NONE Kyotaro Horiguchi
- experiment: psql: highlight first row of INFO output Pavel Stehule
- Re: Use correct type for catalog_xmin Fujii Masao
- Re: Adjust pg_stat_get_lock() prorows to match lock types Michael Paquier
- Re: bugfix - fix broken output in expanded aligned format, when data are too short Michael Paquier
- Re: Use correct type for catalog_xmin Amit Kapila
- Re: RFC: Logging plan of the running query Lukas Fittl
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication Ashutosh Sharma
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: log_checkpoints: count WAL segment creations from all processes Nitin Jadhav
- Re: Subquery pull-up increases jointree search space Andrei Lepikhov
- Re: Separate catalog_xmin from xmin in walsender hot standby feedback Rui Zhao
- Re: [PATCH] Fix for bug #19474: LIKE fails to match literal backslashes with nondeterministic collations Ewan Young
- Re: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.” Fujii Masao
- pg_upgrade fails when FK constraint with same name exists on partitioned table and its partition Arseny Kositsin
- Fix unqualified catalog references in psql describe queries Chao Li
- Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Bertrand Drouvot
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication Ashutosh Sharma
- Re: Fix comment in report_sequence_errors() Amit Kapila
- Re: Proposal: Conflict log history table for Logical Replication Nisha Moond
- Re: Improve errmsg for publication membership Amit Kapila
- Re: [Patch] Fix check_pub_rdt bypass when origin is set in same ALTER SUBSCRIPTION Amit Kapila
- Re: Fix bug of CHECK constraint enforceability recursion jian he
- Re: ci: CCache churns through available space too quickly Nazir Bilal Yavuz
- Re: pg_rewind does not rewind diverging timelines Andrey Borodin
- Re: Subquery pull-up increases jointree search space Tomas Vondra
- Remove redundant DISTINCT when GROUP BY already guarantees uniqueness Ilia Evdokimov
- Re: Separate catalog_xmin from xmin in walsender hot standby feedback Amit Kapila
- Re: Proposal: Conflict log history table for Logical Replication vignesh C
- Re: Proposal: Conflict log history table for Logical Replication vignesh C
- Re: RFC: Logging plan of the running query Atsushi Torikoshi
- Re: Fix bug of CHECK constraint enforceability recursion Chao Li
- Re: [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table Etsuro Fujita
- Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Xuneng Zhou
- Re: Fix tuple deformation with virtual generated NOT NULL columns Andres Freund
- Why is the LSN reported for pg_logical_emit_message() different from other decoded operations? torikoshia
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Subquery pull-up increases jointree search space Andrei Lepikhov
- Unexpected reindex when altering column types for partitioned tables Álvaro Rodríguez
- Re: First draft of PG 19 release notes Bruce Momjian
- Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Bertrand Drouvot
- Re: Improve read_local_xlog_page_guts by replacing polling with latch-based waiting Rui Zhao
- Re: Fix bug of CHECK constraint enforceability recursion Álvaro Herrera
- Re: [PATCH] Add support for SAOP in the optimizer for partial index paths Jim Vanns
- Re: ci: CCache churns through available space too quickly Andres Freund
- Re: Upload only the failed tests logs to the Postgres CI (Cirrus CI) Andres Freund
- Re: Subquery pull-up increases jointree search space Tomas Vondra
- Re: [PATCH] Doc: Mention OFF as an alias for EXPLAIN SERIALIZE NONE ZizhuanLiu X-MAN
- Re: ci: CCache churns through available space too quickly Nazir Bilal Yavuz
- Re: Logging parallel worker draught Álvaro Herrera
- Re: Upload only the failed tests logs to the Postgres CI (Cirrus CI) Nazir Bilal Yavuz
- Re: Report oldest xmin source when autovacuum cannot remove tuples Sami Imseih
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade Shlok Kyal
- Re: Fix bug of UPDATE/DELETE FOR PORTION OF with inheritance tables Peter Eisentraut
- Re: Add RISC-V Zbb popcount optimization Greg Burd
- Re: Fix DROP PROPERTY GRAPH "unsupported object class" error Tom Lane
- Re: Adjust pg_stat_get_lock() prorows to match lock types Tom Lane
- Re: [BUG] [PATCH] Allow physical replication slots to recover from archive after invalidation Joao Foltran
- Re: ci: CCache churns through available space too quickly Andres Freund
- Re: pg_rewind does not rewind diverging timelines Zsolt Parragi
- Re: (SQL/PGQ) cache lookup failed for label Andres Freund
- Re: Remove redundant DISTINCT when GROUP BY already guarantees uniqueness Zsolt Parragi
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Zsolt Parragi
- Re: Add pattern matching support for LISTEN/NOTIFY channels Nathan Bossart
- Re: Add pattern matching support for LISTEN/NOTIFY channels Matheus Alcantara
- Re: Avoid orphaned objects dependencies, take 3 Jeff Davis
- Re: Add pattern matching support for LISTEN/NOTIFY channels Tom Lane
- Re: Add pattern matching support for LISTEN/NOTIFY channels Matheus Alcantara
- Re: NULL pointer dereference in syslogger with load_libraries() and -DEXEC_BACKEND at startup Michael Paquier
- typedef struct WindowClause misleading comments jian he
- Re: typedef struct WindowClause misleading comments David Rowley
- Re: Fix tuple deformation with virtual generated NOT NULL columns Chao Li
- Re: Why is the LSN reported for pg_logical_emit_message() different from other decoded operations? Yugo Nagata
- Re: md: measure just FileSync() for pgstat_io without FileClose() ZizhuanLiu X-MAN
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: (SQL/PGQ) cache lookup failed for label Ashutosh Bapat
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- RE: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Hayato Kuroda (Fujitsu)
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade shveta malik
- Re: Parallel Apply Peter Smith
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade shveta malik
- Re: Remove the refint contrib module (for v20) Ayush Tiwari
- Re: Fix missing semicolon in pl_gram.y for option_value rule Chao Li
- Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION shveta malik
- Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION shveta malik
- Re: Fix missing semicolon in pl_gram.y for option_value rule shaobo zhang
- Re: Fix missing semicolon in pl_gram.y for option_value rule shaobo zhang
- Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Bertrand Drouvot
- Re: Rename EXISTS-to-ANY converted subplan to exists_to_any Fujii Masao
- Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Bertrand Drouvot
- Re: typedef struct WindowClause misleading comments jian he
- Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Xuneng Zhou
- Fix SET EXPRESSION for virtual columns with whole-row dependencies Chao Li
- Re: Adding pg_dump flag for parallel export to pipes Nitin Motiani
- Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION Peter Smith
- Re: Avoid orphaned objects dependencies, take 3 Bertrand Drouvot
- Re: First draft of PG 19 release notes Chao Li
- Re: Fix unqualified catalog references in psql describe queries Tingchuan Sun
- Re: Fix SET EXPRESSION for virtual columns with whole-row dependencies jian he
- Re: Fix SET EXPRESSION for virtual columns with whole-row dependencies Chao Li
- Re: Logging parallel worker draught Benoit Lobréau
- Re: Fix missing semicolon in pl_gram.y for option_value rule shaobo zhang
- Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Xuneng Zhou
- Re: Why is the LSN reported for pg_logical_emit_message() different from other decoded operations? Kyotaro Horiguchi
- Re: Move FOR PORTION OF checks out of analysis jian he
- Re: Row pattern recognition Tatsuo Ishii
- Re: Row pattern recognition jian he
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: Fix unqualified catalog references in psql describe queries Bertrand Drouvot
- Re: Logging parallel worker draught solai v
- Show hashed SAOP decision in EXPLAIN Andrei Lepikhov
- [PATCH] Avoid orphaning buffers when a relation's file is missing Adam Lee
- Re: Subquery pull-up increases jointree search space Tomas Vondra
- Re: (SQL/PGQ) cache lookup failed for label Peter Eisentraut
- Re: Add pg_get_publication_ddl function Jonathan Gonzalez V.
- Re: postgres_fdw: Emit message when batch_size is reduced Rafia Sabih
- Re: Subquery pull-up increases jointree search space Andrei Lepikhov
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade Shlok Kyal
- Re: Add pg_get_publication_ddl function Jonathan Gonzalez V.
- Re: postgres_fdw: Emit message when batch_size is reduced Rafia Sabih
- Re: Add pg_get_publication_ddl function Jonathan Gonzalez V.
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Re: [PATCH] Fix minRecoveryPoint not advanced past checkpoint in CreateRestartPoint Nitin Jadhav
- Re: Extended statistics improvement: multi-column MCV missing values Ilia Evdokimov
- Re: [PATCH v4] pg_stat_statements: Add last_execution_start column Peter Eisentraut
- Re: PG19 FK fast path: OOB write and missed FK checks during batched Amit Langote
- Re: Reject negative max_retention_duration values Amit Kapila
- Re: Get rid of "Section.N.N.N" on DOCs Marcos Pegoraro
- RE: Reject negative max_retention_duration values Hayato Kuroda (Fujitsu)
- Re: Row pattern recognition Henson Choi
- Re: (SQL/PGQ) cache lookup failed for label Ashutosh Bapat
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: [BUG] [PATCH] Allow physical replication slots to recover from archive after invalidation Joao Foltran
- Re: typedef struct WindowClause misleading comments Tom Lane
- Re: Fix missing semicolon in pl_gram.y for option_value rule Tom Lane
- Re: pg_upgrade fails when FK constraint with same name exists on partitioned table and its partition Álvaro Herrera
- Re: Add pg_get_publication_ddl function Jonathan Gonzalez V.
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Zsolt Parragi
- Re: [Bug] Add the missing RTE_GRAPH_TABLE case to transformLockingClause() Ayush Tiwari
- RFC: A constraint-enforcement layer, decoupling cross-partition constraints from indexing Greg Burd
- Re: postgres_fdw: Emit message when batch_size is reduced Corey Huinker
- Re: postgres_fdw: Emit message when batch_size is reduced Corey Huinker
- Re: Remove the refint contrib module (for v20) Nathan Bossart
- Re: Support EXCEPT for TABLES IN SCHEMA publications Zsolt Parragi
- Re: libpq maligning postgres stability Andres Freund
- Re: Avoid orphaned objects dependencies, take 3 Jeff Davis
- Re: Add pg_get_publication_ddl function Zsolt Parragi
- Re: Reject negative max_retention_duration values Chao Li
- Re: pg_plan_advice Michael Paquier
- Re: Extended statistics improvement: multi-column MCV missing values Enrique Sánchez
- Re: [PATCH] Fix minRecoveryPoint not advanced past checkpoint in CreateRestartPoint Michael Paquier
- Re: Fix DROP PROPERTY GRAPH "unsupported object class" error Michael Paquier
- Re: Fix unqualified catalog references in psql describe queries Michael Paquier
- LLVM JIT: any JIT-compiled query crashes (SIGILL) on a libLLVM 19 + ASAN build Henson Choi
- Re: Fix unqualified catalog references in psql describe queries Tom Lane
- Re: LLVM JIT: any JIT-compiled query crashes (SIGILL) on a libLLVM 19 + ASAN build Henson Choi
- Re: LLVM JIT: any JIT-compiled query crashes (SIGILL) on a libLLVM 19 + ASAN build Henson Choi
- Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Michael Paquier
- Re: Fix DROP PROPERTY GRAPH "unsupported object class" error Ashutosh Bapat
- Re: [PATCH] Release replication slot on error in SQL-callable slot functions SATYANARAYANA NARLAPURAM
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: [PATCH] Fix minRecoveryPoint not advanced past checkpoint in CreateRestartPoint Kyotaro Horiguchi
- RE: Reject negative max_retention_duration values Hayato Kuroda (Fujitsu)
- Re: Reject negative max_retention_duration values Michael Paquier
- Re: RFC: Boyer-Moore-Horspool optimization for LIKE '%pattern%' searches David Rowley
- Re: Row pattern recognition Henson Choi
- Re: [PATCH] Release replication slot on error in SQL-callable slot functions Kyotaro Horiguchi
- Re: Fix unqualified catalog references in psql describe queries Bertrand Drouvot
- Re: [PATCH] vacuumdb: Add --exclude-database option Mohamed ALi
- Fix md5_password_warnings for role/database settings Chao Li
- Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION Nisha Moond
- Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION Nisha Moond
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication shveta malik
- Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION shveta malik
- Re: Reject negative max_retention_duration values Chao Li
- Re: [PATCH] Fix typos in pqsignal.c comment Ewan Young
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: log_postmaster_stats Jakub Wartak
- Re: Reduce LEFT/FULL JOIN to ANTI JOIN in more cases Richard Guo
- Re: [PATCH] Fix typos in pqsignal.c comment Chao Li
- Re: [PATCH] Fix typos in pqsignal.c comment Ewan Young
- Re: Bug? pg_rewind produces unusable but starting database with standby recovery Andrey Borodin
- Re: [PATCH] Fix typos in pqsignal.c comment Michael Paquier
- Re: PG19 FK fast path: OOB write and missed FK checks during batched Nikolay Samokhvalov
- Re: PG19 FK fast path: OOB write and missed FK checks during batched Amit Langote
- Re: Fix unqualified catalog references in psql describe queries Álvaro Herrera
- Re: repack: clarify final phase of concurrent mode in file header comment Jakub Wartak
- Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Xuneng Zhou
- Re: Deadlock detector fails to activate on a hot standby replica Fujii Masao
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: postgres_fdw: Emit message when batch_size is reduced Rafia Sabih
- Re: Fix SET EXPRESSION for virtual columns with whole-row dependencies Chao Li
- Re: [PATCH] Rebuild CHECK constraints after generated column SET EXPRESSION Chao Li
- Re: repack: clarify final phase of concurrent mode in file header comment Chao Li
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: [PATCH] vacuumdb: Add --exclude-database option Japin Li
- Re: PRI?64 vs Visual Studio (2022) Wolfgang Walther
- Re: PG19 FK fast path: OOB write and missed FK checks during batched Ayush Tiwari
- Re: Fix md5_password_warnings for role/database settings Japin Li
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: Reject negative max_retention_duration values Amit Kapila
- Re: Type assertions without GCC builtins Peter Eisentraut
- Re: Reject negative max_retention_duration values Chao Li
- Re: Row pattern recognition jian he
- [PATCH v1] [BUG #19516] Skip whole-row projection shortcut for OLD/NEW returning type Marko Grujic
- Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Ashutosh Bapat
- Re: Fix DROP PROPERTY GRAPH "unsupported object class" error Ashutosh Bapat
- Re: Heads Up: cirrus-ci is shutting down June 1st Jakub Wartak
- Re: Avoid orphaned objects dependencies, take 3 Bertrand Drouvot
- Re: [PATCH v1] [BUG #19516] Skip whole-row projection shortcut for OLD/NEW returning type Dean Rasheed
- Re: PG19 FK fast path: OOB write and missed FK checks during batched Ayush Tiwari
- Re: [Bug] Add the missing RTE_GRAPH_TABLE case to transformLockingClause() Ashutosh Bapat
- Re: [PATCH v1] [BUG #19516] Skip whole-row projection shortcut for OLD/NEW returning type Marko Grujic
- ci: Generate crashlogs on Windows Nazir Bilal Yavuz
- Re: Improve version detection for online help URL Peter Eisentraut
- Re: Move system identifier generation to a common helper Peter Eisentraut
- Re: Return value of XLogInsertRecord() for XLOG_SWITCH record ZizhuanLiu X-MAN
- Re: [PATCH] Fix compiler warnings by using designated initializers Peter Eisentraut
- Re: Fix missing semicolon in pl_gram.y for option_value rule Peter Eisentraut
- Re: ci: Generate crashlogs on Windows Andres Freund
- Re: Fix unqualified catalog references in psql describe queries Tom Lane
- Re: [PATCH] Fix compiler warnings by using designated initializers Tom Lane
- Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Andres Freund
- need clarification about hash_bytes() non-determinitstic behaviour between Little Endian and Big Endian Ilyasov Ian
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Re: Fix md5_password_warnings for role/database settings Fujii Masao
- Re: Avoid orphaned objects dependencies, take 3 Bertrand Drouvot
- Re: Commit Sequence Numbers and Visibility Jeff Davis
- Re: need clarification about hash_bytes() non-determinitstic behaviour between Little Endian and Big Endian Tom Lane
- Re: Fix missing semicolon in pl_gram.y for option_value rule Tom Lane
- Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Bertrand Drouvot
- [PATCH v5] pg_stat_statements: Add last_execution_start column Pavlo Golub
- Assorted Win32 error handling fixes (CreateThread, pgwin32_select, pg_usleep) Sehrope Sarkuni
- Re: [PATCH v5] pg_stat_statements: Add last_execution_start column Andres Freund
- Re: [PATCH] psql: add \dcs to list all constraints Cary Huang
- fix prev link in docs Nathan Bossart
- Re: Commit Sequence Numbers and Visibility Matthias van de Meent
- Re: Move system identifier generation to a common helper Daniel Gustafsson
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Re: Why our Valgrind reports suck Tom Lane
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Zsolt Parragi
- Re: Why our Valgrind reports suck Tom Lane
- Re: [PATCH v5] pg_stat_statements: Add last_execution_start column Zsolt Parragi
- Re: [PATCH v5] pg_stat_statements: Add last_execution_start column Sami Imseih
- Re: [PATCH v5] pg_stat_statements: Add last_execution_start column Sami Imseih
- Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Michael Paquier
- Re: Fix unqualified catalog references in psql describe queries Michael Paquier
- Re: [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table Michael Paquier
- Re: [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table Michael Paquier
- Re: Discard ORDER BY/DISTINCT when an ANY/IN sublink is pulled up to a join Zsolt Parragi
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Re: Heads Up: cirrus-ci is shutting down June 1st Jacob Champion
- Re: Fix md5_password_warnings for role/database settings Chao Li
- Re: Add pg_get_publication_ddl function Peter Smith
- Disable startup progress timeout during standby WAL replay Fujii Masao
- Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION Peter Smith
- Re: Having problems generating a code coverage report Jacob Champion
- Re: Commit Sequence Numbers and Visibility Jeff Davis
- Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION Peter Smith
- Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Michael Paquier
- Re: Row pattern recognition Henson Choi
- DOCS - "Get Object DDL Functions" table improvements Peter Smith
- Re: Add pg_get_publication_ddl function Peter Smith
- Re: Add pg_get_publication_ddl function Philip Alger
- Re: Why is the LSN reported for pg_logical_emit_message() different from other decoded operations? torikoshia
- Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION Amit Kapila
- Re: Disable startup progress timeout during standby WAL replay Kyotaro Horiguchi
- Re: [BUG] Take a long time to reach consistent after pg_rewind cca5507
- Re: Bug? pg_rewind produces unusable but starting database with standby recovery cca5507
- pg_restore handles extended statistics inconsistently with statistics data Chao Li
- Re: Heads Up: cirrus-ci is shutting down June 1st Jelte Fennema-Nio
- Re: libpq maligning postgres stability Jelte Fennema-Nio
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- RE: [PATCH] Preserve replication origin OIDs in pg_upgrade Hayato Kuroda (Fujitsu)
- Re: Return value of XLogInsertRecord() for XLOG_SWITCH record 반지현
- [PATCH] seg: preserve the upper boundary's certainty indicator in seg_out() Ewan Young
- Re: Support logical replication of DDLs, take2 Masahiko Sawada
- Re: [PATCH] vacuumdb: Add --exclude-database option Mohamed ALi
- Re: Add pg_get_publication_ddl function Peter Smith
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: [BUG] Take a long time to reach consistent after pg_rewind cca5507
- Re: Report bytes and transactions actually sent downtream Ashutosh Sharma
- Re: PG19 FK fast path: OOB write and missed FK checks during batched Junwang Zhao
- Re: Commit Sequence Numbers and Visibility Matthias van de Meent
- Re: Discard ORDER BY/DISTINCT when an ANY/IN sublink is pulled up to a join Ewan Young
- postgres_fdw: possible overlooked NAMEDATALEN comparison in stats import Chao Li
- Re: Add pg_get_publication_ddl function solai v
- Re: First draft of PG 19 release notes Srinath Reddy Sadipiralla
- Re: Heads Up: cirrus-ci is shutting down June 1st Jakub Wartak
- Re: PG19 FK fast path: OOB write and missed FK checks during batched Amit Langote
- Make SPI_prepare argtypes argument const Peter Eisentraut
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Amit Kapila
- [PATCH] Fix some typos in code comments Ewan Young
- Re: [PATCH] seg: preserve the upper boundary's certainty indicator in seg_out() Heikki Linnakangas
- Re: PG19 FK fast path: OOB write and missed FK checks during batched Junwang Zhao
- Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Michael Paquier
- Re: Make SPI_prepare argtypes argument const Ewan Young
- Re: extend JSON_TABLE top level path expression solai v
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade shveta malik
- Re: PG19 FK fast path: OOB write and missed FK checks during batched Amit Langote
- Re: postgres_fdw: possible overlooked NAMEDATALEN comparison in stats import Etsuro Fujita
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Amit Kapila
- Re: Make SPI_prepare argtypes argument const Tom Lane
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Marcos Pegoraro
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Fujii Masao
- Re: updates for handling optional argument in system functions Mark Wong
- Fix warning: ‘startpos’ may be used uninitialized in function ‘results_differ’ m.litsarev@postgrespro.ru
- Re: Fix warning: ‘startpos’ may be used uninitialized in function ‘results_differ’ m.litsarev@postgrespro.ru
- Re: Add pattern matching support for LISTEN/NOTIFY channels Matheus Alcantara
- Re: amcheck: fix bug of missing corruption in allequalimage validation Fujii Masao
- Re: Heads Up: cirrus-ci is shutting down June 1st Jacob Champion
- Re: Redundant/mis-use of _(x) gettext macro? Álvaro Herrera
- Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions Salma El-Sayed
- Re: uuidv7 improperly accepts dates before 1970-01-01 Masahiko Sawada
- Re: Redundant/mis-use of _(x) gettext macro? Álvaro Herrera
- Re: Remove redundant DISTINCT when GROUP BY already guarantees uniqueness Andres Taylor
- Re: FOR PORTION OF should reject GENERATED columns Paul A Jungwirth
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Zsolt Parragi
- Re: Key joins Tomas Vondra
- Re: [PATCH] fix AddRelsyncInvalidationMessage Robert Haas
- Re: LLVM JIT: any JIT-compiled query crashes (SIGILL) on a libLLVM 19 + ASAN build Matheus Alcantara
- Re: Move FOR PORTION OF checks out of analysis Paul A Jungwirth
- Re: Commit Sequence Numbers and Visibility Jeff Davis
- Re: A trivial fix on a comment in pgstat_assoc_relation() Michael Paquier
- Re: Redundant/mis-use of _(x) gettext macro? Peter Smith
- CI failure: postgres_fdw_get_connections Robert Haas
- Re: amcheck: fix bug of missing corruption in allequalimage validation Chao Li
- Re: Fix md5_password_warnings for role/database settings Fujii Masao
- Re: Fix md5_password_warnings for role/database settings Chao Li
- Re: [PATCH] REPLICA IDENTITY USING INDEX accepts column with invalid NOT NULL Chao Li
- Re: Key joins Arne Roland
- Re: amcheck: fix bug of missing corruption in allequalimage validation Fujii Masao
- Re: amcheck: fix bug of missing corruption in allequalimage validation Chao Li
- Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Xuneng Zhou
- Re: Fix race condition in SSI when reading PredXact->SxactGlobalXmin Josh Curtis
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Kyotaro Horiguchi
- Re: (SQL/PGQ) Clean up orphaned properties when dropping a label zengman
- Re: LLVM JIT: any JIT-compiled query crashes (SIGILL) on a libLLVM 19 + ASAN build Henson Choi
- Re: Fix warning: ‘startpos’ may be used uninitialized in function ‘results_differ’ Ewan Young
- Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Michael Paquier
- Re: PG19 FK fast path: OOB write and missed FK checks during batched Amit Langote
- Re: typedef struct WindowClause misleading comments David Rowley
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Xuneng Zhou
- Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Bertrand Drouvot
- Re: [PATCH] Fix some typos in code comments Michael Paquier
- Re: [PATCH] Fix some typos in code comments Michael Paquier
- Re: Remove redundant DISTINCT when GROUP BY already guarantees uniqueness David Rowley
- Re: Fix tuple deformation with virtual generated NOT NULL columns David Rowley
- Re: CI failure: postgres_fdw_get_connections Fujii Masao
- Re: Adding pg_dump flag for parallel export to pipes solai v
- Re: [PATCH] REPLICA IDENTITY USING INDEX accepts column with invalid NOT NULL Álvaro Herrera
- Re: pg_restore handles extended statistics inconsistently with statistics data Michael Paquier
- Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Xuneng Zhou
- Re: pg_restore handles extended statistics inconsistently with statistics data Chao Li
- Re: Report bytes and transactions actually sent downtream Kyotaro Horiguchi
- Re: injection_points: Switch wait/wakeup to use atomics rather than latches Andrey Borodin
- LDAP timeout options Roman Khapov
- Re: Why our Valgrind reports suck David E. Wheeler
- Re: Add “FOR UPDATE NOWAIT” lock details to the log. Fujii Masao
- Re: Remove redundant DISTINCT when GROUP BY already guarantees uniqueness Andres Taylor
- Use \if/\endif to remove non-libxml2 expected output in regression tests Michael Paquier
- Re: Use \if/\endif to remove non-libxml2 expected output in regression tests Daniel Gustafsson
- Re: [BUG] Take a long time to reach consistent after pg_rewind Kyotaro Horiguchi
- Re: Report bytes and transactions actually sent downtream Ashutosh Sharma
- REPACK CONCURRENTLY fails on tables with generated columns Ewan Young
- Re: Deadlock detector fails to activate on a hot standby replica Fujii Masao
- Re: REPACK CONCURRENTLY fails on tables with generated columns Antonin Houska
- Re: [PATCH] Fix PITR pause bypass when initial XLOG_RUNNING_XACTS has subxid overflow Jan Nidzwetzki
- Re: Why our Valgrind reports suck Álvaro Herrera
- Fix psql pager selection for wrapped expanded output Chao Li
- Re: Commit Sequence Numbers and Visibility Matthias van de Meent
- [PATCH v1] Add ssl_alt_cert_file/ssl_alt_key_file for dual RSA+ECDSA certificate support Renaud Métrich
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication Ashutosh Sharma
- Re: REPACK CONCURRENTLY fails on tables with generated columns Alvaro Herrera
- Re: Improving psql autocompletion for SET LOCAL / SET SESSION solai v
- Re: Row pattern recognition jian he
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Amit Kapila
- Re: Fix psql pager selection for wrapped expanded output Chao Li
- Re: REPACK CONCURRENTLY fails on tables with generated columns Antonin Houska
- Re: REPACK CONCURRENTLY fails on tables with generated columns Alvaro Herrera
- Re: Fix ALTER DOMAIN VALIDATE CONSTRAINT locking Fujii Masao
- Re: Redundant/mis-use of _(x) gettext macro? Álvaro Herrera
- Re: PSQL - prevent describe listing tables that are already in listed schemas Álvaro Herrera
- Re: Fix ALTER DOMAIN VALIDATE CONSTRAINT locking Chao Li
- Re: PSQL - prevent describe listing tables that are already in listed schemas Álvaro Herrera
- Re: Fix ALTER DOMAIN VALIDATE CONSTRAINT locking Álvaro Herrera
- Re: Unexpected reindex when altering column types for partitioned tables Álvaro Herrera
- Re: PostgreSQL and OpenSSL 4.0.0 Daniel Gustafsson
- Re: Why our Valgrind reports suck Tom Lane
- Re: Fix ALTER DOMAIN VALIDATE CONSTRAINT locking Chao Li
- Re: Use \if/\endif to remove non-libxml2 expected output in regression tests Tom Lane
- Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions Kirk Wolak
- Re: Use \if/\endif to remove non-libxml2 expected output in regression tests Tom Lane
- Re: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c Álvaro Herrera
- Re: Why our Valgrind reports suck David E. Wheeler
- Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions Matthias van de Meent
- faulty error handling around pgstat_count_io_op_time() Peter Eisentraut
- Re: s/pg_attribute_always_inline/pg_always_inline/? Peter Geoghegan
- Re: typedef struct WindowClause misleading comments Tom Lane
- Modernizing pg_bsd_indent's error/warning reporting code Tom Lane
- Do quoting more carefully in replication commands Tom Lane
- mxid_score can become Infinity in pg_stat_autovacuum_scores Masahiko Sawada
- Re: [PATCH] seg: preserve the upper boundary's certainty indicator in seg_out() Andrew Dunstan
- Re: [PATCH] seg: preserve the upper boundary's certainty indicator in seg_out() Tom Lane
- Re: Do quoting more carefully in replication commands Ayush Tiwari
- Re: Modernizing pg_bsd_indent's error/warning reporting code Ayush Tiwari
- Re: mxid_score can become Infinity in pg_stat_autovacuum_scores Sami Imseih
- Re: [PATCH v1] Add ssl_alt_cert_file/ssl_alt_key_file for dual RSA+ECDSA certificate support Zsolt Parragi
- Re: [PATCH] seg: preserve the upper boundary's certainty indicator in seg_out() Andrew Dunstan
- Re: fix prev link in docs Ayush Tiwari
- Re: Do quoting more carefully in replication commands Álvaro Herrera
- Re: Do quoting more carefully in replication commands Tom Lane
- Re: Heads Up: cirrus-ci is shutting down June 1st Andres Freund
- Re: [PATCH] Fix PITR pause bypass when initial XLOG_RUNNING_XACTS has subxid overflow Zsolt Parragi
- Re: uuidv7 improperly accepts dates before 1970-01-01 Baji Shaik
- Re: BackgroundPsql swallowing errors on windows Andrew Dunstan
- [PATCH] COPY TO FORMAT json: respect column list order Baji Shaik
- Re: Use \if/\endif to remove non-libxml2 expected output in regression tests Tom Lane
- Re: Improve pg_stat_statements scalability Sami Imseih
- Re: Fix psql pager selection for wrapped expanded output Chao Li
- Re: Fix SET EXPRESSION for virtual columns with whole-row dependencies jian he
- Re: Row pattern recognition Tatsuo Ishii
- Re: [PATCH] pg_stat_lock: add blocker mode dimension Tatsuya Kawata
- Re: Fix SET EXPRESSION for virtual columns with whole-row dependencies Chao Li
- Re: Change copyObject() to use typeof_unqual Álvaro Herrera
- Re: Change copyObject() to use typeof_unqual Tom Lane
- Re: Bug? pg_rewind produces unusable but starting database with standby recovery Zsolt Parragi
- Re: Add explicit warnings about unsafe OAuth trace output for libpq Zsolt Parragi
- Re: [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table Nikita Malakhov
- Re: Subquery pull-up increases jointree search space Andrei Lepikhov
- Re: access numeric data in module Ed Behn
- Re: [PATCH] COPY TO FORMAT json: respect column list order Andrew Dunstan
- Re: [PATCH] COPY TO FORMAT json: respect column list order Sami Imseih
- Re: [PATCH] btree_gist: add cross-type integer operator support for GiST Alexander Nestorov
- Re: Row pattern recognition jian he
- Re: REPACK CONCURRENTLY fails on tables with generated columns Srinath Reddy Sadipiralla
- doc: Remove stale entry for removed aclitem[] ~ aclitem operator Shinya Kato
- Handle concurrent drop when doing whole database vacuum cca5507
- Re: Row pattern recognition Tatsuo Ishii
- Re: postgres_fdw: possible overlooked NAMEDATALEN comparison in stats import Etsuro Fujita
- Re: injection_points: Switch wait/wakeup to use atomics rather than latches Andrey Borodin
- Re: Add ParameterDescription message to libpq frontend long message types ZizhuanLiu X-MAN
- Re: Return value of XLogInsertRecord() for XLOG_SWITCH record ZizhuanLiu X-MAN
- [PATCH v1] Fix typo in InitWalRecovery() comment Ken Hibino
- Re: Fix ALTER DOMAIN VALIDATE CONSTRAINT locking Fujii Masao
- Re: Key joins Arne Roland
- Re: Add wait events for server logging destination writes Andrey Borodin
- Re: index prefetching Peter Geoghegan
- Re: LDAP timeout options Zsolt Parragi
- [PATCH] proposal to surface index used by replica identity Peter Travers
- Re: Use \if/\endif to remove non-libxml2 expected output in regression tests Michael Paquier
- Re: Use \if/\endif to remove non-libxml2 expected output in regression tests Tom Lane
- Re: Use \if/\endif to remove non-libxml2 expected output in regression tests Michael Paquier
- Re: Use \if/\endif to remove non-libxml2 expected output in regression tests Tom Lane
- Re: injection_points: Switch wait/wakeup to use atomics rather than latches Michael Paquier
- Re: Use \if/\endif to remove non-libxml2 expected output in regression tests Michael Paquier
- Re: Use \if/\endif to remove non-libxml2 expected output in regression tests Tom Lane
- Re: Fix ALTER DOMAIN VALIDATE CONSTRAINT locking Chao Li
- Re: Use \if/\endif to remove non-libxml2 expected output in regression tests Michael Paquier
- Re: Return value of XLogInsertRecord() for XLOG_SWITCH record ZizhuanLiu X-MAN
- Re: Row pattern recognition Henson Choi
- Re: Report bytes and transactions actually sent downtream Ashutosh Bapat
- Re: Better shared data structure management and resizable shared data structures Ashutosh Bapat
- Re: Proposal: Conflict log history table for Logical Replication Peter Smith
- Re: Proposal: Conflict log history table for Logical Replication vignesh C
- Re: Proposal: Conflict log history table for Logical Replication Shlok Kyal
- Re: Return value of XLogInsertRecord() for XLOG_SWITCH record ZizhuanLiu X-MAN
- Re: Handle concurrent drop when doing whole database vacuum Kyotaro Horiguchi
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: Proposal: Conflict log history table for Logical Replication Peter Smith
- Re: Support EXCEPT for TABLES IN SCHEMA publications Amit Kapila
- Re: Report bytes and transactions actually sent downtream Kyotaro Horiguchi
- Re: Support EXCEPT for TABLES IN SCHEMA publications Amit Kapila
- Re: faulty error handling around pgstat_count_io_op_time() Bertrand Drouvot
- Re: Proposal: Conflict log history table for Logical Replication vignesh C
- Re: Handle concurrent drop when doing whole database vacuum cca5507
- Re: Row pattern recognition jian he
- Re: Fix SET EXPRESSION for virtual columns with whole-row dependencies jian he
- [PATCH] Change wait_time column of pg_stat_lock to double precision Tatsuya Kawata
- Re: Return value of XLogInsertRecord() for XLOG_SWITCH record ZizhuanLiu X-MAN
- Re: postgres_fdw: fix cumulative stats after imported foreign-table stats Chao Li
- Re: [PATCH] Change wait_time column of pg_stat_lock to double precision Kyotaro Horiguchi
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: pg_restore handles extended statistics inconsistently with statistics data Michael Paquier
- Re: Proposal: Conflict log history table for Logical Replication Peter Smith
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: Improving psql autocompletion for SET LOCAL / SET SESSION Álvaro Rodríguez
- Re: Add ParameterDescription message to libpq frontend long message types Heikki Linnakangas
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: Report bytes and transactions actually sent downtream Kyotaro Horiguchi
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: Report bytes and transactions actually sent downtream Ashutosh Bapat
- Re: postgres_fdw: fix cumulative stats after imported foreign-table stats Etsuro Fujita
- Re: LLVM JIT: any JIT-compiled query crashes (SIGILL) on a libLLVM 19 + ASAN build Matheus Alcantara
- Re: Dead reference to schema_only_with_statistics in pg_dump TAP code Ewan Young
- Re: Support EXCEPT for ALL SEQUENCES publications Shlok Kyal
- Re: Support EXCEPT for ALL SEQUENCES publications Shlok Kyal
- Re: Fix warning: ‘startpos’ may be used uninitialized in function ‘results_differ’ Heikki Linnakangas
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication Ashutosh Sharma
- Re: [PATCH] proposal to surface index used by replica identity Ashutosh Bapat
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Justin Pryzby
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- RE: Parallel Apply Zhijie Hou (Fujitsu)
- Re: LLVM JIT: any JIT-compiled query crashes (SIGILL) on a libLLVM 19 + ASAN build Henson Choi
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: Unexpected reindex when altering column types for partitioned tables Álvaro Rodríguez
- Re: [PATCH] Change wait_time column of pg_stat_lock to double precision Tatsuya Kawata
- Re: RFC: Logging plan of the running query torikoshia
- Allow wal_log_hints to be changed without restart Bertrand Drouvot
- Re: pg_recvlogical: send final feedback on SIGINT/SIGTERM exit Ayush Tiwari
- Re: BackgroundPsql swallowing errors on windows Andrew Dunstan
- Re: [Patch] Fix pg_upgrade/t/007_multixact_conversion.pl Heikki Linnakangas
- Re: Report bytes and transactions actually sent downtream Amit Kapila
- Re: [PATCH] Change wait_time column of pg_stat_lock to double precision Bertrand Drouvot
- Re: [PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope Bertrand Drouvot
- Re: [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table Etsuro Fujita
- assertion failure with unique index + partitioning + join Alexander Kuzmenkov
- Re: BM_IO_ERROR flag is lost in TerminateBufferIO due to order of operations in UnlockBufHdrExt Andres Freund
- Re: Modernizing pg_bsd_indent's error/warning reporting code Tom Lane
- Re: [PATCH] REPLICA IDENTITY USING INDEX accepts column with invalid NOT NULL Álvaro Herrera
- Re: Fix unqualified catalog references in psql describe queries Álvaro Herrera
- Re: [PATCH] COPY TO FORMAT json: respect column list order Baji Shaik
- Re: fix prev link in docs Nathan Bossart
- use of SPI by postgresImportForeignStatistics Robert Haas
- Re: mxid_score can become Infinity in pg_stat_autovacuum_scores Bharath Rupireddy
- Re: Coverage with make coverage-html is broken on latest Debian using lcov v2 Álvaro Herrera
- Re: XMLDocument (SQL/XML X030) Jim Jones
- Re: Adding a stored generated column without long-lived locks Laurenz Albe
- Re: Non-text mode for pg_dumpall Andrew Dunstan
- Re: mxid_score can become Infinity in pg_stat_autovacuum_scores Sami Imseih
- Re: Adding a stored generated column without long-lived locks Laurenz Albe
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Marcos Pegoraro
- Re: [PATCH v2] Add ssl_alt_cert_file/ssl_alt_key_file for dual RSA+ECDSA certificate support Zsolt Parragi
- Re: Extended statistics improvement: multi-column MCV missing values Ilia Evdokimov
- Re: Fix unqualified catalog references in psql describe queries Álvaro Herrera
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Pavel Borisov
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Pavel Borisov
- Re: pg_restore handles extended statistics inconsistently with statistics data Michael Paquier
- Re: [PATCH] Add cascade synchronous replication Alexander Korotkov
- Re: [PATCH] COPY TO FORMAT json: respect column list order Sami Imseih
- Re: [oauth] Increased CPU usage during device flow with libcurl 8.20.0 Jacob Champion
- Re: Heads Up: cirrus-ci is shutting down June 1st Jacob Champion
- Re: Fix race condition in pg_get_publication_tables with concurrent DROP TABLE Bharath Rupireddy
- Re: [BUG] Take a long time to reach consistent after pg_rewind surya poondla
- Re: BM_IO_ERROR flag is lost in TerminateBufferIO due to order of operations in UnlockBufHdrExt Michael Paquier
- Re: Dead reference to schema_only_with_statistics in pg_dump TAP code Michael Paquier
- Re: Proposal: Conflict log history table for Logical Replication Peter Smith
- Re: Avoid orphaned objects dependencies, take 3 Jeff Davis
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: typedef struct WindowClause misleading comments David Rowley
- Re: [PATCH] proposal to surface index used by replica identity Peter Travers
- Re: assertion failure with unique index + partitioning + join Tender Wang
- Re: REPACK CONCURRENTLY fails on tables with generated columns Ewan Young
- Re: pg_restore handles extended statistics inconsistently with statistics data Michael Paquier
- Re: pg_restore handles extended statistics inconsistently with statistics data Corey Huinker
- Re: [PATCH] Improving index selection for logical replication apply with replica identity full Bharath Rupireddy
- Re: Make frontend programs relink after libpgfeutils changes Yingying Chen
- [PATCH] pg_restore_extended_stats() can store an MCV list that cannot be read back Ewan Young
- Re: Disable startup progress timeout during standby WAL replay Bharath Rupireddy
- Re: pg_restore handles extended statistics inconsistently with statistics data Michael Paquier
- Re: [PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope Michael Paquier
- Re: Proposal: Conflict log history table for Logical Replication vignesh C
- [PATCH] Fix sequence value may rollback after CREATE DATABASE TEMPLATE with WAL_LOG strategy Daisuke Higuchi
- Re: assertion failure with unique index + partitioning + join Tender Wang
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication shveta malik
- Re: pg_restore handles extended statistics inconsistently with statistics data Corey Huinker
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: [PATCH] pg_restore_extended_stats() can store an MCV list that cannot be read back Michael Paquier
- Re: pg_stat_replication docs incomplete for logical replication Peter Smith
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Xuneng Zhou
- Re: Row pattern recognition Henson Choi
- IGNORE/RESPECT NULLS can be specified for (prokind == 'f'). jian he
- Re: Preserve index stats during ALTER TABLE ... TYPE ... solai v
- Re: proposal - queryid can be used as filter for auto_explain Pavel Stehule
- Re: [PATCH] pg_restore_extended_stats() can store an MCV list that cannot be read back Ewan Young
- Re: Add XMLNamespaces to XMLElement Jim Jones
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: pg_restore handles extended statistics inconsistently with statistics data Chao Li
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication Shlok Kyal
- Re: pg_restore handles extended statistics inconsistently with statistics data Michael Paquier
- Re: pg_restore handles extended statistics inconsistently with statistics data Chao Li
- Do not lock tables in get_tables_to_repack cca5507
- Re: assertion failure with unique index + partitioning + join Tender Wang
- Re: POC: PLpgSQL FOREACH IN JSON ARRAY Pavel Stehule
- 004_timeline_switch TAP test may fail Sergey Tatarintsev
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands jian he
- Re: Adding basic NUMA awareness Jakub Wartak
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: assertion failure with unique index + partitioning + join Richard Guo
- Re: Disable startup progress timeout during standby WAL replay Kyotaro Horiguchi
- RE: Fix race in ReplicationSlotRelease for ephemeral slots Zhijie Hou (Fujitsu)
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Amit Kapila
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: GRAPH_TABLE: aggregates/window/set-returning functions in COLUMNS crash the backend Ashutosh Bapat
- Re: Avoid orphaned objects dependencies, take 3 Bertrand Drouvot
- Re: Randomize B-Tree page split location to avoid oscillating patterns Dmitry Dolgov
- Re: GRAPH_TABLE: aggregates/window/set-returning functions in COLUMNS crash the backend Ewan Young
- RE: Fix race in ReplicationSlotRelease for ephemeral slots Zhijie Hou (Fujitsu)
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication Ashutosh Sharma
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: 004_timeline_switch TAP test may fail Ewan Young
- Re: pg_stat_replication docs incomplete for logical replication Ashutosh Sharma
- Re: Support EXCEPT for TABLES IN SCHEMA publications Amit Kapila
- Re: Fast-path FK checks reject valid inserts for domain-typed FK columns Amit Langote
- Re: Unexpected reindex when altering column types for partitioned tables Álvaro Rodríguez
- Re: Report bytes and transactions actually sent downtream Ashutosh Sharma
- Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f'). Tatsuo Ishii
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Alexander Korotkov
- Re: Adding basic NUMA awareness Tomas Vondra
- Re: Make frontend programs relink after libpgfeutils changes Álvaro Herrera
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Fujii Masao
- REPACK enhancements Antonin Houska
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Robert Haas
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Pavel Borisov
- Re: [PATCH] REPLICA IDENTITY USING INDEX accepts column with invalid NOT NULL Ante Krešić
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- [PATCH] Fix segmentation fault and infinite loop in jsonb_{plperl,plpython} Aleksander Alekseev
- Re: [PATCH] Improving index selection for logical replication apply with replica identity full Ethan Mertz
- Direction for test frameworks: Perl TAP vs. Python/pytest Andrew Dunstan
- Re: use of SPI by postgresImportForeignStatistics Robert Haas
- Re: Direction for test frameworks: Perl TAP vs. Python/pytest Heikki Linnakangas
- Re: Direction for test frameworks: Perl TAP vs. Python/pytest Aleksander Alekseev
- Re: Direction for test frameworks: Perl TAP vs. Python/pytest Tom Lane
- Re: Vacuum statistics Alena Rybakina
- Re: [PATCH] COPY TO FORMAT json: respect column list order Baji Shaik
- Re: Direction for test frameworks: Perl TAP vs. Python/pytest Melanie Plageman
- Fix --missing-stats-only false positive for partitioned expression indexes Baji Shaik
- Re: Direction for test frameworks: Perl TAP vs. Python/pytest Tom Lane
- Re: Direction for test frameworks: Perl TAP vs. Python/pytest Tom Lane
- Re: Direction for test frameworks: Perl TAP vs. Python/pytest Daniel Gustafsson
- Re: Direction for test frameworks: Perl TAP vs. Python/pytest Jacob Champion
- Re: Direction for test frameworks: Perl TAP vs. Python/pytest Tom Lane
- Re: Add wait events for server logging destination writes 신성준
- Re: Direction for test frameworks: Perl TAP vs. Python/pytest Jacob Champion
- Re: Fix --missing-stats-only false positive for partitioned expression indexes Nathan Bossart
- Re: Improving the names generated for indexes on expressions Robert Haas
- Re: Direction for test frameworks: Perl TAP vs. Python/pytest Tom Lane
- Re: mxid_score can become Infinity in pg_stat_autovacuum_scores Sami Imseih
- Re: Fix --missing-stats-only false positive for partitioned expression indexes Corey Huinker
- Re: Improving the names generated for indexes on expressions Tom Lane
- Re: Fix --missing-stats-only false positive for partitioned expression indexes Baji Shaik
- Re: Disable startup progress timeout during standby WAL replay Fujii Masao
- Re: Fix --missing-stats-only false positive for partitioned expression indexes Corey Huinker
- Re: Fix --missing-stats-only false positive for partitioned expression indexes Nathan Bossart
- Re: Fix --missing-stats-only false positive for partitioned expression indexes Baji Shaik
- Re: Fix --missing-stats-only false positive for partitioned expression indexes Nathan Bossart
- Re: Fix --missing-stats-only false positive for partitioned expression indexes Baji Shaik
- Re: Fix --missing-stats-only false positive for partitioned expression indexes Corey Huinker
- Re: Vacuum statistics Alexander Korotkov
- Re: Fix --missing-stats-only false positive for partitioned expression indexes Nathan Bossart
- Re: Fix --missing-stats-only false positive for partitioned expression indexes Nathan Bossart
- Re: Centralised architecture detection Tom Lane
- Re: use of SPI by postgresImportForeignStatistics Corey Huinker
- Re: First draft of PG 19 release notes Bruce Momjian
- Re: Fix --missing-stats-only false positive for partitioned expression indexes Corey Huinker
- Re: use of SPI by postgresImportForeignStatistics Corey Huinker
- Re: Avoid orphaned objects dependencies, take 3 Jeff Davis
- Re: [PATCH] Fix segmentation fault and infinite loop in jsonb_{plperl,plpython} Tom Lane
- Re: [PATCH v1] Add ssl_alt_cert_file/ssl_alt_key_file for dual RSA+ECDSA certificate support Renaud Métrich
- Re: More jsonpath methods: translate, split, join Corey Huinker
- Re: [PATCH] Fix segmentation fault and infinite loop in jsonb_{plperl,plpython} Tom Lane
- Re: [oauth] Increased CPU usage during device flow with libcurl 8.20.0 Daniel Gustafsson
- Fold NOT IN / <> ALL expressions containing NULL to FALSE Ilia Evdokimov
- Re: postgres_fdw: Emit message when batch_size is reduced Corey Huinker
- Require SSL connection to postgres for oauth Zsolt Parragi
- Re: [oauth] Increased CPU usage during device flow with libcurl 8.20.0 Tom Lane
- Re: [oauth] Increased CPU usage during device flow with libcurl 8.20.0 Jacob Champion
- Re: [oauth] Increased CPU usage during device flow with libcurl 8.20.0 Tom Lane
- Re: [PATCH] Fix segmentation fault and infinite loop in jsonb_{plperl,plpython} Aleksander Alekseev
- Re: [PATCH] Fix segmentation fault and infinite loop in jsonb_{plperl,plpython} Tom Lane
- Re: [PATCH] Fix segmentation fault and infinite loop in jsonb_{plperl,plpython} Aleksander Alekseev
- Re: Require SSL connection to postgres for oauth Jacob Champion
- Re: Multi-Entry Indexing for GiST & SP-GiST Alexander Nestorov
- Re: [PATCH] vacuumdb: Add --exclude-database option Ben Mejia
- Re: [PATCH] Fix segmentation fault and infinite loop in jsonb_{plperl,plpython} Tom Lane
- Re: use of SPI by postgresImportForeignStatistics Robert Haas
- Re: Improving psql autocompletion for SET LOCAL / SET SESSION surya poondla
- Re: Extended statistics improvement: multi-column MCV missing values Enrique Sánchez
- Re: Make frontend programs relink after libpgfeutils changes Chao Li
- Re: use of SPI by postgresImportForeignStatistics Corey Huinker
- Re: Show estimated number of groups for IncrementalSort in EXPLAIN Enrique Sánchez
- Re: use of SPI by postgresImportForeignStatistics Robert Haas
- Re: Direction for test frameworks: Perl TAP vs. Python/pytest Michael Paquier
- Re: Direction for test frameworks: Perl TAP vs. Python/pytest Jacob Champion
- Re: 004_timeline_switch TAP test may fail Michael Paquier
- Re: [PATCH] Release replication slot on error in SQL-callable slot functions Masahiko Sawada
- Re: 004_timeline_switch TAP test may fail Michael Paquier
- Re: First draft of PG 19 release notes Bruce Momjian
- Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f'). Tatsuo Ishii
- Re: Fix race condition in pg_get_publication_tables with concurrent DROP TABLE Masahiko Sawada
- Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f'). Chao Li
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: assertion failure with unique index + partitioning + join Tender Wang
- Re: Fast-path FK checks reject valid inserts for domain-typed FK columns Amit Langote
- Re: Fast-path FK checks reject valid inserts for domain-typed FK columns Ewan Young
- Re: Fix bug of CHECK constraint enforceability recursion jian he
- DOCS - Clarify behaviour when EXCEPT tables are moved/renamed Peter Smith
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f'). Tatsuo Ishii
- Re: Fix tuple deformation with virtual generated NOT NULL columns David Rowley
- FOR PORTION OF should not allow WHERE CURRENT OF Paul A Jungwirth
- Re: faulty error handling around pgstat_count_io_op_time() Bertrand Drouvot
- Re: Row pattern recognition jian he
- Re: Fix DROP PROPERTY GRAPH "unsupported object class" error Michael Paquier
- Re: [PATCH] Fix replica identity mismatch for partitioned tables with publish_via_partition_root jihyun bahn
- Re: faulty error handling around pgstat_count_io_op_time() Michael Paquier
- Re: Avoid orphaned objects dependencies, take 3 Bertrand Drouvot
- Re: assertion failure with unique index + partitioning + join Richard Guo
- Unexpected behavior after OOM errors Alexander Lakhin
- Fix pg_restore --no-globals SQL output for pg_dumpall archives Chao Li
- Re: Fix tuple deformation with virtual generated NOT NULL columns Tom Lane
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: DOCS - Clarify behaviour when EXCEPT tables are moved/renamed Yingying Chen
- Re: Support EXCEPT for ALL SEQUENCES publications Peter Smith
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Xuneng Zhou
- Re: Fix bug of CHECK constraint enforceability recursion Chao Li
- Re: DOCS - Clarify behaviour when EXCEPT tables are moved/renamed Amit Kapila
- Re: Require SSL connection to postgres for oauth Zsolt Parragi
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Xuneng Zhou
- Re: Row pattern recognition Henson Choi
- btree_gist: Fix NaN handling in float4 and float8 opclasses Ewan Young
- Re: [Bug Report + Patch] File descriptor leak when io_method=io_uring Lucas DRAESCHER
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade Ajin Cherian
- Re: btree_gist: Fix NaN handling in float4 and float8 opclasses Tender Wang
- Re: use of SPI by postgresImportForeignStatistics Etsuro Fujita
- Re: btree_gist: Fix NaN handling in float4 and float8 opclasses Ewan Young
- Re: Show estimated number of groups for IncrementalSort in EXPLAIN Ilia Evdokimov
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade Nisha Moond
- Re: [PATCH] Fix segmentation fault and infinite loop in jsonb_{plperl,plpython} Aleksander Alekseev
- Re: Heads Up: cirrus-ci is shutting down June 1st Nazir Bilal Yavuz
- Re: Change copyObject() to use typeof_unqual Jelte Fennema-Nio
- Re: Adding basic NUMA awareness Jakub Wartak
- Re: Type assertions without GCC builtins Jelte Fennema-Nio
- Re: Unexpected behavior after OOM errors Matthias van de Meent
- Re: Proposal: Conflict log history table for Logical Replication vignesh C
- Re: Row pattern recognition Tatsuo Ishii
- Re: Optional skipping of unchanged relations during ANALYZE? Ilia Evdokimov
- Re: Direction for test frameworks: Perl TAP vs. Python/pytest Andrew Dunstan
- Re: Fix --missing-stats-only false positive for partitioned expression indexes Nathan Bossart
- Re: Fix pg_restore --no-globals SQL output for pg_dumpall archives Andrew Dunstan
- Re: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c Erik Rijkers
- Re: Improving psql autocompletion for SET LOCAL / SET SESSION ZizhuanLiu X-MAN
- Re: [PATCH] Doc: document standard_conforming_strings dump/restore incompatibility Tom Lane
- Re: [oauth] Increased CPU usage during device flow with libcurl 8.20.0 Nathan Bossart
- Re: [oauth] Increased CPU usage during device flow with libcurl 8.20.0 Melanie Plageman
- Re: use of SPI by postgresImportForeignStatistics Corey Huinker
- Re: Direction for test frameworks: Perl TAP vs. Python/pytest Jacob Champion
- Re: use of SPI by postgresImportForeignStatistics Corey Huinker
- Re: [PATCH] Improving index selection for logical replication apply with replica identity full Bharath Rupireddy
- Re: mxid_score can become Infinity in pg_stat_autovacuum_scores Nathan Bossart
- Re: [PATCH] Doc: document standard_conforming_strings dump/restore incompatibility Tom Lane
- Re: fix prev link in docs Nathan Bossart
- Re: DataChecksumsStateStruct cost_delay fields and locking Heikki Linnakangas
- Re: Adding REPACK [concurrently] Alvaro Herrera
- Re: mxid_score can become Infinity in pg_stat_autovacuum_scores Sami Imseih
- Re: mxid_score can become Infinity in pg_stat_autovacuum_scores Bharath Rupireddy
- Re: Handle concurrent drop when doing whole database vacuum surya poondla
- Re: fix prev link in docs Nathan Bossart
- Re: fix prev link in docs Tom Lane
- Re: [PATCH] Doc: document standard_conforming_strings dump/restore incompatibility Baji Shaik
- 048_vacuum_horizon_floor.pl hangs due to wakeup lost inside LockBufferForCleanup Alexander Lakhin
- Re: Adding REPACK [concurrently] Mihail Nikalayeu
- Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server Jeff Davis
- Re: [oauth] Increased CPU usage during device flow with libcurl 8.20.0 Jacob Champion
- Re: Direction for test frameworks: Perl TAP vs. Python/pytest Andrew Dunstan
- Re: Non-text mode for pg_dumpall Noah Misch
- Re: Fix tuple deformation with virtual generated NOT NULL columns Tom Lane
- Re: Fix tuple deformation with virtual generated NOT NULL columns Tom Lane
- Re: DOCS - Clarify behaviour when EXCEPT tables are moved/renamed Peter Smith
- Re: Fix tuple deformation with virtual generated NOT NULL columns David Rowley
- Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server Jeff Davis
- Re: use of SPI by postgresImportForeignStatistics Robert Haas
- Re: pg_stat_replication docs incomplete for logical replication Peter Smith
- Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f'). Fujii Masao
- Re: First draft of PG 19 release notes Bruce Momjian
- Re: First draft of PG 19 release notes Bruce Momjian
- Re: Rename EXISTS-to-ANY converted subplan to exists_to_any Fujii Masao
- Re: DOCS - Clarify behaviour when EXCEPT tables are moved/renamed Amit Kapila
- Re: Fix tuple deformation with virtual generated NOT NULL columns Chao Li
- Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f'). Tatsuo Ishii
- Re: Deadlock detector fails to activate on a hot standby replica Fujii Masao
- [PATCH] Fix two incorrect code comments Ayush Tiwari
- Re: Fix pg_restore --no-globals SQL output for pg_dumpall archives Chao Li
- Re: Rename EXISTS-to-ANY converted subplan to exists_to_any Fujii Masao
- Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f'). Chao Li
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Amit Kapila
- pgbench --continue-on-error: clarify TPS and failure reporting Chao Li
- Re: Vacuum statistics Alena Rybakina
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: Fwd: dsm_registry: Add detach and destroy features Rahila Syed
- Re: pg_stat_replication docs incomplete for logical replication Ashutosh Sharma
- Re: Unexpected behavior after OOM errors Michael Paquier
- Re: ci: CCache churns through available space too quickly Thomas Munro
- Re: Require SSL connection to postgres for oauth Zsolt Parragi
- Re: Fix tuple deformation with virtual generated NOT NULL columns David Rowley
- Re: pgbench --continue-on-error: clarify TPS and failure reporting Yugo Nagata
- Re: Fix DROP PROPERTY GRAPH "unsupported object class" error Ashutosh Bapat
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication shveta malik
- Re: Fix tuple deformation with virtual generated NOT NULL columns Chao Li
- Re: Proposal: Conflict log history table for Logical Replication Shlok Kyal
- Re: Fix DROP PROPERTY GRAPH "unsupported object class" error Michael Paquier
- Use HostsFileName everywhere Zsolt Parragi
- Re: [Bug]Assertion failure in LATERAL GRAPH_TABLE with multi-label pattern Ashutosh Bapat
- Re: [PATCH] Add CANONICAL option to xmlserialize Jim Jones
- Re: Fix tuple deformation with virtual generated NOT NULL columns David Rowley
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: Unexpected behavior after OOM errors Heikki Linnakangas
- Re: Handle concurrent drop when doing whole database vacuum cca5507
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication Ashutosh Sharma
- Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f'). Tatsuo Ishii
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Xuneng Zhou
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade shveta malik
- Re: [PATCH] REPLICA IDENTITY USING INDEX accepts column with invalid NOT NULL solai v
- Re: Unexpected behavior after OOM errors Matthias van de Meent
- Re: use of SPI by postgresImportForeignStatistics Etsuro Fujita
- Re: Row pattern recognition Henson Choi
- AW: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c Hans Buschmann
- Re: Heads Up: cirrus-ci is shutting down June 1st Nazir Bilal Yavuz
- Re: proposal - queryid can be used as filter for auto_explain Jakub Wartak
- Re: BackgroundPsql swallowing errors on windows Andrew Dunstan
- Re: pgbench --continue-on-error: clarify TPS and failure reporting Chao Li
- Re: assertion failure with unique index + partitioning + join Tender Wang
- Re: Deadlock detector fails to activate on a hot standby replica Vitaly Davydov
- fix pg_mkdir_p to tolerate concurrent directory creation Andrew Dunstan
- Re: Fix pg_restore --no-globals SQL output for pg_dumpall archives Andrew Dunstan
- Re: Commit Sequence Numbers and Visibility Matthias van de Meent
- Re: pg_buffercache: Add per-relation summary stats Robert Haas
- Re: fix pg_mkdir_p to tolerate concurrent directory creation Tom Lane
- Re: GRAPH_TABLE: aggregates/window/set-returning functions in COLUMNS crash the backend Ashutosh Bapat
- Re: fix prev link in docs Nathan Bossart
- Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f'). Álvaro Herrera
- Re: implement CAST(expr AS type FORMAT 'template') Robert Haas
- Re: mxid_score can become Infinity in pg_stat_autovacuum_scores Nathan Bossart
- Re: [PATCH] Doc: document standard_conforming_strings dump/restore incompatibility Tom Lane
- Fix publisher-side sequence permission reporting Fujii Masao
- Re: fix pg_mkdir_p to tolerate concurrent directory creation Andrew Dunstan
- Performance Degradation (Table becomes bloat) During Repeated Bulk UPDATE Operations Jeyaprakash Rajamani
- Re: fix pg_mkdir_p to tolerate concurrent directory creation Tom Lane
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Justin Pryzby
- Re: AW: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c Nathan Bossart
- Re: AW: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c Álvaro Herrera
- Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f'). Fujii Masao
- Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f'). Fujii Masao
- Re: [PATCH] Doc: document standard_conforming_strings dump/restore incompatibility Bruce Momjian
- SQL/JSON: JSON_TRANSFORM (SQL standard, subclause 6.44) Srinath Reddy Sadipiralla
- Re: Deadlock detector fails to activate on a hot standby replica Fujii Masao
- Re: [PATCH] vacuumdb: Add --exclude-database option Khoa Nguyen
- Re: updates for handling optional argument in system functions Tristan Partin
- Re: Performance Degradation (Table becomes bloat) During Repeated Bulk UPDATE Operations Bharath Rupireddy
- Re: Add pg_stat_kind_info system view Tristan Partin
- Re: fix pg_mkdir_p to tolerate concurrent directory creation Andrew Dunstan
- Re: Performance Degradation (Table becomes bloat) During Repeated Bulk UPDATE Operations Jeyaprakash Rajamani
- Re: Performance Degradation (Table becomes bloat) During Repeated Bulk UPDATE Operations Bharath Rupireddy
- Re: GUC parameter ACLs and physical walsender Jeff Davis
- Re: Performance Degradation (Table becomes bloat) During Repeated Bulk UPDATE Operations Jeyaprakash Rajamani
- Re: [PATCH] Fix segmentation fault caused by reentrancy in RI_Fkey_cascade_del (ri_triggers.c) Lucas Jeffrey
- Re: GUC parameter ACLs and physical walsender Jeff Davis
- Re: proposal - queryid can be used as filter for auto_explain Pavel Stehule
- PG20 Minimum Dependency Thread Jacob Champion
- Re: proposal - queryid can be used as filter for auto_explain Zsolt Parragi
- Re: PG20 Minimum Dependency Thread Daniel Gustafsson
- Re: PG20 Minimum Dependency Thread Tom Lane
- Re: use of SPI by postgresImportForeignStatistics Corey Huinker
- Re: DataChecksumsStateStruct cost_delay fields and locking Daniel Gustafsson
- Re: PG20 Minimum Dependency Thread Jacob Champion
- Re: Direction for test frameworks: Perl TAP vs. Python/pytest Tom Lane
- Re: PG20 Minimum Dependency Thread Jacob Champion
- Re: Direction for test frameworks: Perl TAP vs. Python/pytest Andrew Dunstan
- Re: Direction for test frameworks: Perl TAP vs. Python/pytest Jacob Champion
- DDL deparse Masahiko Sawada
- Re: PG20 Minimum Dependency Thread Tom Lane
- Re: Fix \crosstabview to honor \pset display_true/display_false David G. Johnston
- Re: Fix publisher-side sequence permission reporting Tristan Partin
- Re: Avoid orphaned objects dependencies, take 3 Jeff Davis
- Re: Unexpected behavior after OOM errors Michael Paquier
- Re: PG20 Minimum Dependency Thread Tom Lane
- Re: Unexpected behavior after OOM errors Michael Paquier
- Re: Row pattern recognition jian he
- Re: Row pattern recognition Henson Choi
- Re: Avoid orphaned objects dependencies, take 3 Jeff Davis
- Re: Performance Degradation (Table becomes bloat) During Repeated Bulk UPDATE Operations Bharath Rupireddy
- Re: assertion failure with unique index + partitioning + join Richard Guo
- Re: Fix tuple deformation with virtual generated NOT NULL columns David Rowley
- Re: Fix tuple deformation with virtual generated NOT NULL columns Tom Lane
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade shveta malik
- Re: PG20 Minimum Dependency Thread Tristan Partin
- Re: proposal - queryid can be used as filter for auto_explain Pavel Stehule
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication shveta malik
- Re: Row pattern recognition jian he
- Re: Fix HAVING-to-WHERE pushdown with mismatched operator families Richard Guo
- Re: Adding REPACK [concurrently] Antonin Houska
- Re: Unexpected behavior after OOM errors Matthias van de Meent
- Re: More jsonpath methods: translate, split, join Florents Tselai
- Re: Unexpected behavior after OOM errors Matthias van de Meent
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade Shlok Kyal
- Re: Multi-Entry Indexing for GiST & SP-GiST Matthias van de Meent
- Re: Row pattern recognition Tatsuo Ishii
- Re: Performance Degradation (Table becomes bloat) During Repeated Bulk UPDATE Operations Jeyaprakash Rajamani
- Re: Unexpected behavior after OOM errors Michael Paquier
- Re: Row pattern recognition Tatsuo Ishii
- Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure Ashutosh Bapat
- Re: Row pattern recognition Henson Choi
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: postgres_fdw: Emit message when batch_size is reduced Rafia Sabih
- Re: Proposal: Conflict log history table for Logical Replication Nikhil Shetty
- Re: [PATCH] Fix missing-field-initializers and sign comparison warnings Zakariyah Ali
- Re: Avoid orphaned objects dependencies, take 3 Bertrand Drouvot
- Fwd: [PATCH] Add support for INSERT ... SET syntax Triveni N
- Re: Avoid orphaned objects dependencies, take 3 Bertrand Drouvot
- Re: PG20 Minimum Dependency Thread Andrew Dunstan
- Re: use of SPI by postgresImportForeignStatistics Robert Haas
- Re: Fix publisher-side sequence permission reporting Fujii Masao
- Re: fix pg_mkdir_p to tolerate concurrent directory creation Tom Lane
- Re: fix pg_mkdir_p to tolerate concurrent directory creation Tom Lane
- Re: File locks for data directory lockfile in the context of Linux namespaces Dmitry Dolgov
- Re: fix pg_mkdir_p to tolerate concurrent directory creation Andrew Dunstan
- Re: Fix \crosstabview to honor \pset display_true/display_false David G. Johnston
- Re: Fix publisher-side sequence permission reporting Tristan Partin
- Re: fix pg_mkdir_p to tolerate concurrent directory creation Tom Lane
- Re: Fix \crosstabview to honor \pset display_true/display_false Álvaro Herrera
- check_stack_depth() vs. tail-recursion optimization Tom Lane
- Re: enhance wraparound warnings Fujii Masao
- Re: PG20 Minimum Dependency Thread Jacob Champion
- Re: ci: CCache churns through available space too quickly Jacob Champion
- Re: fix pg_mkdir_p to tolerate concurrent directory creation Andrew Dunstan
- Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server Jeff Davis
- Re: enhance wraparound warnings Nathan Bossart
- Re: explain plans for foreign servers dinesh salve
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Zsolt Parragi
- Re: Fix \crosstabview to honor \pset display_true/display_false David G. Johnston
- Re: More jsonpath methods: translate, split, join Zsolt Parragi
- Re: Checkpointer write combining Melanie Plageman
- Add a hook for handling logical decoding messages on subscribers. Masahiko Sawada
- Re: Small patch to improve safety of utf8_to_unicode(). Jeff Davis
- Improve UNION's output rowcount estimate Richard Guo
- Re: Row pattern recognition Tatsuo Ishii
- Re: use of SPI by postgresImportForeignStatistics Corey Huinker
- Re: PROXY protocol support Julien Riou
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Xuneng Zhou
- Re: [PATCH] Change wait_time column of pg_stat_lock to double precision Tatsuya Kawata
- Re: [PATCH] O_CLOEXEC not honored on Windows - handle inheritance chain Alexander Lakhin
- Compile warnings under -DMEMORY_CONTEXT_CHECKING and no assertions Michael Paquier
- Re: Unexpected behavior after OOM errors Michael Paquier
- Re: [PATCH] Fix two incorrect code comments Michael Paquier
- Re: Unexpected behavior after OOM errors Alexander Lakhin
- Re: More jsonpath methods: translate, split, join Florents Tselai
- Re: [PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope Tatsuya Kawata
- Re: Fix race in ReplicationSlotRelease for ephemeral slots Amit Kapila
- Re: Row pattern recognition Tatsuo Ishii
- Re: Fix publisher-side sequence permission reporting Amit Kapila
- Re: Fix \crosstabview to honor \pset display_true/display_false Álvaro Herrera
- Re: Performance Degradation (Table becomes bloat) During Repeated Bulk UPDATE Operations Álvaro Herrera
- Re: enhance wraparound warnings Fujii Masao
- Re: Fix publisher-side sequence permission reporting Fujii Masao
- Re: BUG with accessing to temporary tables of other sessions still exists ZizhuanLiu X-MAN
- Re: BUG with accessing to temporary tables of other sessions still exists Daniil Davydov
- Re: SQL/JSON: JSON_TRANSFORM (SQL standard, subclause 6.44) Zsolt Parragi
- Re: Fix HAVING-to-WHERE pushdown with mismatched operator families Zsolt Parragi
- Re: [PATCH] DOCS: Distinguish table and index storage parameters Andreas Karlsson
- Re: Fix \crosstabview to honor \pset display_true/display_false Chao Li
- Re: Row pattern recognition Henson Choi
- Re: Row pattern recognition Henson Choi
- Re: PG20 Minimum Dependency Thread Zsolt Parragi
- Re: BUG with accessing to temporary tables of other sessions still exists ZizhuanLiu X-MAN
- Re: BUG with accessing to temporary tables of other sessions still exists ZizhuanLiu X-MAN
- Re: pg_rewind does not rewind diverging timelines Mats Kindahl
- Re: BUG with accessing to temporary tables of other sessions still exists Daniil Davydov
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks JoongHyuk Shin
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Alexander Korotkov
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Álvaro Herrera
- Re: BUG with accessing to temporary tables of other sessions still exists ZizhuanLiu X-MAN
- Re: Proposal: Conflict log history table for Logical Replication vignesh C
- Re: PG20 Minimum Dependency Thread Andrew Dunstan
- Re: SQL/JSON: JSON_TRANSFORM (SQL standard, subclause 6.44) Srinath Reddy Sadipiralla
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: PG20 Minimum Dependency Thread Tom Lane
- Re: Proposal: Conflict log history table for Logical Replication vignesh C
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade Rui Zhao
- Re: Require SSL connection to postgres for oauth Jonathan Gonzalez V.
- Global temporary tables Dean Rasheed
- Re: DOCS - Clarify behaviour when EXCEPT tables are moved/renamed Peter Smith
- Re: Global temporary tables Andrew Dunstan
- Re: pg_stat_replication docs incomplete for logical replication Peter Smith
- Re: Improve UNION's output rowcount estimate David Rowley
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: Improve UNION's output rowcount estimate Richard Guo
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- bytea(uuid) missing proleakproof? Chao Li
- Re: Fix publisher-side sequence permission reporting Amit Kapila
- Re: Proposal: Conflict log history table for Logical Replication vignesh C
- Re: [PATCH] Change wait_time column of pg_stat_lock to double precision Bertrand Drouvot
- Re: Support EXCEPT for ALL SEQUENCES publications Peter Smith
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks JoongHyuk Shin
- Re: Improve UNION's output rowcount estimate David Rowley
- Re: [PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope Bertrand Drouvot
- Re: [PATCH] Add support for INSERT ... SET syntax solai v
- Re: Proposal: Conflict log history table for Logical Replication vignesh C
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: assertion failure with unique index + partitioning + join Richard Guo
- doc: should pg_createsubscriber be grouped as a client application? Peter Eisentraut
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Chao Li
- RE: doc: should pg_createsubscriber be grouped as a client application? Hayato Kuroda (Fujitsu)
- Re: Row pattern recognition Henson Choi
- Fix handling of copy_file_range() return value Peter Eisentraut
- Re: doc: should pg_createsubscriber be grouped as a client application? Kyotaro Horiguchi
- truncating casts of pgoff_t Peter Eisentraut
- Re: pgbench --continue-on-error: clarify TPS and failure reporting Chao Li
- Re: 048_vacuum_horizon_floor.pl hangs due to wakeup lost inside LockBufferForCleanup Xuneng Zhou
- Re: Reorganize GUC structs Anton Voloshin
- Re: Fix handling of copy_file_range() return value Nazir Bilal Yavuz
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: Remove redundant DISTINCT when GROUP BY already guarantees uniqueness Andres Taylor
- Re: Fix handling of copy_file_range() return value Yingying Chen
- Re: Remove redundant DISTINCT when GROUP BY already guarantees uniqueness Andrés Taylor
- Re: truncating casts of pgoff_t Heikki Linnakangas
- Re: Global temporary tables Dean Rasheed
- Re: GRAPH_TABLE: aggregates/window/set-returning functions in COLUMNS crash the backend Ewan Young
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: Show hashed SAOP decision in EXPLAIN Andrei Lepikhov
- psql: Fix CREATE SCHEMA scanning of nested routine bodies Chao Li
- RE: [PATCH] Improving index selection for logical replication apply with replica identity full Hayato Kuroda (Fujitsu)
- Re: Allow ON CONFLICT DO UPDATE to return EXCLUDED values Dean Rasheed
- Re: Heads Up: cirrus-ci is shutting down June 1st Tatsuo Ishii
- Re: Remove inner joins based on foreign keys Tender Wang
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Pavel Borisov
- Re: [PATCH] Improving index selection for logical replication apply with replica identity full Önder Kalacı
- Re: Proposal: Conflict log history table for Logical Replication Nisha Moond
- Re: Performance Degradation (Table becomes bloat) During Repeated Bulk UPDATE Operations Jeyaprakash Rajamani
- Re: REPACK CONCURRENTLY fails on tables with generated columns Antonin Houska
- Re: [PATCH] Add support for SAOP in the optimizer for partial index paths Nishant Sharma
- Re: [PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope Tatsuya Kawata
- Re: TID recycling race during nbtree index-only scans that run on a standby Matthias van de Meent
- Re: Report bytes and transactions actually sent downtream Ashutosh Sharma
- RE: [PATCH] Improving index selection for logical replication apply with replica identity full Hayato Kuroda (Fujitsu)
- Re: [PATCH] btree_gist: add cross-type integer operator support for GiST Maxime Schoemans
- RE: Include sequences in publications created by pg_createsubscriber Hayato Kuroda (Fujitsu)
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: REPACK CONCURRENTLY fails on tables with generated columns Ewan Young
- [WIP] Adding a { LOCK ROWS | LOCK KEY INDEX } clause to FK definitions Matthias van de Meent
- Re: Row pattern recognition Tatsuo Ishii
- Fix contradictory comment for pgstat_slru_flush_cb() Shinya Kato
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Akshay Joshi
- Re: log_checkpoints: count WAL segment creations from all processes solai v
- Allow pg_log_backend_memory_contexts() for postmaster Jakub Wartak
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Akshay Joshi
- Re: Global temporary tables Andrew Dunstan
- Re: RFC: Logging plan of the running query Robert Haas
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: [PATCH v3] Add ssl_cert_files/ssl_key_files for multi-certificate support Renaud Métrich
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Marcos Pegoraro
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Global temporary tables Pavel Stehule
- Re: Add a greedy join search algorithm to handle large join problems Tomas Vondra
- Re: psql: Fix CREATE SCHEMA scanning of nested routine bodies Tom Lane
- Re: 048_vacuum_horizon_floor.pl hangs due to wakeup lost inside LockBufferForCleanup Melanie Plageman
- Re: Deadlock detector fails to activate on a hot standby replica Vitaly Davydov
- Re: [PATCH v3] Add ssl_cert_files/ssl_key_files for multi-certificate support Zsolt Parragi
- Re: More jsonpath methods: translate, split, join Zsolt Parragi
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Zsolt Parragi
- Re: Is there value in having optimizer stats for joins/foreignkeys? Tomas Vondra
- Re: use of SPI by postgresImportForeignStatistics Corey Huinker
- Re: 048_vacuum_horizon_floor.pl hangs due to wakeup lost inside LockBufferForCleanup Andres Freund
- Re: The PostgreSQL C Dialect Tom Lane
- Re: The PostgreSQL C Dialect Bruce Momjian
- Re: postgres_fdw: Emit message when batch_size is reduced Corey Huinker
- Re: index prefetching Peter Geoghegan
- Re: PG20 Minimum Dependency Thread Jacob Champion
- Re: Support EXCEPT for ALL SEQUENCES publications Peter Smith
- Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server Jeff Davis
- [PATCH] Warn when io_min_workers exceeds io_max_workers Baji Shaik
- Re: [RFC PATCH v0 0/7] Add EXPLAIN ANALYZE wait event reporting Andres Freund
- Re: The PostgreSQL C Dialect Roberto Mello
- [PATCH v1] Allow excluded tables to remain in the pg_restore data-loading path for directory-format dumps Kirk Wolak
- Re: [PATCH] Warn when io_min_workers exceeds io_max_workers Tristan Partin
- Re: Add a hook for handling logical decoding messages on subscribers. Bharath Rupireddy
- Re: Show estimated number of groups for IncrementalSort in EXPLAIN David Rowley
- Re: The PostgreSQL C Dialect Christophe Pettus
- Re: Fix contradictory comment for pgstat_slru_flush_cb() Michael Paquier
- Re: Support EXCEPT for TABLES IN SCHEMA publications Peter Smith
- Re: Include sequences in publications created by pg_createsubscriber Peter Smith
- Re: Make COPY format extendable: Extract COPY TO format implementations Masahiko Sawada
- Re: 048_vacuum_horizon_floor.pl hangs due to wakeup lost inside LockBufferForCleanup Xuneng Zhou
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Chao Li
- Re: md5_password_warnings for password auth with MD5-encrypted passwords Chao Li
- Re: 048_vacuum_horizon_floor.pl hangs due to wakeup lost inside LockBufferForCleanup Xuneng Zhou
- Re: [PATCH] Warn when io_min_workers exceeds io_max_workers Baji Shaik
- Re: Remove inner joins based on foreign keys Richard Guo
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions jian he
- Re: Random pg_upgrade 004_subscription test failure on drongo Alexander Lakhin
- Re: Heads Up: cirrus-ci is shutting down June 1st Thomas Munro
- Re: The PostgreSQL C Dialect John Naylor
- Re: The PostgreSQL C Dialect Bertrand Drouvot
- Re: [PATCH] Warn when io_min_workers exceeds io_max_workers Michael Paquier
- Re: [PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope Bertrand Drouvot
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: [PATCH] Warn when io_min_workers exceeds io_max_workers Kyotaro Horiguchi
- Re: Make COPY format extendable: Extract COPY TO format implementations Sutou Kouhei
- Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f'). Fujii Masao
- Re: The PostgreSQL C Dialect Christophe Pettus
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Kyotaro Horiguchi
- Re: Reduce LEFT/FULL JOIN to ANTI JOIN in more cases wenhui qiu
- Re: Allow pg_log_backend_memory_contexts() for postmaster Jakub Wartak
- Re: (SQL/PGQ) Clean up orphaned properties when dropping a label Peter Eisentraut
- Re: [PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope Michael Paquier
- Re: The PostgreSQL C Dialect Christophe Pettus
- Re: Remove inner joins based on foreign keys Richard Guo
- Re: [PATCH v1] PL/Perl: Fix NULL deref for forged array Richard Guo
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Kyotaro Horiguchi
- Re: Fix DROP PROPERTY GRAPH "unsupported object class" error Peter Eisentraut
- Re: psql: Fix CREATE SCHEMA scanning of nested routine bodies Chao Li
- Re: Fix variadic argument types for pg_get_xxx_ddl() functions Chao Li
- Re: Fix variadic argument types for pg_get_xxx_ddl() functions Akshay Joshi
- Re: Add PRODUCT() aggregate function Dean Rasheed
- Re: Add a hook for handling logical decoding messages on subscribers. Amit Kapila
- Re: Proposal: Conflict log history table for Logical Replication vignesh C
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: Show estimated number of groups for IncrementalSort in EXPLAIN Ilia Evdokimov
- Re: Support EXCEPT for ALL SEQUENCES publications Shlok Kyal
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Rafia Sabih
- Re: postgres_fdw: Emit message when batch_size is reduced Rafia Sabih
- Re: doc: should pg_createsubscriber be grouped as a client application? Peter Eisentraut
- Re: Include sequences in publications created by pg_createsubscriber vignesh C
- Re: doc: should pg_createsubscriber be grouped as a client application? Amit Kapila
- Re: Add PRODUCT() aggregate function Jim Jones
- Re: Is there value in having optimizer stats for joins/foreignkeys? Alexandra Wang
- Re: doc: should pg_createsubscriber be grouped as a client application? Euler Taveira
- Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f'). Tatsuo Ishii
- Re: Support EXCEPT for ALL SEQUENCES publications solai v
- Re: use of SPI by postgresImportForeignStatistics jian he
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade Ajin Cherian
- Re: Add PRODUCT() aggregate function Jeevan Chalke
- Re: Add PRODUCT() aggregate function Jeevan Chalke
- Re: Show estimated number of groups for IncrementalSort in EXPLAIN solai v
- Re: use of SPI by postgresImportForeignStatistics Robert Haas
- Re: [WIP] Pipelined Recovery Imran Zaheer
- Re: Hash-based MCV matching for large IN-lists Ilia Evdokimov
- Re: Logging parallel worker draught Andrei Lepikhov
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: Logging parallel worker draught Benoit Lobréau
- Re: Row pattern recognition Henson Choi
- Re: Row pattern recognition Henson Choi
- Re: Row pattern recognition Henson Choi
- Re: File locks for data directory lockfile in the context of Linux namespaces Dmitry Dolgov
- Re: The PostgreSQL C Dialect Christophe Pettus
- Re: More jsonpath methods: translate, split, join Corey Huinker
- Re: [PATCH] Warn when io_min_workers exceeds io_max_workers Baji Shaik
- Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions Salma El-Sayed
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade Rui Zhao
- Re: for loop variable fixes Peter Eisentraut
- Re: 048_vacuum_horizon_floor.pl hangs due to wakeup lost inside LockBufferForCleanup Xuneng Zhou
- Re: 048_vacuum_horizon_floor.pl hangs due to wakeup lost inside LockBufferForCleanup Xuneng Zhou
- Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions Peter Geoghegan
- Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions Matthias van de Meent
- Re: Add a hook for handling logical decoding messages on subscribers. Masahiko Sawada
- Add MIN/MAX aggregate support for uuid Tristan Partin
- Re: Add MIN/MAX aggregate support for uuid Tristan Partin
- Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions Peter Geoghegan
- Re: Additional message in pg_terminate_backend Paul A Jungwirth
- Re: psql: Fix CREATE SCHEMA scanning of nested routine bodies Tom Lane
- Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions Matthias van de Meent
- Re: Fix variadic argument types for pg_get_xxx_ddl() functions Andrew Dunstan
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Zsolt Parragi
- Re: Problems with get_actual_variable_range's VISITED_PAGES_LIMIT Peter Geoghegan
- Re: [PATCH] Improving index selection for logical replication apply with replica identity full Bharath Rupireddy
- Little checksum worker cleanups Heikki Linnakangas
- Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions Kirk Wolak
- Re: The PostgreSQL C Dialect Peter Smith
- Re: The PostgreSQL C Dialect Christophe Pettus
- Re: Little checksum worker cleanups Daniel Gustafsson
- Re: Handle concurrent drop when doing whole database vacuum Bharath Rupireddy
- Re: [PATCH] Improving index selection for logical replication apply with replica identity full Ethan Mertz
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Corey Huinker
- Re: [PATCH] Warn when io_min_workers exceeds io_max_workers Michael Paquier
- Re: hashjoins vs. Bloom filters (yet again) Ben Mejia
- Re: Fix race condition in pg_get_publication_tables with concurrent DROP TABLE Bharath Rupireddy
- Re: [PATCH] btree_gist: add cross-type integer operator support for GiST Alexander Nestorov
- Re: Heads Up: cirrus-ci is shutting down June 1st Jacob Champion
- Re: Handle concurrent drop when doing whole database vacuum Michael Paquier
- Re: Handle concurrent drop when doing whole database vacuum Bharath Rupireddy
- Re: Global temporary tables Dean Rasheed
- Protect against timestamp underflow in uuidv7(interval) Tristan Partin
- Re: Handle concurrent drop when doing whole database vacuum Michael Paquier
- Re: DDL deparse Bharath Rupireddy
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Melanie Plageman
- Re: Protect against timestamp underflow in uuidv7(interval) Baji Shaik
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Melanie Plageman
- RE: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server Hayato Kuroda (Fujitsu)
- Re: Fwd: dsm_registry: Add detach and destroy features Sungwoo Chang
- Re: Row pattern recognition jian he
- Re: Fix HAVING-to-WHERE pushdown with mismatched operator families Richard Guo
- Re: Add pg_stat_kind_info system view Michael Paquier
- Re: Global temporary tables Gilles Darold
- Re: Improve pg_stat_statements scalability Michael Paquier
- Re: enhance wraparound warnings Bharath Rupireddy
- Re: psql: add tab completion for subscription wal_receiver_timeout Bharath Rupireddy
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade shveta malik
- Re: Row pattern recognition jian he
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade shveta malik
- Re: Add pg_stat_kind_info system view Bertrand Drouvot
- Re: Fix publisher-side sequence permission reporting Bharath Rupireddy
- Re: Small patch to improve safety of utf8_to_unicode(). Jeff Davis
- Re: Add per-backend lock statistics Michael Paquier
- Re: Add MIN/MAX aggregate support for uuid Bharath Rupireddy
- Re: Row pattern recognition Henson Choi
- Re: Support EXCEPT for ALL SEQUENCES publications Peter Smith
- Re: (SQL/PGQ) Clean up orphaned properties when dropping a label Ashutosh Bapat
- Re: Add per-backend lock statistics Bertrand Drouvot
- Re: Include sequences in publications created by pg_createsubscriber vignesh C
- Reject unsupported COPY FROM targets before analyzing WHERE clause Chao Li
- Re: Fix publisher-side sequence permission reporting Amit Kapila
- Re: Row pattern recognition Henson Choi
- Re: bytea(uuid) missing proleakproof? Chao Li
- Re: psql: add tab completion for subscription wal_receiver_timeout Xuneng Zhou
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: psql: add tab completion for subscription wal_receiver_timeout Fujii Masao
- Improve row estimation with multi-column unique indexes Anthonin Bonnefoy
- Re: psql: add tab completion for subscription wal_receiver_timeout Chao Li
- Re: Reject unsupported COPY FROM targets before analyzing WHERE clause Kyotaro Horiguchi
- Re: Small patch to improve safety of utf8_to_unicode(). Chao Li
- Re: FOR PORTION OF should reject GENERATED columns Peter Eisentraut
- Re: Problems with get_actual_variable_range's VISITED_PAGES_LIMIT Jakub Wartak
- Re: Fix publisher-side sequence permission reporting Fujii Masao
- Re: [PATCH] Fix null pointer dereference in PG19 Peter Eisentraut
- Re: Small patch to improve safety of utf8_to_unicode(). Ayush Tiwari
- Re: Support EXCEPT for ALL SEQUENCES publications shveta malik
- Re: Move FOR PORTION OF checks out of analysis Peter Eisentraut
- Re: Fix publisher-side sequence permission reporting Fujii Masao
- Re: [PATCH] btree_gist: add cross-type integer operator support for GiST Maxime Schoemans
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Pavel Borisov
- Re: Fix publisher-side sequence permission reporting vignesh C
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: Logging parallel worker draught Andrei Lepikhov
- Re: [PATCH] Fix null pointer dereference in PG19 Aleksander Alekseev
- Proposal: Support virtual generated columns in index expressions and predicates ZizhuanLiu X-MAN
- Re: Disallow whole-row index references with virtual generated columns? ZizhuanLiu X-MAN
- Re: Proposal: Conflict log history table for Logical Replication vignesh C
- Re: Little checksum worker cleanups Heikki Linnakangas
- Re: Get rid of "Section.N.N.N" on DOCs Peter Eisentraut
- Re: enhance wraparound warnings Fujii Masao
- Re: RFC: Logging plan of the running query torikoshia
- Re: Reorganize GUC structs Peter Eisentraut
- Re: [PATCH v4] Add ssl_cert_files/ssl_key_files for multi-certificate support Renaud Métrich
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade Shlok Kyal
- Re: Add per-backend lock statistics Tatsuya Kawata
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Get rid of "Section.N.N.N" on DOCs Marcos Pegoraro
- Re: psql: add tab completion for subscription wal_receiver_timeout Fujii Masao
- Re: RFC: Logging plan of the running query Andrei Lepikhov
- Re: md5_password_warnings for password auth with MD5-encrypted passwords Jacob Champion
- Re: Deadlock detector fails to activate on a hot standby replica Vitaly Davydov
- Re: [PATCH] COPY TO FORMAT json: respect column list order Baji Shaik
- Re: uuidv7 improperly accepts dates before 1970-01-01 Baji Shaik
- Re: glob support in extension_control_path/dynamic_library_path? David E. Wheeler
- Re: [PATCH] btree_gist: add cross-type integer operator support for GiST Alexander Nestorov
- Re: Add per-backend lock statistics Bertrand Drouvot
- Re: [PATCH] Fix null pointer dereference in PG19 Paul A Jungwirth
- Re: Move FOR PORTION OF checks out of analysis Paul A Jungwirth
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade Zsolt Parragi
- Re: Report replica identity in pg_publication_tables Bharath Rupireddy
- Re: DDL deparse Masahiko Sawada
- Re: More jsonpath methods: translate, split, join Florents Tselai
- Re: FOR PORTION OF should reject GENERATED columns Paul A Jungwirth
- Re: uuidv7 improperly accepts dates before 1970-01-01 Masahiko Sawada
- Re: Add MIN/MAX aggregate support for uuid Tristan Partin
- Re: uuidv7 improperly accepts dates before 1970-01-01 Tristan Partin
- Re: Add MIN/MAX aggregate support for uuid Masahiko Sawada
- Re: bytea(uuid) missing proleakproof? Masahiko Sawada
- Re: Get rid of "Section.N.N.N" on DOCs Marcos Pegoraro
- Re: autovacuum launcher crash: assert in pgstat_count_io_op (IOOP_EXTEND on pg_database's VM) Melanie Plageman
- Re: Add MIN/MAX aggregate support for uuid Tristan Partin
- Re: Proposal: Conflict log history table for Logical Replication Zsolt Parragi
- Re: Add MIN/MAX aggregate support for uuid Bharath Rupireddy
- Re: pg_get__*_ddl consolidation Jelte Fennema-Nio
- Re: Get rid of "Section.N.N.N" on DOCs Christophe Pettus
- Re: The PostgreSQL C Dialect Christophe Pettus
- Support UUIDv6 in uuid_extract_timestamp() Tristan Partin
- Re: The PostgreSQL C Dialect Jelte Fennema-Nio
- Re: Interrupts vs signals Heikki Linnakangas
- Re: Adding basic NUMA awareness Tomas Vondra
- Re: uuidv7 improperly accepts dates before 1970-01-01 Zsolt Parragi
- Re: glob support in extension_control_path/dynamic_library_path? Zsolt Parragi
- Re: Add MIN/MAX aggregate support for uuid Tristan Partin
- Re: Add MIN/MAX aggregate support for uuid Zsolt Parragi
- Re: Add MIN/MAX aggregate support for uuid Tristan Partin
- Re: Small patch to improve safety of utf8_to_unicode(). Jeff Davis
- Re: Handle concurrent drop when doing whole database vacuum surya poondla
- Re: The PostgreSQL C Dialect Christophe Pettus
- Re: Add enable_groupagg GUC parameter to control GroupAggregate usage Richard Guo
- Re: Report bytes and transactions actually sent downtream Masahiko Sawada
- Re: uuidv7 improperly accepts dates before 1970-01-01 Baji Shaik
- Re: Small patch to improve safety of utf8_to_unicode(). Jeff Davis
- DOCS - clarify CREATE SUBSCRIPTION only synchronizes sequences when copy_data=true Peter Smith
- Re: Include sequences in publications created by pg_createsubscriber Peter Smith
- RE: 035_standby_logical_decoding might fail due to FATAL message lost inside libpq Hayato Kuroda (Fujitsu)
- Re: uuidv7 improperly accepts dates before 1970-01-01 Kyotaro Horiguchi
- doc: fix pg_stat_autovacuum_scores threshold wording Chao Li
- Re: First draft of PG 19 release notes Chao Li
- Re: Improve UNION's output rowcount estimate Chengpeng Yan
- Re: Add enable_groupagg GUC parameter to control GroupAggregate usage Richard Guo
- Re: Proposal: Conflict log history table for Logical Replication Peter Smith
- Re: doc: fix pg_stat_autovacuum_scores threshold wording Kyotaro Horiguchi
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- In core use of RegisterXactCallback() and RegisterSubXactCallback() Bertrand Drouvot
- Re: Small patch to improve safety of utf8_to_unicode(). Chao Li
- Re: Include sequences in publications created by pg_createsubscriber Ashutosh Sharma
- Re: Handle concurrent drop when doing whole database vacuum cca5507
- Re: Include sequences in publications created by pg_createsubscriber Peter Smith
- Re: doc: fix pg_stat_autovacuum_scores threshold wording Chao Li
- Re: Move system identifier generation to a common helper Imran Zaheer
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: psql: add tab completion for subscription wal_receiver_timeout Chao Li
- Re: Handle concurrent drop when doing whole database vacuum Michael Paquier
- psql internals queries breaks in presence of user-defined operators Kirill Reshke
- Re: Report bytes and transactions actually sent downtream Ashutosh Sharma
- Re: [WIP] Pipelined Recovery Xuneng Zhou
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Michael Paquier
- Re: DDL deparse Vitaly Davydov
- [PATCH] Check dead heap items before marking them unused wufengwufengwufeng@gmail.com
- Re: Support EXCEPT for ALL SEQUENCES publications Shlok Kyal
- plpython: NULL pointer dereference on broken sequence objects Richard Guo
- Re: RFC: Logging plan of the running query Robert Haas
- [BUG] ECPG crash with union type Jehan-Guillaume de Rorthais
- Re: Include sequences in publications created by pg_createsubscriber vignesh C
- Re: Out-of-Cycle release? (was Re: BUG #19490: Streaming standby on 16.14 stops applying WAL on MultiXactOffsetSLRU when primary is 16.8) Andrey Borodin
- Re: Out-of-Cycle release? (was Re: BUG #19490: Streaming standby on 16.14 stops applying WAL on MultiXactOffsetSLRU when primary is 16.8) Andrey Borodin
- Re: [PATCH] Fix null pointer dereference in PG19 Aleksander Alekseev
- Re: RFC: Logging plan of the running query Andrei Lepikhov
- Re: Show hashed SAOP decision in EXPLAIN Nishant Sharma
- Re: Show hashed SAOP decision in EXPLAIN Andrei Lepikhov
- Re: Avoid orphaned objects dependencies, take 3 Bertrand Drouvot
- Re: Key joins Henson Choi
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: Remove the refint contrib module (for v20) solai v
- Re: Show hashed SAOP decision in EXPLAIN Nishant Sharma
- Fix doc about pg_get_multixact_stats() Yingying Chen
- Re: [PATCH] Prevent repeated deadlock-check signals in standby buffer pin waits Xuneng Zhou
- Re: Deadlock detector fails to activate on a hot standby replica Fujii Masao
- Re: [PATCH] btree_gist: add cross-type integer operator support for GiST Maxime Schoemans
- Re: Adding basic NUMA awareness Jakub Wartak
- RE: Add tests for concurrent DML retry paths in logical replication apply Hayato Kuroda (Fujitsu)
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: Out-of-Cycle release? (was Re: BUG #19490: Streaming standby on 16.14 stops applying WAL on MultiXactOffsetSLRU when primary is 16.8) Emanuele
- Re: In core use of RegisterXactCallback() and RegisterSubXactCallback() Amit Langote
- Re: Fix \crosstabview to honor \pset display_true/display_false Álvaro Herrera
- Re: Key joins Arne Roland
- Re: Deadlock detector fails to activate on a hot standby replica Xuneng Zhou
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: uuidv7 improperly accepts dates before 1970-01-01 Baji Shaik
- Re: [PATCH] Fix minRecoveryPoint not advanced past checkpoint in CreateRestartPoint Nitin Jadhav
- Re: Adding basic NUMA awareness Tomas Vondra
- Re: disallow alter individual column if partition key contains wholerow reference ZizhuanLiu X-MAN
- Re: hashjoins vs. Bloom filters (yet again) Tomas Vondra
- Re: Key joins Henson Choi
- Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f'). Henson Choi
- Re: Proposal: Conflict log history table for Logical Replication Nisha Moond
- Re: psql internals queries breaks in presence of user-defined operators Tom Lane
- Re: glob support in extension_control_path/dynamic_library_path? David E. Wheeler
- Re: glob support in extension_control_path/dynamic_library_path? David E. Wheeler
- Re: In core use of RegisterXactCallback() and RegisterSubXactCallback() Bertrand Drouvot
- Re: [PATCH] COPY TO FORMAT json: respect column list order Baji Shaik
- Re: doc: fix pg_stat_autovacuum_scores threshold wording Sami Imseih
- Re: [PATCH] Check dead heap items before marking them unused Bharath Rupireddy
- Re: Handle concurrent drop when doing whole database vacuum Bharath Rupireddy
- pg_stat_statements: Remove (errcode...) framing parentheses in erport(...) m.litsarev@postgrespro.ru
- Re: enhance wraparound warnings Bharath Rupireddy
- Re: pg_stat_statements: Remove (errcode...) framing parentheses in erport(...) Sami Imseih
- Re: Small patch to improve safety of utf8_to_unicode(). Jeff Davis
- Re: glob support in extension_control_path/dynamic_library_path? Zsolt Parragi
- Re: [PATCH] COPY TO FORMAT json: respect column list order Sami Imseih
- Re: Handle concurrent drop when doing whole database vacuum surya poondla
- Re: More jsonpath methods: translate, split, join Corey Huinker
- Re: Handle concurrent drop when doing whole database vacuum Bharath Rupireddy
- Optimize UUID parse using SIMD Masahiko Sawada
- Re: pg_stat_statements: Remove (errcode...) framing parentheses in erport(...) Sami Imseih
- Re: Add logical_decoding_spill_limit to cap spill file disk usage per slot Bharath Rupireddy
- Re: Optimize UUID parse using SIMD Bharath Rupireddy
- Re: [PATCH] btree_gist: add cross-type integer operator support for GiST Alexander Nestorov
- Re: pg_stat_statements: Remove (errcode...) framing parentheses in erport(...) Tom Lane
- Re: Make pg_prewarm, autoprewarm yield for waiting DDL Bharath Rupireddy
- Re: [BUG] ECPG crash with union type Tom Lane
- Re: Optimize UUID parse using SIMD Haibo Yan
- Re: bytea(uuid) missing proleakproof? Masahiko Sawada
- Re: Optimize UUID parse using SIMD Masahiko Sawada
- Re: bytea(uuid) missing proleakproof? Chao Li
- Re: [PATCH] Check dead heap items before marking them unused feng wu
- Re: Fix doc about pg_get_multixact_stats() Michael Paquier
- Re: Support EXCEPT for ALL SEQUENCES publications Peter Smith
- Re: Fix \crosstabview to honor \pset display_true/display_false Chao Li
- Re: REVOKE's CASCADE protection doesn't work with INHERITed table owners Jacob Champion
- Re: enhance wraparound warnings Fujii Masao
- Re: [PATCH] DISTINCT in plain aggregate window functions Henson Choi
- Re: Row pattern recognition Henson Choi
- Re: Row pattern recognition Henson Choi
- Re: Handle concurrent drop when doing whole database vacuum Bharath Rupireddy
- Re: enhance wraparound warnings Kyotaro Horiguchi
- Re: Handle concurrent drop when doing whole database vacuum Kyotaro Horiguchi
- Re: Row pattern recognition Tatsuo Ishii
- Re: Row pattern recognition Tatsuo Ishii
- Re: Make COPY format extendable: Extract COPY TO format implementations Sutou Kouhei
- [PATCH] Adjust autovacuum thresholds using relallvisible wenhui qiu
- Re: Proposal: Conflict log history table for Logical Replication Peter Smith
- Re: Global temporary tables Kirk Wolak
- Re: In core use of RegisterXactCallback() and RegisterSubXactCallback() Bertrand Drouvot
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: Small patch to improve safety of utf8_to_unicode(). Chao Li
- Re: [PATCH] Prevent repeated deadlock-check signals in standby buffer pin waits JoongHyuk Shin
- Re: uuidv7 improperly accepts dates before 1970-01-01 Kyotaro Horiguchi
- Re: Proposal: Conflict log history table for Logical Replication vignesh C
- Re: pg_stat_statements: Remove (errcode...) framing parentheses in erport(...) Michael Paquier
- Re: Continuous re-validation of session credentials Ajit Awekar
- Re: Add PRODUCT() aggregate function Jeevan Chalke
- Re: Proposal: Conflict log history table for Logical Replication vignesh C
- Re: plpython: NULL pointer dereference on broken sequence objects Richard Guo
- Re: Add enable_groupagg GUC parameter to control GroupAggregate usage Richard Guo
- Re: DDL deparse Masahiko Sawada
- CLUSTER progress: wrong index_rebuild_count for tables with TOAST Adam Lee
- Re: Use exact nullingrels matches for NestLoopParams Richard Guo
- Re: Change checkpoint‑record‑missing PANIC to FATAL Nitin Jadhav
- Re: Fix publisher-side sequence permission reporting Fujii Masao
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Kyotaro Horiguchi
- Re: plpython: NULL pointer dereference on broken sequence objects Ayush Tiwari
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Michael Paquier
- Re: Support EXCEPT for ALL SEQUENCES publications shveta malik
- Clear base backup progress reporting on error Chao Li
- Re: Deadlock detector fails to activate on a hot standby replica Vitaly Davydov
- Re: Handle concurrent drop when doing whole database vacuum cca5507
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: [BUG] ECPG crash with union type Jehan-Guillaume de Rorthais
- Re: Clear base backup progress reporting on error Chao Li
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Henson Choi
- Re: [PATCH] btree_gist: add cross-type integer operator support for GiST Andrey Borodin
- Re: Support EXCEPT for ALL SEQUENCES publications Shlok Kyal
- Re: [PATCH] Add hook for plugins to acquire sample rows during ANALYZE Ashutosh Bapat
- Re: RFC: Logging plan of the running query Robert Haas
- Re: Possible Visibility Map corruption in supported branches? Jehan-Guillaume de Rorthais
- Re: ON EMPTY clause for aggregate and window functions Isaac Morland
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Justin Pryzby
- Re: 048_vacuum_horizon_floor.pl hangs due to wakeup lost inside LockBufferForCleanup Fujii Masao
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Pavel Borisov
- Re: Add autovacuum_warning to surface concurrent vacuum collisions Hüseyin Demir
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Dmitry Koval
- Re: CLUSTER progress: wrong index_rebuild_count for tables with TOAST Antonin Houska
- Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions Peter Geoghegan
- Re: [PATCH] Prevent repeated deadlock-check signals in standby buffer pin waits Henson Choi
- Re: enhance wraparound warnings Nathan Bossart
- Re: Fix \crosstabview to honor \pset display_true/display_false Álvaro Herrera
- Re: md5_password_warnings for password auth with MD5-encrypted passwords Nathan Bossart
- Re: doc: fix pg_stat_autovacuum_scores threshold wording Nathan Bossart
- Re: More jsonpath methods: translate, split, join Florents Tselai
- Re: Global temporary tables Dean Rasheed
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Robert Haas
- Re: DOCS - "Get Object DDL Functions" table improvements Ian Lawrence Barwick
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Alexander Korotkov
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Robert Haas
- Re: [PATCH] Improving Visibility of Temporary Table Usage Zsolt Parragi
- Re: More jsonpath methods: translate, split, join Zsolt Parragi
- Re: Fix race condition in pg_get_publication_tables with concurrent DROP TABLE Masahiko Sawada
- Re: COPY: validate option presence rather than option values Masahiko Sawada
- Re: Handle concurrent drop when doing whole database vacuum Bharath Rupireddy
- Re: Improve pg_stat_statements scalability Sami Imseih
- Re: Return value of XLogInsertRecord() for XLOG_SWITCH record Henson Choi
- hashjoins vs. bitmap filters Ben Mejia
- Re: [PATCH] Fix replica identity mismatch for partitioned tables with publish_via_partition_root Henson Choi
- Re: 048_vacuum_horizon_floor.pl hangs due to wakeup lost inside LockBufferForCleanup Xuneng Zhou
- [PATCH] Avoid collation lookup for "char" statistics Feng Wu
- Re: Handle concurrent drop when doing whole database vacuum Michael Paquier
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: [PATCH] Avoid collation lookup for "char" statistics Tom Lane
- Re: Reject ADD CONSTRAINT NOT NULL if name mismatches existing domain not-null constraint ZizhuanLiu X-MAN
- Re: More jsonpath methods: translate, split, join Florents Tselai
- Re: Fix race condition in pg_get_publication_tables with concurrent DROP TABLE Bharath Rupireddy
- Re: DDL deparse Masahiko Sawada
- Re: Deadlock detector fails to activate on a hot standby replica Xuneng Zhou
- Re: Add autovacuum_warning to surface concurrent vacuum collisions Bharath Rupireddy
- Re: Report oldest xmin source when autovacuum cannot remove tuples Shinya Kato
- Re: Handle concurrent drop when doing whole database vacuum cca5507
- Re: Add tests for concurrent DML retry paths in logical replication apply Bharath Rupireddy
- Re: Return value of XLogInsertRecord() for XLOG_SWITCH record ZizhuanLiu X-MAN
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Andrey Borodin
- Re: Add per-backend lock statistics Tatsuya Kawata
- Re: Move FOR PORTION OF checks out of analysis Peter Eisentraut
- Re: Small patch to improve safety of utf8_to_unicode(). Jeff Davis
- Re: [PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope Tatsuya Kawata
- Re: Move FOR PORTION OF checks out of analysis Peter Eisentraut
- Re: [PATCH] Change wait_time column of pg_stat_lock to double precision Tatsuya Kawata
- Re: Move FOR PORTION OF checks out of analysis Tom Lane
- Re: Handle concurrent drop when doing whole database vacuum Bharath Rupireddy
- Re: Do not lock tables in get_tables_to_repack Bharath Rupireddy
- Re: Key joins Arne Roland
- Re: [PATCH] Prevent repeated deadlock-check signals in standby buffer pin waits Xuneng Zhou
- Re: Improve row estimation with multi-column unique indexes Chengpeng Yan
- doc: fix two id/xreflabel inconsistencies in config.sgml Bill Kim
- Re: Report bytes and transactions actually sent downtream Amit Kapila
- Re: Remove the refint contrib module (for v20) Álvaro Herrera
- Re[2]: [PATCH v5] pg_stat_statements: Add last_execution_start column Pavlo Golub
- Re: [PATCH] Prevent repeated deadlock-check signals in standby buffer pin waits JoongHyuk Shin
- Re: Row pattern recognition Henson Choi
- Re: Row pattern recognition Henson Choi
- Re: ON EMPTY clause for aggregate and window functions Jeevan Chalke
- Re: [PATCH] Avoid collation lookup for "char" statistics Feng Wu
- Re: [PATCH] Avoid collation lookup for "char" statistics Tom Lane
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Rui Zhao
- Re: [PATCH] Avoid collation lookup for "char" statistics Feng Wu
- Re: Improve the performance of Unicode Normalization Forms. Alexander Borisov
- Re: [PATCH] DISTINCT in plain aggregate window functions Haibo Yan
- Re: CREATE OR REPLACE MATERIALIZED VIEW Erik Wienhold
- Re: CREATE OR REPLACE MATERIALIZED VIEW Erik Wienhold
- Re: doc: fix two id/xreflabel inconsistencies in config.sgml Peter Smith
- Re: pg_get__*_ddl consolidation Andrew Dunstan
- Re: doc: fix two id/xreflabel inconsistencies in config.sgml Daniel Gustafsson
- Re: DOCS - "Get Object DDL Functions" table improvements Peter Smith
- Re: Handle concurrent drop when doing whole database vacuum Michael Paquier
- Re: Heads Up: cirrus-ci is shutting down June 1st Henson Choi
- Re: Handle concurrent drop when doing whole database vacuum Bharath Rupireddy
- Re: [PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope Michael Paquier
- Re: Support EXCEPT for ALL SEQUENCES publications Peter Smith
- Add a statistics view to track usage of deprecated features Shinya Kato
- Re: In core use of RegisterXactCallback() and RegisterSubXactCallback() Amit Langote
- Re: Heads Up: cirrus-ci is shutting down June 1st Thomas Munro
- Re: [PATCH] Change wait_time column of pg_stat_lock to double precision Michael Paquier
- Re: Optimize UUID parse using SIMD Haibo Yan
- Re: Fix HAVING-to-WHERE pushdown with mismatched operator families Tender Wang
- Re: Interest in Faster Unicode Normalization Michael Paquier
- Re: Add a statistics view to track usage of deprecated features Michael Paquier
- Re: (SQL/PGQ) Clean up orphaned properties when dropping a label zengman
- Re: Add a statistics view to track usage of deprecated features Tom Lane
- Re: Reject HEADER with binary and json COPY formats by option presence Chao Li
- Re: DOCS - "Get Object DDL Functions" table improvements Michael Paquier
- Re: Make the logical replication conflict messages more like each other Peter Smith
- Re: RFC: Logging plan of the running query torikoshia
- Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server Amit Kapila
- Re: [PATCH] Change wait_time column of pg_stat_lock to double precision Bertrand Drouvot
- Re: DOCS - "Get Object DDL Functions" table improvements Peter Smith
- Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server Amit Kapila
- Re: Handle concurrent drop when doing whole database vacuum cca5507
- Re: Remove the refint contrib module (for v20) Ayush Tiwari
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks JoongHyuk Shin
- Re: [PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope Bertrand Drouvot
- Re: [PATCH] Change wait_time column of pg_stat_lock to double precision Michael Paquier
- Re: [PATCH] Change wait_time column of pg_stat_lock to double precision Bertrand Drouvot
- Re: Handle concurrent drop when doing whole database vacuum cca5507
- Re: implement CAST(expr AS type FORMAT 'template') Haibo Yan
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Michael Paquier
- Re: [PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope Michael Paquier
- Re: Remove the refint contrib module (for v20) Fujii Masao
- Re: FOR PORTION OF should reject GENERATED columns Paul A Jungwirth
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Andrey Borodin
- Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Ayush Tiwari
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks JoongHyuk Shin
- Re: Remove the refint contrib module (for v20) Ayush Tiwari
- Re: Remove the refint contrib module (for v20) Ayush Tiwari
- Re: use of SPI by postgresImportForeignStatistics Corey Huinker
- Re: Report oldest xmin source when autovacuum cannot remove tuples Kyotaro Horiguchi
- Re: statatt_build_stavalues->LOCAL_FCINFO wrong number Michael Paquier
- Re: Fix HAVING-to-WHERE pushdown with mismatched operator families Tender Wang
- Re: implement CAST(expr AS type FORMAT 'template') jian he
- Re: Include sequences in publications created by pg_createsubscriber vignesh C
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: vectorized CRC on ARM64 Peter Eisentraut
- PostgreSQL select-only CTE removal is too aggressive? Kirill Reshke
- Re: PostgreSQL select-only CTE removal is too aggressive? Kirill Reshke
- Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication Ashutosh Sharma
- Fix FSM range endpoint after relation extension Jingtang Zhang
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Rafia Sabih
- Re: vectorized CRC on ARM64 John Naylor
- Re: Row pattern recognition Tatsuo Ishii
- RE: Add enable_groupagg GUC parameter to control GroupAggregate usage Tatsuro Yamada
- [PATCH] Document wal_compression=on Christoph Berg
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: [PATCH] Document wal_compression=on John Naylor
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: Fix HAVING-to-WHERE pushdown with mismatched operator families Chengpeng Yan
- Re: use of SPI by postgresImportForeignStatistics Etsuro Fujita
- Re: Proposal: Conflict log history table for Logical Replication Nisha Moond
- Allow progress tracking of sub-commands Antonin Houska
- clean up size_t/ssize_t use with POSIX file system APIs Peter Eisentraut
- Re: doc: fix two id/xreflabel inconsistencies in config.sgml Bill Kim
- Guidance on Calculating max_locks_per_transaction for a Highly Partitioned Environment Vivek Gadge
- Re: [PATCH] Prevent repeated deadlock-check signals in standby buffer pin waits Xuneng Zhou
- Re: [PATCH] Document wal_compression=on Christoph Berg
- Re: Per-thread leak in ECPG's memory.c Thom Brown
- Re: md5_password_warnings for password auth with MD5-encrypted passwords Nathan Bossart
- Re: Include sequences in publications created by pg_createsubscriber Shlok Kyal
- Re: Proposal: QUALIFY clause Matheus Alcantara
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Robert Haas
- Re: PostgreSQL select-only CTE removal is too aggressive? Tom Lane
- Re: Report oldest xmin source when autovacuum cannot remove tuples Bharath Rupireddy
- Re: Report oldest xmin source when autovacuum cannot remove tuples Sami Imseih
- Re: Report index currently being vacuumed in pg_stat_progress_vacuum Bharath Rupireddy
- Re: Fix publisher-side sequence permission reporting vignesh C
- Re: Allow progress tracking of sub-commands Rahila Syed
- Re: Handle concurrent drop when doing whole database vacuum Bharath Rupireddy
- Re: RFC: Logging plan of the running query Robert Haas
- Re: Handle concurrent drop when doing whole database vacuum Nathan Bossart
- [PATCH] - Re: libpq: decouple the .pgpass lookup port from the connection port Diego
- Re: Differential Code Coverage report for Postgres Álvaro Herrera
- Re: implement CAST(expr AS type FORMAT 'template') Robert Haas
- Re: use of SPI by postgresImportForeignStatistics Robert Haas
- Re: [BUG] Take a long time to reach consistent after pg_rewind surya poondla
- Re: PostgreSQL select-only CTE removal is too aggressive? Kirill Reshke
- Re: pg_createsubscriber --dry-run logging concerns Peter Smith
- Re: PostgreSQL select-only CTE removal is too aggressive? Tom Lane
- Multi-insert for logical replication apply Bharath Rupireddy
- Re: pg_createsubscriber --dry-run logging concerns Álvaro Herrera
- Re: First draft of PG 19 release notes Bruce Momjian
- Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements Mihail Nikalayeu
- Re: implement CAST(expr AS type FORMAT 'template') Zsolt Parragi
- Re: Optimize UUID parse using SIMD Masahiko Sawada
- Re: Optimize UUID parse using SIMD Masahiko Sawada
- Missing FSM Update when Updating VM On-access Melanie Plageman
- Re: occasional ECPG failures on dikkop (FreeBSD) Tomas Vondra
- Re: Can we use Statistics Import and Export feature to perforamance testing? Kenichiro Tanaka
- Re: statatt_build_stavalues->LOCAL_FCINFO wrong number Michael Paquier
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Michael Paquier
- Re: PostgreSQL select-only CTE removal is too aggressive? David G. Johnston
- Re: Fix publisher-side sequence permission reporting Fujii Masao
- Re: Row pattern recognition Henson Choi
- Re: Get rid of "Section.N.N.N" on DOCs Bruce Momjian
- Re: md5_password_warnings for password auth with MD5-encrypted passwords Fujii Masao
- Re: statatt_build_stavalues->LOCAL_FCINFO wrong number Corey Huinker
- Re: Optimize UUID parse using SIMD Haibo Yan
- Re: use of SPI by postgresImportForeignStatistics Corey Huinker
- Re: Collation & ctype method table, and extension hooks Noah Misch
- Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f'). Fujii Masao
- Re: 048_vacuum_horizon_floor.pl hangs due to wakeup lost inside LockBufferForCleanup Fujii Masao
- Re: occasional ECPG failures on dikkop (FreeBSD) Tom Lane
- Re: Proposal: Conflict log history table for Logical Replication Peter Smith
- Re: Per-thread leak in ECPG's memory.c Thomas Munro
- Re: 048_vacuum_horizon_floor.pl hangs due to wakeup lost inside LockBufferForCleanup Xuneng Zhou
- PROPERTY GRAPH pg_dump ACL minimization Noah Misch
- Re: PROPERTY GRAPH pg_dump ACL minimization Tom Lane
- Re: Deadlock detector fails to activate on a hot standby replica Xuneng Zhou
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10 Fujii Masao
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: [PATCH] Document wal_compression=on Michael Paquier
- Re: [SP-]GiST IOS visibility bug (was: Why doens't GiST require super-exclusive lock) solai v
- [PATCH] Avoid internal error for invalid interval typmods Feng Wu
- Re: statatt_build_stavalues->LOCAL_FCINFO wrong number jian he
- [PATCH] Avoid internal error for invalid interval typmods Feng Wu
- Re: [PATCH] Avoid internal error for invalid interval typmods Feng Wu
- Re: Handle concurrent drop when doing whole database vacuum Michael Paquier
- Re: Return pg_control from pg_backup_stop(). David Steele
- Re: Add per-backend lock statistics Bertrand Drouvot
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: autovacuum launcher crash: assert in pgstat_count_io_op (IOOP_EXTEND on pg_database's VM) Ewan Young
- Re: Per-thread leak in ECPG's memory.c Thom Brown
- Re: DDL deparse Vitaly Davydov
- Re: Add pg_stat_kind_info system view Michael Paquier
- Re: Support EXCEPT for ALL SEQUENCES publications Shlok Kyal
- Re: Include sequences in publications created by pg_createsubscriber vignesh C
- Re: Report bytes and transactions actually sent downtream Ashutosh Sharma
- JSON_VALUE/JSON_TABLE DEFAULT expression ignores RETURNING typmod Ewan Young
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Henson Choi
- Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows Chao Li
- Re: Support EXCEPT for ALL SEQUENCES publications Ashutosh Sharma
- Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows Chao Li
- Re: Add pg_stat_kind_info system view Michael Paquier
- Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows Chao Li
- Re: Add per-backend lock statistics Michael Paquier
- Re: occasional ECPG failures on dikkop (FreeBSD) Tomas Vondra
- Re: Do not scan index in right table if condition for left join evaluates to false using columns in left table Andrei Lepikhov
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- pg_dump: drop column default before adding identity when needed Виолин Антуан
- Re: Fix HAVING-to-WHERE pushdown with mismatched operator families Richard Guo
- Re: [PATCH] Document wal_compression=on wenhui qiu
- Re: [PATCH] Document wal_compression=on John Naylor
- Re: Support EXCEPT for TABLES IN SCHEMA publications shveta malik
- Re: [PATCH] Document wal_compression=on Christoph Berg
- DROP INVALID INDEXES command Roman Khapov
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Pavel Borisov
- COALESCE patch prankware
- Re: Fix bug with accessing to temporary tables of other sessions Alexander Korotkov
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Fix bug with accessing to temporary tables of other sessions Daniil Davydov
- Refactor function pg_get_multixact_stats (src/backend/utils/adt/multixactfuncs.c) Ranier Vilela
- Using ForeignScan::fs_server to find user mapping Anton Ratundalov
- Re: JSON_VALUE/JSON_TABLE DEFAULT expression ignores RETURNING typmod Amit Langote
- Re: use of SPI by postgresImportForeignStatistics Etsuro Fujita
- Re: Report bytes and transactions actually sent downtream Ashutosh Sharma
- Re: Adding basic NUMA awareness Jakub Wartak
- Re: [PATCH] GROUP BY ALL Peter Eisentraut
- Re: DROP INVALID INDEXES command Álvaro Herrera
- Re: WAL compression setting after PostgreSQL LZ4 default change Japin Li
- Re: Make SPI_prepare argtypes argument const Peter Eisentraut
- Re: [PATCH] GROUP BY ALL Tom Lane
- Re: occasional ECPG failures on dikkop (FreeBSD) Tom Lane
- Re: statatt_build_stavalues->LOCAL_FCINFO wrong number Corey Huinker
- Re: occasional ECPG failures on dikkop (FreeBSD) Tomas Vondra
- Re: Handle concurrent drop when doing whole database vacuum Nathan Bossart
- Re: use of SPI by postgresImportForeignStatistics Corey Huinker
- Re: remove pg_spin_delay() from atomics code Nathan Bossart
- Re: use of SPI by postgresImportForeignStatistics Corey Huinker
- Re: Centralised architecture detection Tom Lane
- Re: occasional ECPG failures on dikkop (FreeBSD) Tomas Vondra
- Re: Correct documentation for protocol version Jacob Champion
- Re: occasional ECPG failures on dikkop (FreeBSD) Tomas Vondra
- Re: Add wait events for server logging destination writes 신성준
- Tepid: selective index updates for heap relations Greg Burd
- Wrong query result w/ propgraph single lateral col reference Noah Misch
- Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions Salma El-Sayed
- Re: Fix race condition in pg_get_publication_tables with concurrent DROP TABLE Masahiko Sawada
- Re: implement CAST(expr AS type FORMAT 'template') Haibo Yan
- Re: Optimize UUID parse using SIMD Masahiko Sawada
- Re: Add MIN/MAX aggregate support for uuid Masahiko Sawada
- Re: psql tab completion for user functions and if explicitly required also "pg_" Mario González Troncoso
- Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint() Ayush Tiwari
- Re: Global temporary tables Pavel Stehule
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Alexander Korotkov
- Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10 Nathan Bossart
- Re: Global temporary tables Dean Rasheed
- Re: BUG with accessing to temporary tables of other sessions still exists Alexander Korotkov
- Re: Correct documentation for protocol version Jelte Fennema-Nio
- Improving display of octal GUCs Tom Lane
- Re: psql tab completion for user functions and if explicitly required also "pg_" Mario González Troncoso