Mailing lists [pgsql-hackers]
- Re: Change GUC hashtable to use simplehash? Jeff Davis
- Re: Dumped SQL failed to execute with ERROR "GROUP BY position -1 is not in select list" David Rowley
- Re: Emitting JSON to file using COPY TO Davin Shearer
- Re: collect_corrupt_items_vacuum.patch Alexander Korotkov
- Re: PATCH: Add REINDEX tag to event triggers Michael Paquier
- Re: Emitting JSON to file using COPY TO Joe Conway
- Re: Is WAL_DEBUG related code still relevant today? Michael Paquier
- Re: Emitting JSON to file using COPY TO Davin Shearer
- Use PGAlignedBlock instead of "char buf[BLCKSZ]" in more places Bharath Rupireddy
- Re: Syncrep and improving latency due to WAL throttling Tomas Vondra
- Re: May be BUG. Periodic burst growth of the checkpoint_req counter on replica. Anton A. Melnikov
- Re: Proposal: Filter irrelevant change before reassemble transactions during logical decoding li jie
- Re: Proposal: Filter irrelevant change before reassemble transactions during logical decoding li jie
- Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features) jian he
- connection timeout hint Jeff Janes
- Re: [RFC] Clang plugin for catching suspicious typedef casting Peter Geoghegan
- Re: connection timeout hint Tom Lane
- gai_strerror() is not thread-safe on Windows Thomas Munro
- RE: Synchronizing slots from primary to standby Zhijie Hou (Fujitsu)
- Re: Parent/child context relation in pg_get_backend_memory_contexts() torikoshia
- Re: Separate memory contexts for relcache and catcache torikoshia
- Re: Bug in pgbench prepared statements Michael Paquier
- Re: Synchronizing slots from primary to standby shveta malik
- Re: Change GUC hashtable to use simplehash? John Naylor
- Re: Synchronizing slots from primary to standby shveta malik
- Should REINDEX be listed under DDL? Michael Paquier
- Re: Remove unnecessary includes of system headers in header files Peter Eisentraut
- Re: Use PGAlignedBlock instead of "char buf[BLCKSZ]" in more places Michael Paquier
- Which parts of src/backend/nodes/print.c are used? Peter Eisentraut
- RE: [PoC] pg_upgrade: allow to upgrade publisher node Hayato Kuroda (Fujitsu)
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) John Naylor
- Make COPY format extendable: Extract COPY TO format implementations Sutou Kouhei
- Avoid detoast overhead when possible zhihuifan1213@163.com
- proposal: plpgsql - OPEN LOCAL statement Pavel Stehule
- Re: [PATCH] ltree hash functions jian he
- Re: POC, WIP: OR-clause support for indexes Andrei Lepikhov
- Re: Report planning memory in EXPLAIN ANALYZE Ashutosh Bapat
- RE: CRC32C Parallel Computation Optimization on ARM Xiang Gao
- cost_incremental_sort() and limit_tuples Antonin Houska
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Dmitry Koval
- Re: Should REINDEX be listed under DDL? Laurenz Albe
- Re: Dumped SQL failed to execute with ERROR "GROUP BY position -1 is not in select list" Haotian Chen
- Failure with pgbench and --disable-thread-safety in ~v16 Michael Paquier
- Re: Remove MSVC scripts from the tree Michael Paquier
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Pavel Borisov
- Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: Avoid detoast overhead when possible Nikita Malakhov
- Re: A wrong comment about search_indexed_tlist_for_var Richard Guo
- Re: Add missing error codes to PANIC/FATAL error reports in xlogrecovery Krishnakumar R
- Re: Add pg_basetype() function to obtain a DOMAIN base type John Naylor
- Re: [PATCH] plpython function causes server panic Hao Zhang
- Re: Avoid detoast overhead when possible zhihuifan1213@163.com
- Re: collect_corrupt_items_vacuum.patch Alexander Lakhin
- Move bki file pre-processing from initdb - part 1 - initdb->genbki.pl Krishnakumar R
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) John Naylor
- Commitfest 2023-11 is now closed John Naylor
- table inheritance versus column compression and storage settings Peter Eisentraut
- Re: pg_upgrade and logical replication Amit Kapila
- Re: Failure with pgbench and --disable-thread-safety in ~v16 Alvaro Herrera
- Re: Failure with pgbench and --disable-thread-safety in ~v16 Alvaro Herrera
- Re: undetected deadlock in ALTER SUBSCRIPTION ... REFRESH PUBLICATION Amit Kapila
- Re: Row pattern recognition Tatsuo Ishii
- Re: undetected deadlock in ALTER SUBSCRIPTION ... REFRESH PUBLICATION Tomas Vondra
- Re: Avoid detoast overhead when possible Matthias van de Meent
- Re: undetected deadlock in ALTER SUBSCRIPTION ... REFRESH PUBLICATION Amit Kapila
- Adding OLD/NEW support to RETURNING Dean Rasheed
- Re: Emitting JSON to file using COPY TO Andrew Dunstan
- Rename ShmemVariableCache and initialize it in more standard way Heikki Linnakangas
- Re: Should REINDEX be listed under DDL? Isaac Morland
- Re: Avoid detoast overhead when possible zhihuifan1213@163.com
- Re: Emitting JSON to file using COPY TO Joe Conway
- Re: Move bki file pre-processing from initdb - part 1 - initdb->genbki.pl John Naylor
- Re: Which parts of src/backend/nodes/print.c are used? Tom Lane
- 回复: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Thomas wen
- Re: Emitting JSON to file using COPY TO Andrew Dunstan
- Re: Synchronizing slots from primary to standby Drouvot, Bertrand
- Re: Avoid detoast overhead when possible Matthias van de Meent
- Re: Use PGAlignedBlock instead of "char buf[BLCKSZ]" in more places Peter Eisentraut
- Re: PATCH: Add REINDEX tag to event triggers Alexander Lakhin
- Re: Parallel CREATE INDEX for BRIN indexes Matthias van de Meent
- Re: Clean up some signal usage mainly related to Windows Peter Eisentraut
- Re: Parallel CREATE INDEX for BRIN indexes Tomas Vondra
- Re: Emitting JSON to file using COPY TO Joe Conway
- Re: pg_upgrade failing for 200+ million Large Objects Kumar, Sachin
- Re: Proposal: In-flight explain logging Ashutosh Bapat
- Re: Rename ShmemVariableCache and initialize it in more standard way Tristan Partin
- Re: Synchronizing slots from primary to standby Drouvot, Bertrand
- Re: Proposal to use JSON for Postgres Parser format Matthias van de Meent
- Re: PATCH: Add REINDEX tag to event triggers jian he
- Fwd: Extensible storage manager API - SMGR hook Redux Kirill Reshke
- Re: Clean up some signal usage mainly related to Windows Tristan Partin
- Re: Use PGAlignedBlock instead of "char buf[BLCKSZ]" in more places Andres Freund
- Re: [PATCH] pg_convert improvement Nathan Bossart
- Re: optimize atomic exchanges Nathan Bossart
- Re: Emitting JSON to file using COPY TO Davin Shearer
- Re: Change GUC hashtable to use simplehash? Jeff Davis
- Re: Extensible storage manager API - SMGR hook Redux Matthias van de Meent
- Re: gai_strerror() is not thread-safe on Windows Thomas Munro
- Re: meson: Stop using deprecated way getting path of files Tristan Partin
- Re: Emitting JSON to file using COPY TO Andrew Dunstan
- Re: Postgres Partitions Limitations (5.11.2.3) Laurenz Albe
- Re: meson: Stop using deprecated way getting path of files Tom Lane
- Re: Remove MSVC scripts from the tree Andrew Dunstan
- Re: meson: Stop using deprecated way getting path of files Tristan Partin
- Re: trying again to get incremental backup Robert Haas