Mailing lists [pgsql-hackers]
- Re: support ALTER COLUMN SET EXPRESSION over virtual generated column with check constraint Matheus Alcantara
- Re: PL/Python initialization cleanup Kirill Reshke
- Re: Patch: dumping tables data in multiple chunks in pg_dump David Rowley
- Re: Updating IPC::Run in CI? Andres Freund
- Re: how to gate experimental features (SQL/PGQ) Matheus Alcantara
- Re: Buffer locking is special (hints, checksums, AIO writes) Andres Freund
- Re: AIX support Peter Eisentraut
- Re: Patch: dumping tables data in multiple chunks in pg_dump Andres Freund
- Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta Andres Freund
- Re: Patch: dumping tables data in multiple chunks in pg_dump Hannu Krosing
- Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta Jacob Champion
- Re: Patch: dumping tables data in multiple chunks in pg_dump Nathan Bossart
- Re: Patch: dumping tables data in multiple chunks in pg_dump Hannu Krosing
- Re: pg_plan_advice Robert Haas
- Re: [[BUG] pg_stat_statements crashes with var and non-var expressions in IN clause Sami Imseih
- Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta Jelte Fennema-Nio
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Corey Huinker
- Re: Patch: dumping tables data in multiple chunks in pg_dump David G. Johnston
- Re: Patch: dumping tables data in multiple chunks in pg_dump Andres Freund
- Re: pg_plan_advice Robert Haas
- Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta Jacob Champion
- Re: Optimize LISTEN/NOTIFY Tom Lane
- Re: Proposal to allow setting cursor options on Portals Jelte Fennema-Nio
- Re: Buffer locking is special (hints, checksums, AIO writes) Chao Li
- Re: Adding basic NUMA awareness Tomas Vondra
- Re: Proposal to allow setting cursor options on Portals Tom Lane
- Re: Checkpointer write combining Melanie Plageman
- Re: Buffer locking is special (hints, checksums, AIO writes) Andres Freund
- Re: Segmentation fault on proc exit after dshash_find_or_insert Amit Langote
- Re: Refactor replication origin state reset helpers Chao Li
- Re: Adding basic NUMA awareness Andres Freund
- Re: Buffer locking is special (hints, checksums, AIO writes) Chao Li
- Re: Segmentation fault on proc exit after dshash_find_or_insert Amit Langote
- Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta Jacob Champion
- Re: Proposal to allow setting cursor options on Portals Jacob Champion
- Can we change pg_rewind used without wal_log_hints and data_checksums lchch1990@sina.cn
- Re: Add IS_INDEX macro to brin and gist index Michael Paquier
- Re: [PATCH] psql: add \dcs to list all constraints Tatsuro Yamada
- Re: Can we change pg_rewind used without wal_log_hints and data_checksums Michael Paquier
- 回复:Re: Can we change pg_rewind used without wal_log_hints and data_checksums lchch1990@sina.cn
- Re: POC: Parallel processing of indexes in autovacuum Masahiko Sawada
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: [PATCH] psql: add \dcs to list all constraints Tom Lane
- Re: Updating IPC::Run in CI? Noah Misch
- Re: Add missing JIT inline pass for llvm>=17 Thomas Munro
- Re: Add missing JIT inline pass for llvm>=17 Andreas Karlsson
- Re: Enable partitionwise join for partition keys wrapped by RelabelType jian he
- Re: Row pattern recognition Henson Choi
- Re: Flush some statistics within running transactions Sami Imseih
- Re: [PATCH] psql: add \dcs to list all constraints Tom Lane
- Re: support ALTER COLUMN SET EXPRESSION over virtual generated column with check constraint jian he
- Re: Cleaning up PREPARE query strings? Julien Rouhaud
- Re: [PATCH] psql: add \dcs to list all constraints Tatsuro Yamada
- Re: Optimize LISTEN/NOTIFY Tom Lane
- Re: Row pattern recognition Tatsuo Ishii
- Re: Parallel CREATE INDEX for GIN indexes Kirill Reshke
- Re: [PATCH] psql: add \dcs to list all constraints Tatsuro Yamada
- Re: Can we change pg_rewind used without wal_log_hints and data_checksums Laurenz Albe
- RE: AIX support Srirama Kucherlapati
- Re: Can we change pg_rewind used without wal_log_hints and data_checksums lchch1990@sina.cn
- Re: Buffer locking is special (hints, checksums, AIO writes) Chao Li
- Re: [PATCH] psql: add \dcs to list all constraints Tatsuro Yamada
- Fix gistkillitems & add regression test to microvacuum Kirill Reshke
- RE: Resetting recovery target parameters in pg_createsubscriber Hayato Kuroda (Fujitsu)
- Re: Can we change pg_rewind used without wal_log_hints and data_checksums lchch1990@sina.cn
- Re: Exit walsender before confirming remote flush in logical replication Andrey Silitskiy
- Re: Can we change pg_rewind used without wal_log_hints and data_checksums lchch1990@sina.cn
- Re: file_fdw: Support multi-line HEADER option. Shinya Kato
- Re: [PATCH] psql: add \dcs to list all constraints Chao Li
- Re: file_fdw: Support multi-line HEADER option. Shinya Kato
- Re: Fix gistkillitems & add regression test to microvacuum Kirill Reshke
- Re: [[BUG] pg_stat_statements crashes with var and non-var expressions in IN clause Dmitry Dolgov
- Re: remove the unneeded header file math.h in binaryheap.c liujinyang
- Re: Proposal for enabling auto-vectorization for checksum calculations Oleg Tselebrovskiy
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- nbtree: reduce code redundancy by using _bt_getmeta() in _bt_gettrueroot() Chao Li
- Re: GIN pageinspect support for entry tree and posting tree Andrey Borodin
- Re: Fix gistkillitems & add regression test to microvacuum Kirill Reshke
- Re: Row pattern recognition Tatsuo Ishii
- Re: Fix gistkillitems & add regression test to microvacuum Kirill Reshke
- Re: GIN pageinspect support for entry tree and posting tree Japin Li
- Re: how to gate experimental features (SQL/PGQ) Daniel Gustafsson
- Re: Extended Statistics set/restore/clear functions. Chao Li
- Re: Extended Statistics set/restore/clear functions. Corey Huinker
- Re: refactor architecture-specific popcount code John Naylor
- Re: [PATCH] psql: add \dcs to list all constraints Tatsuro Yamada
- Re: Row pattern recognition Henson Choi
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: Add missing JIT inline pass for llvm>=17 Anthonin Bonnefoy
- Re: refactor architecture-specific popcount code Heikki Linnakangas
- Re: Patch: dumping tables data in multiple chunks in pg_dump Hannu Krosing
- RE: Exit walsender before confirming remote flush in logical replication Hayato Kuroda (Fujitsu)
- Re: Refactor replication origin state reset helpers Ashutosh Bapat
- Re: [PATCH] psql: add \dcs to list all constraints Chao Li
- Re: Optimize SnapBuildPurgeOlderTxn: use in-place compaction instead of temporary array Masahiko Sawada
- Re: Proposal to allow setting cursor options on Portals Dave Cramer
- Re: Proposal for enabling auto-vectorization for checksum calculations John Naylor
- Re: remove the unneeded header file math.h in binaryheap.c Álvaro Herrera
- Re: [PATCH] psql: add \dcs to list all constraints Chao Li
- Re: PL/Python initialization cleanup Peter Eisentraut
- Re: Refactor replication origin state reset helpers Álvaro Herrera
- Re: PL/Python initialization cleanup Peter Eisentraut
- Re: Add missing JIT inline pass for llvm>=17 Álvaro Herrera
- Re: Remove redundant assignment in CreateWorkExprContext Bertrand Drouvot
- Re: file_fdw: Support multi-line HEADER option. Shinya Kato
- Re: Row pattern recognition Tatsuo Ishii
- Re: Flush some statistics within running transactions Bertrand Drouvot
- Re: pg_plan_advice Jakub Wartak
- [PATCH] backup: Fix trivial typo and error message issues zengman
- Re: Proposal: SELECT * EXCLUDE (...) command Christoph Berg
- Re: Row pattern recognition Henson Choi
- Re: how to gate experimental features (SQL/PGQ) David G. Johnston
- Re: remove the unneeded header file math.h in binaryheap.c Álvaro Herrera
- Re: Import Statistics in postgres_fdw before resorting to sampling. Ashutosh Bapat
- Re: log_min_messages per backend type Euler Taveira
- Re: Add missing JIT inline pass for llvm>=17 Andres Freund
- Re: [PATCH] psql: add \dcs to list all constraints Tatsuro Yamada
- Re: [PATCH] backup: Fix trivial typo and error message issues Steven Niu
- Re: pg_plan_advice Robert Haas
- Re: Multixid SLRU truncation bugs at wraparound Heikki Linnakangas
- Re: remove the unneeded header file math.h in binaryheap.c zengman
- Re: remove the unneeded header file math.h in binaryheap.c Andres Freund
- Re: remove the unneeded header file math.h in binaryheap.c Tom Lane
- Re: support ALTER COLUMN SET EXPRESSION over virtual generated column with check constraint Matheus Alcantara
- io_uring: Fix danger of completion getting reused before being read Andres Freund
- Re: Can we change pg_rewind used without wal_log_hints and data_checksums Movead
- Re: refactor architecture-specific popcount code Nathan Bossart
- Re: Wake up autovacuum launcher from postmaster when a worker exits Heikki Linnakangas
- Re: Row pattern recognition Jacob Champion
- Re: log_min_messages per backend type Euler Taveira
- Re: refactor architecture-specific popcount code Nathan Bossart
- Re: Adding REPACK [concurrently] Antonin Houska
- Re: Buffer locking is special (hints, checksums, AIO writes) Andres Freund
- Re: Adding REPACK [concurrently] Mihail Nikalayeu
- Re: how to gate experimental features (SQL/PGQ) Andrew Dunstan
- Resetting snapshots during the first phase of [CREATE |RE]INDEX CONCURRENTLY Mihail Nikalayeu
- Re: how to gate experimental features (SQL/PGQ) Andres Freund
- Re: how to gate experimental features (SQL/PGQ) Andres Freund
- Re: Flush some statistics within running transactions Sami Imseih
- Re: how to gate experimental features (SQL/PGQ) Tom Lane
- Re: remove the unneeded header file math.h in binaryheap.c Álvaro Herrera
- Re: Import Statistics in postgres_fdw before resorting to sampling. Corey Huinker
- Re: Fix gistkillitems & add regression test to microvacuum Kirill Reshke
- Re: refactor architecture-specific popcount code Heikki Linnakangas
- Re: Flush some statistics within running transactions Sami Imseih
- Re: remove the unneeded header file math.h in binaryheap.c Álvaro Herrera
- Re: Refactor how we form HeapTuples for CatalogTuple(Insert|Update) Greg Burd
- Re: [Patch] Add WHERE clause support to REFRESH MATERIALIZED VIEW Dharin Shah
- Re: Client-only Meson Build From Sources Benjamin Leff
- Re: io_uring: Fix danger of completion getting reused before being read Kirill Reshke
- Re: Optimize LISTEN/NOTIFY Tom Lane
- Re: Client-only Meson Build From Sources Andres Freund
- Re: Proposal to allow setting cursor options on Portals Robert Haas
- Re: refactor architecture-specific popcount code Nathan Bossart
- Re: Can we change pg_rewind used without wal_log_hints and data_checksums Laurenz Albe
- Re: Proposal to allow setting cursor options on Portals Dave Cramer
- Re: Fix possible 'unexpected data beyond EOF' on replica restart Heikki Linnakangas
- Re: Cleaning up PREPARE query strings? Sami Imseih
- Re: code contributions for 2025, WIP version Robert Haas
- Re: Add IS_INDEX macro to brin and gist index Álvaro Herrera
- Re: Add IS_INDEX macro to brin and gist index Andreas Karlsson
- Re: Extended Statistics set/restore/clear functions. Corey Huinker
- Re: [Patch] Add WHERE clause support to REFRESH MATERIALIZED VIEW Dharin Shah
- Re: [[BUG] pg_stat_statements crashes with var and non-var expressions in IN clause Sami Imseih