Mailing lists [pgsql-hackers]
- Re: Parallel worker hangs while handling errors. Tom Lane
- Re: default partition and concurrent attach partition Alvaro Herrera
- Re: Parallel worker hangs while handling errors. Alvaro Herrera
- Re: Maximum password length Tom Lane
- report expected contrecord size Alvaro Herrera
- Re: default partition and concurrent attach partition Alvaro Herrera
- Re: Maximum password length Bossart, Nathan
- Re: Parallel worker hangs while handling errors. Tom Lane
- Re: report expected contrecord size Tom Lane
- Re: Maximum password length Tom Lane
- Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions Bossart, Nathan
- Re: report expected contrecord size Alvaro Herrera
- Re: report expected contrecord size Tom Lane
- Re: report expected contrecord size Alvaro Herrera
- Re: report expected contrecord size Tom Lane
- Re: Maximum password length Tom Lane
- Re: history file on replica and double switchover Anastasia Lubennikova
- Re: A micro-optimisation for walkdir() Thomas Munro
- RE: On login trigger: take three tsunakawa.takay@fujitsu.com
- Re: proposal: possibility to read dumped table's name from file Tom Lane
- Re: 回复:how to create index concurrently on partitioned table Michael Paquier
- Re: Disk-based hash aggregate's cost model Jeff Davis
- Re: Switch to multi-inserts for pg_depend Michael Paquier
- Re: BUG #16419: wrong parsing BC year in to_date() function Bruce Momjian
- Re: Support for NSS as a libpq TLS backend Michael Paquier
- Re: [NBTREE] Possible NULL pointer dereference (backend/access/nbtree/nbutils.c) Michael Paquier
- Re: Refactor ReindexStmt and its "concurrent" boolean Michael Paquier
- Concurrent failure in create_am with buildfarm member conchuela Michael Paquier
- Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions Amit Kapila
- Rare deadlock failure in create_am test Tom Lane
- Re: [PATCH] - Provide robust alternatives for replace_string Alvaro Herrera
- Re: Clang UndefinedBehaviorSanitize (Postgres14) Detected undefined-behavior Noah Misch
- Re: Get memory contexts of an arbitrary backend process Kasahara Tatsuhito
- RE: New statistics for tuning WAL buffer size tsunakawa.takay@fujitsu.com
- Re: Clang UndefinedBehaviorSanitize (Postgres14) Detected undefined-behavior Tom Lane
- Re: default partition and concurrent attach partition Amit Langote
- Re: [PATCH] Redudant initilization Bruce Momjian
- Re: Clang UndefinedBehaviorSanitize (Postgres14) Detected undefined-behavior Peter Geoghegan
- Re: Clang UndefinedBehaviorSanitize (Postgres14) Detected undefined-behavior Tom Lane
- Re: Clang UndefinedBehaviorSanitize (Postgres14) Detected undefined-behavior Noah Misch
- Re: proposal: possibility to read dumped table's name from file Pavel Stehule
- Re: New statistics for tuning WAL buffer size Fujii Masao
- Re: history file on replica and double switchover Fujii Masao
- Re: Fix for configure error in 9.5/9.6 on macOS 11.0 Big Sur Peter Eisentraut
- Re: Fix for configure error in 9.5/9.6 on macOS 11.0 Big Sur Tom Lane
- Re: [PATCH] Detect escape of ErrorContextCallback stack pointers (and from PG_TRY() ) Craig Ringer
- Re: Compatible defaults for LEAD/LAG Pavel Stehule
- Re: [PATCH] Detect escape of ErrorContextCallback stack pointers (and from PG_TRY() ) Craig Ringer
- Division in dynahash.c due to HASH_FFACTOR Jakub Wartak
- Re: POC: rational number type (fractions) Heikki Linnakangas
- Re: INSERT ON CONFLICT and RETURNING Konstantin Knizhnik
- Re: Rare deadlock failure in create_am test Thomas Munro
- Re: autovac issue with large number of tables Kasahara Tatsuhito
- Re: Creating foreign key on partitioned table is too slow Ashutosh Bapat
- Re: Change a constraint's index - ALTER TABLE ... ALTER CONSTRAINT ... USING INDEX ... Laurenz Albe
- Re: Division in dynahash.c due to HASH_FFACTOR Tomas Vondra
- Re: Fix for configure error in 9.5/9.6 on macOS 11.0 Big Sur Peter Eisentraut
- Re: [PATCH] Redudant initilization Ranier Vilela
- Re: Get memory contexts of an arbitrary backend process Tomas Vondra
- Re: Disk-based hash aggregate's cost model Tomas Vondra
- Re: Ideas about a better API for postgres_fdw remote estimates Ashutosh Bapat
- Re: Rare deadlock failure in create_am test Tom Lane
- Re: [PATCH] Redudant initilization Bruce Momjian
- Re: Allow continuations in "pg_hba.conf" files Fabien COELHO
- Re: Report error position in partition bound check Ashutosh Bapat
- Re: Rare deadlock failure in create_am test Alvaro Herrera
- Re: Division in dynahash.c due to HASH_FFACTOR Alvaro Herrera
- Re: Change a constraint's index - ALTER TABLE ... ALTER CONSTRAINT ... USING INDEX ... Alvaro Herrera
- Re: Ideas about a better API for postgres_fdw remote estimates Tomas Vondra
- Re: Allow continuations in "pg_hba.conf" files Tom Lane
- Re: [PATCH]Fix ja.po error Alvaro Herrera
- Re: Improving connection scalability: GetSnapshotData() Konstantin Knizhnik
- [PATCH] Comments related to " buffer descriptors“ cache line size" Kelly Min
- Re: Change a constraint's index - ALTER TABLE ... ALTER CONSTRAINT ... USING INDEX ... Laurenz Albe
- Re: Add session statistics to pg_stat_database Laurenz Albe
- Re: On login trigger: take three Konstantin Knizhnik
- Re: Rare deadlock failure in create_am test Tom Lane
- Re: [PATCH] Redudant initilization Ranier Vilela
- Re: LogwrtResult contended spinlock Andres Freund
- Re: LogwrtResult contended spinlock Andres Freund
- Re: [PATCH] Comments related to " buffer descriptors“ cache line size" Bruce Momjian
- Re: Change a constraint's index - ALTER TABLE ... ALTER CONSTRAINT ... USING INDEX ... Alvaro Herrera
- Re: Improving connection scalability: GetSnapshotData() Andres Freund
- Re: [PATCH] Redudant initilization Tom Lane
- Re: pg_dump bug for extension owned tables Andrew Dunstan
- Improve pg_dump dumping publication tables Hsu, John
- Re: Global snapshots Alexey Kondratov
- Re: Disk-based hash aggregate's cost model Jeff Davis
- Re: Improving connection scalability: GetSnapshotData() Andres Freund
- Re: report expected contrecord size Alvaro Herrera
- Re: Disk-based hash aggregate's cost model Tomas Vondra
- Re: pg_dump bug for extension owned tables Fabrízio de Royes Mello
- Re: Improving connection scalability: GetSnapshotData() Andres Freund
- Re: Disk-based hash aggregate's cost model Jeff Davis
- Re: A micro-optimisation for walkdir() Alvaro Herrera
- Re: Concurrent failure in create_am with buildfarm member conchuela Alvaro Herrera
- Questionable ping logic in LogicalRepApplyLoop Tom Lane
- Re: BUG #16419: wrong parsing BC year in to_date() function David G. Johnston
- Re: A micro-optimisation for walkdir() Juan José Santamaría Flecha
- Re: [Patch] Add missing libraries to Libs.private of libpq.pc Peter Eisentraut
- Re: BUG #16419: wrong parsing BC year in to_date() function Bruce Momjian
- Re: [PATCH] Comments related to " buffer descriptors“ cache line size" Thomas Munro
- Re: A micro-optimisation for walkdir() Alvaro Herrera
- Re: A micro-optimisation for walkdir() Juan José Santamaría Flecha
- Re: Keep elog(ERROR) and ereport(ERROR) calls in the cold path Peter Eisentraut
- Re: Questionable ping logic in LogicalRepApplyLoop Alvaro Herrera
- Re: A micro-optimisation for walkdir() Alvaro Herrera
- Re: Any objections to implementing LogicalDecodeMessageCB for pgoutput? Cary Huang