Mailing lists [pgsql-hackers]
- Re: Fix for configure error in 9.5/9.6 on macOS 11.0 Big Sur Tom Lane
- Re: OpenSSL randomness seeding Daniel Gustafsson
- Re: MultiXact\SLRU buffers configuration Daniel Gustafsson
- Re: doc: vacuum full, fillfactor, and "extra space" Daniel Gustafsson
- Re: [Proposal] Add accumulated statistics for wait event Daniel Gustafsson
- Re: TRUNCATE on foreign tables Daniel Gustafsson
- Re: Comment simplehash/dynahash trade-offs Thomas Munro
- Re: Comment simplehash/dynahash trade-offs David Rowley
- Re: Comment simplehash/dynahash trade-offs David Rowley
- Re: LDAP check flapping on crake due to race Thomas Munro
- dblnk_is_busy returns 1 for dead connecitons Merlin Moncure
- Re: Comment simplehash/dynahash trade-offs Thomas Munro
- Re: LDAP check flapping on crake due to race Noah Misch
- Re: LDAP check flapping on crake due to race Thomas Munro
- Re: psql - improve test coverage from 41% to 88% Michael Paquier
- Re: display offset along with block number in vacuum errors Masahiko Sawada
- Re: dblnk_is_busy returns 1 for dead connecitons Merlin Moncure
- Document "59.2. Built-in Operator Classes" have a clerical error? osdba
- Re: new heapcheck contrib module Mark Dilger
- Re: Document "59.2. Built-in Operator Classes" have a clerical error? David G. Johnston
- Re: new heapcheck contrib module Peter Geoghegan
- Re: new heapcheck contrib module Peter Geoghegan
- [PATCH v1] elog.c: Remove special case which avoided %*s format strings.. Justin Pryzby
- Reduce/eliminate the impact of FPW Daniel Wood
- Re: problem with RETURNING and update row movement Amit Langote
- Re: public schema default ACL Noah Misch
- Re: Add MAIN_RELATION_CLEANUP and SECONDARY_RELATION_CLEANUP options to VACUUM Michael Paquier
- Re: Make autovacuum sort tables in descending order of xid_age Michael Paquier
- Replace remaining StrNCpy() by strlcpy() Peter Eisentraut
- Re: Parallel copy Bharath Rupireddy
- Re: [Proposal] Global temporary tables movead.li@highgo.ca
- Re: Is it worth accepting multiple CRLs? Kyotaro Horiguchi
- Re: Is it worth accepting multiple CRLs? Kyotaro Horiguchi
- Re:Re: Document "59.2. Built-in Operator Classes" have a clerical error? osdba
- Re: problem with RETURNING and update row movement Amit Langote
- Re: Keep elog(ERROR) and ereport(ERROR) calls in the cold path Michael Paquier
- Re: Confusing behavior of create table like Peter Eisentraut
- Re: Replace remaining StrNCpy() by strlcpy() David Rowley
- Re: recovering from "found xmin ... from before relfrozenxid ..." Ashutosh Sharma
- Re: Keep elog(ERROR) and ereport(ERROR) calls in the cold path David Rowley
- Re: Is it worth accepting multiple CRLs? Kyotaro Horiguchi
- Re: COPY FREEZE and setting PD_ALL_VISIBLE/visibility map bits Anastasia Lubennikova
- Re: Replication & recovery_min_apply_delay Daniel Gustafsson
- Re: [PATCH] - Provide robust alternatives for replace_string Asim Praveen
- Re: deferred primary key and logical replication Ajin Cherian
- Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Bharath Rupireddy
- Re: [PATCH] Add section headings to index types doc ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
- Re: Replace remaining StrNCpy() by strlcpy() Tom Lane
- Re: [POC] Fast COPY FROM command for the table with foreign partitions Amit Langote
- Re: [PATCH] Add section headings to index types doc Magnus Hagander
- Re: Replace remaining StrNCpy() by strlcpy() Tom Lane
- Re: [PATCH] Add section headings to index types doc Tom Lane
- Re: Confusing behavior of create table like Konstantin Knizhnik
- Re: recovering from "found xmin ... from before relfrozenxid ..." Robert Haas
- Re: public schema default ACL Robert Haas
- Re: Allow ERROR from heap_prepare_freeze_tuple to be downgraded to WARNING Robert Haas
- Re: new heapcheck contrib module Mark Dilger
- Re: new heapcheck contrib module Mark Dilger
- Re: [PATCH] - Provide robust alternatives for replace_string Alvaro Herrera
- Re: new heapcheck contrib module Robert Haas
- Re: new heapcheck contrib module Robert Haas
- Re: public schema default ACL Bruce Momjian
- Re: public schema default ACL Stephen Frost
- Re: Reduce/eliminate the impact of FPW Robert Haas
- Re: Confusing behavior of create table like Robert Haas
- Re: FailedAssertion("pd_idx == pinfo->nparts", File: "execPartition.c", Line: 1689) Robert Haas
- Re: WIP: WAL prefetch (another approach) Tomas Vondra
- Re: Can a background worker exist without shared memory access for EXEC_BACKEND cases? Robert Haas
- Re: Cache relation sizes? Konstantin Knizhnik
- Re: FailedAssertion("pd_idx == pinfo->nparts", File: "execPartition.c", Line: 1689) Justin Pryzby
- Re: recovering from "found xmin ... from before relfrozenxid ..." Ashutosh Sharma
- Re: [PATCH] Add support for ON UPDATE/DELETE actions on ALTER CONSTRAINT Wolfgang Walther
- Re: Confusing behavior of create table like Peter Eisentraut
- Re: Support for NSS as a libpq TLS backend Andrew Dunstan
- Re: Cache relation sizes? Pavel Stehule
- Re: new heapcheck contrib module Peter Geoghegan
- Re: Replace remaining StrNCpy() by strlcpy() Peter Eisentraut
- Re: Replace remaining StrNCpy() by strlcpy() Tom Lane
- Re: Allow an alias to be attached directly to a JOIN ... USING Wolfgang Walther
- Re: public schema default ACL Peter Eisentraut
- Re: Reduce/eliminate the impact of FPW Daniel Wood
- Re: avoid bitmapOR-ing indexes with scan condition inconsistent with partition constraint Justin Pryzby
- Re: PG 13 release notes, first draft Peter Geoghegan
- Re: dblnk_is_busy returns 1 for dead connecitons Merlin Moncure
- EDB builds Postgres 13 with an obsolete ICU version Daniel Verite
- Re: Support for NSS as a libpq TLS backend Andrew Dunstan
- Re: extension patch of CREATE OR REPLACE TRIGGER Wolfgang Walther
- Re: psql - improve test coverage from 41% to 88% Fabien COELHO
- Re: Reduce/eliminate the impact of FPW SATYANARAYANA NARLAPURAM