Mailing lists [pgsql-hackers]
- Re: [PoC] Federated Authn/z with OAUTHBEARER Tom Lane
- Re: Remove redundant if-else in EXPLAIN by using ExplainPropertyText David Rowley
- Re: Index AM API cleanup Mark Dilger
- Re: Disabling vacuum truncate for autovacuum David G. Johnston
- Re: wrong error message related to unsupported feature Pavel Stehule
- Re: Disabling vacuum truncate for autovacuum Nathan Bossart
- Re: Support "make check" for PGXS extensions Andrew Dunstan
- Re: md.c vs elog.c vs smgrreleaseall() in barrier Andres Freund
- Re: Add pg_buffercache_evict_all() and pg_buffercache_mark_dirty[_all]() functions Joseph Koshakow
- Re: RFC: Additional Directory for Extensions Andrew Dunstan
- Re: [PoC] Federated Authn/z with OAUTHBEARER Andres Freund
- Re: Have postgres.bki self-identify Robert Haas
- Re: Support "make check" for PGXS extensions Robert Haas
- Re: dblink: Add SCRAM pass-through authentication Jacob Champion
- Re: making EXPLAIN extensible Sami Imseih
- Re: Remove redundant if-else in EXPLAIN by using ExplainPropertyText David Rowley
- Re: Using read_stream in index vacuum Melanie Plageman
- Re: query_id: jumble names of temp tables for better pg_stat_statement UX Michael Paquier
- RE: doc patch: wrong descriptions for dropping replication slots Hayato Kuroda (Fujitsu)
- RE: pg_recvlogical requires -d but not described on the documentation Hayato Kuroda (Fujitsu)
- Re: Allow default \watch interval in psql to be configured Greg Sabino Mullane
- Re: Proposal - Allow extensions to set a Plan Identifier Sami Imseih
- Re: AIO v2.5 Andres Freund
- Re: Add estimated hit ratio to Memoize in EXPLAIN to explain cost adjustment David Rowley
- Add \pset options for boolean value display David G. Johnston
- Re: Separate GUC for replication origins Amit Kapila
- Re: support virtual generated column not null constraint Xuneng Zhou
- Re: Conflict detection for multiple_unique_conflicts in logical replication Nisha Moond
- Re: Query ID Calculation Fix for DISTINCT / ORDER BY and LIMIT / OFFSET Michael Paquier
- Re: [PATCH] pg_stat_activity: make slow/hanging authentication more visible Michael Paquier
- Re: NOT ENFORCED constraint feature Amul Sul
- Re: Add “FOR UPDATE NOWAIT” lock details to the log. Yuki Seino
- Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row vignesh C
- Re: Update Unicode data to Unicode 16.0.0 Jeff Davis
- Re: Proposal - Allow extensions to set a Plan Identifier Michael Paquier
- RE: Conflict detection for multiple_unique_conflicts in logical replication Zhijie Hou (Fujitsu)
- Re: Changing shared_buffers without restart Ni Ku
- Re: Add estimated hit ratio to Memoize in EXPLAIN to explain cost adjustment Andrei Lepikhov
- Reduce "Var IS [NOT] NULL" quals during constant folding Richard Guo
- Re: Changing shared_buffers without restart Dmitry Dolgov
- Re: [PATCH] Add CANONICAL option to xmlserialize Jim Jones
- Re: Supporting TCP_SYNCNT in libpq Peter Eisentraut
- Re: Conflict detection for multiple_unique_conflicts in logical replication Amit Kapila
- Re: Add estimated hit ratio to Memoize in EXPLAIN to explain cost adjustment Ilia Evdokimov
- Re: speedup COPY TO for partitioned table. vignesh C
- Re: support virtual generated column not null constraint Álvaro Herrera
- Re: Snapshot related assert failure on skink Tomas Vondra
- Re: Changing shared_buffers without restart Ni Ku
- Re: Allow default \watch interval in psql to be configured Ashutosh Bapat
- Re: Get rid of WALBufMappingLock Yura Sokolov
- Re: Conflict detection for multiple_unique_conflicts in logical replication Nisha Moond
- Re: Improve monitoring of shared memory allocations Nazir Bilal Yavuz
- Re: sinvaladt.c: remove msgnumLock, use atomic operations on maxMsgNum Yura Sokolov
- Re: Optimize truncation logic to reduce AccessExclusive lock impact Yura Sokolov
- Re: Test to dump and restore objects left behind by regression Ashutosh Bapat
- Re: [RFC] Lock-free XLog Reservation from WAL Yura Sokolov
- Re: Using read_stream in index vacuum Andrey Borodin
- RE: Fix 035_standby_logical_decoding.pl race conditions Hayato Kuroda (Fujitsu)
- Re: Change log level for notifying hot standby is waiting non-overflowed snapshot torikoshia
- Re: Test to dump and restore objects left behind by regression Alvaro Herrera
- Re: making EXPLAIN extensible Robert Haas
- Re: RFC: Logging plan of the running query torikoshia
- Re: [PoC] Federated Authn/z with OAUTHBEARER Andrew Dunstan
- Re: Test to dump and restore objects left behind by regression Ashutosh Bapat
- Re: Test to dump and restore objects left behind by regression vignesh C
- Re: making EXPLAIN extensible Sami Imseih
- Re: Test to dump and restore objects left behind by regression Ashutosh Bapat
- Re: Improvement of var_eq_non_const() Ilia Evdokimov
- Re: Network failure may prevent promotion Yura Sokolov
- Re: Random pg_upgrade 004_subscription test failure on drongo vignesh C
- Re: Proposal - Allow extensions to set a Plan Identifier Sami Imseih
- Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided. Shubham Khanna
- Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided. Shubham Khanna
- Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided. Shubham Khanna
- Re: Snapshot related assert failure on skink Heikki Linnakangas
- Re: Reduce "Var IS [NOT] NULL" quals during constant folding Richard Guo
- Re: Support NOT VALID / VALIDATE constraint options for named NOT NULL constraints jian he
- Re: Sample rate added to pg_stat_statements Ilia Evdokimov
- Re: Test to dump and restore objects left behind by regression Alvaro Herrera
- Re: Update Unicode data to Unicode 16.0.0 Robert Haas
- Re: Support NOT VALID / VALIDATE constraint options for named NOT NULL constraints Alvaro Herrera
- Re: Snapshot related assert failure on skink Andres Freund
- Re: Support NOT VALID / VALIDATE constraint options for named NOT NULL constraints Robert Haas
- Re: dblink: Add SCRAM pass-through authentication Matheus Alcantara
- Re: Adding skip scan (including MDAM style range skip scan) to nbtree Peter Geoghegan
- Re: Disabling vacuum truncate for autovacuum David G. Johnston
- Re: Parallel safety for extern params Tom Lane
- Re: RFC: Additional Directory for Extensions Matheus Alcantara
- Re: Disabling vacuum truncate for autovacuum David G. Johnston
- Re: Memoize ANTI and SEMI JOIN inner Andrei Lepikhov
- Re: Test to dump and restore objects left behind by regression Ashutosh Bapat
- Re: Reduce "Var IS [NOT] NULL" quals during constant folding Robert Haas
- Re: Why doesn't GiST VACUUM require a super-exclusive lock, like nbtree VACUUM? Matthias van de Meent
- Re: Update Unicode data to Unicode 16.0.0 Peter Eisentraut
- Re: Fix 035_standby_logical_decoding.pl race conditions Bertrand Drouvot
- Re: Parallel safety for extern params Robert Haas
- Re: query_id: jumble names of temp tables for better pg_stat_statement UX Christoph Berg
- Re: dblink: Add SCRAM pass-through authentication Jacob Champion
- Re: sinvaladt.c: remove msgnumLock, use atomic operations on maxMsgNum Andres Freund
- Re: RFC: Additional Directory for Extensions Andrew Dunstan
- Re: Next commitfest app release is planned for March 18th Peter Eisentraut
- Re: RFC: Additional Directory for Extensions Tom Lane
- Re: Removing unneeded self joins Ranier Vilela
- Re: Reduce "Var IS [NOT] NULL" quals during constant folding Tom Lane
- Re: Parallel safety for extern params Tom Lane
- Re: Reduce "Var IS [NOT] NULL" quals during constant folding David G. Johnston
- Re: Next commitfest app release is planned for March 18th Tom Lane
- Re: [PoC] Federated Authn/z with OAUTHBEARER Daniel Gustafsson
- Re: Support NOT VALID / VALIDATE constraint options for named NOT NULL constraints Alvaro Herrera
- Re: Test to dump and restore objects left behind by regression Alvaro Herrera
- Re: dblink: Add SCRAM pass-through authentication Matheus Alcantara
- Re: Update Unicode data to Unicode 16.0.0 Jeff Davis
- Re: making EXPLAIN extensible Tom Lane
- Re: Update Unicode data to Unicode 16.0.0 Robert Haas
- apprelids Robert Haas
- Re: Parallel safety for extern params Robert Haas
- Re: Using read_stream in index vacuum Melanie Plageman
- Re: Vacuum statistics Alena Rybakina
- Re: Vacuum statistics Alena Rybakina
- Re: making EXPLAIN extensible Robert Haas
- Re: Parallel safety for extern params Tom Lane
- Re: Separate GUC for replication origins Masahiko Sawada
- Re: Update Unicode data to Unicode 16.0.0 Jeff Davis
- acronym, glossary and other related matters in the docs Andres Freund