Mailing lists [pgsql-hackers]
- 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