Mailing lists [pgsql-hackers]
- Re: Python 3.10 breaks regression tests with traceback changes Tom Lane
- Re: Replication protocol doc fix Jeff Davis
- Re: Replication protocol doc fix Tom Lane
- Re: A qsort template Thomas Munro
- Re: postgres_fdw batching vs. (re)creating the tuple slots Tomas Vondra
- Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Andres Freund
- Re: a path towards replacing GEQO with something better John Naylor
- Re: A qsort template Zhihong Yu
- Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Andres Freund
- Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Tomas Vondra
- Re: Unresolved repliaction hang and stop problem. Alvaro Herrera
- Re: Outdated replication protocol error? Jeff Davis
- Re: Split xlog.c Andres Freund
- Re: Outdated replication protocol error? Andres Freund
- Re: PoC: Using Count-Min Sketch for join cardinality estimation John Naylor
- Re: A qsort template Tom Lane
- Re: PoC: Using Count-Min Sketch for join cardinality estimation Tomas Vondra
- Re: pgbench logging broken by time logic changes Thomas Munro
- Re: pgbench logging broken by time logic changes Michael Paquier
- Re: Added schema level support for publication. vignesh C
- Re: A qsort template Thomas Munro
- Re: Improving isolationtester's data output Tom Lane
- Re: Different compression methods for FPI Michael Paquier
- Re: A qsort template Tom Lane
- Re: Different compression methods for FPI Michael Paquier
- Re: A qsort template Thomas Munro
- Centralizing protective copying of utility statements Tom Lane
- Re: locking [user] catalog tables vs 2pc vs logical rep vignesh C
- Re: Teaching users how they can get the most out of HOT in Postgres 14 Peter Geoghegan
- Re: Unresolved repliaction hang and stop problem. Kyotaro Horiguchi
- Re: Centralizing protective copying of utility statements Zhihong Yu
- RE: locking [user] catalog tables vs 2pc vs logical rep osumi.takamichi@fujitsu.com
- Re: pgbench logging broken by time logic changes Yugo NAGATA
- Re: Improving isolationtester's data output Tom Lane
- Re: pgbench bug candidate: negative "initial connection time" Yugo NAGATA
- Re: Decoding speculative insert with toast leaks memory Amit Kapila
- Re: Added schema level support for publication. vignesh C
- Re: Skip partition tuple routing with constant partition key Amit Langote
- Fix for segfault in logical replication on master Mark Dilger
- Re: Skip partition tuple routing with constant partition key Zhihong Yu
- Re: Decoding speculative insert with toast leaks memory Amit Langote
- Re: pgbench logging broken by time logic changes Kyotaro Horiguchi
- RE: Fix for segfault in logical replication on master osumi.takamichi@fujitsu.com
- Re: [Patch] ALTER SYSTEM READ ONLY Amul Sul
- Re: Skip partition tuple routing with constant partition key Amit Langote
- Re: Fix for segfault in logical replication on master Mark Dilger
- Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Dilip Kumar
- Re: pgbench logging broken by time logic changes Yugo NAGATA
- Re: Skipping logical replication transactions on subscriber side Masahiko Sawada
- Re: Decoding speculative insert with toast leaks memory Amit Kapila
- Re: Different compression methods for FPI Michael Paquier
- Re: Different compression methods for FPI Andrey Borodin
- Re: Different compression methods for FPI Michael Paquier
- Re: pgbench logging broken by time logic changes Fabien COELHO
- Re: Different compression methods for FPI Michael Paquier
- Re: Python 3.10 breaks regression tests with traceback changes Peter Eisentraut
- Re: pgbench logging broken by time logic changes Fabien COELHO
- Re: Two patches to speed up pg_rewind. Michael Paquier
- Re: Decoding speculative insert with toast leaks memory Amit Langote
- Re: Skip partition tuple routing with constant partition key Zhihong Yu
- Re: pgbench logging broken by time logic changes Fabien COELHO
- Re: Skip partition tuple routing with constant partition key Amit Langote
- Re: SSL Tests for sslinfo extension Michael Paquier
- Re: pgbench logging broken by time logic changes Fabien COELHO
- Re: Two patches to speed up pg_rewind. Paul Guo
- Re: Decoding speculative insert with toast leaks memory Dilip Kumar
- Re: Different compression methods for FPI Heikki Linnakangas
- Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Dilip Kumar
- Re: Decoding speculative insert with toast leaks memory Amit Langote
- Re: pgbench logging broken by time logic changes Fabien COELHO
- Re: Different compression methods for FPI Andrey Borodin
- Re: [HACKERS] logical decoding of two-phase transactions Greg Nancarrow
- Re: pgbench bug candidate: negative "initial connection time" Fabien COELHO
- Re: [bug?] Missed parallel safety checks, and wrong parallel safety Amit Kapila
- Re: pgbench logging broken by time logic changes Yugo NAGATA
- Add version macro to libpq-fe.h Boris Kolpackov
- Re: Teaching users how they can get the most out of HOT in Postgres 14 Masahiko Sawada
- Re: pgbench bug candidate: negative "initial connection time" Yugo NAGATA
- Re: Skipping logical replication transactions on subscriber side Masahiko Sawada
- Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Heikki Linnakangas
- Re: Decoding speculative insert with toast leaks memory Amit Kapila
- Re: Less compiler errors in pg_crc32c_sse42_choose.c Julien Rouhaud
- Re: pgbench bug candidate: negative "initial connection time" Fabien COELHO
- RE: Fix for segfault in logical replication on master osumi.takamichi@fujitsu.com
- Re: locking [user] catalog tables vs 2pc vs logical rep Amit Kapila
- Re: when the startup process doesn't Nitin Jadhav
- Re: PoC: Using Count-Min Sketch for join cardinality estimation Tomas Vondra
- Re: Fix for segfault in logical replication on master Amit Kapila
- Re: Unresolved repliaction hang and stop problem. Amit Kapila
- Re: pgbench logging broken by time logic changes Fabien COELHO
- Re: locking [user] catalog tables vs 2pc vs logical rep Amit Kapila
- Re: pgbench logging broken by time logic changes Thomas Munro
- Re: when the startup process doesn't (logging startup delays) Justin Pryzby
- Re: Issue with some calls to GetMultiXactIdMembers() Heikki Linnakangas
- Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Dilip Kumar
- Re: Fix for segfault in logical replication on master Mark Dilger
- Re: Add version macro to libpq-fe.h Tom Lane
- Re: locking [user] catalog tables vs 2pc vs logical rep Simon Riggs
- Re: Fix for segfault in logical replication on master Amit Kapila
- Re: [HACKERS] logical decoding of two-phase transactions Ajin Cherian
- Re: pgbench logging broken by time logic changes Andrew Dunstan
- Re: Update maintenance_work_mem/autovacuum_work_mem to reflect the 1GB limitation with VACUUM Greg Sabino Mullane
- Re: [bug?] Missed parallel safety checks, and wrong parallel safety Robert Haas
- Patch for bug #17056 fast default on non-plain table Andrew Dunstan
- Re: Patch for bug #17056 fast default on non-plain table Tom Lane
- Re: Patch for bug #17056 fast default on non-plain table Andrew Dunstan
- Re: Iterating on IndexTuple attributes and nbtree page-level dynamic prefix truncation Matthias van de Meent
- Re: pgbench logging broken by time logic changes Gregory Smith
- Re: Centralizing protective copying of utility statements Tom Lane
- Re: snapshot too old issues, first around wraparound and then more. Stephen Frost
- Re: pgbench logging broken by time logic changes Fabien COELHO
- Re: Patch for bug #17056 fast default on non-plain table Andrew Dunstan
- Re: Fix for segfault in logical replication on master Mark Dilger
- Re: Replication protocol doc fix Robert Haas
- Re: unnesting multirange data types Alexander Korotkov
- Re: Unresolved repliaction hang and stop problem. Alvaro Herrera
- Re: Add version macro to libpq-fe.h Robert Haas
- Re: Centralizing protective copying of utility statements Tom Lane
- Re: Add version macro to libpq-fe.h Tom Lane
- Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Robert Haas
- Re: Patch for bug #17056 fast default on non-plain table Tom Lane
- Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Robert Haas
- Re: Centralizing protective copying of utility statements Julien Rouhaud
- Re: Add version macro to libpq-fe.h Daniel Gustafsson
- Re: Add version macro to libpq-fe.h Robert Haas
- Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Andres Freund
- Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Robert Haas
- Re: Add version macro to libpq-fe.h Andres Freund
- Re: Add version macro to libpq-fe.h Tom Lane
- Re: Add version macro to libpq-fe.h Tom Lane
- Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Andres Freund
- Re: Add version macro to libpq-fe.h Andres Freund
- Re: Add version macro to libpq-fe.h ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
- Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Robert Haas
- Re: Centralizing protective copying of utility statements Andres Freund
- Re: Centralizing protective copying of utility statements Andres Freund
- Re: unnesting multirange data types Alexander Korotkov
- Re: Add version macro to libpq-fe.h Robert Haas
- Re: Centralizing protective copying of utility statements Tom Lane
- Re: Add version macro to libpq-fe.h Tom Lane
- Re: Centralizing protective copying of utility statements Andres Freund
- Optionally automatically disable logical replication subscriptions on error Mark Dilger
- Re: pgbench logging broken by time logic changes Fabien COELHO
- Re: Centralizing protective copying of utility statements Tom Lane
- Re: Centralizing protective copying of utility statements Tom Lane
- Re: pgbench logging broken by time logic changes Fabien COELHO