Mailing lists [pgsql-hackers]
- Re: warning under gcc 16.1.0 Tom Lane
- Re: Truncate logs by max_log_size Jim Jones
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Melanie Plageman
- Re: Two issues leading to discrepancies in FSM data on the standby server Melanie Plageman
- Re: [PATCH] Compressed TOAST data corruption with REPACK CONCURRENTLY Alvaro Herrera
- Re: Startup process deadlock: WaitForProcSignalBarriers vs aux process Masahiko Sawada
- Re: Having problems generating a code coverage report Tom Lane
- Re: Fix race condition in XLogLogicalInfo and ProcSignal initialization. Chao Li
- Re: [PATCH] Fix: Partitioned parent index remains invalid after child indexes are repaired Michael Paquier
- Re: ri_LockPKTuple misleading message Amit Langote
- Re: First draft of PG 19 release notes Richard Guo
- Re: Fix race condition in pg_get_publication_tables with concurrent DROP TABLE Bharath Rupireddy
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Re: Fix HAVING-to-WHERE pushdown with nondeterministic collations Richard Guo
- Re: BUG: Cascading standby fails to reconnect after falling back to archive recovery Xuneng Zhou
- Re: Exit walsender before confirming remote flush in logical replication Fujii Masao
- Re: [PATCH] Fix stale relation close in sequence synchronization Ajin Cherian
- Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server Ajin Cherian
- Re: [PATCH] Fix stale relation close in sequence synchronization vignesh C
- Re: Having problems generating a code coverage report Michael Paquier
- Re: [PATCH] Fix stale relation close in sequence synchronization Ayush Tiwari
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Fujii Masao
- Re: [PATCH] Fix stale relation close in sequence synchronization vignesh C
- Re: [PATCH] Fix stale relation close in sequence synchronization Ayush Tiwari
- Re: meson/testwrap: support EXTRA_REGRESS_OPTS environment variable Andreas Karlsson
- Re: [PATCH] Fix pg_dump emitting OVERRIDING SYSTEM VALUE for tables with dropped identity columns Andreas Karlsson
- Re: Adding REPACK [concurrently] 'Alvaro Herrera'
- Re: [PATCH] Fix pg_dump emitting OVERRIDING SYSTEM VALUE for tables with dropped identity columns Andreas Karlsson
- Refactor code around GUC default_toast_compression Michael Paquier
- Re: Startup process deadlock: WaitForProcSignalBarriers vs aux process Alexander Lakhin
- Re: Adding pg_dump flag for parallel export to pipes Nitin Motiani
- Re: Cleanup: Replace sscanf with strtol/strtoul in snapmgr Andreas Karlsson
- Re: Remove inner joins based on foreign keys Richard Guo
- Re: Refactor code around GUC default_toast_compression Ayush Tiwari
- [GSoC 2026] - B-tree Index Bloat Reduction - Introduction Salma El-Sayed
- Re: [PATCH] Fix stale relation close in sequence synchronization Amit Kapila
- Re: Use-after-free issue in postgres_fdw Etsuro Fujita
- RE: First draft of PG 19 release notes Phil Florent
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Add pg_stat_vfdcache view for VFD cache statistics David Geier
- Re: CREATE OR REPLACE MATERIALIZED VIEW Soumya S Murali
- Re: pg_rewind does not rewind diverging timelines Mats Kindahl
- Re: Refactor: allow pg_strncoll(), etc., to accept -1 length for NUL-terminated cstrings. Andres Freund
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Robert Haas
- Re: Changing the state of data checksums in a running cluster SATYANARAYANA NARLAPURAM
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Andres Freund
- Re: Row pattern recognition Henson Choi
- Re: Add errdetail() with PID and UID about source of termination signal Andrew Dunstan
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Robert Haas
- Re: Fix race condition in XLogLogicalInfo and ProcSignal initialization. Masahiko Sawada
- Re: Support logical replication of DDLs, take2 Masahiko Sawada
- Enforce INSERT RLS checks for FOR PORTION OF leftovers? Ayush Tiwari
- Re: Why clearing the VM doesn't require registering vm buffer in wal record Andres Freund
- Re: Fix bug with accessing to temporary tables of other sessions Jim Jones
- Re: [BUG] CRASH: ECPGprepared_statement() and ECPGdeallocate_all() when connection is NULL Andrew Dunstan
- Re: VACUUM FULL, CLUSTER, and REPACK block on other sessions' temp tables Jim Jones
- Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10 Nathan Bossart