pgsql-hackers since 2025-10-22 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

Oct. 22, 2025

Thread Author Time
Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Joel Jacobson 00:02
Meson install warnings when running postgres build from a sandbox Matt Smith (matts3) 00:57
Re: [PATCH] Add Windows support for backtrace_functions (MSVC only) 📎 Bryan Green 01:09
Re: [PATCH] Add error_on_null() to produce an error if the input is null Michael Paquier 01:10
Re: Logical Replication of sequences Peter Smith 02:21
Re: Fix lag columns in pg_stat_replication not advancing when replay LSN stalls Fujii Masao 02:34
Re: Why cannot alter a column's type when it's used by a generated column jian he 02:39
Re: Fix race condition in SSI when reading PredXact->SxactGlobalXmin Josh Curtis 03:07
Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options Tatsuo Ishii 03:14
Re: Invalid primary_slot_name triggers warnings in all processes on reload Fujii Masao 03:52
Re: AIX support AIX PG user 03:52
Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options David Rowley 04:18
Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Masahiko Sawada 04:31
Re: CI: Add task that runs pgindent Michael Paquier 04:33
Re: Skip unregistered custom kinds on stats load Michael Paquier 04:49
Re: Improve pg_sync_replication_slots() to wait for primary to advance 📎 Ajin Cherian 04:55
Re: Logical Replication of sequences 📎 Amit Kapila 05:05
Re: on_error table, saving error info to a table 📎 jian he 05:15
Re: Logical Replication of sequences Peter Smith 05:23
Re: Logical Replication of sequences shveta malik 05:31
Re: Logical Replication of sequences Amit Kapila 05:37
Re: Logical Replication of sequences Amit Kapila 05:40
Re: Skip unregistered custom kinds on stats load Álvaro Herrera 05:44
Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options 📎 Tatsuo Ishii 05:49
Re: Skip unregistered custom kinds on stats load Michael Paquier 05:51
RE: Question for coverage report Hayato Kuroda (Fujitsu) 06:11
Re: remove unnecessary include in src/backend/commands/policy.c Shinya Kato 06:30
Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement jian he 07:20
Re: Meson install warnings when running postgres build from a sandbox Daniel Gustafsson 07:30
Re: Panic during xlog building with big values Michael Paquier 07:33
Re: Fix lag columns in pg_stat_replication not advancing when replay LSN stalls Xuneng Zhou 07:49
Re: Improve docs syntax checking and enable it in the meson build 📎 Nazir Bilal Yavuz 08:04
Add wal_fpi_bytes_[un]compressed to pg_stat_wal 📎 Shinya Kato 08:04
Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement jian he 08:08
RE: POC: enable logical decoding when wal_level = 'replica' without a server restart Hayato Kuroda (Fujitsu) 08:30
Re: CI: Add task that runs pgindent 📎 Jelte Fennema-Nio 08:41
Re: Add wal_fpi_bytes_[un]compressed to pg_stat_wal Michael Paquier 08:44
Re: Question about InvalidatePossiblyObsoleteSlot() Amit Kapila 08:48
Re: CI: Add task that runs pgindent Daniel Gustafsson 08:49
Re: Why cannot alter a column's type when it's used by a generated column 📎 Chao Li 08:57
Re: libpq OpenSSL and multithreading 📎 Daniel Gustafsson 08:59
Re: Client-only Meson Build From Sources Andres Freund 09:02
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik 09:10
Re: CI: Add task that runs pgindent 📎 Jelte Fennema-Nio 09:24
Issue with query_is_distinct_for() and grouping sets 📎 Richard Guo 09:25
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila 09:28
Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement 📎 Tim Waizenegger 09:32
Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement Chao Li 10:26
Re: IO in wrong state on riscv64 Andres Freund 10:51
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik 11:06
Re: Stack-based tracking of per-node WAL/buffer usage 📎 Lukas Fittl 11:28
Re: Extended Statistics set/restore/clear functions. Corey Huinker 11:55
Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement Tim Waizenegger 12:00
Re: CI: Add task that runs pgindent Daniel Gustafsson 12:06
Re: Fix ALTER TABLE DROP EXPRESSION with inheritance hierarchy 📎 BharatDB 12:26
Re: Speed up COPY FROM text/CSV parsing using SIMD Nazir Bilal Yavuz 12:33
Re: RFC: adding pytest as a supported test framework 📎 Jelte Fennema-Nio 12:44
Re: Stack-based tracking of per-node WAL/buffer usage Andres Freund 12:59
Re: [PATCH] Fix pg_rewind false positives caused by shutdown-only WAL 📎 BharatDB 12:59
Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Akshay Joshi 13:19
Re: [PATCH] Remove make_temptable_name_n() 📎 Aleksander Alekseev 13:20
Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement 📎 Akshay Joshi 13:21
Re: Invalid primary_slot_name triggers warnings in all processes on reload 📎 Fujii Masao 13:31
Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc? Andres Freund 13:32
Re: Eliminating SPI / SQL from some RI triggers - take 3 Amit Langote 13:55
Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats() Tom Lane 14:40
Re: Skip unregistered custom kinds on stats load Bertrand Drouvot 14:41
Re: Fix lag columns in pg_stat_replication not advancing when replay LSN stalls 📎 Fujii Masao 14:45
Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue 📎 Matheus Alcantara 15:23
Re: Fix lag columns in pg_stat_replication not advancing when replay LSN stalls Xuneng Zhou 15:25
Re: Question for coverage report Jacob Champion 15:30
Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Álvaro Herrera 15:49
Re: Question for coverage report Tom Lane 15:51
Re: Confine vacuum skip logic to lazy_scan_skip Tom Lane 16:12
Re: Dynamic shared memory areas Tom Lane 16:27
Bug in amcheck? Konstantin Knizhnik 16:29
Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats() Nathan Bossart 16:33
Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats() Nathan Bossart 16:36
Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement Philip Alger 17:14
Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue 📎 Matheus Alcantara 17:25
Re: [PATCH] Remove make_temptable_name_n() Nathan Bossart 17:33
Re: another autovacuum scheduling thread Nathan Bossart 18:40
Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Philip Alger 18:49
Re: amcheck: support for GiST 📎 Kirill Reshke 18:57
Re: another autovacuum scheduling thread Nathan Bossart 18:58
Re: Speed up COPY FROM text/CSV parsing using SIMD Nathan Bossart 19:24
Re: another autovacuum scheduling thread David Rowley 19:34
Re: another autovacuum scheduling thread Nathan Bossart 19:43
fix type of infomask parameter in static inline functions 📎 Nathan Bossart 20:04
[Proposal] Adding callback support for custom statistics kinds 📎 Sami Imseih 20:24
Re: Skip unregistered custom kinds on stats load Sami Imseih 20:57
Re: Instability of phycodorus in pg_upgrade tests with JIT Alexander Lakhin 21:00
Re: fix type of infomask parameter in static inline functions Tom Lane 21:16
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada 21:23
Re: fix type of infomask parameter in static inline functions Nathan Bossart 21:48
Re: IO in wrong state on riscv64 Thomas Munro 21:51
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada 21:54
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada 21:55
Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement Philip Alger 22:08
Add copyright notice to 048_vacuum_horizon_floor.pl 📎 Masahiko Sawada 22:25
Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement 📎 Philip Alger 22:27
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart 📎 Masahiko Sawada 22:59
Re: Add copyright notice to 048_vacuum_horizon_floor.pl Michael Paquier 23:10
Git clone over git protocol fails Gurjeet Singh 23:17
Re: Meson install warnings when running postgres build from a sandbox Matt Smith (matts3) 23:27
Pretty byte size formatting in EXPLAIN Gavin Wahl 23:42
Re: Add copyright notice to 048_vacuum_horizon_floor.pl Masahiko Sawada 23:45
Re: Extended Statistics set/restore/clear functions. Michael Paquier 23:46

Oct. 23, 2025

Thread Author Time
Re: postgres_fdw: Use COPY to speed up batch inserts 📎 Matheus Alcantara 00:00
Re: Skip unregistered custom kinds on stats load Michael Paquier 00:01
Re: Include extension path on pg_available_extensions Quan Zongliang 00:19
Re: Optimize SnapBuildPurgeOlderTxn: use in-place compaction instead of temporary array Masahiko Sawada 00:27
Re: Extended Statistics set/restore/clear functions. Michael Paquier 00:35
Re: Include extension path on pg_available_extensions Chao Li 01:28
Memory leak due to thinko in PL/Python error handling 📎 Tom Lane 01:49
Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options Tatsuo Ishii 02:06
Identifying Schema-Qualified Sequence References in Column Defaults jiaoshuntian 02:31
Re: Identifying Schema-Qualified Sequence References in Column Defaults Tom Lane 02:40
Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part Chao Li 02:43
Re: Issue with query_is_distinct_for() and grouping sets 📎 Richard Guo 02:44
Re: Issue with query_is_distinct_for() and grouping sets David Rowley 02:59
Re: Issue with query_is_distinct_for() and grouping sets David Rowley 03:07
Re: [PATCH] Free memory allocated by waitonlock_error_callback() Quan Zongliang 03:18
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Peter Smith 03:28
Re: [Proposal] Adding callback support for custom statistics kinds Michael Paquier 03:33
Re: Issue with query_is_distinct_for() and grouping sets Richard Guo 03:43
Re: issue with synchronized_standby_slots Amit Kapila 04:06
Re: [PATCH] Free memory allocated by waitonlock_error_callback() Michael Paquier 04:08
Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement 📎 jian he 04:21
Re: [PATCH] Free memory allocated by waitonlock_error_callback() Tom Lane 04:29
Re: Fix lag columns in pg_stat_replication not advancing when replay LSN stalls Fujii Masao 04:30
Re: Issue with query_is_distinct_for() and grouping sets David Rowley 04:33
Re: doc: create table improvements 📎 Laurenz Albe 04:43
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila 04:48
Re: Making pg_rewind faster Michael Paquier 05:12
Re: Logical Replication of sequences 📎 vignesh C 06:15
Re: IO in wrong state on riscv64 Alexander Lakhin 07:00
Re: Issue with query_is_distinct_for() and grouping sets 📎 Richard Guo 07:07
Re: Tab completion for large objects 📎 Fujii Masao 07:22
Re: issue with synchronized_standby_slots 📎 Shlok Kyal 07:49
Re: IO in wrong state on riscv64 Thomas Munro 07:52
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik 08:12
Re: issue with synchronized_standby_slots 📎 Shlok Kyal 08:14
RE: issue with synchronized_standby_slots Hayato Kuroda (Fujitsu) 08:15
Re: Optimize LISTEN/NOTIFY Chao Li 08:16
Re: Optimize SnapBuildPurgeOlderTxn: use in-place compaction instead of temporary array Xuneng Zhou 08:17
Proposal: Allow excluding specific file patterns in pg_checksums XYenon 08:17
Re: Make wal_receiver_timeout configurable per subscription 📎 Fujii Masao 08:19
PG version is not shown in pg_upgrade test log 📎 Потапов Александр 08:20
Re: Docs and tests for RLS policies applied by command type 📎 jian he 08:22
Re: Making pg_rewind faster 📎 Michael Paquier 08:22
Fix comments for ChangeVarNodes() and related functions 📎 Richard Guo 08:59
Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement Akshay Joshi 09:19
Re: Tab completion for large objects Chao Li 09:22
Re: issue with synchronized_standby_slots 📎 Shlok Kyal 09:28
Re: Add wal_fpi_bytes_[un]compressed to pg_stat_wal 📎 Shinya Kato 09:36
Re: CI: Add task that runs pgindent 📎 Jelte Fennema-Nio 09:40
001_password.pl fails with --without-readline 📎 Oleg Tselebrovskiy 09:47
Re: postgres_fdw: Use COPY to speed up batch inserts jian he 09:49
Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Aleksander Alekseev 09:55
Re: POC: Carefully exposing information without authentication 📎 Greg Sabino Mullane 09:57
Re: Optimize LISTEN/NOTIFY Arseniy Mukhin 10:02
Re: Question about InvalidatePossiblyObsoleteSlot() 📎 Bertrand Drouvot 10:07
Re: Can we use Statistics Import and Export feature to perforamance testing? 📎 Yugo Nagata 10:27
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik 10:39
Re: Implement waiting for wal lsn replay: reloaded 📎 Alexander Korotkov 10:46
Remove an unnecessary blank line on the PQisBusy() comments 📎 Yugo Nagata 11:02
Re: Logical Replication of sequences Amit Kapila 11:17
Re: issue with synchronized_standby_slots Amit Kapila 11:28
Re: amcheck: support for GiST Arseniy Mukhin 11:39
Re: pgsql: Use CompactAttribute more often, when possible Robert Haas 12:21
Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Sergey Prokhorenko 12:34
Re: Making pg_rewind faster Robert Haas 12:40
Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou 12:58
Add GoAway protocol message for graceful but fast server shutdown/switchover 📎 Jelte Fennema-Nio 13:04
Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Andrey Borodin 13:06
Re: [PATCH] Free memory allocated by waitonlock_error_callback() Aleksander Alekseev 13:32
Re: Include extension path on pg_available_extensions Euler Taveira 13:56
libpq: Bump protocol version to version 3.2 at least until the first/second beta 📎 Jelte Fennema-Nio 13:56
Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions Jelte Fennema-Nio 14:10
Re: WIP: parallel GiST index builds 📎 Kirill Reshke 14:13
Re: CI: Add task that runs pgindent Daniel Gustafsson 14:27
Re: Proposal: Allow excluding specific file patterns in pg_checksums Greg Sabino Mullane 14:39
Re: Git clone over git protocol fails 📎 Daniel Gustafsson 14:41
Re: Git clone over git protocol fails Daniel Gustafsson 14:53
Re: Proposal: Allow excluding specific file patterns in pg_checksums Daniel Gustafsson 14:55
Re: Git clone over git protocol fails Nathan Bossart 14:59
Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions 📎 Aleksander Alekseev 15:08
Re: Remove an unnecessary blank line on the PQisBusy() comments Nathan Bossart 15:11
Re: CI: Add task that runs pgindent Peter Geoghegan 15:14
Re: Docs and tests for RLS policies applied by command type 📎 Dean Rasheed 15:14
Re: Git clone over git protocol fails Jacob Champion 15:17
Re: Remove an unnecessary blank line on the PQisBusy() comments Euler Taveira 15:19
Re: issue with synchronized_standby_slots Fujii Masao 15:38
Re: Git clone over git protocol fails Gurjeet Singh 15:43
Re: Git clone over git protocol fails Tom Lane 15:52
Re: CI: Add task that runs pgindent David G. Johnston 15:58
Re: Making pg_rewind faster Srinath Reddy Sadipiralla 16:08
Bug in pg_stat_statements Konstantin Knizhnik 16:21
Re: CI: Add task that runs pgindent Daniel Gustafsson 16:24

Browse Archives

Prev | Next