Mailing lists [pgsql-hackers]
- Re: psql: Add command to use extended query protocol Tom Lane
- Re: SUBTRANS: Minimizing calls to SubTransSetParent() Simon Riggs
- Re: archive modules Nathan Bossart
- Re: Add tracking of backend memory allocated to pg_stat_activity Melanie Plageman
- Re: thinko in basic_archive.c Nathan Bossart
- Re: PL/pgSQL cursors should get generated portal names by default Jan Wieck
- Re: New docs chapter on Transaction Management and related changes Laurenz Albe
- Re: Improve logging when using Huge Pages Thomas Munro
- Re: Large Pages and Super Pages for PostgreSQL Thomas Munro
- Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL David Christensen
- Re: new option to allow pg_rewind to run without full_page_writes Jérémie Grauer
- Re: new option to allow pg_rewind to run without full_page_writes Thomas Munro
- Re: [DOCS] Stats views and functions not in order? Peter Smith
- Re: new option to allow pg_rewind to run without full_page_writes Andres Freund
- Re: Allow single table VACUUM in transaction block Peter Geoghegan
- Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert Jacob Champion
- Re: Allow file inclusion in pg_hba and pg_ident files Michael Paquier
- Re: Add proper planner support for ORDER BY / DISTINCT aggregates David Rowley
- Re: Add palloc_aligned() to allow arbitrary power of 2 memory alignment David Rowley
- Re: Add palloc_aligned() to allow arbitrary power of 2 memory alignment David Rowley
- Re: Add palloc_aligned() to allow arbitrary power of 2 memory alignment John Naylor
- Re: Suppressing useless wakeups in walreceiver Thomas Munro
- Re: Add palloc_aligned() to allow arbitrary power of 2 memory alignment Andres Freund
- Re: allow segment size to be set to < 1GiB Andres Freund
- Re: In-placre persistance change of a relation Kyotaro Horiguchi
- Re: allow segment size to be set to < 1GiB Tom Lane
- Re: psql: Add command to use extended query protocol Corey Huinker
- RE: Logical replication timeout problem wangw.fnst@fujitsu.com
- Re: Allow single table VACUUM in transaction block Simon Riggs
- Re: New docs chapter on Transaction Management and related changes Laurenz Albe
- Re: New docs chapter on Transaction Management and related changes Bruce Momjian
- Re: New docs chapter on Transaction Management and related changes Bruce Momjian
- RE: Perform streaming logical transactions by background workers and parallel apply Hayato Kuroda (Fujitsu)
- Re: Add palloc_aligned() to allow arbitrary power of 2 memory alignment David Rowley
- Re: Add palloc_aligned() to allow arbitrary power of 2 memory alignment David Rowley
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: psql: Add command to use extended query protocol Pavel Stehule
- Re: Support logical replication of DDLs Ajin Cherian
- Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes? Michael Paquier
- Re: Tracking last scan time Michael Paquier
- RE: Data is copied twice when specifying both child and parent table in publication Takamichi Osumi (Fujitsu)
- Re: psql: Add command to use extended query protocol David G. Johnston
- Re: psql: Add command to use extended query protocol Pavel Stehule
- RE: logical replication restrictions Hayato Kuroda (Fujitsu)
- Re: allow segment size to be set to < 1GiB Bharath Rupireddy
- Re: [patch] Have psql's \d+ indicate foreign partitions Michael Paquier
- Re: generic plans and "initial" pruning Amit Langote
- Re: Use proc instead of MyProc in ProcArrayGroupClearXid()/TransactionGroupUpdateXidStatus() Bharath Rupireddy
- Re: Use proc instead of MyProc in ProcArrayGroupClearXid()/TransactionGroupUpdateXidStatus() Amit Kapila
- Re: Reviving lost replication slots sirisha chamarthi
- Re: [patch] Have psql's \d+ indicate foreign partitions Ian Lawrence Barwick
- Re: Add proper planner support for ORDER BY / DISTINCT aggregates Pavel Luzanov
- Re: Add proper planner support for ORDER BY / DISTINCT aggregates Richard Guo
- Re: Use proc instead of MyProc in ProcArrayGroupClearXid()/TransactionGroupUpdateXidStatus() rajesh singarapu
- Re: Reviving lost replication slots Bharath Rupireddy
- Re: Suppressing useless wakeups in walreceiver Thomas Munro
- Re: Add index scan progress to pg_stat_progress_vacuum Masahiko Sawada
- Re: Suppressing useless wakeups in walreceiver Bharath Rupireddy
- Re: libpq support for NegotiateProtocolVersion Peter Eisentraut
- Re: Add proper planner support for ORDER BY / DISTINCT aggregates Ronan Dunklau
- Re: Suppressing useless wakeups in walreceiver Thomas Munro
- Re: Condition pushdown: why (=) is pushed down into join, but BETWEEN or >= is not? Andy Fan
- Re: Tracking last scan time Dave Page
- Re: Reviving lost replication slots Amit Kapila
- Re: hash_xlog_split_allocate_page: failed to acquire cleanup lock Amit Kapila
- Re: Use proc instead of MyProc in ProcArrayGroupClearXid()/TransactionGroupUpdateXidStatus() Bharath Rupireddy
- Re: when the startup process doesn't (logging startup delays) Thomas Munro
- Re: refactor ownercheck and aclcheck functions Peter Eisentraut
- Tables not getting vacuumed in postgres Karthik Jagadish (kjagadis)
- Re: [PoC] Reducing planning time when tables have many partitions Andrey Lepikhov
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: psql: Add command to use extended query protocol Daniel Verite
- Re: Tables not getting vacuumed in postgres Amul Sul
- Re: when the startup process doesn't (logging startup delays) Bharath Rupireddy
- Re: psql: Add command to use extended query protocol Peter Eisentraut
- Re: psql: Add command to use extended query protocol Peter Eisentraut
- Re: Tables not getting vacuumed in postgres Karthik Jagadish (kjagadis)
- Re: Tables not getting vacuumed in postgres Amul Sul
- Re: Check return value of pclose() correctly Peter Eisentraut
- Re: Tables not getting vacuumed in postgres Karthik Jagadish (kjagadis)
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: Tables not getting vacuumed in postgres Mark Dilger
- Re: [PATCHES] Post-special page storage TDE support David Christensen
- Non-emergency patch for bug #17679 Tom Lane
- Re: [PoC] Improve dead tuple storage for lazy vacuum Peter Geoghegan
- Out-of-date clang/llvm version lists in PGAC_LLVM_SUPPORT Tom Lane
- Re: Add connection active, idle time to pg_stat_activity Sergey Dudoladov
- Re: Documentation for building with meson samay sharma
- Re: Introduce "log_connection_stages" setting. Sergey Dudoladov
- Re: [PATCHES] Post-special page storage TDE support David Christensen
- Re: User functions for building SCRAM secrets Peter Eisentraut
- Re: Non-emergency patch for bug #17679 Andres Freund
- Re: Non-emergency patch for bug #17679 Tom Lane