Mailing lists [pgsql-committers]
- Re: pgsql: Allow SIGINT to cancel psql database reconnections. Alexander Korotkov
- pgsql: Don't zero tuple_fraction when planning UNIONs with ORDER BYs David Rowley
- Re: pgsql: Implement pg_wal_replay_wait() stored procedure Thomas Munro
- Re: pgsql: Implement pg_wal_replay_wait() stored procedure David Rowley
- pgsql: Move WaitLSNShmemInit() to CreateOrAttachShmemStructs() Alexander Korotkov
- pgsql: Make binaryheap enlargeable. Masahiko Sawada
- pgsql: Add functions to binaryheap for efficient key removal and update Masahiko Sawada
- pgsql: Don't adjust ressortgroupref in generate_setop_child_grouplist() David Rowley
- pgsql: Improve eviction algorithm in ReorderBuffer using max-heap for m Masahiko Sawada
- pgsql: Add built-in ERROR handling for archive callbacks. Nathan Bossart
- Re: pgsql: Implement pg_wal_replay_wait() stored procedure Masahiko Sawada
- pgsql: Fix indentation from cafe1056558f Daniel Gustafsson
- pgsql: Add error codes to some PANIC/FATAL errors reports Daniel Gustafsson
- pgsql: Minor improvements for waitlsn.c Alexander Korotkov
- pgsql: Ensure that the sync slots reach a consistent state after promot Amit Kapila
- Re: pgsql: Fix indentation from cafe1056558f Andrew Dunstan
- pgsql: Drop global objects after completed test Daniel Gustafsson
- Re: pgsql: Allow SIGINT to cancel psql database reconnections. Robert Haas
- pgsql: Use the pairing heap instead of a flat array for LSN replay wait Alexander Korotkov
- [MASSMAIL]pgsql: Fix zeroing of pg_serial page without SLRU bank lock Alvaro Herrera
- [MASSMAIL]pgsql: Refactor how heap_prune_chain() updates prunable_xid Heikki Linnakangas
- [MASSMAIL]pgsql: Combine freezing and pruning steps in VACUUM Heikki Linnakangas
- pgsql: Inline pg_popcount() for small buffers. Nathan Bossart
- [MASSMAIL]pgsql: Split XLogCtl->LogwrtResult into separate struct members Alvaro Herrera
- pgsql: docs: Demote "Monitoring Disk Usage" from chapter to section. Robert Haas