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

Jan. 3, 2026

Thread Author Time
Re: Parallelizing startup with many databases Tom Lane 00:02
Re: [Proposal] Generate pkg-config for server module development Andreas Karlsson 00:24
Re: Exit walsender before confirming remote flush in logical replication Alexander Korotkov 00:31
Re: [PATCH] Add support for SAOP in the optimizer for partial index paths David Rowley 00:38
Re: Speed up ICU case conversion by using ucasemap_utf8To*() 📎 Andreas Karlsson 00:40
Re: Parallelizing startup with many databases Jelte Fennema-Nio 00:58
Re: Row pattern recognition Tatsuo Ishii 01:04
Re: Checking join outer relation uniqueness to prevent unnecessary memoization David Rowley 01:44
Re: Use Postgres as meson wrap subproject Andreas Karlsson 01:54
LLVM 22 📎 Thomas Munro 02:02
Re: improve comments on CreateFunction returnsSet Andreas Karlsson 02:29
Re: Bug in amcheck? Tom Lane 02:40
Re: Speed up ICU case conversion by using ucasemap_utf8To*() zengman 03:05
Re: LLVM JITLink attempt II (WIP) 📎 Thomas Munro 03:09
Re: Speed up ICU case conversion by using ucasemap_utf8To*() 📎 Andreas Karlsson 03:12
Re: Support loser tree for k-way merge Andreas Karlsson 03:46
Re: [PATCH] meson: Update meson to enable building postgres as a subproject 📎 Tristan Partin 04:35
Re: Decouple C++ support in Meson's PGXS from LLVM enablement 📎 Tristan Partin 04:49
Re: not fully correct error message 📎 Pavel Stehule 06:34
Re: Make copyObject work in C++ 📎 Jelte Fennema-Nio 09:32
Re: Decouple C++ support in Meson's PGXS from LLVM enablement 📎 Jelte Fennema-Nio 09:42
more POSIX 2008 cleanup: strnlen(), rindex() 📎 Peter Eisentraut 09:51
Re: more POSIX 2008 cleanup: strnlen(), rindex() Jelte Fennema-Nio 09:58
Re: Import Statistics in postgres_fdw before resorting to sampling. Etsuro Fujita 10:06
Re: Remove redundant AttStatsSlot initialization in eqjoinsel() David Rowley 10:50
Re: Row pattern recognition 📎 Henson Choi 11:11
Re: not fully correct error message Andreas Karlsson 11:35
Re: [PATCH] Add support for SAOP in the optimizer for partial index paths Jim Vanns 11:42
Re: not fully correct error message Marcos Pegoraro 12:22
Re: confusing results from pg_get_replication_slots() Andrey Borodin 12:22
Re: not fully correct error message Pavel Stehule 12:34
Re: not fully correct error message Andreas Karlsson 12:39
Re: Re: postgres_fdw: Use COPY to speed up batch inserts Dewei Dai 12:45
Re: WIP - xmlvalidate implementation from TODO list Kirill Reshke 12:52
Re: confusing results from pg_get_replication_slots() Robert Haas 13:12
Re: confusing results from pg_get_replication_slots() Andrey Borodin 14:51
Re: pg_dump: Add ExecuteSqlCopy and simplify ExecuteSqlQuery Andreas Karlsson 15:32
Re: Convert coalesce to or/and 📎 Nicolas Adenis-Lamarre 15:54
Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou 16:10
Re: remove pg_restrict workaround Andres Freund 16:47
Re: some Page/PageData const stuff 📎 Peter Eisentraut 17:05
Re: access numeric data in module David E. Wheeler 17:14
Re: remove pg_restrict workaround Peter Eisentraut 17:14
Re: some Page/PageData const stuff Andres Freund 17:23
Re: Non-text mode for pg_dumpall Andrew Dunstan 17:31
Re: more POSIX 2008 cleanup: strnlen(), rindex() Tom Lane 17:42
Re: not fully correct error message Tom Lane 18:03
Re: Non-text mode for pg_dumpall Mahendra Singh Thalor 18:29
Re: not fully correct error message Andreas Karlsson 18:44
Re: GIN pageinspect support for entry tree and posting tree Andrey Borodin 18:57
Re: Parallelizing startup with many databases Andreas Karlsson 19:09
Re: GIN pageinspect support for entry tree and posting tree 📎 Kirill Reshke 19:10
Re: not fully correct error message 📎 Tom Lane 19:16
Re: should we have a fast-path planning for OLTP starjoins? Robert Haas 19:23
Re: confusing results from pg_get_replication_slots() Robert Haas 19:25
Re: GIN pageinspect support for entry tree and posting tree 📎 Kirill Reshke 19:25
Re: [PATCH] psql: add size-based sorting options (O/o) for tables and indexes Kirill Reshke 19:33
Re: remove unnecessary include in src/backend/commands/policy.c Kirill Reshke 19:47
Re: [Patch]Add tab completion for DELETE ... USING Kirill Reshke 20:00
Re: [PATCH] psql: add size-based sorting options (O/o) for tables and indexes M.Atıf Ceylan 20:04
Re: not fully correct error message Andreas Karlsson 21:12
Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Kirill Reshke 21:36
Re: not fully correct error message Tom Lane 22:19
Re: remove pg_restrict workaround Jelte Fennema-Nio 22:57
Re: Decouple C++ support in Meson's PGXS from LLVM enablement 📎 Jelte Fennema-Nio 23:07
Re: Parallelizing startup with many databases 📎 Jelte Fennema-Nio 23:26
Re: Remove redundant AttStatsSlot initialization in eqjoinsel() Chao Li 23:32
Re: Wrong comment for ReplicationSlotCreate Chao Li 23:39
Re: Parallelizing startup with many databases Andreas Karlsson 23:55

Jan. 4, 2026

Thread Author Time
Re: Parallelizing startup with many databases Tom Lane 00:02
Re: [Patch] Add WHERE clause support to REFRESH MATERIALIZED VIEW Adam Brusselback 02:55
Re: Import Statistics in postgres_fdw before resorting to sampling. Corey Huinker 02:56
intarray: fix an edge case int32 overflow bug 📎 Chao Li 03:19
Re: Error position support for ComputeIndexAttrs jian he 04:19
Re: DOC: fixes multiple errors in alter table doc 📎 Chao Li 04:30
Re: LLVM 22 Thomas Munro 05:02
Re: Checking join outer relation uniqueness to prevent unnecessary memoization Jacob Jackson 05:05
Re: [PATCH] psql: add size-based sorting options (O/o) for tables and indexes Pavel Stehule 05:34
Re: intarray: fix an edge case int32 overflow bug David Rowley 06:28
Re: intarray: fix an edge case int32 overflow bug David Rowley 07:35
Re: intarray: fix an edge case int32 overflow bug Chao Li 07:48
Re: Correction of RowMark Removal During Sel-Join Elimination David Rowley 08:38
Re: Small optimization set tuple block/tableOid once David Rowley 09:20
Re: Fix typo in code comment Chao Li 09:24
Re: WIP - xmlvalidate implementation from TODO list Andrey Borodin 09:46
Re: Parallelizing startup with many databases 📎 Jelte Fennema-Nio 10:15
Re: Optimize JsonbContainerTypeName by reordering type checks David Rowley 11:21
Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar 12:21
Re: Row pattern recognition Tatsuo Ishii 12:28
Re: Introduce Index Aggregate - new GROUP BY strategy 📎 Sergey Soloviev 13:09
Re: [Patch]Add tab completion for DELETE ... USING Tatsuya Kawata 13:37
Re: Row pattern recognition 📎 Tatsuo Ishii 14:01
Re: some Page/PageData const stuff Peter Eisentraut 15:10
Re: Non-text mode for pg_dumpall Andrew Dunstan 15:37
Re: Row pattern recognition 📎 Henson Choi 15:47
Re: libxml2 video about its abandonment Jim Jones 17:27
Re: Error position support for ComputeIndexAttrs Tom Lane 17:28
Re: Optimize JsonbContainerTypeName by reordering type checks Andreas Karlsson 17:29
Proposal: Add a UNIQUE NOT ENFORCED constraint Jacob Jackson 17:34
Re: POC: make mxidoff 64 bits Heikki Linnakangas 18:06
Re: WIP - xmlvalidate implementation from TODO list Jim Jones 19:05
Re: Error position support for ComputeIndexAttrs Tom Lane 19:20
Re: Use Postgres as meson wrap subproject Niyaz Hazigaleyev 19:32
Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ?barriers Tom Lane 20:13
Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ?barriers Nathan Bossart 20:21
Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part 📎 David E. Wheeler 20:51
Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem) Michael Paquier 22:23
Re: Typos in the code and README Michael Paquier 23:02
Re: Checking join outer relation uniqueness to prevent unnecessary memoization 📎 David Rowley 23:08
Re: Docs pg_restore: Shouldn't there be a note about -n ? David Rowley 23:25
Re: Typos in the code and README Tom Lane 23:32
Re: intarray: fix an edge case int32 overflow bug Chao Li 23:42

Jan. 5, 2026

Thread Author Time
Re: DOCS - "\d mytable" also shows any publications that publish mytable 📎 Peter Smith 00:12
Re: index prefetching Tomas Vondra 00:21
Re: Typos in the code and README Michael Paquier 00:35
Re: Typos in the code and README Tom Lane 00:46
Re: pgsql: Ignore PlaceHolderVars when looking up statistics Richard Guo 00:52
Proposal - Enabling btree_gist by default 📎 Alastair Turner 01:03
Re: Use Postgres as meson wrap subproject Andreas Karlsson 01:09
Re: Proposal - Enabling btree_gist by default Tom Lane 01:18
Re: Correction of RowMark Removal During Sel-Join Elimination Richard Guo 01:31
Re: Proposal - Enabling btree_gist by default Tom Lane 01:41
Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE Peter Smith 02:44
Re: Fix GetOperatorFromCompareType 📎 David Rowley 02:46
Re: virtual generated column as partition key 📎 jian he 03:28
Re: POC: make mxidoff 64 bits zengman 03:56
Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE 📎 Michael Paquier 03:59
Re: SQL Property Graph Queries (SQL/PGQ) Ashutosh Bapat 04:15
Re: Add a greedy join search algorithm to handle large join problems 📎 Chengpeng Yan 04:15
RE: Wrong comment for ReplicationSlotCreate Hayato Kuroda (Fujitsu) 04:16
Re: Proposal: Conflict log history table for Logical Replication shveta malik 04:28
Re: SQL Property Graph Queries (SQL/PGQ) Henson Choi 04:29
Re: POC: make mxidoff 64 bits 📎 Chao Li 04:34
Need help with postgresql build on windows Prafulla Ranadive 05:28
Re: Wrong comment for ReplicationSlotCreate Amit Kapila 05:49
Re: Wrong comment for ReplicationSlotCreate 📎 Amit Kapila 05:51
Re: [PATCH v1] replindex: Fix comment grammar in build_replindex_scan_key() Amit Kapila 05:55
Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions 📎 jian he 06:01
Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE Peter Smith 06:06
Correction to comment wording in tableam.c 📎 shiyu qin 06:06
Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar 06:12
RE: Wrong comment for ReplicationSlotCreate Hayato Kuroda (Fujitsu) 06:25
Re: Resetting recovery target parameters in pg_createsubscriber 📎 Michael Paquier 06:33
Re: [PATCH] Documentation John Naylor 06:39
Re: Need help with postgresql build on windows Nazir Bilal Yavuz 06:39
Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar 06:41
Re: Correction to comment wording in tableam.c Michael Paquier 06:44
Re: Correction of RowMark Removal During Sel-Join Elimination Andrei Lepikhov 07:08
Re: Need help with postgresql build on windows Prafulla Ranadive 07:24
Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem) Nikhil Kumar Veldanda 07:39
RE: Parallel Apply 📎 Hayato Kuroda (Fujitsu) 07:40
Re: Use Python "Limited API" in PL/Python Peter Eisentraut 07:53
Re: Use Python "Limited API" in PL/Python Peter Eisentraut 07:55
Re: Wrong comment for ReplicationSlotCreate 📎 Chao Li 07:55
Re: COPY WHERE clause generated/system column reference Peter Eisentraut 08:16
Re: Preferred use of macro GetPGProcByNumber David Rowley 08:20
RE: Patch for migration of the pg_commit_ts directory 📎 Hayato Kuroda (Fujitsu) 08:24
Re: A small problem when rehashing catalog cache John Naylor 08:30
Re: Decouple C++ support in Meson's PGXS from LLVM enablement Peter Eisentraut 08:38
Re: GIN pageinspect support for entry tree and posting tree Andrey Borodin 08:39
Re: Use log_newpage_range in HASH index build 📎 lakshmi 08:50
Re: Hash-based MCV matching for large IN-lists David Geier 08:54
Re: Decouple C++ support in Meson's PGXS from LLVM enablement 📎 Jelte Fennema-Nio 08:56
Re: [PATCH] CRC32C optimizations using SVE2 on ARM. Devanga.Susmitha@fujitsu.com 09:02
Re: REASSIGN OWNED BY alters objects in other database. Andrey Borodin 09:04
Re: Fix outdated comments in catcache.h David Rowley 09:16
Re: Newly created replication slot may be invalidated by checkpoint 📎 Amit Kapila 09:30
Re: [Proposal] Generate pkg-config for server module development Anders Åstrand 09:41
Re: Fix outdated comments in catcache.h cca5507 09:43
Re: Proposal: Conflict log history table for Logical Replication 📎 Dilip Kumar 09:43
Re: [Patch] add new parameter to pg_replication_origin_session_setup shveta malik 09:45
Re: Fix incorrect assertion in heapgettup_pagemode() Heikki Linnakangas 09:53
Re: Can we remove support for standard_conforming_strings = off yet? John Naylor 10:03
Re: Need help with postgresql build on windows Prafulla Ranadive 10:03
Re: [PATCH] Add pg_get_role_ddl() functions for role recreation 📎 Mario González Troncoso 10:29
Re: [Patch] add new parameter to pg_replication_origin_session_setup shveta malik 10:30
Re: Wrong comment for ReplicationSlotCreate 📎 Daniil Davydov 10:30
Re: Adding REPACK [concurrently] Antonin Houska 10:31
Re: Adding REPACK [concurrently] Antonin Houska 10:40
Re: [PATCH] CRC32C optimizations using SVE2 on ARM. John Naylor 10:44
Re: Need help with postgresql build on windows Nazir Bilal Yavuz 10:48
Re: Adding REPACK [concurrently] Antonin Houska 10:54
Re: [PATCH} Move instrumentation structs 📎 Mario González Troncoso 10:56
Re: Planner : anti-join on left joins 📎 Tender Wang 10:59
Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Tender Wang 11:06
Re: Proposal: Conflict log history table for Logical Replication Amit Kapila 11:18
Re: Allowing ALTER COLUMN TYPE for columns in publication column lists Soumya S Murali 11:23
Re: Patch for migration of the pg_commit_ts directory 📎 ls7777 11:27
Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar 11:40
Re: Can we remove support for standard_conforming_strings = off yet? Julien Rouhaud 12:01
Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Amit Kapila 12:11
Re: DOCS - Clarify the publication 'publish_via_partition_root' default value. Amit Kapila 12:18
Re: index prefetching Konstantin Knizhnik 12:21
Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ?barriers Greg Burd 12:42
Re: confusing results from pg_get_replication_slots() Jakub Wartak 13:19
Re: Refactor to eliminate cast-away-const in pg_dump object sort comparator Peter Eisentraut 13:24
Re: index prefetching Tomas Vondra 13:25
Re: Planner : anti-join on left joins 📎 Richard Guo 13:25
Re: Don't cast away const where possible Peter Eisentraut 13:35
Re: postgres_fdw: Use COPY to speed up batch inserts 📎 Matheus Alcantara 13:43

Browse Archives

Prev | Next