Mailing lists [pgsql-hackers]
- Re: shared-memory based stats collector - v68 Andres Freund
- Re: shared-memory based stats collector - v68 David G. Johnston
- Re: Granting SET and ALTER SYSTE privileges for GUCs Tom Lane
- Re: psql - add SHOW_ALL_RESULTS option Peter Eisentraut
- Re: shared-memory based stats collector - v68 Andres Freund
- Re: Granting SET and ALTER SYSTE privileges for GUCs Andrew Dunstan
- Re: shared-memory based stats collector - v68 David G. Johnston
- Re: wrong fds used for refilenodes after pg_upgrade relfilenode changes Reply-To: Thomas Munro
- Re: shared-memory based stats collector - v68 Andres Freund
- Re: pushdown of joinquals beyond group by/distinct on David Rowley
- Re: shared-memory based stats collector - v67 Andres Freund
- Re: [HACKERS] WIP aPatch: Pgbench Serialization and deadlock errors Tatsuo Ishii
- Re: Run pg_amcheck in 002_pg_upgrade.pl and 027_stream_regress.pl? Michael Paquier
- Re: Granting SET and ALTER SYSTE privileges for GUCs Mark Dilger
- Re: Window Function "Run Conditions" David Rowley
- Re: Extensible Rmgr for Table AMs Jeff Davis
- Re: Granting SET and ALTER SYSTE privileges for GUCs Tom Lane
- Re: Granting SET and ALTER SYSTE privileges for GUCs Mark Dilger
- Re: Skipping logical replication transactions on subscriber side Noah Misch
- Re: Extensible Rmgr for Table AMs Jeff Davis
- Re: Run pg_amcheck in 002_pg_upgrade.pl and 027_stream_regress.pl? Andres Freund
- Re: Handle infinite recursion in logical replication setup Peter Smith
- Re: Skipping logical replication transactions on subscriber side Masahiko Sawada
- Re: Add LZ4 compression in pg_dump Michael Paquier
- Re: Showing I/O timings spent reading/writing temp buffers in EXPLAIN Masahiko Sawada
- Re: Skipping logical replication transactions on subscriber side Noah Misch
- Re: Handle infinite recursion in logical replication setup vignesh C
- Re: shared-memory based stats collector - v68 David G. Johnston
- Re: PATCH: add "--config-file=" option to pg_rewind Michael Paquier
- Re: New Object Access Type hooks Tom Lane
- Re: Run pg_amcheck in 002_pg_upgrade.pl and 027_stream_regress.pl? Michael Paquier
- Re: standby recovery fails (tablespace related) (tentative patch and discussion) Kyotaro Horiguchi
- Re: wrong fds used for refilenodes after pg_upgrade relfilenode changes Reply-To: Thomas Munro
- Re: Lowering the ever-growing heap->pd_lower Peter Geoghegan
- Re: generic plans and "initial" pruning Amit Langote
- Re: Removing more vacuumlazy.c special cases, relfrozenxid optimizations Peter Geoghegan
- Re: Window Function "Run Conditions" Andy Fan
- Re: Handle infinite recursion in logical replication setup Amit Kapila
- Re: shared-memory based stats collector - v68 Andres Freund
- Re: Handle infinite recursion in logical replication setup Peter Smith
- Re: Temporary tables versus wraparound... again Greg Stark
- Re: shared-memory based stats collector - v69 Andres Freund
- Re: Handle infinite recursion in logical replication setup Peter Smith
- Re: Window Function "Run Conditions" Andres Freund
- Re: Removing more vacuumlazy.c special cases, relfrozenxid optimizations Andres Freund
- Re: Removing more vacuumlazy.c special cases, relfrozenxid optimizations Peter Geoghegan
- Re: Skipping logical replication transactions on subscriber side Masahiko Sawada
- Re: Showing I/O timings spent reading/writing temp buffers in EXPLAIN Julien Rouhaud
- Re: Tablesync early exit Peter Smith
- Re: logical decoding and replication of sequences Amit Kapila
- Re: Tablesync early exit Amit Kapila
- Re: Skipping logical replication transactions on subscriber side Masahiko Sawada
- Re: [PATCH] Expose port->authn_id to extensions and triggers Michael Paquier
- Re: Handle infinite recursion in logical replication setup Amit Kapila
- Re: Skipping logical replication transactions on subscriber side Noah Misch
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- Re: standby recovery fails (tablespace related) (tentative patch and discussion) Kyotaro Horiguchi
- Re: Window Function "Run Conditions" Andy Fan
- Re: Window Function "Run Conditions" Andy Fan
- Re: Skipping logical replication transactions on subscriber side Masahiko Sawada
- Re: standby recovery fails (tablespace related) (tentative patch and discussion) Kyotaro Horiguchi
- Re: Pluggable toaster Nikita Malakhov
- Re: pg_rewind copies Daniel Gustafsson
- Re: standby recovery fails (tablespace related) (tentative patch and discussion) Kyotaro Horiguchi
- Re: Unit tests for SLRU Aleksander Alekseev
- Re: Extensible Rmgr for Table AMs Bharath Rupireddy
- Re: Report checkpoint progress with pg_stat_progress_checkpoint (was: Report checkpoint progress in server logs) Michael Paquier
- Re: Frontend error logging style Daniel Gustafsson
- Logical replication row filtering and TOAST Antonin Houska
- Re: generic plans and "initial" pruning Alvaro Herrera
- Re: logical decoding and replication of sequences Amit Kapila
- Re: should vacuum's first heap pass be read-only? Dilip Kumar
- Re: Logical replication row filtering and TOAST Antonin Houska
- Re: Logical replication row filtering and TOAST Amit Kapila
- Re: Add LZ4 compression in pg_dump Michael Paquier
- Re: Add 64-bit XIDs into PostgreSQL 15 Maxim Orlov
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Maxim Orlov
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- Re: Unit tests for SLRU Maxim Orlov
- Re: Window Function "Run Conditions" David Rowley
- Re: Logical replication row filtering and TOAST Antonin Houska
- Re: Unit tests for SLRU Aleksander Alekseev
- Re: should vacuum's first heap pass be read-only? Robert Haas
- Re: Run pg_amcheck in 002_pg_upgrade.pl and 027_stream_regress.pl? Andrew Dunstan
- Re: generic plans and "initial" pruning Amit Langote
- Re: Window Function "Run Conditions" Andy Fan
- API stability [was: pgsql: Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.] Markus Wanner
- A fastpath for TransactionIdIsCurrentTransactionId Andy Fan
- How to generate a WAL record spanning multiple WAL files? Bharath Rupireddy
- Re: How to generate a WAL record spanning multiple WAL files? Alvaro Herrera
- Re: Mark all GUC variable as PGDLLIMPORT Andrew Dunstan
- Re: Handle infinite recursion in logical replication setup Ashutosh Bapat
- Re: How to generate a WAL record spanning multiple WAL files? Matthias van de Meent
- Re: API stability [was: pgsql: Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.] Robert Haas
- Re: Mark all GUC variable as PGDLLIMPORT Tom Lane
- Re: How to generate a WAL record spanning multiple WAL files? Andy Fan
- Re: Mingw task for Cirrus CI Andrew Dunstan
- Re: API stability [was: pgsql: Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.] Tom Lane
- Re: ExecRTCheckPerms() and many prunable partitions Greg Stark
- Re: API stability [was: pgsql: Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.] Robert Haas
- Re: API stability [was: pgsql: Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.] Tom Lane
- Re: API stability [was: pgsql: Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.] Robert Haas
- Re: [COMMITTERS] pgsql: Allow time delayed standbys and recovery Robert Haas
- Re: [COMMITTERS] pgsql: Allow time delayed standbys and recovery Magnus Hagander
- Re: [COMMITTERS] pgsql: Allow time delayed standbys and recovery Robert Haas
- Re: Mark all GUC variable as PGDLLIMPORT Robert Haas
- Re: Postgres restart in the middle of exclusive backup and the presence of backup_label file Stephen Frost
- Re: Proposal for internal Numeric to Uint64 conversion function. Robert Haas
- Re: Speed up transaction completion faster after many relations are accessed in a transaction Yura Sokolov
- Re: LogwrtResult contended spinlock Alvaro Herrera
- Re: Printing backtrace of postgres processes Robert Haas
- Re: shared-memory based stats collector - v68 David G. Johnston
- Re: Separate the result of \watch for each query execution (psql) Robert Haas
- How to simulate sync/async standbys being closer/farther (network distance) to primary in core postgres? Bharath Rupireddy
- Re: Postgres restart in the middle of exclusive backup and the presence of backup_label file David Steele
- Re: [PATCH] pg_stat_toast v10 Robert Haas
- Re: How to generate a WAL record spanning multiple WAL files? Robert Haas
- Re: Add index scan progress to pg_stat_progress_vacuum Imseih (AWS), Sami
- Re: Postgres restart in the middle of exclusive backup and the presence of backup_label file Magnus Hagander
- Re: Removing more vacuumlazy.c special cases, relfrozenxid optimizations Peter Geoghegan
- Re: PostgreSQL 15 Release Management Team (RMT) + Feature Freeze Jonathan S. Katz
- Re: wrong fds used for refilenodes after pg_upgrade relfilenode changes Reply-To: Robert Haas
- Re: Add index scan progress to pg_stat_progress_vacuum Robert Haas
- Re: shared-memory based stats collector - v68 Andres Freund
- Re: Add index scan progress to pg_stat_progress_vacuum Andres Freund
- Re: Mark all GUC variable as PGDLLIMPORT John Naylor
- Re: LogwrtResult contended spinlock Alvaro Herrera
- Re: [PATCH] Expose port->authn_id to extensions and triggers Jacob Champion
- Re: shared-memory based stats collector - v68 David G. Johnston
- Re: Add index scan progress to pg_stat_progress_vacuum Imseih (AWS), Sami
- Re: API stability [was: pgsql: Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.] Tom Lane
- Re: Mark all GUC variable as PGDLLIMPORT Tom Lane
- Re: should vacuum's first heap pass be read-only? Peter Geoghegan
- Re: Temporary file access API Robert Haas
- Re: Preventing indirection for IndexPageGetOpaque for known-size page special areas Robert Haas
- Re: Postgres restart in the middle of exclusive backup and the presence of backup_label file Nathan Bossart
- Re: should vacuum's first heap pass be read-only? Robert Haas
- Re: ExecRTCheckPerms() and many prunable partitions David Rowley
- Re: should vacuum's first heap pass be read-only? Peter Geoghegan
- Re: shared-memory based stats collector - v66 Andres Freund
- Re: shared-memory based stats collector - v69 David G. Johnston