pgsql-hackers since 2025-11-26 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. 26, 2025

Thread Author Time
Re: Speed up COPY FROM text/CSV parsing using SIMD Manni Wood 00:09
Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent Robert Haas 00:13
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart 📎 Masahiko Sawada 00:29
Re: Remaining dependency on setlocale() Chao Li 01:50
Re: Extended Statistics set/restore/clear functions. Michael Paquier 02:06
Re: log_min_messages per backend type 📎 Euler Taveira 02:11
Re: log_min_messages per backend type Euler Taveira 02:15
Re: Additional info for CREATE ROLE with REPLICATION Chao Li 02:21
Re: [Proposal] Adding TRIM_SPACE option to COPY Fujii Masao 02:33
Re: Add comments about fire_triggers argument in ri_triggers.c Amit Langote 02:48
Re: How can end users know the cause of LR slot sync delays? Amit Kapila 02:59
Re: SQL Property Graph Queries (SQL/PGQ) Junwang Zhao 03:02
RE: How can end users know the cause of LR slot sync delays? 📎 Zhijie Hou (Fujitsu) 03:24
RE: How can end users know the cause of LR slot sync delays? Hayato Kuroda (Fujitsu) 03:30
Re: BUG #19095: Test if function exit() is used fail when linked static Michael Paquier 03:43
Re: How can end users know the cause of LR slot sync delays? 📎 Shlok Kyal 04:00
Re: [PATCH] Add mssql_compat extension with DATEDIFF function Michael Paquier 04:18
RE: Assertion failure in SnapBuildInitialSnapshot() Zhijie Hou (Fujitsu) 04:25
Re: [PATCH] Add mssql_compat extension with DATEDIFF function Pavel Stehule 04:29
Re: change default default_toast_compression to lz4? Michael Paquier 04:35
Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem) 📎 Michael Paquier 04:54
Re: How can end users know the cause of LR slot sync delays? shveta malik 04:54
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila 05:01
Re: Improve pg_sync_replication_slots() to wait for primary to advance shveta malik 05:01
Re: refactor AlterDomainAddConstraint (alter domain add constraint) 📎 jian he 05:07
Re: Extended Statistics set/restore/clear functions. Corey Huinker 05:14
Re: Extended Statistics set/restore/clear functions. Michael Paquier 05:24
Re: Extended Statistics set/restore/clear functions. Corey Huinker 05:32
Re: Extended Statistics set/restore/clear functions. Corey Huinker 05:34
Re: Extended Statistics set/restore/clear functions. Corey Huinker 05:37
Re: Extended Statistics set/restore/clear functions. Michael Paquier 05:44
Re: Extended Statistics set/restore/clear functions. Corey Huinker 05:50
Re: pg_waldump: support decoding of WAL inside tarfile 📎 Amul Sul 06:02
Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Nishant Sharma 06:05
[buildfarm related] Machines gcc experimental failed test_lfind Hayato Kuroda (Fujitsu) 06:07
Re: Extended Statistics set/restore/clear functions. Michael Paquier 06:16
Re: How can end users know the cause of LR slot sync delays? 📎 Shlok Kyal 06:28
Re: Some optimizations for COALESCE expressions during constant folding Richard Guo 06:33
Re: [PATCH] Add pg_get_subscription_ddl() function Vaibhav Dalvi 06:34
Re: tuple radix sort John Naylor 06:52
Re: tuple radix sort John Naylor 06:55
Re: [PATCH] Avoid pallocs in async.c's "critical section" Arseniy Mukhin 07:00
Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem) Nikhil Kumar Veldanda 07:09
Re: How can end users know the cause of LR slot sync delays? shveta malik 07:13
Re: [PATCH] Refactor bytea_sortsupport(), take two John Naylor 07:18
Re: pg_waldump: support decoding of WAL inside tarfile Chao Li 07:23
Re: transformJsonFuncExpr pathspec cache lookup failed 📎 Amit Langote 07:32
[PATCH] psql: add size-based sorting options (O/o) for tables and indexes 📎 M.Atıf Ceylan 07:48
Re: [buildfarm related] Machines gcc experimental failed test_lfind John Naylor 08:00
Re: Performance issues with parallelism and LIMIT 📎 David Geier 08:15
Re: Bug in amcheck? Heikki Linnakangas 08:20
Re: Proposal: Conflict log history table for Logical Replication shveta malik 08:35
Re: Improve pg_sync_replication_slots() to wait for primary to advance shveta malik 08:42
RE: How can end users know the cause of LR slot sync delays? Zhijie Hou (Fujitsu) 08:53
Re: [PATCH] Add error hints for invalid COPY options Sugamoto Shinya 08:55
Re: Re: Serverside SNI support in libpq Dewei Dai 09:14
Re: Extended Statistics set/restore/clear functions. 📎 Corey Huinker 09:21
Refactoring: Use soft error reporting for *_opt_overflow functions of date/timestamp 📎 Amul Sul 09:39
Re: [PATCH] Expose checkpoint timestamp and duration in pg_stat_checkpointer Soumya S Murali 09:50
Re: How can end users know the cause of LR slot sync delays? 📎 Shlok Kyal 09:51
Re: [PATCH] Expose checkpoint timestamp and duration in pg_stat_checkpointer Soumya S Murali 10:15
Second RewriteQuery complains about first RewriteQuery in edge case 📎 Bernice Southey 10:33
Re: Proposal: Conflict log history table for Logical Replication shveta malik 10:45
Re: Patch: VACUUM should ignore (CREATE |RE)INDEX CONCURRENTLY for xmin horizon calculations Hannu Krosing 11:07
Re: The pgperltidy diffs in HEAD Dagfinn Ilmari Mannsåker 11:11
Re: The pgperltidy diffs in HEAD Daniel Gustafsson 11:16
Re: Proposal: Conflict log history table for Logical Replication 📎 Dilip Kumar 11:18
Re: Additional info for CREATE ROLE with REPLICATION Marcos Pegoraro 11:24
Re: Refactoring: Use soft error reporting for *_opt_overflow functions of date/timestamp Michael Paquier 11:42
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila 11:46
Re: Speed up COPY FROM text/CSV parsing using SIMD 📎 KAZAR Ayoub 11:50
Re: transformJsonFuncExpr pathspec cache lookup failed jian he 11:55
Re: Some optimizations for COALESCE expressions during constant folding 📎 Richard Guo 11:55
Re: transformJsonFuncExpr pathspec cache lookup failed Kirill Reshke 11:56
Re: refactor AlterDomainAddConstraint (alter domain add constraint) Alvaro Herrera 12:07
Re: IPC/MultixactCreation on the Standby server Álvaro Herrera 12:08
Re: Refactoring: Use soft error reporting for *_opt_overflow functions of date/timestamp Amit Langote 12:11
Re: Second RewriteQuery complains about first RewriteQuery in edge case Kirill Reshke 12:13
Re: Patch: VACUUM should ignore (CREATE |RE)INDEX CONCURRENTLY for xmin horizon calculations Matthias van de Meent 12:18
Re: [PATCH] psql: add size-based sorting options (O/o) for tables and indexes Euler Taveira 12:43
Re: [PATCH] Add native PIVOT syntax for SQL Server/Oracle compatibility Kirill Reshke 12:50
Re: Refactoring: Use soft error reporting for *_opt_overflow functions of date/timestamp Amul Sul 13:01
Re: [PATCH] psql: add size-based sorting options (O/o) for tables and indexes Pavel Stehule 13:01
Re: Refactoring: Use soft error reporting for *_opt_overflow functions of date/timestamp Amul Sul 13:10
Re: tuple radix sort 📎 John Naylor 13:11
Question on PostgreSQL Table Partitioning – Performance of Queries That Do Not Use the Partition Key atma ram 13:22
Re: pg_recvlogical: Prevent flushed data from being re-sent after restarting replication 📎 Mircea Cadariu 13:25
Re: System views for versions reporting Laurenz Albe 13:28
Re: [PATCH] psql: add size-based sorting options (O/o) for tables and indexes Aleksander Alekseev 13:40
macOS - Sequoia CI task is stuck on the Postgres Github CI Nazir Bilal Yavuz 13:44
Re: Question on PostgreSQL Table Partitioning – Performance of Queries That Do Not Use the Partition Key Aleksander Alekseev 13:49
Re: System views for versions reporting Dmitry Dolgov 13:53
Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache Nazir Bilal Yavuz 14:02
Re: [PATCH] Better Performance for PostgreSQL with large INSERTs 📎 Filip Janus 14:02
Re: Speed up COPY FROM text/CSV parsing using SIMD Manni Wood 14:21
Re: macOS - Sequoia CI task is stuck on the Postgres Github CI Andres Freund 14:24
Re: Serverside SNI support in libpq 📎 Daniel Gustafsson 14:33
Re: macOS - Sequoia CI task is stuck on the Postgres Github CI Álvaro Herrera 14:38
Re: macOS - Sequoia CI task is stuck on the Postgres Github CI Andres Freund 14:44
Remove unused struct fields 📎 Bertrand Drouvot 14:54
Re: Remove unused struct fields Nathan Bossart 15:01
Re: Additional info for CREATE ROLE with REPLICATION David G. Johnston 15:02
Re: Second RewriteQuery complains about first RewriteQuery in edge case Dean Rasheed 15:04
Re: POC: make mxidoff 64 bits Maxim Orlov 15:23
Re: System views for versions reporting Laurenz Albe 15:39
Re: POC: make mxidoff 64 bits Heikki Linnakangas 15:50
Re: Remove unused struct fields Nathan Bossart 15:50
Re: [buildfarm related] Machines gcc experimental failed test_lfind Tom Lane 15:51
Re: [Proposal] Adding TRIM_SPACE option to COPY 河田達也 16:00
Re: [buildfarm related] Machines gcc experimental failed test_lfind Nathan Bossart 16:02
Re: [buildfarm related] Machines gcc experimental failed test_lfind Tom Lane 16:10
Re: Fixes bug in strlower_libc_sb() Bertrand Drouvot 16:15
Re: Adding basic NUMA awareness 📎 Tomas Vondra 16:19
Re: The pgperltidy diffs in HEAD 📎 Daniel Gustafsson 16:19
Re: [buildfarm related] Machines gcc experimental failed test_lfind Nathan Bossart 16:21
Re: The pgperltidy diffs in HEAD Dagfinn Ilmari Mannsåker 16:22
Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect 📎 Fujii Masao 16:33
Re: Second RewriteQuery complains about first RewriteQuery in edge case Tom Lane 16:49
Re: Performance issues with parallelism and LIMIT David Geier 17:22
Re: [PATCH] Expose checkpoint timestamp and duration in pg_stat_checkpointer Juan José Santamaría Flecha 17:23
Re: Performance issues with parallelism and LIMIT Tomas Vondra 17:30
Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Kirill Reshke 17:37
Re: [PATCH] Expose checkpoint timestamp and duration in pg_stat_checkpointer Michael Banck 17:41
pgsql: Inline pg_ascii_tolower() and pg_ascii_toupper(). Jeff Davis 18:08
Re: Partial hash index is not used for implied qual. 📎 Tom Lane 18:25
Re: should we have a fast-path planning for OLTP starjoins? Tomas Vondra 18:30
Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY 📎 Álvaro Herrera 18:34
Re: change default default_toast_compression to lz4? 📎 Euler Taveira 18:59
Re: System views for versions reporting 📎 Dmitry Dolgov 19:15
Re: SQL:2011 Application Time Update & Delete 📎 Paul A Jungwirth 19:29
Re: [PATCH] Add native PIVOT syntax for SQL Server/Oracle compatibility Myles Lewis 19:54
Re: oid2name : add objects file path Guillaume Lelarge 20:02
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada 20:11
Re: Second RewriteQuery complains about first RewriteQuery in edge case Bernice Southey 20:20
Re: [PATCH] contrib: Add pg_datemath extension with datediff function Myles Lewis 20:26
Re: Second RewriteQuery complains about first RewriteQuery in edge case Bernice Southey 20:28
Re: [PATCH] Add native PIVOT syntax for SQL Server/Oracle compatibility Myles Lewis 20:39
Re: postgres_fdw: Use COPY to speed up batch inserts 📎 Matheus Alcantara 20:51
Re: IPC/MultixactCreation on the Standby server 📎 Heikki Linnakangas 20:59
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart 📎 Masahiko Sawada 21:01
Re: IPC/MultixactCreation on the Standby server Álvaro Herrera 21:15
Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent Nathan Bossart 21:21
Re: Second RewriteQuery complains about first RewriteQuery in edge case Dean Rasheed 21:39
Re: Have the planner convert COUNT(1) / COUNT(not_null_col) to COUNT(*) David Rowley 21:44
Re: Second RewriteQuery complains about first RewriteQuery in edge case Tom Lane 21:57
Consistently use palloc_object() and palloc_array() 📎 David Geier 22:09
Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis 📎 Peter Smith 22:24
show size of DSAs and dshash tables in pg_dsm_registry_allocations 📎 Nathan Bossart 22:49
Re: Some optimizations for COALESCE expressions during constant folding David Rowley 22:55
Re: Refactoring: Use soft error reporting for *_opt_overflow functions of date/timestamp Michael Paquier 22:59
Re: Consistently use palloc_object() and palloc_array() Chao Li 23:03
Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache Michael Paquier 23:34

Nov. 27, 2025

Thread Author Time
Re: Consistently use palloc_object() and palloc_array() Michael Paquier 00:24
Re: [PATCH] Add native PIVOT syntax for SQL Server/Oracle compatibility Michael Paquier 00:35
Re: Proposal: Conflict log history table for Logical Replication Peter Smith 00:59
Re: Support tid range scan in parallel? David Rowley 01:07
Re: Remaining dependency on setlocale() Chao Li 01:08
Re: Row pattern recognition 📎 Tatsuo Ishii 01:16
Re: Refactoring: Use soft error reporting for *_opt_overflow functions of date/timestamp Amit Langote 01:18
Re: Refactoring: Use soft error reporting for *_opt_overflow functions of date/timestamp Michael Paquier 01:27
Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Mihail Nikalayeu 01:54
Re: Patch: VACUUM should ignore (CREATE |RE)INDEX CONCURRENTLY for xmin horizon calculations Mihail Nikalayeu 02:30
Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Fujii Masao 02:46
Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache 邱宇航 02:51
Re: Consistently use palloc_object() and palloc_array() Thomas Munro 02:53
Re: Partial hash index is not used for implied qual. David Rowley 03:01
Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache 邱宇航 03:07
Re: Row pattern recognition Tatsuo Ishii 03:10
Re: Refactoring: Use soft error reporting for *_opt_overflow functions of date/timestamp Amit Langote 03:10
Re: transformJsonFuncExpr pathspec cache lookup failed Amit Langote 03:16
Re: [PATCH] contrib: Add pg_datemath extension with datediff function Pavel Stehule 03:18
Re: Consistently use palloc_object() and palloc_array() Tom Lane 03:25
Re: IPC/MultixactCreation on the Standby server Chao Li 03:39
Re: [PATCH] psql: add size-based sorting options (O/o) for tables and indexes Pavel Stehule 03:51
Re: How can end users know the cause of LR slot sync delays? 📎 Shlok Kyal 03:55
Re: Partial hash index is not used for implied qual. Tom Lane 04:04
Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache Michael Paquier 04:17
Move WAL/RMGR sequence code into its own file and header 📎 Michael Paquier 04:29
Re: How can end users know the cause of LR slot sync delays? shveta malik 05:12
Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect 📎 Fujii Masao 05:17
Re: Consistently use palloc_object() and palloc_array() Michael Paquier 05:18
Re: How can end users know the cause of LR slot sync delays? 📎 Shlok Kyal 05:38
Re: Support tid range scan in parallel? David Rowley 05:48
Re: pgsql: doc: Fix incorrect wording for --file in pg_dump Erik Rijkers 05:48
Re: pgsql: doc: Fix incorrect wording for --file in pg_dump Chao Li 06:32
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Peter Smith 06:32
Re: pgsql: doc: Fix incorrect wording for --file in pg_dump Michael Paquier 06:33
Re: Row pattern recognition Chao Li 06:56
Re: IPC/MultixactCreation on the Standby server Heikki Linnakangas 07:20
Re: IPC/MultixactCreation on the Standby server Heikki Linnakangas 07:24
Re: Move WAL/RMGR sequence code into its own file and header Heikki Linnakangas 07:35
Re: Move WAL/RMGR sequence code into its own file and header Michael Paquier 07:38
Re: tuple radix sort Chao Li 07:48
Re: [Patch] Windows relation extension failure at 2GB and 4GB 📎 Bryan Green 07:52
Re: Refactoring: Use soft error reporting for *_opt_overflow functions of date/timestamp 📎 Amul Sul 07:57
Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache 📎 Nazir Bilal Yavuz 07:59
Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache Nazir Bilal Yavuz 08:00
Re: Non-text mode for pg_dumpall 📎 Mahendra Singh Thalor 08:15
Re: show size of DSAs and dshash tables in pg_dsm_registry_allocations Rahila Syed 08:21
Re: Partial hash index is not used for implied qual. Sergei Glukhov 08:39

Browse Archives

Prev | Next