pgsql-hackers since 2025-11-15 00:00

The PostgreSQL developers team lives here. Discussion of current development issues, problems and bugs, and proposed new features. If your question cannot be answered by people in the other lists, and it is likely that only a developer will know the answer, you may re-post your question in this list. You must try elsewhere first!

Search the Archives

(enter a message-id to go directly to that message)

Browse Archives

Prev | Next

Nov. 15, 2025

Thread Author Time
Type assertions without GCC builtins 📎 Thomas Munro 00:06
Re: Remaining dependency on setlocale() 📎 Jeff Davis 00:23
Re: Report oldest xmin source when autovacuum cannot remove tuples 📎 Sami Imseih 00:25
Re: should we have a fast-path planning for OLTP starjoins? Tomas Vondra 00:41
Re: tuple radix sort John Naylor 02:47
Re: should we have a fast-path planning for OLTP starjoins? Bruce Momjian 02:52
Re: should we have a fast-path planning for OLTP starjoins? Nico Williams 06:15
Re: Document NULL Peter Eisentraut 08:06
regarding statistics retaining with 18 Upgrade Rambabu V 10:02
Re: Implement waiting for wal lsn replay: reloaded Alexander Korotkov 10:29
Re: Comments on Custom RMGRs 📎 Andrei Lepikhov 10:44
Re: doc: add missing "id" attributes to extension packaging page Brar Piening 10:53
Re: Asynchronous MergeAppend 📎 Alexander Pyhalov 10:57
Re: ON CONFLICT DO SELECT (take 3) jian he 11:11
Re: Early December Commitfest app release Magnus Hagander 13:04
Re: Document NULL David G. Johnston 13:23
Re: regarding statistics retaining with 18 Upgrade Bruce Momjian 14:31
Re: [Patch] Mention md5 is deprecated in postgresql.conf.sample Robert Treat 14:37
Re: [Patch] Mention md5 is deprecated in postgresql.conf.sample Michael Banck 14:55
Re: should we have a fast-path planning for OLTP starjoins? Tom Lane 15:57
Re: regarding statistics retaining with 18 Upgrade Greg Sabino Mullane 16:02
Re: Early December Commitfest app release Jelte Fennema-Nio 16:36
Re: Early December Commitfest app release Magnus Hagander 18:11
Re: Use opresulttype instead of calling SearchSysCache1() in match_orclause_to_indexcol() 📎 Tom Lane 20:45
Re: Optimize LISTEN/NOTIFY 📎 Joel Jacobson 21:53
Re: Improve error reporting in 027_stream_regress test Tom Lane 21:58
Re: regarding statistics retaining with 18 Upgrade 📎 Robert Treat 23:52

Nov. 16, 2025

Thread Author Time
Re: regarding statistics retaining with 18 Upgrade Dilip Kumar 04:43
Re: regarding statistics retaining with 18 Upgrade Rambabu V 05:03
Re: Implement waiting for wal lsn replay: reloaded 📎 Alexander Korotkov 12:08
Re: Implement waiting for wal lsn replay: reloaded Alexander Korotkov 12:36
Re: Use opresulttype instead of calling SearchSysCache1() in match_orclause_to_indexcol() Tender Wang 12:41
Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou 13:25
Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou 13:30
Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou 14:01
Re: Implement waiting for wal lsn replay: reloaded Alexander Korotkov 15:20
[PATCH] Add memory usage reporting to VACUUM VERBOSE 📎 河田達也 16:01
Re: System views for versions reporting 📎 Dmitry Dolgov 16:45
Re: Use opresulttype instead of calling SearchSysCache1() in match_orclause_to_indexcol() 📎 Tom Lane 17:27
Re: Expanding HOT updates for expression and partial indexes 📎 Greg Burd 18:53
Re: Improve error reporting in 027_stream_regress test Michael Paquier 22:46
Re: pgsql: Drop unnamed portal immediately after execution to completion Michael Paquier 23:11
Re: Some efforts to get rid of "long" in our codebase David Rowley 23:37
Re: Dead code in ps_status.c Thomas Munro 23:54

Nov. 17, 2025

Thread Author Time
Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis 📎 Peter Smith 00:30
Re: Use opresulttype instead of calling SearchSysCache1() in match_orclause_to_indexcol() Alexander Korotkov 00:34
Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 📎 Peter Smith 01:34
Re: Report oldest xmin source when autovacuum cannot remove tuples wenhui qiu 01:43
Re: Report oldest xmin source when autovacuum cannot remove tuples Dilip Kumar 02:51
Re: GNU/Hurd portability patches Thomas Munro 02:59
Re: PartitionKeyData->partattrs, refactor some 0 to InvalidAttrNumber 📎 jian he 03:04
Re: fallocate() causes btrfs to never compress postgresql files Bráulio Oliveira 03:23
Re: fallocate() causes btrfs to never compress postgresql files Thomas Munro 03:35
Re: Use opresulttype instead of calling SearchSysCache1() in match_orclause_to_indexcol() Tender Wang 03:36
Re: Compile error on the aarch64 platform: Missing asm/hwcap.h Steven Niu 03:56
misleading error message in DefineIndex jian he 04:06
Re: Patch: dumping tables data in multiple chunks in pg_dump Dilip Kumar 04:15
Re: pg_waldump: support decoding of WAL inside tarfile 📎 Amul Sul 04:50
Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Ashutosh Bapat 04:58
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila 05:51
Re: Skipping schema changes in publication Peter Smith 06:04
Re: Skipping schema changes in publication Peter Smith 06:12
Re: Proposal: Conflict log history table for Logical Replication 📎 Dilip Kumar 06:24
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila 06:40
Re: Make COPY format extendable: Extract COPY TO format implementations Sutou Kouhei 06:40
Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Chao Li 06:48
Re: Extended Statistics set/restore/clear functions. 📎 Michael Paquier 06:56
Re: Row pattern recognition 📎 Tatsuo Ishii 06:57
Re: Optimize LISTEN/NOTIFY Joel Jacobson 07:04
Re: Fix GetOperatorFromCompareType Neil Chen 07:17
Re: Use exact nullingrels matches for NestLoopParams 📎 Richard Guo 07:28
Re: Skipping schema changes in publication Peter Smith 07:51
Re: virtual generated column as partition key 📎 jian he 08:08
Re: [PATCH] jit: fix build with LLVM-21 Anthonin Bonnefoy 08:48
Re: pgsql: Drop unnamed portal immediately after execution to completion Mircea Cadariu 09:20
Re: Adding basic NUMA awareness Jakub Wartak 09:23
Re: Dead code in ps_status.c Michael Banck 09:35
Re: GNU/Hurd portability patches Michael Banck 09:39
quoteOneName() inconsistency with quote_all_identifiers — replacement API proposed 📎 Chao Li 09:48
Re: ON CONFLICT DO SELECT (take 3) v@viktorh.net 10:00
Fix build of llvmjit_types.bc with meson 📎 Anthonin Bonnefoy 10:09
Re: Compile error on the aarch64 platform: Missing asm/hwcap.h 高增琦 10:23
Running a single test Viktor Holmberg 10:26
Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Chao Li 10:33
Re: Issue with logical replication slot during switchover Alexander Kukushkin 10:40
RE: Newly created replication slot may be invalidated by checkpoint 📎 Zhijie Hou (Fujitsu) 10:50
Re: Running a single test Heikki Linnakangas 10:55
Re: [PATCH] Refactor bytea_sortsupport(), take two 📎 Aleksander Alekseev 10:56
Re: Fix build of llvmjit_types.bc with meson Thomas Munro 10:58
Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics Amit Kapila 11:05
Re: [PATCH] jit: fix build with LLVM-21 Thomas Munro 11:11
Re: Running a single test Aleksander Alekseev 11:15
Re: [PATCH] jit: fix build with LLVM-21 Holger Hoffstätte 11:31
Re: ON CONFLICT DO SELECT (take 3) Dean Rasheed 11:36
Fix a couple of misspellings in comments of logic replication 📎 Chao Li 11:53
Re: Running a single test jian he 11:57
Re: [Patch] Mention md5 is deprecated in postgresql.conf.sample Daniel Gustafsson 12:35
Re: Fix a couple of misspellings in comments of logic replication Daniel Gustafsson 12:42
Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Boris Mironov 12:43
parallel data loading for pgbench -i 📎 Mircea Cadariu 12:46
Re: generic plans and "initial" pruning 📎 Amit Langote 12:50
Re: misleading error message in DefineIndex Daniel Gustafsson 12:51
Re: Extended Statistics set/restore/clear functions. jian he 12:53
Re: backend/nodes cleanup: Move loop variables definitions into for statement Chao Li 12:55
Re: [PATCH] jit: fix build with LLVM-21 Daniel Gustafsson 12:55
Re: gen_guc_tables.pl: Validate required GUC fields before code generation Chao Li 12:57
Re: Consistently use the XLogRecPtrIsInvalid() macro 📎 Bertrand Drouvot 13:12
Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Amul Sul 13:43
Re: Suggestion to add --continue-client-on-abort option to pgbench Yugo Nagata 13:52
Re: Clarification on when _PG_init() is invoked for extensions Rahila Syed 13:57
Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions 📎 Sugamoto Shinya 14:08
Re: Non-text mode for pg_dumpall tushar 14:08
Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement 📎 Manni Wood 14:24
Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Daniel Gustafsson 14:30
Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 📎 Timur Magomedov 14:32
Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Akshay Joshi 14:34
Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement 📎 Akshay Joshi 14:39
Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 Timur Magomedov 14:42
Re: pg_plan_advice Matheus Alcantara 14:42
Re: [PATCH] Add pg_get_subscription_ddl() function 📎 Vaibhav Dalvi 14:44
Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Fujii Masao 14:59
Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Daniel Gustafsson 15:04
Re: [PATCH] jit: fix build with LLVM-21 Thomas Munro 15:06
Re: pg_plan_advice Robert Haas 15:09
Re: Use merge-based matching for MCVs in eqjoinsel Ilia Evdokimov 15:17
Re: Use merge-based matching for MCVs in eqjoinsel David Geier 15:25
Re: Use merge-based matching for MCVs in eqjoinsel David Geier 15:28
Re: tuple radix sort David Geier 15:38
Re: Use merge-based matching for MCVs in eqjoinsel Ilia Evdokimov 15:42
Re: make -C src/test/isolation failure in index-killtuples due to btree_gist 📎 Nazir Bilal Yavuz 15:45
Re: POC: make mxidoff 64 bits 📎 Heikki Linnakangas 16:35
Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Nathan Bossart 16:44
Re: Make COPY format extendable: Extract COPY TO format implementations 📎 Tomas Vondra 17:04
Re: Non-text mode for pg_dumpall 📎 Mahendra Singh Thalor 17:15
minor improvement in snapbuild: use existing interface and remove fake code 📎 ocean_li_996 17:18
Re: Extended Statistics set/restore/clear functions. Corey Huinker 17:18
Re: Adding basic NUMA awareness Tomas Vondra 17:28
Re: Consistently use the XLogRecPtrIsInvalid() macro 📎 Bertrand Drouvot 17:39
Re: Updating IPC::Run in CI? Jacob Champion 18:13
Re: Use merge-based matching for MCVs in eqjoinsel 📎 Tom Lane 18:30
Re: Report oldest xmin source when autovacuum cannot remove tuples Sami Imseih 18:35
Re: Use merge-based matching for MCVs in eqjoinsel Tom Lane 18:44
Re: postgresql.conf.sample tab width 📎 Nathan Bossart 18:50
Re: Use opresulttype instead of calling SearchSysCache1() in match_orclause_to_indexcol() Tom Lane 19:07
Re: postgresql.conf.sample tab width Tom Lane 19:08
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada 19:32
Re: Compile error on the aarch64 platform: Missing asm/hwcap.h Tom Lane 19:52
Re: Updating IPC::Run in CI? Noah Misch 20:22
Re: Compile error on the aarch64 platform: Missing asm/hwcap.h Tom Lane 20:31
Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Masahiko Sawada 20:34
Re: Asynchronous MergeAppend Matheus Alcantara 21:09
[PATCH] Allow complex data for GUC extra. 📎 Bryan Green 21:17
Re: ON CONFLICT DO SELECT (take 3) 📎 v@viktorh.net 22:06
Re: Speed up COPY FROM text/CSV parsing using SIMD Nathan Bossart 22:16
Re: Dead code in ps_status.c Thomas Munro 22:24
Re: vacuumdb: add --dry-run Nathan Bossart 22:26
Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 📎 Peter Smith 22:45
Re: Speed up COPY FROM text/CSV parsing using SIMD Shinya Kato 22:52
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) 📎 Melanie Plageman 23:07
Re: Extended Statistics set/restore/clear functions. Michael Paquier 23:19
Re: make -C src/test/isolation failure in index-killtuples due to btree_gist Michael Paquier 23:31
Re: GNU/Hurd portability patches Samuel Thibault 23:31
Re: Extended Statistics set/restore/clear functions. Michael Paquier 23:35
Re: make -C src/test/isolation failure in index-killtuples due to btree_gist Michael Paquier 23:40
Re: regarding statistics retaining with 18 Upgrade Bruce Momjian 23:40
Re: regarding statistics retaining with 18 Upgrade Bruce Momjian 23:56

Nov. 18, 2025

Thread Author Time
Re: Use streaming read I/O in BRIN vacuuming Masahiko Sawada 00:20
Re: should we have a fast-path planning for OLTP starjoins? Bruce Momjian 00:23
Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Chao Li 00:28
Should the doc be enhance for "CONNECTION LIMIT"? Chao Li 01:13
Re: minor improvement in snapbuild: use existing interface and remove fake code Yuefei Shi 01:13
Re: POC: make mxidoff 64 bits wenhui qiu 01:47
Re: Support tid range scan in parallel? 📎 David Rowley 01:51
Re: [PATCH] Add pg_get_subscription_ddl() function Peter Smith 01:57
Re: postgres_fdw: Use COPY to speed up batch inserts Masahiko Sawada 02:03
Re: minor improvement in snapbuild: use existing interface and remove fake code ocean_li_996 02:05
Re: postgresql.conf.sample tab width Chao Li 02:25
Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE Masahiko Sawada 02:29
Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 Japin Li 02:29
Re: Extended Statistics set/restore/clear functions. Corey Huinker 02:32
Re: Row pattern recognition 📎 Tatsuo Ishii 02:33
Re: Extended Statistics set/restore/clear functions. Corey Huinker 02:34
Re: minor improvement in snapbuild: use existing interface and removefake code cca5507 02:47
Re: Compile error on the aarch64 platform: Missing asm/hwcap.h 高增琦 02:54
Re: explain plans for foreign servers 📎 dinesh salve 03:25
Re: Proposal for enabling auto-vectorization for checksum calculations Andrew Kim 03:32
Re: Extended Statistics set/restore/clear functions. Michael Paquier 03:34
Re: regarding statistics retaining with 18 Upgrade Fujii Masao 03:41
Re: vacuumdb: add --dry-run Chao Li 03:58
Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Fujii Masao 04:07
Re: Extended Statistics set/restore/clear functions. Corey Huinker 04:39
Re: Proposal for enabling auto-vectorization for checksum calculations John Naylor 04:48
Re: Row pattern recognition Chao Li 05:03
Re: Row pattern recognition Chao Li 05:05
Re: Extended Statistics set/restore/clear functions. jian he 05:07
Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis 📎 Peter Smith 05:31
Re: GNU/Hurd portability patches Thomas Munro 05:32
Re: Extended Statistics set/restore/clear functions. Michael Paquier 05:39
Re: Add os_page_num to pg_buffercache Michael Paquier 05:39
Re: [PATCH] Add pg_get_subscription_ddl() function 📎 Vaibhav Dalvi 05:40

Browse Archives

Prev | Next