pgsql-hackers since 2026-03-10 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

March 10, 2026

Thread Author Time
Re: Avoid resource leak (src/bin/pg_dump/pg_dumpall.c) yangyz 00:27
Re: pg_stat_replication.*_lag sometimes shows NULL during active replication Shinya Kato 01:01
Re: Add missing stats_reset column to pg_stat_database_conflicts view Fujii Masao 01:17
Remove redundant cast in gindesc.c 📎 zengman 01:31
Re: client_connection_check_interval default value Chao Li 01:42
Re: pg_stat_replication.*_lag sometimes shows NULL during active replication Fujii Masao 01:54
Re: Speed up COPY FROM text/CSV parsing using SIMD Manni Wood 02:30
RE: Patch for migration of the pg_commit_ts directory Hayato Kuroda (Fujitsu) 02:50
Re: Remove redundant cast in gindesc.c Michael Paquier 03:01
Re: Avoid resource leak (src/bin/pg_dump/pg_dumpall.c) Michael Paquier 03:05
Re: Refactor recovery conflict signaling a little Xuneng Zhou 03:55
Re: Change checkpoint‑record‑missing PANIC to FATAL Michael Paquier 03:58
Re: Skipping schema changes in publication Amit Kapila 04:54
Re: [WiP] B-tree page merge during vacuum to reduce index bloat Madhav Madhusoodanan 05:09
Re: Compression of bigger WAL records Japin Li 05:36
Re: Skipping schema changes in publication shveta malik 05:46
Re: Miscellaneous message fixes Michael Paquier 06:05
Re: Streamify more code paths 📎 Xuneng Zhou 06:06
Re: Simplifies checks (src/bin/pg_dump/pg_backup_archiver.c) Japin Li 06:12
Re: Skipping schema changes in publication Amit Kapila 06:17
Re: Add support for EXTRA_REGRESS_OPTS for meson Michael Paquier 06:18
Re: finish TODOs in to_json_is_immutable, to_jsonb_is_immutable also add tests on it 📎 jian he 06:31
Re: [PATCH] Support automatic sequence replication Chao Li 06:43
Re: [PATCH] Add max_logical_replication_slots GUC shveta malik 06:54
Re: domain for WITHOUT OVERLAPS jian he 07:41
Re: slow SELECT expr INTO var in plpgsql 📎 Pavel Stehule 07:58
Re: slow SELECT expr INTO var in plpgsql 📎 Pavel Stehule 08:02
Re: ALTER TABLE: warn when actions do not recurse to partitions 📎 Chao Li 08:04
Re: Stack-based tracking of per-node WAL/buffer usage Zsolt Parragi 08:12
Re: Change initdb default to the builtin collation provider Anders Åstrand 08:37
Add missing CHECK_FOR_INTERRUPTS calls in dblink module 📎 Lakshmi N 08:37
Re: Odd code around ginScanToDelete Xuneng Zhou 09:19
Re: Add missing CHECK_FOR_INTERRUPTS calls in dblink module Kirill Reshke 09:25
Re: Odd code around ginScanToDelete Pavel Borisov 09:28
Re: domain for WITHOUT OVERLAPS Kirill Reshke 09:53
Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc? Lukas Fittl 10:04
Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Kirill Reshke 10:16
Potential security risk associated with function call 📎 Jet 10:24
Re: Streamify more code paths Michael Paquier 10:28
Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement 📎 Florin Irion 10:31
Re: Potential security risk associated with function call Anders Åstrand 10:50
Re: psql's 001_basic.pl test could fail on very slow machines 📎 Oleg Tselebrovskiy 11:01
Re: Simplifies checks (src/bin/pg_dump/pg_backup_archiver.c) Ranier Vilela 11:09
Re: ALTER TABLE: warn when actions do not recurse to partitions Jim Jones 11:16
Re: Add missing stats_reset column to pg_stat_database_conflicts view Kirill Reshke 11:32
Re: Speed up COPY FROM text/CSV parsing using SIMD Nazir Bilal Yavuz 11:42
Re: Potential security risk associated with function call Jet 11:50
Re: [WiP] B-tree page merge during vacuum to reduce index bloat Matthias van de Meent 11:53
Re: Potential security risk associated with function call Matthias van de Meent 12:02
Re: Potential security risk associated with function call Robert Haas 12:26
Re: SQL:2011 Application Time Update & Delete Kirill Reshke 12:26
Re: Potential security risk associated with function call Jet 12:27
Re: Eliminating SPI / SQL from some RI triggers - take 3 📎 Junwang Zhao 12:28
Re: [PATCH] Add CANONICAL option to xmlserialize 📎 Jim Jones 12:31
Re: Speed up COPY FROM text/CSV parsing using SIMD 📎 Nazir Bilal Yavuz 12:35
Re: Potential security risk associated with function call David G. Johnston 12:37
Re: Potential security risk associated with function call Kirill Reshke 12:39
Re: Potential security risk associated with function call Jet 12:44
Re: Skipping schema changes in publication 📎 vignesh C 12:49
[PATCH] Simplify trivial shmem size calculations 📎 Tender Wang 12:59
Re: Potential security risk associated with function call Jet 13:09
Re: Serverside SNI support in libpq 📎 Daniel Gustafsson 13:11
Re: Potential security risk associated with function call Daniel Gustafsson 13:13
Re: Streamify more code paths 📎 Xuneng Zhou 13:23
Re: Potential security risk associated with function call Robert Haas 13:23
Re: [PATCH] Simplify trivial shmem size calculations Junwang Zhao 13:32
RE: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Madyshev Egor 13:41
Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement 📎 Akshay Joshi 13:44
Re: brin: Remove duplicate initialization in initialize_brin_buildstate() Fujii Masao 13:57
Re: Potential security risk associated with function call Jet 14:05
Re: Inconsistency in owner assignment between INDEX and STATISTICS Amit Khandekar 14:07
Re: CREATE SCHEMA ... CREATE DOMAIN support 📎 jian he 14:11
Re: finish TODOs in to_json_is_immutable, to_jsonb_is_immutable also add tests on it 📎 Andrew Dunstan 14:12
Re: psql's 001_basic.pl test could fail on very slow machines Greg Sabino Mullane 14:23
Re: [19] CREATE SUBSCRIPTION ... SERVER Jeff Davis 14:23
Re: [PATCH] Simplify trivial shmem size calculations Nathan Bossart 14:31
Re: Patch for migration of the pg_commit_ts directory 📎 ls7777 14:39
Re: Change initdb default to the builtin collation provider Jeff Davis 14:55
Re: pg_plan_advice 📎 Robert Haas 14:55
Re: Hash-based MCV matching for large IN-lists 📎 Ilia Evdokimov 14:55
Re: another autovacuum scheduling thread 📎 Nathan Bossart 15:06
Re: Change initdb default to the builtin collation provider Robert Haas 15:12
Re: Change initdb default to the builtin collation provider Daniel Gustafsson 15:14
Re: Potential security risk associated with function call Robert Haas 15:22
Re: ALTER TABLE: warn when actions do not recurse to partitions Greg Sabino Mullane 15:32
Re: Potential security risk associated with function call Matthias van de Meent 16:06
Re: Correcting freeze conflict horizon calculation 📎 Melanie Plageman 16:12
Re: SQL:2011 Application Time Update & Delete Paul A Jungwirth 16:13
Re: another autovacuum scheduling thread 📎 Nathan Bossart 16:19
Re: Potential security risk associated with function call Nico Williams 16:19
Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Corey Huinker 16:22
Re: domain for WITHOUT OVERLAPS 📎 Paul A Jungwirth 16:31
Re: [oauth] Stabilize the libpq-oauth ABI (and allow alternative implementations?) 📎 Jacob Champion 16:32
Re: domain for WITHOUT OVERLAPS Paul A Jungwirth 16:33
Re: Add starelid, attnum to pg_stats and leverage this in pg_dump Nathan Bossart 16:37
Re: Add starelid, attnum to pg_stats and leverage this in pg_dump Corey Huinker 16:42
Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode Jacob Champion 16:43
Re: Correcting freeze conflict horizon calculation Peter Geoghegan 16:53
Re: Potential security risk associated with function call Matthias van de Meent 16:54
Re: Speed up COPY FROM text/CSV parsing using SIMD Nathan Bossart 17:10
Re: Shutdown indefinitely stuck due to unflushed FPI_FOR_HINT record Andres Freund 17:11
Re: support fast default for domain with constraints 📎 Andrew Dunstan 17:18
n_dead_tup could be way off just after a vacuum Frédéric Yhuel 17:24
Re: SQL:2011 Application Time Update & Delete Kirill Reshke 17:33
Re: Change initdb default to the builtin collation provider Laurenz Albe 17:42
Re: Potential security risk associated with function call Mark Woodward 17:42
MERGE PARTITIONS and DEPENDS ON EXTENSION. Kirill Reshke 17:53
Re: Potential security risk associated with function call Mark Woodward 17:58
Re: Potential security risk associated with function call Tom Lane 18:08
Re: POC: Parallel processing of indexes in autovacuum Masahiko Sawada 18:13
Re: Miscellaneous message fixes Masahiko Sawada 18:20
Re: Miscellaneous message fixes Masahiko Sawada 18:39
Re: Remove header lock BufferGetLSNAtomic() on architectures with 64 bit atomic operations 📎 Tomas Vondra 18:41
Re: Add missing stats_reset column to pg_stat_database_conflicts view 📎 shihao zhong 18:43
Re: Change initdb default to the builtin collation provider Jeff Davis 19:04
Re: Speed up COPY TO text/CSV parsing using SIMD Nathan Bossart 19:16
Re: Potential security risk associated with function call Pavel Stehule 19:21
Re: Adding REPACK [concurrently] 📎 Alvaro Herrera 19:24
Re: Add missing stats_reset column to pg_stat_database_conflicts view Sami Imseih 19:27
Re: Correcting freeze conflict horizon calculation Melanie Plageman 19:28
Re: Unlogged rel fake lsn vs GetVictimBuffer() Melanie Plageman 19:31
Re: Interrupts vs signals 📎 Andres Freund 19:43
Re: Unlogged rel fake lsn vs GetVictimBuffer() Melanie Plageman 19:46
Re: Potential security risk associated with function call Andres Freund 19:56
Re: Adding REPACK [concurrently] Alvaro Herrera 20:05
Re: Potential security risk associated with function call Pavel Stehule 20:18
Re: Remove header lock BufferGetLSNAtomic() on architectures with 64 bit atomic operations Andres Freund 20:41
Re: Skipping schema changes in publication Masahiko Sawada 20:54
Re: Use allocation macros in the logical replication code Masahiko Sawada 20:55
Re: index prefetching 📎 Peter Geoghegan 20:57
Re: Problems with get_actual_variable_range's VISITED_PAGES_LIMIT Peter Geoghegan 21:00
Re: Problems with get_actual_variable_range's VISITED_PAGES_LIMIT Peter Geoghegan 21:03
Re: Fix uninitialized xl_running_xacts padding Alexander Kuzmenkov 21:51
Re: Improve OAuth discovery logging 📎 Jacob Champion 21:52
Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Zsolt Parragi 22:05
Re: Problems with get_actual_variable_range's VISITED_PAGES_LIMIT Andres Freund 22:08
Re: Fix uninitialized xl_running_xacts padding Heikki Linnakangas 22:09
Re: [oauth] Stabilize the libpq-oauth ABI (and allow alternative implementations?) Zsolt Parragi 22:10
Re: Refactor recovery conflict signaling a little Heikki Linnakangas 22:10
Re: [PATCH] libpq: try all addresses for a host before moving to next on target_session_attrs mismatch Laurenz Albe 22:18
Re: index prefetching Andres Freund 22:29
Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode Zsolt Parragi 22:40
Re: index prefetching Andres Freund 22:47
Re: Streamify more code paths Andres Freund 23:04
Re: [oauth] Stabilize the libpq-oauth ABI (and allow alternative implementations?) Jacob Champion 23:27
Re: Streamify more code paths Andres Freund 23:27
Re: Streamify more code paths Michael Paquier 23:29

March 11, 2026

Thread Author Time
Re: Remove header lock BufferGetLSNAtomic() on architectures with 64 bit atomic operations 📎 Tomas Vondra 00:00
Re: A stack allocation API Thomas Munro 00:05
Re: another autovacuum scheduling thread 📎 Sami Imseih 00:11
Re: Streamify more code paths Andres Freund 00:16
Re: Remove header lock BufferGetLSNAtomic() on architectures with 64 bit atomic operations Andres Freund 00:21
Re: [PATCH] Simplify trivial shmem size calculations Tender Wang 00:21
Re: Remove header lock BufferGetLSNAtomic() on architectures with 64 bit atomic operations Tomas Vondra 00:43
Add documentation for PG_ABS_SRCDIR, PG_ABS_BUILDDIR, PG_LIBDIR, PG_DLSUFFIX 📎 Michael Paquier 01:07
Re: another autovacuum scheduling thread Sami Imseih 01:08
RE: Adding REPACK [concurrently] 📎 Shinoda, Noriyoshi (PSD Japan FSI) 01:13
Re: Streamify more code paths Xuneng Zhou 01:37
Re: finish TODOs in to_json_is_immutable, to_jsonb_is_immutable also add tests on it jian he 01:53
Re: Streamify more code paths Xuneng Zhou 02:13
Re: Streamify more code paths Xuneng Zhou 02:22
Re: Streamify more code paths Xuneng Zhou 02:23
Re: pg_stat_replication.*_lag sometimes shows NULL during active replication 📎 Shinya Kato 02:38
Re: Add documentation for PG_ABS_SRCDIR, PG_ABS_BUILDDIR, PG_LIBDIR, PG_DLSUFFIX zhanghu 03:10
Re: Skipping schema changes in publication shveta malik 03:24
Save a few bytes per CatCTup 📎 cca5507 03:25
Re: support fast default for domain with constraints 📎 jian he 03:43
Re: another autovacuum scheduling thread wenhui qiu 03:56
Re: Row pattern recognition SungJun Jang 04:37
Re: Skipping schema changes in publication shveta malik 04:59
Re: Skipping schema changes in publication Nisha Moond 05:41
Re: ALTER TABLE: warn when actions do not recurse to partitions 📎 Chao Li 07:04
Re: [oauth] Stabilize the libpq-oauth ABI (and allow alternative implementations?) Zsolt Parragi 07:28
Re: SQL Property Graph Queries (SQL/PGQ) 📎 Ashutosh Bapat 07:34
Re: Streamify more code paths Nazir Bilal Yavuz 07:53
RE: Patch for migration of the pg_commit_ts directory Hayato Kuroda (Fujitsu) 07:55
Re: Hash-based MCV matching for large IN-lists Zsolt Parragi 08:01
Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication shveta malik 08:45
Re: [PATCH] Reduce EXPLAIN ANALYZE overhead for row counting Ryo Matsumura (Fujitsu) 09:08
Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc? 📎 Lukas Fittl 09:11
Re: Add XMLNamespaces to XMLElement 📎 Jim Jones 09:20
Re: [WiP] B-tree page merge during vacuum to reduce index bloat Madhav Madhusoodanan 09:40
Question about heap_inplace_update and VACUUM behavior Shiju Sivadazz 09:45
ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.” 📎 Masashi Kamura (Fujitsu) 09:49
Re: Inconsistency in owner assignment between INDEX and STATISTICS Shin Berg 09:54
Re: [PATCH] libpq: try all addresses for a host before moving to next on target_session_attrs mismatch Andrey Borodin 10:01
Re: [Proposal] Adding Log File Capability to pg_createsubscriber vignesh C 10:04
Re: Skipping schema changes in publication 📎 vignesh C 10:07
Re: Row pattern recognition Tatsuo Ishii 10:11
Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication Ashutosh Sharma 10:22
Re: Row pattern recognition Henson Choi 10:32
Re: support fast default for domain with constraints Viktor Holmberg 10:34
Re: Fix uninitialized xl_running_xacts padding 📎 Alexander Kuzmenkov 10:45
Re: Define DatumGetInt8 function. Peter Eisentraut 10:50
Re: Rework SLRU I/O errors handle 📎 Heikki Linnakangas 10:51
Re: SQL Property Graph Queries (SQL/PGQ) Henson Choi 10:54
Re: Fix uninitialized xl_running_xacts padding Alexander Kuzmenkov 11:07
Re: POC: Parallel processing of indexes in autovacuum 📎 Daniil Davydov 11:28
Re: Speed up COPY FROM text/CSV parsing using SIMD 📎 Nazir Bilal Yavuz 11:36
Defend against -ffast-math in meson builds 📎 Bertrand Drouvot 11:52

Browse Archives

Prev | Next