Mailing lists [pgsql-hackers]
- Question about ExplainOneQuery_hook Zhihong Yu
- Re: Expand palloc/pg_malloc API Tom Lane
- Re: Skip partition tuple routing with constant partition key David Rowley
- Re: fairywren hung in pg_basebackup tests Thomas Munro
- Re: Add proper planner support for ORDER BY / DISTINCT aggregates David Rowley
- Re: explain_regress, explain(MACHINE), and default to explain(BUFFERS) (was: BUFFERS enabled by default in EXPLAIN (ANALYZE)) David G. Johnston
- Re: Add proper planner support for ORDER BY / DISTINCT aggregates David Rowley
- Re: Question about ExplainOneQuery_hook David G. Johnston
- Re: Is RecoveryConflictInterrupt() entirely safe in a signal handler? Thomas Munro
- Re: Transparent column encryption Jacob Champion
- Re: [Commitfest 2022-07] Patch Triage: Waiting on Author Justin Pryzby
- Re: Skip partition tuple routing with constant partition key Zhihong Yu
- Re: Is RecoveryConflictInterrupt() entirely safe in a signal handler? Tom Lane
- Re: [Commitfest 2022-07] Patch Triage: Waiting on Author Jacob Champion
- Re: [Commitfest 2022-07] Patch Triage: Waiting on Author James Coleman
- Re: Expand palloc/pg_malloc API David G. Johnston
- Re: pg15b2: large objects lost on upgrade Bruce Momjian
- Re: Refactoring postgres_fdw/connection.c Kyotaro Horiguchi
- Re: Handle infinite recursion in logical replication setup Amit Kapila
- Re: generic plans and "initial" pruning Amit Langote
- Re: ExecRTCheckPerms() and many prunable partitions Amit Langote
- Re: Add proper planner support for ORDER BY / DISTINCT aggregates Richard Guo
- Re: Refactor to make use of a common function for GetSubscriptionRelations and GetSubscriptionNotReadyRelations. vignesh C
- Re: Refactor to make use of a common function for GetSubscriptionRelations and GetSubscriptionNotReadyRelations. vignesh C
- Re: [PoC] Reducing planning time when tables have many partitions David Rowley
- Re: Perform streaming logical transactions by background workers and parallel apply Peter Smith
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: [Refactor]Avoid to handle FORCE_NOT_NULL/FORCE_NULL options when COPY TO Kyotaro Horiguchi
- Re: predefined role(s) for VACUUM and ANALYZE Kyotaro Horiguchi
- Re: Perform streaming logical transactions by background workers and parallel apply Dilip Kumar
- Re: Refactoring postgres_fdw/connection.c Etsuro Fujita
- Re: Custom tuplesorts for extensions Alexander Korotkov
- Re: Fast COPY FROM based on batch insert Andrey Lepikhov
- Re: [PoC] Reducing planning time when tables have many partitions Yuya Watari
- Re: standby recovery fails (tablespace related) (tentative patch and discussion) Alvaro Herrera
- Re: [Refactor]Avoid to handle FORCE_NOT_NULL/FORCE_NULL options when COPY TO Richard Guo
- Re: Cygwin cleanup Justin Pryzby
- Re: Slow standby snapshot Kyotaro Horiguchi
- Re: Improving btree performance through specializing by key shape, take 2 Matthias van de Meent
- Re: [PATCH] Compression dictionaries for JSONB Simon Riggs
- Re: making relfilenodes 56 bits Ashutosh Sharma
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: PG 15 (and to a smaller degree 14) regression due to ExprEvalStep size Amit Langote
- Re: Perform streaming logical transactions by background workers and parallel apply Peter Smith
- Re: making relfilenodes 56 bits Dilip Kumar
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: [PATCH] Compression dictionaries for JSONB Matthias van de Meent
- Re: Non-replayable WAL records through overflows and >MaxAllocSize lengths Michael Paquier
- [PATCH] Simple code cleanup in tuplesort.c. Xing Guo
- Re: [PATCH] Simple code cleanup in tuplesort.c. Richard Guo
- Re: making relfilenodes 56 bits vignesh C
- RE: Introduce wait_for_subscription_sync for TAP tests shiy.fnst@fujitsu.com
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Re: Refactor to make use of a common function for GetSubscriptionRelations and GetSubscriptionNotReadyRelations. Michael Paquier
- Re: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns Amit Kapila
- Re: Improving btree performance through specializing by key shape, take 2 Matthias van de Meent
- Re: Introduce wait_for_subscription_sync for TAP tests Amit Kapila
- Re: Non-replayable WAL records through overflows and >MaxAllocSize lengths Matthias van de Meent
- Re: Refactor to make use of a common function for GetSubscriptionRelations and GetSubscriptionNotReadyRelations. vignesh C
- Re: making relfilenodes 56 bits Dilip Kumar
- Reducing planning time on tables with many indexes David Geier
- RE: Perform streaming logical transactions by background workers and parallel apply kuroda.hayato@fujitsu.com
- [PoC] Reducing planning time on tables with many indexes David Geier
- Re: [PoC] Reducing planning time on tables with many indexes David Geier
- Re: Skip partition tuple routing with constant partition key Amit Langote
- Re: Trying to add more tests to gistbuild.c Aleksander Alekseev
- Re: fairywren hung in pg_basebackup tests Andrew Dunstan
- Re: fairywren hung in pg_basebackup tests Andrew Dunstan
- Re: fairywren hung in pg_basebackup tests Alvaro Herrera
- Re: fairywren hung in pg_basebackup tests Andrew Dunstan
- autoprewarm worker failing to load Robins Tharakan
- Re: fairywren hung in pg_basebackup tests Tom Lane
- Re: autoprewarm worker failing to load Tom Lane
- Re: fairywren hung in pg_basebackup tests Andrew Dunstan
- Re: [Commitfest 2022-07] Patch Triage: Waiting on Author Robert Haas
- Re: Request for assistance to backport CVE-2022-1552 fixes to 9.6 and 9.4 Roberto C. Sánchez
- Re: making relfilenodes 56 bits Dilip Kumar
- Re: generic plans and "initial" pruning Robert Haas
- Re: making relfilenodes 56 bits Dilip Kumar
- Re: Reducing planning time on tables with many indexes Tom Lane
- Re: Reducing planning time on tables with many indexes Tom Lane
- Re: pgsql: Remove the restriction that the relmap must be 512 bytes. Alvaro Herrera
- Re: pgsql: Remove the restriction that the relmap must be 512 bytes. Robert Haas
- Re: pgsql: Remove the restriction that the relmap must be 512 bytes. Tom Lane
- Re: Use -fvisibility=hidden for shared libraries Tom Lane
- Re: making relfilenodes 56 bits Robert Haas
- Re: pgsql: Remove the restriction that the relmap must be 512 bytes. Robert Haas
- Re: Hash index build performance tweak from sorting Tom Lane
- Re: pgsql: Remove the restriction that the relmap must be 512 bytes. Robert Haas
- small windows psqlrc re-wording Robert Treat
- Re: pgsql: Remove the restriction that the relmap must be 512 bytes. Alvaro Herrera
- Re: standby recovery fails (tablespace related) (tentative patch and discussion) Alvaro Herrera
- Re: Allow foreign keys to reference a superset of unique columns Tom Lane
- Re: pgsql: Remove the restriction that the relmap must be 512 bytes. Tom Lane
- Official Windows Installer and Documentation David G. Johnston
- Re: Allow pageinspect's bt_page_stats function to return a set of rows instead of a single row Tom Lane
- Re: pgsql: Remove the restriction that the relmap must be 512 bytes. Robert Haas
- Re: Schema variables - new implementation for Postgres 15 Pavel Stehule
- Re: pgsql: Remove the restriction that the relmap must be 512 bytes. Tom Lane
- Re: out of date comment in commit_ts.c Nathan Bossart