Mailing lists [pgsql-hackers]
- Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert Jacob Champion
- Re: allowing for control over SET ROLE Jeff Davis
- Re: Allow DISTINCT to use Incremental Sort David Rowley
- Wasted Vacuum cycles when OldestXmin is not moving sirisha chamarthi
- Re: ATTACH PARTITION seems to ignore column generation status Tom Lane
- Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert Jacob Champion
- wal_compression = method:level Justin Pryzby
- Re: verbose mode for pg_input_error_message? Nathan Bossart
- Re: [PATCH] Support % wildcard in extension upgrade filenames Tom Lane
- Can we let extensions change their dumped catalog schemas? Jacob Champion
- Re: Use windows VMs instead of windows containers on the CI Thomas Munro
- Re: Fixing a couple of buglets in how VACUUM sets visibility map bits Peter Geoghegan
- Re: Todo: Teach planner to evaluate multiple windows in the optimal order David Rowley
- Re: Todo: Teach planner to evaluate multiple windows in the optimal order David Rowley
- Re: [PATCH] support tab-completion for single quote input with equal sign Tom Lane
- Re: Strengthen pg_waldump's --save-fullpage tests Michael Paquier
- delay starting WAL receiver Nathan Bossart
- Re: Allow +group in pg_ident.conf Michael Paquier
- Re: Infinite Interval Joseph Koshakow
- Re: Fixing a couple of buglets in how VACUUM sets visibility map bits Peter Geoghegan
- Spinlock is missing when updating two_phase of ReplicationSlot Masahiko Sawada
- RE: releasing ParallelApplyTxnHash when pa_launch_parallel_worker returns NULL houzj.fnst@fujitsu.com
- Re: [PATCH] Add overlaps geometric operators that ignore point overlaps Kyotaro Horiguchi
- Re: Handle infinite recursion in logical replication setup Amit Kapila
- Re: releasing ParallelApplyTxnHash when pa_launch_parallel_worker returns NULL Ted Yu
- Re: pgsql: Add new GUC createrole_self_grant. Robert Haas
- Re: [PATCH] support tab-completion for single quote input with equal sign Tom Lane
- Re: pgsql: Add new GUC createrole_self_grant. Tom Lane
- Re: Add proper planner support for ORDER BY / DISTINCT aggregates Richard Guo
- Re: Allow tailoring of ICU locales with custom rules vignesh C
- Re: Add SHELL_EXIT_CODE to psql vignesh C
- Re: Using WaitEventSet in the postmaster Thomas Munro
- Re: pgsql: Add new GUC createrole_self_grant. Robert Haas
- Re: mprove tab completion for ALTER EXTENSION ADD/DROP Kyotaro Horiguchi
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: pgsql: Add new GUC createrole_self_grant. Tom Lane
- Re: ATTACH PARTITION seems to ignore column generation status Amit Langote
- Re: [PATCH] Simple code cleanup in tuplesort.c. John Naylor
- Re: Can we let extensions change their dumped catalog schemas? Tom Lane
- RE: releasing ParallelApplyTxnHash when pa_launch_parallel_worker returns NULL houzj.fnst@fujitsu.com
- Re: [PATCH] Improve ability to display optimizer analysis using OPTIMIZER_DEBUG John Naylor
- Re: releasing ParallelApplyTxnHash when pa_launch_parallel_worker returns NULL Ted Yu
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- RE: [PATCH] Support % wildcard in extension upgrade filenames Regina Obe
- Re: Add proper planner support for ORDER BY / DISTINCT aggregates David Rowley
- Re: Strengthen pg_waldump's --save-fullpage tests Bharath Rupireddy
- Re: delay starting WAL receiver Thomas Munro
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: delay starting WAL receiver Thomas Munro
- Re: Fix pg_publication_tables to exclude generated columns Amit Kapila
- Re: [PATCH] Improve ability to display optimizer analysis using OPTIMIZER_DEBUG Tom Lane
- Re: Add proper planner support for ORDER BY / DISTINCT aggregates Tom Lane
- Re: Fix pg_publication_tables to exclude generated columns Tom Lane
- Re: Add a new pg_walinspect function to extract FPIs from WAL records Michael Paquier
- Re: Add proper planner support for ORDER BY / DISTINCT aggregates David Rowley
- Re: [PATCH] Support using "all" for the db user in pg_ident.conf Michael Paquier
- Re: Spinlock is missing when updating two_phase of ReplicationSlot Michael Paquier
- Re: delay starting WAL receiver Nathan Bossart
- Re: MultiXact\SLRU buffers configuration Dilip Kumar
- Re: Perform streaming logical transactions by background workers and parallel apply Dilip Kumar
- low wal_retrieve_retry_interval causes missed signals on Windows Nathan Bossart
- Re: [DOCS] Stats views and functions not in order? Peter Smith
- Re: split TOAST support out of postgres.h Noah Misch
- Re: Todo: Teach planner to evaluate multiple windows in the optimal order Ankit Kumar Pandey
- Re: typos Michael Paquier
- Re: Avoiding "wrong tuple length" errors at the end of VACUUM on pg_database update (Backpatch of 947789f to v12 and v13) Michael Paquier
- Re: [PATCH] Improve ability to display optimizer analysis using OPTIMIZER_DEBUG Ankit Kumar Pandey
- Re: Fix pg_publication_tables to exclude generated columns Amit Kapila
- Re: Avoiding "wrong tuple length" errors at the end of VACUUM on pg_database update (Backpatch of 947789f to v12 and v13) Michael Paquier
- Re: mprove tab completion for ALTER EXTENSION ADD/DROP Michael Paquier
- Re: SQL/JSON revisited Elena Indrupskaya
- Re: cutting down the TODO list thread John Naylor
- Re: SQL/JSON revisited John Naylor
- Re: Minimal logical decoding on standbys Bharath Rupireddy
- RE: [Proposal] Add foreign-server health checks infrastructure Hayato Kuroda (Fujitsu)
- Re: recovery modules Michael Paquier
- Re: [PATCH] Improve ability to display optimizer analysis using OPTIMIZER_DEBUG John Naylor
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Re: Add proper planner support for ORDER BY / DISTINCT aggregates Richard Guo
- RE: Allow logical replication to copy tables in binary format shiy.fnst@fujitsu.com
- Re: Allow +group in pg_ident.conf Jelte Fennema
- Re: [EXTERNAL] Re: [PATCH] Support using "all" for the db user in pg_ident.conf Jelte Fennema
- Re: Schema variables - new implementation for Postgres 15 (typo) Julien Rouhaud
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Aleksander Alekseev
- Flush SLRU counters in checkpointer process Anthonin Bonnefoy
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Aleksander Alekseev
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: Strengthen pg_waldump's --save-fullpage tests Drouvot, Bertrand
- Re: Time delayed LR (WAS Re: logical replication restrictions) shveta malik
- Re: Exposing the lock manager's WaitForLockers() to SQL Will Mortensen
- RE: [Proposal] Add foreign-server health checks infrastructure Hayato Kuroda (Fujitsu)
- Re: Common function for percent placeholder replacement Peter Eisentraut
- Re: [PATCH] Support % wildcard in extension upgrade filenames Sandro Santilli
- Re: [PATCH] Support % wildcard in extension upgrade filenames 'Sandro Santilli'
- Re: Time delayed LR (WAS Re: logical replication restrictions) shveta malik
- RE: Logical replication timeout problem wangw.fnst@fujitsu.com
- Re: Allow logical replication to copy tables in binary format Melih Mutlu
- Adjust the description of OutputPluginCallbacks in pg-doc wangw.fnst@fujitsu.com
- Re: meson oddities Peter Eisentraut
- Re: [EXTERNAL] Re: [PATCH] Support using "all" for the db user in pg_ident.conf Michael Paquier
- Re: Time delayed LR (WAS Re: logical replication restrictions) vignesh C
- Re: Flush SLRU counters in checkpointer process Aleksander Alekseev
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- Re: [PATCH] support tab-completion for single quote input with equal sign torikoshia
- Re: fix and document CLUSTER privileges Gilles Darold
- Re: Add a new pg_walinspect function to extract FPIs from WAL records Bharath Rupireddy
- Re: Strengthen pg_waldump's --save-fullpage tests Bharath Rupireddy
- Re: Rework of collation code, extensibility Peter Eisentraut
- Re: [EXTERNAL] Re: [PATCH] Support using "all" for the db user in pg_ident.conf Jelte Fennema
- Re: doc: add missing "id" attributes to extension packaging page Peter Eisentraut
- Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert Jelte Fennema
- Re: can while loop in ClockSweepTick function be kind of infinite loop in some cases? 斯波隼斗
- Re: Printing backtrace of postgres processes Bharath Rupireddy
- Re: on placeholder entries in view rule action query's range table Amit Langote
- Re: allowing for control over SET ROLE Noah Misch
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- What object types should be in schemas? Peter Eisentraut
- Re: doc: mentioned CREATE+ATTACH PARTITION as an alternative to CREATE TABLE..PARTITION OF Robert Treat
- Re: What object types should be in schemas? Tom Lane
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) vignesh C
- Re: Flush SLRU counters in checkpointer process Andres Freund
- Re: Allow logical replication to copy tables in binary format vignesh C
- Re: Rework of collation code, extensibility vignesh C
- Re: GUC for temporarily disabling event triggers vignesh C
- Re: Transparent column encryption vignesh C
- Re: [PATCH] pgbench: add multiconnect option vignesh C
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Jacob Champion
- Re: [PATCH] psql: Add tab-complete for optional view parameters vignesh C
- Remove source code display from \df+? Isaac Morland
- Re: Minimal logical decoding on standbys Andres Freund
- Re: mprove tab completion for ALTER EXTENSION ADD/DROP vignesh C
- [Proposal] Allow pg_dump to include all child tables with the root table Gilles Darold
- Re: MultiXact\SLRU buffers configuration Andrey Borodin
- Re: Remove source code display from \df+? Pavel Stehule
- Re: Remove source code display from \df+? Magnus Hagander
- Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert Jacob Champion
- Re: Remove source code display from \df+? Pavel Stehule
- Re: fix and document CLUSTER privileges Nathan Bossart
- Re: Remove source code display from \df+? Isaac Morland
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: Remove source code display from \df+? Pavel Stehule
- Re: Remove source code display from \df+? Justin Pryzby
- Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert Magnus Hagander
- Re: Remove source code display from \df+? Isaac Morland
- Re: pgsql: Add new GUC createrole_self_grant. Robert Haas
- Option to not use ringbuffer in VACUUM, using it in failsafe mode Andres Freund
- Re: Can we let extensions change their dumped catalog schemas? Jacob Champion
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: Remove source code display from \df+? Magnus Hagander
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Peter Geoghegan
- Re: Remove source code display from \df+? Pavel Stehule
- Re: Common function for percent placeholder replacement Nathan Bossart
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Andres Freund
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Andres Freund
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Peter Geoghegan
- Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert Jacob Champion
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Andres Freund
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Peter Geoghegan
- Re: recovery modules Nathan Bossart
- Re: logical decoding and replication of sequences, take 2 Andres Freund
- Re: allowing for control over SET ROLE Robert Haas
- Re: logical decoding and replication of sequences, take 2 Robert Haas
- Re: Minimal logical decoding on standbys Andres Freund
- Re: logical decoding and replication of sequences, take 2 Andres Freund
- Re: Exposing the lock manager's WaitForLockers() to SQL Andres Freund
- Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode Justin Pryzby
- Re: daitch_mokotoff module Paul Ramsey
- Re: logical decoding and replication of sequences, take 2 Robert Haas
- Re: low wal_retrieve_retry_interval causes missed signals on Windows Andres Freund
- Re: logical decoding and replication of sequences, take 2 Andres Freund
- Re: ATTACH PARTITION seems to ignore column generation status Tom Lane