Mailing lists [pgsql-hackers]
- Re: Minor cleanups in the SSL tests Daniel Gustafsson
- Re: Use read streams in pg_visibility Noah Misch
- Re: Set log_lock_waits=on by default Christoph Berg
- Re: Pgstattuple on Sequences: Seeking Community Feedback on Potential Patch Matthias van de Meent
- Re: macOS prefetching support Peter Eisentraut
- Re: Optimize mul_var() for var1ndigits >= 8 Tom Lane
- Re: Pgstattuple on Sequences: Seeking Community Feedback on Potential Patch Nathan Bossart
- Re: [PATCH] Add min/max aggregate functions to BYTEA Tom Lane
- Re: race condition in pg_class Noah Misch
- Re: [PATCH] pg_stat_activity: make slow/hanging authentication more visible Jacob Champion
- Re: optimizing pg_upgrade's once-in-each-database steps Ilya Gladyshev
- Re: Add memory/disk usage for WindowAgg nodes in EXPLAIN Tatsuo Ishii
- Re: Wrong results with grouping sets Richard Guo
- Re: Improving the latch handling between logical replication launcher and worker processes. Kyotaro Horiguchi
- Re: Collect statistics about conflicts in logical replication Peter Smith
- Re: Introduce XID age and inactive timeout based replication slot invalidation shveta malik
- Re: Eager aggregation, take 3 Tender Wang
- Re: Inconsistency between try_mergejoin_path and create_mergejoin_plan Richard Guo
- Re: per backend I/O statistics Bertrand Drouvot
- Re: broken devel package for rocky linux Zaid Shabbir
- Re: Collect statistics about conflicts in logical replication Amit Kapila
- Re: tiny step toward threading: reduce dependence on setlocale() Jeff Davis
- Re: Add callbacks for fixed-numbered stats flush in pgstats Kyotaro Horiguchi
- Re: Add callback in pgstats for backend initialization Kyotaro Horiguchi
- Re: Add callbacks for fixed-numbered stats flush in pgstats Bertrand Drouvot
- Re: DOCS - pg_replication_slot . Fix the 'inactive_since' description Kyotaro Horiguchi
- Re: Add memory/disk usage for WindowAgg nodes in EXPLAIN Maxim Orlov
- Re: DOCS - pg_replication_slot . Fix the 'inactive_since' description David G. Johnston
- Re: Add callbacks for fixed-numbered stats flush in pgstats Bertrand Drouvot
- Re: Parallel workers stats in pg_stat_database Bertrand Drouvot
- Commit Timestamp and LSN Inversion issue shveta malik
- Re: Optimize mul_var() for var1ndigits >= 8 Dean Rasheed
- Re: Typos in the code and README Daniel Gustafsson
- Re: Commit Timestamp and LSN Inversion issue Aleksander Alekseev
- Re: Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes Bertrand Drouvot
- Re: list of acknowledgments for PG17 Peter Eisentraut
- Re: POC: make mxidoff 64 bits Maxim Orlov
- Re: Add memory/disk usage for WindowAgg nodes in EXPLAIN jian he
- Re: Introduce XID age and inactive timeout based replication slot invalidation shveta malik
- Re: [PoC] Federated Authn/z with OAUTHBEARER Peter Eisentraut
- Re: scalability bottlenecks with (many) partitions (and more) Jakub Wartak
- Re: Add callbacks for fixed-numbered stats flush in pgstats Kyotaro Horiguchi
- Re: Add callback in pgstats for backend initialization Kyotaro Horiguchi
- Re: Virtual generated columns Dean Rasheed
- Re: Use streaming read API in ANALYZE Thomas Munro
- Re: scalability bottlenecks with (many) partitions (and more) Tomas Vondra
- Re: First draft of PG 17 release notes jian he
- Re: Commit Timestamp and LSN Inversion issue Amit Kapila
- Re: Optimize mul_var() for var1ndigits >= 8 Joel Jacobson
- Re: thread-safety: strerror_r() Peter Eisentraut
- Re: Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes Bertrand Drouvot
- Re: Commit Timestamp and LSN Inversion issue Aleksander Alekseev
- Re: DOCS - pg_replication_slot . Fix the 'inactive_since' description Ashutosh Bapat
- Re: Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes Guillaume Lelarge
- Re: Improving the latch handling between logical replication launcher and worker processes. Heikki Linnakangas
- Re: Index AM API cleanup Alexandra Wang
- Re: Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes Bertrand Drouvot
- Re: scalability bottlenecks with (many) partitions (and more) Matthias van de Meent
- Re: Refactoring postmaster's code to cleanup after child exit Andres Freund
- Re: scalability bottlenecks with (many) partitions (and more) David Rowley
- Re: Parallel workers stats in pg_stat_database Benoit Lobréau
- Re: race condition in pg_class Nitin Motiani
- Re: Logging parallel worker draught Benoit Lobréau
- Re: scalability bottlenecks with (many) partitions (and more) Tomas Vondra
- Re: Typos in the code and README David Rowley
- Re: Use streaming read API in ANALYZE Robert Haas
- Re: scalability bottlenecks with (many) partitions (and more) Tomas Vondra
- GetRelationPath() vs critical sections Andres Freund
- Re: GUC names in messages Alexander Lakhin
- Re: Test 041_checkpoint_at_promote.pl faild in installcheck due to missing injection_points Maxim Orlov
- Re: Avoid possible dereference null pointer (src/bin/pg_dump/pg_dump.c) Nathan Bossart
- Re: AIO v2.0 陈宗志