Mailing lists [pgsql-hackers]
- Re: visibility map corruption Peter Geoghegan
- Re: trivial improvement to system_or_bail Alvaro Herrera
- Re: visibility map corruption Mark Dilger
- Re: [PATCH] Allow CustomScan nodes to signal projection support Tom Lane
- [PATCH][postgres_fdw] Add push down of CASE WHEN clauses Gilles Darold
- Re: visibility map corruption Peter Geoghegan
- Re: visibility map corruption Bruce Momjian
- Re: visibility map corruption Peter Geoghegan
- Re: visibility map corruption Bruce Momjian
- Re: visibility map corruption Bruce Momjian
- Re: visibility map corruption Peter Geoghegan
- Re: Column Filtering in Logical Replication Alvaro Herrera
- Re: Refactor "mutually exclusive options" error reporting code in parse_subscription_options Peter Smith
- Re: visibility map corruption Bruce Momjian
- Re: Re[3]: On login trigger: take three Greg Nancarrow
- Re: Keep notnullattrs in RelOptInfo (Was part of UniqueKey patch series) Andy Fan
- RE: [HACKERS] logical decoding of two-phase transactions tanghy.fnst@fujitsu.com
- Re: Keep notnullattrs in RelOptInfo (Was part of UniqueKey patch series) David Rowley
- Re: visibility map corruption Bruce Momjian
- Slightly improve initdb --sync-only option's help message Gurjeet Singh
- Re: Refactor "mutually exclusive options" error reporting code in parse_subscription_options Alvaro Herrera
- Re: postgres_fdw - should we tighten up batch_size, fetch_size options against non-numeric values? Fujii Masao
- Warn if initdb's --sync-only option is mixed with other options Gurjeet Singh
- Re: Refactor "mutually exclusive options" error reporting code in parse_subscription_options Bharath Rupireddy
- Re: [PATCH] expand the units that pg_size_pretty supports on output David Rowley
- Re: [PATCH] expand the units that pg_size_pretty supports on output David Rowley
- Re: rand48 replacement Yura Sokolov
- Re: Refactor "mutually exclusive options" error reporting code in parse_subscription_options Amit Kapila
- Re: Refactor "mutually exclusive options" error reporting code in parse_subscription_options Bharath Rupireddy
- Re: [CLOBBER_CACHE]Server crashed with segfault 11 while executing clusterdb Amul Sul
- Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays David Rowley
- Re: [PATCH] expand the units that pg_size_pretty supports on output David Rowley
- Re: ExecRTCheckPerms() and many prunable partitions David Rowley
- Re: [PATCH][postgres_fdw] Add push down of CASE WHEN clauses David Rowley
- Re: [PATCH] Pull general SASL framework out of SCRAM Michael Paquier
- Re: Keep notnullattrs in RelOptInfo (Was part of UniqueKey patch series) Andy Fan
- Re: row filtering for logical replication Greg Nancarrow
- Re: [PATCH] Make jsonapi usable from libpq Michael Paquier
- Re: [PATCH] Make jsonapi usable from libpq Tom Lane
- Re: [PATCH][postgres_fdw] Add push down of CASE WHEN clauses Gilles Darold
- Re: Skipping logical replication transactions on subscriber side Masahiko Sawada
- RE: Cosmic ray hits integerset Jakub Wartak
- unexpected data loaded into database when used COPY FROM jianggq@fujitsu.com
- Re: [HACKERS] WIP aPatch: Pgbench Serialization and deadlock errors Tatsuo Ishii
- Re: 回复: Why is XLOG_FPI_FOR_HINT always need backups? Kyotaro Horiguchi
- Re: ExecRTCheckPerms() and many prunable partitions Amit Langote
- Re: trivial improvement to system_or_bail Daniel Gustafsson
- Re: PostgreSQL-13.3 parser.y with positional references by named references Peter Eisentraut
- Re: "debug_invalidate_system_caches_always" is too long Peter Eisentraut
- Re: Remove useless int64 range checks on BIGINT sequence MINVALUE/MAXVALUE values David Rowley
- Re: Keep notnullattrs in RelOptInfo (Was part of UniqueKey patch series) Andy Fan
- Re: track_planning causing performance regression Julien Rouhaud
- Re: Hook for extensible parsing. Julien Rouhaud
- Re: [PATCH] Use optimized single-datum tuplesort in ExecSort Ronan Dunklau
- Re: Pipeline mode and PQpipelineSync() Boris Kolpackov
- Re: rand48 replacement Dean Rasheed
- Re: [HACKERS] WIP aPatch: Pgbench Serialization and deadlock errors Yugo NAGATA
- Re: Pipeline mode and PQpipelineSync() Alvaro Herrera
- Re: Update maintenance_work_mem/autovacuum_work_mem to reflect the 1GB limitation with VACUUM David Rowley
- [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: Case expression pushdown Gilles Darold
- Re: Logical Replication - improve error message while adding tables to the publication in check_publication_add_relation Bharath Rupireddy
- Re: Incorrect usage of strtol, atoi for non-numeric junk inputs Bharath Rupireddy
- Re: Cosmic ray hits integerset Joe Conway
- Re: Hook for extensible parsing. Jim Mlodgenski
- Re: [HACKERS] WIP aPatch: Pgbench Serialization and deadlock errors Tatsuo Ishii
- Re: track_planning causing performance regression Fujii Masao
- Re: track_planning causing performance regression Julien Rouhaud
- Re: PostgreSQL-13.3 parser.y with positional references by named references ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
- Re: Keep notnullattrs in RelOptInfo (Was part of UniqueKey patch series) Ranier Vilela
- Re: Warn if initdb's --sync-only option is mixed with other options Daniel Gustafsson
- Re: [PATCH] expand the units that pg_size_pretty supports on output Dean Rasheed
- Re: [HACKERS] WIP aPatch: Pgbench Serialization and deadlock errors Yugo NAGATA
- Why ALTER SUBSCRIPTION ... SET (slot_name='none') requires subscription disabled? Japin Li
- PostgreSQL 14 backend crash on incorrect trigger Alexander Pyhalov
- Re: Hook for extensible parsing. Julien Rouhaud
- Re: [PoC] Improve dead tuple storage for lazy vacuum Matthias van de Meent
- Re: [PATCH] Make jsonapi usable from libpq Jacob Champion
- Re: [PATCH] Pull general SASL framework out of SCRAM Jacob Champion
- Re: Pipeline mode and PQpipelineSync() Boris Kolpackov
- Re: PostgreSQL-13.3 parser.y with positional references by named references Tom Lane
- Re: "debug_invalidate_system_caches_always" is too long Tom Lane
- Re: Pipeline mode and PQpipelineSync() Alvaro Herrera
- Re: PostgreSQL-13.3 parser.y with positional references by named references Domingo Alvarez Duarte
- Re: unexpected data loaded into database when used COPY FROM Tom Lane
- Re: Case expression pushdown Alexander Pyhalov
- Re: PostgreSQL-13.3 parser.y with positional references by named references Tom Lane
- Re: Case expression pushdown Gilles Darold
- Re: Case expression pushdown Gilles Darold
- Re: Pipeline mode and PQpipelineSync() Alvaro Herrera
- re: Why ALTER SUBSCRIPTION ... SET (slot_name='none') requires subscription disabled? Ranier Vilela
- Re: Numeric x^y for negative x Dean Rasheed
- Re: [PATCH] expand the units that pg_size_pretty supports on output David Christensen
- Re: Numeric x^y for negative x Zhihong Yu
- Re: badly calculated width of emoji in psql Jacob Champion
- Re: DELETE CASCADE David Christensen
- Re: badly calculated width of emoji in psql Pavel Stehule
- Re: Case expression pushdown Gilles Darold
- Re: Numeric x^y for negative x Dean Rasheed
- TOAST questions Maciek Sakrejda
- Replace remaining castNode(…, lfirst(…)) and friends calls with l*_node() ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
- Re: PostgreSQL 14 backend crash on incorrect trigger Tom Lane
- Re: [PATCH] expand the units that pg_size_pretty supports on output Tom Lane
- Re: [PATCH] expand the units that pg_size_pretty supports on output David Christensen
- Re: Enhanced error message to include hint messages for redundant options error Daniel Gustafsson
- Re: [PoC] Improve dead tuple storage for lazy vacuum Peter Geoghegan
- Re: Outdated comments about proc->sem in lwlock.c Daniel Gustafsson