Mailing lists [pgsql-hackers]
- Re: [PATCH] pg_stat_activity: make slow/hanging authentication more visible Jacob Champion
- Re: 010_pg_basebackup.pl vs multiple filesystems Andrew Dunstan
- Re: use CREATE DATABASE STRATEGY = FILE_COPY in pg_upgrade Nathan Bossart
- Re: 010_pg_basebackup.pl vs multiple filesystems Andres Freund
- Re: Document use of ldapurl with LDAP simple bind Jacob Champion
- Re: tests fail on windows with default git settings Andres Freund
- Re: 010_pg_basebackup.pl vs multiple filesystems Andrew Dunstan
- Re: SupportRequestRows support function for generate_series_timestamptz David Rowley
- Re: Add memory/disk usage for WindowAgg nodes in EXPLAIN David Rowley
- Why do we define HAVE_GSSAPI_EXT_H? Andres Freund
- Re: 010_pg_basebackup.pl vs multiple filesystems Andres Freund
- Re: Why do we define HAVE_GSSAPI_EXT_H? Tom Lane
- Re: Faster "SET search_path" Jeff Davis
- Re: Parallel Bitmap Heap Scan reports per-worker stats in EXPLAIN ANALYZE David Rowley
- Re: pgsql: Add pg_get_acl() to get the ACL for a database object Michael Paquier
- Re: [PATCH] pg_stat_activity: make slow/hanging authentication more visible Noah Misch
- Re: Why do we define HAVE_GSSAPI_EXT_H? Andres Freund
- Re: Faster "SET search_path" Noah Misch
- Re: doc: modify the comment in function libpqrcv_check_conninfo() Fujii Masao
- Re: pg_wal_summary_contents() and pg_walsummary may return different results on the same WAL summary file Fujii Masao
- Re: MIN/MAX functions for a record Michael Paquier
- Re: MIN/MAX functions for a record Tom Lane
- Re: MIN/MAX functions for a record Michael Paquier
- Re: Built-in CTYPE provider Noah Misch
- Re: Built-in CTYPE provider Tom Lane
- Re: Parallel CREATE INDEX for GIN indexes Andy Fan
- Re: Doc Rework: Section 9.16.13 SQL/JSON Query Functions jian he
- Re: jsonpath: Inconsistency of timestamp_tz() Output Junwang Zhao
- Re: Pgoutput not capturing the generated columns Peter Smith
- Re: Pluggable cumulative statistics Michael Paquier
- Re: array_in sub function ReadArrayDimensions error message jian he
- Re: POC, WIP: OR-clause support for indexes Alena Rybakina
- Re: Add memory/disk usage for WindowAgg nodes in EXPLAIN Tatsuo Ishii
- Re: Parallel Bitmap Heap Scan reports per-worker stats in EXPLAIN ANALYZE David Rowley
- Re: Add memory/disk usage for WindowAgg nodes in EXPLAIN David Rowley
- Re: Doc Rework: Section 9.16.13 SQL/JSON Query Functions Amit Langote
- Re: optimizing pg_upgrade's once-in-each-database steps Nathan Bossart
- Re: Injection point locking Michael Paquier
- Re: Pgoutput not capturing the generated columns Peter Smith
- Lock-free compaction. Why not? Ahmed Yarub Hani Al Nuaimi
- Re: Slow catchup of 2PC (twophase) transactions on replica in LR Amit Kapila
- Re: Injection point locking Michael Paquier
- RE: Is it expected behavior index only scan shows "OPERATOR(pg_catalog." for EXPLAIN?
- Re: Pluggable cumulative statistics Bertrand Drouvot
- Re: walsender.c comment with no context is hard to understand Peter Smith
- Re: Removing unneeded self joins Andrei Lepikhov
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Michael Paquier
- Re: MAINTAIN privilege -- what do we need to un-revert it? Michael Paquier
- Re: Add memory/disk usage for WindowAgg nodes in EXPLAIN Ashutosh Bapat
- Re: Amcheck verification of GiST and GIN Andrey M. Borodin
- Re: Add memory/disk usage for WindowAgg nodes in EXPLAIN Tatsuo Ishii
- Re: Meson far from ready on Windows Andres Freund
- Re: Pluggable cumulative statistics Michael Paquier
- Re: doc: modify the comment in function libpqrcv_check_conninfo() ikedarintarof
- Re: SQL:2011 application time jian he
- Re: Doc Rework: Section 9.16.13 SQL/JSON Query Functions Amit Langote
- Re: Incorrect results from numeric round() and trunc() Dean Rasheed
- Re: Pluggable cumulative statistics Michael Paquier
- Re: Test to dump and restore objects left behind by regression Michael Paquier
- Missing installation of Kerberos.pm and AdjustUpgrade.pm Michael Paquier
- Re: Built-in CTYPE provider Laurenz Albe
- Re: [PATCH] TODO “Allow LISTEN on patterns” Emanuel Calvo
- Re: Should we work around msvc failing to compile tab-complete.c? Dave Page
- Re: Injection points: preloading and runtime arguments Heikki Linnakangas
- Re: Optimize numeric multiplication for one and two base-NBASE digit multiplicands. Dean Rasheed
- Re: Injection point locking Heikki Linnakangas
- Re: Conflict Detection and Resolution shveta malik
- Re: [HACKERS] make async slave to wait for lsn to be replayed Kartyshov Ivan
- pg_verifybackup: TAR format backup verification Amul Sul
- Re: Address the -Wuse-after-free warning in ATExecAttachPartition() Amit Langote
- Re: tests fail on windows with default git settings Andrew Dunstan
- Re: Restart pg_usleep when interrupted Bertrand Drouvot
- Re: Parent/child context relation in pg_get_backend_memory_contexts() Melih Mutlu
- Re: Address the -Wuse-after-free warning in ATExecAttachPartition() Junwang Zhao
- Re: speed up a logical replica setup Alexander Lakhin
- Re: 回复: An implementation of multi-key sort Tomas Vondra
- Re: long-standing data loss bug in initial sync of logical replication Amit Kapila
- Re: Address the -Wuse-after-free warning in ATExecAttachPartition() Amit Langote
- RE: Slow catchup of 2PC (twophase) transactions on replica in LR Hayato Kuroda (Fujitsu)
- RE: Slow catchup of 2PC (twophase) transactions on replica in LR Hayato Kuroda (Fujitsu)
- Re: Optimize numeric multiplication for one and two base-NBASE digit multiplicands. Dean Rasheed
- Re: doc: modify the comment in function libpqrcv_check_conninfo() Fujii Masao
- Re: Address the -Wuse-after-free warning in ATExecAttachPartition() Junwang Zhao
- RE: Slow catchup of 2PC (twophase) transactions on replica in LR Hayato Kuroda (Fujitsu)
- Re: tests fail on windows with default git settings Dave Page
- Re: jsonpath: Inconsistency of timestamp_tz() Output David E. Wheeler
- Re: Optimize numeric multiplication for one and two base-NBASE digit multiplicands. Joel Jacobson
- Re: jsonpath: Inconsistency of timestamp_tz() Output David E. Wheeler
- Re: Document DateStyle effect on jsonpath string() jian he
- Re: Optimize WindowAgg's use of tuplestores Ashutosh Bapat
- Re: long-standing data loss bug in initial sync of logical replication vignesh C
- Re: Document DateStyle effect on jsonpath string() David E. Wheeler
- Re: Built-in CTYPE provider Jeremy Schneider
- Re: jsonpath: Inconsistency of timestamp_tz() Output Junwang Zhao
- Re: array_in sub function ReadArrayDimensions error message Tom Lane
- Re: tests fail on windows with default git settings Andrew Dunstan
- Re: jsonpath: Inconsistency of timestamp_tz() Output David E. Wheeler
- Re: array_in sub function ReadArrayDimensions error message David G. Johnston
- Re: why there is not VACUUM FULL CONCURRENTLY? Antonin Houska
- Re: array_in sub function ReadArrayDimensions error message Tom Lane
- Re: why there is not VACUUM FULL CONCURRENTLY? Antonin Houska
- Re: XML test error on Arch Linux Erik Wienhold
- Re: Should we work around msvc failing to compile tab-complete.c? Andres Freund
- Re: tests fail on windows with default git settings Andres Freund
- Re: tests fail on windows with default git settings Andres Freund
- Re: why there is not VACUUM FULL CONCURRENTLY? Alvaro Herrera
- Re: array_in sub function ReadArrayDimensions error message David G. Johnston
- Re: Add a GUC check hook to ensure summarize_wal cannot be enabled when wal_level is minimal Robert Haas
- Re: Allow non-superuser to cancel superuser tasks. Nathan Bossart
- Re: [PATCH] Add CANONICAL option to xmlserialize Jim Jones
- Re: improve predefined roles documentation Nathan Bossart
- Re: XML test error on Arch Linux Tom Lane
- Re: 回复: An implementation of multi-key sort Robert Haas
- Re: improve performance of pg_dump with many sequences Nathan Bossart
- Re: Commitfest manager for July 2024 Joe Conway
- Re: Optimize numeric multiplication for one and two base-NBASE digit multiplicands. Joel Jacobson
- Re: XML test error on Arch Linux Tom Lane
- Re: make pg_ctl more friendly Laurenz Albe
- Re: Optimize numeric multiplication for one and two base-NBASE digit multiplicands. Joel Jacobson
- Re: XML test error on Arch Linux Erik Wienhold