pgsql-hackers since 2024-02-24 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

Feb. 24, 2024

Thread Author Time
Re: Proposal for implementing OCSP Stapling in PostgreSQL 📎 David Zhang 00:10
Re: [PoC] Federated Authn/z with OAUTHBEARER 📎 Jacob Champion 01:01
Re: ExecAppendAsyncEventWait() in REL_14_STABLE can corrupt PG_exception_stack Michael Paquier 01:06
Re: Potential issue in ecpg-informix decimal converting functions Michael Paquier 01:15
Re: locked reads for atomics Andres Freund 01:30
Re: locked reads for atomics Andres Freund 01:34
Re: Why is subscription/t/031_column_list.pl failing so much? Amit Kapila 01:35
Re: incremental backup mishandles XLOG_DBASE_CREATE_FILE_COPY Noah Misch 04:35
Re: Removing unneeded self joins Noah Misch 05:12
Re: incremental backup mishandles XLOG_DBASE_CREATE_FILE_COPY Robert Haas 10:46
Re: Removing unneeded self joins Alexander Korotkov 11:02
Re: POC, WIP: OR-clause support for indexes 📎 jian he 11:28
Re: Patch: Add parse_type Function David E. Wheeler 13:46
Re: RFC: Logging plan of the running query James Coleman 13:56
Re: locked reads for atomics 📎 Nathan Bossart 15:27
Re: incremental backup mishandles XLOG_DBASE_CREATE_FILE_COPY Noah Misch 17:10
Re: Functions to return random numbers in a given range Tomas Vondra 17:10
Re: Removing unneeded self joins Noah Misch 17:20
Re: Relation bulk write facility Noah Misch 17:23
Re: Adding OLD/NEW support to RETURNING Tomas Vondra 17:52
Re: Relation bulk write facility Thomas Munro 18:52
Re: Relation bulk write facility Noah Misch 19:50
Re: Relation bulk write facility Thomas Munro 20:12
Re: Relation bulk write facility Thomas Munro 20:13
Re: Relation bulk write facility Noah Misch 20:26
Re: Psql meta-command conninfo+ Nathan Bossart 20:44
Re: Relation bulk write facility Andres Freund 21:29
Re: Relation bulk write facility Heikki Linnakangas 22:06
Re: Relation bulk write facility Thomas Munro 22:16
Re: Relation bulk write facility Thomas Munro 22:37
Re: Optimize planner memory consumption for huge arrays 📎 Tom Lane 23:07

Feb. 25, 2024

Thread Author Time
Re: Patch: Add parse_type Function Jim Jones 00:11
Re: ExecAppendAsyncEventWait() in REL_14_STABLE can corrupt PG_exception_stack Etsuro Fujita 09:34
Re: RFC: Logging plan of the running query Julien Rouhaud 11:30
libpq: PQfnumber overload for not null-terminated strings Ivan Trofimov 11:33
Re: RangeTblEntry jumble omissions Julien Rouhaud 12:48
"type with xxxx does not exist" when doing ExecMemoize() 📎 Tender Wang 13:32
Re: Optimize planner memory consumption for huge arrays Tomas Vondra 13:52
Re: Relation bulk write facility 📎 Heikki Linnakangas 14:34
Re: Running the fdw test from the terminal crashes into the core-dump Tom Lane 16:16
Re: Can we include capturing logs of pgdata/pg_upgrade_output.d/*/log in buildfarm vignesh C 16:18
Preserve subscription OIDs during pg_upgrade 📎 vignesh C 16:18
Re: Optimize planner memory consumption for huge arrays Tom Lane 16:29
Re: Preserve subscription OIDs during pg_upgrade Tom Lane 16:34
Re: libpq: PQfnumber overload for not null-terminated strings Tom Lane 16:46
Re: Patch: Add parse_type Function David E. Wheeler 18:00
Re: Transaction timeout Alexander Korotkov 18:50
Re: Logging parallel worker draught Tomas Vondra 19:13
Re: Relation bulk write facility 📎 Noah Misch 19:43
Re: Relation bulk write facility Tom Lane 19:51
Re: Parallel Query Stats Tomas Vondra 20:23
Re: Making the initial and maximum DSA segment sizes configurable Tomas Vondra 21:58
Re: [PATCH] Add --syntax to postgres for SQL syntax checking Tomas Vondra 22:24
Re: Logging parallel worker draught Peter Smith 22:32
Re: [PATCH] Add --syntax to postgres for SQL syntax checking Josef Šimánek 22:34
Re: Potential issue in ecpg-informix decimal converting functions Daniel Gustafsson 23:28
Re: ExecAppendAsyncEventWait() in REL_14_STABLE can corrupt PG_exception_stack Michael Paquier 23:37

Feb. 26, 2024

Thread Author Time
Re: Add publisher and subscriber to glossary documentation. Peter Smith 00:11
Re: Preserve subscription OIDs during pg_upgrade Michael Paquier 00:36
Re: RangeTblEntry jumble omissions Michael Paquier 01:08
Re: Shared detoast Datum proposal 📎 Andy Fan 02:04
RE: Synchronizing slots from primary to standby 📎 Zhijie Hou (Fujitsu) 02:18
Re: "type with xxxx does not exist" when doing ExecMemoize() Andrei Lepikhov 02:52
Re: Synchronizing slots from primary to standby 📎 shveta malik 03:43
Re: Injection points: some tools to wait and wake 📎 Michael Paquier 03:57
Re: POC, WIP: OR-clause support for indexes 📎 Alena Rybakina 04:10
Re: Relation bulk write facility Robert Haas 04:12
Re: Relation bulk write facility Michael Paquier 04:18
Re: Preserve subscription OIDs during pg_upgrade Robert Haas 04:21
Re: Synchronizing slots from primary to standby Amit Kapila 05:18
Re: Can we include capturing logs of pgdata/pg_upgrade_output.d/*/log in buildfarm Andrew Dunstan 05:27
Re: Speeding up COPY TO for uuids and arrays Michael Paquier 05:28
Re: "type with xxxx does not exist" when doing ExecMemoize() 📎 Andrei Lepikhov 05:38
Re: SQL Property Graph Queries (SQL/PGQ) Ashutosh Bapat 06:16
Re: Improve eviction algorithm in ReorderBuffer 📎 Masahiko Sawada 06:46
Re: RFC: Logging plan of the running query Ashutosh Bapat 06:49
Re: Add publisher and subscriber to glossary documentation. 📎 Shlok Kyal 06:55
Re: Improve eviction algorithm in ReorderBuffer Masahiko Sawada 07:02
Re: Add publisher and subscriber to glossary documentation. Peter Smith 07:07
Re: Shared detoast Datum proposal Nikita Malakhov 07:12
RE: speed up a logical replica setup Hayato Kuroda (Fujitsu) 07:19
Re: [PATCH] Add --syntax to postgres for SQL syntax checking Jelte Fennema-Nio 07:20
Re: Synchronizing slots from primary to standby Bertrand Drouvot 07:29
Re: ExecAppendAsyncEventWait() in REL_14_STABLE can corrupt PG_exception_stack Etsuro Fujita 07:29
Re: Synchronizing slots from primary to standby Bertrand Drouvot 07:34
Allow non-superuser to cancel superuser tasks. 📎 Kirill Reshke 07:38
Re: Avoid stack frame setup in performance critical routines using tail calls 📎 David Rowley 07:42
Re: Synchronizing slots from primary to standby Bertrand Drouvot 07:48
Re: "type with xxxx does not exist" when doing ExecMemoize() 📎 Andrei Lepikhov 07:54
Re: RFC: Logging plan of the running query Julien Rouhaud 07:55
Re: Sequence Access Methods, round two Michael Paquier 08:10
Re: "type with xxxx does not exist" when doing ExecMemoize() Tender Wang 08:14
Re: RFC: Logging plan of the running query Ashutosh Bapat 08:15
Re: Injection points: some tools to wait and wake Bertrand Drouvot 08:24
Re: RFC: Logging plan of the running query Robert Haas 08:26
Re: backend *.c #include cleanup (IWYU) 📎 Peter Eisentraut 08:30
Re: Sequence Access Methods, round two Matthias van de Meent 08:38
Re: Improve readability by using designated initializers when possible jian he 08:41
Re: Improve readability by using designated initializers when possible Japin Li 09:00
Re: Optimize planner memory consumption for huge arrays Tomas Vondra 09:01
Re: Injection points: some tools to wait and wake Andrey M. Borodin 09:10
Re: Documentation: warn about two_phase when altering a subscription Bertrand Drouvot 09:14
Re: "type with xxxx does not exist" when doing ExecMemoize() Andrei Lepikhov 09:30
Re: [PATCH] Add --syntax to postgres for SQL syntax checking Josef Šimánek 09:31
Re: Improve eviction algorithm in ReorderBuffer Tomas Vondra 09:43
Re: "type with xxxx does not exist" when doing ExecMemoize() Richard Guo 11:34
Re: Control your disk usage in PG: Introduction to Disk Quota Extension 📎 Xing Guo 11:42
Regardign RecentFlushPtr in WalSndWaitForWal() shveta malik 11:46
Re: Synchronizing slots from primary to standby Amit Kapila 11:48
Re: Synchronizing slots from primary to standby Amit Kapila 11:52
Re: RFC: Logging plan of the running query 📎 torikoshia 12:01
RE: speed up a logical replica setup Hayato Kuroda (Fujitsu) 12:15
Re: Add new error_action COPY ON_ERROR "log" torikoshia 12:17
Re: Synchronizing slots from primary to standby shveta malik 12:22
Re: "type with xxxx does not exist" when doing ExecMemoize() Andrei Lepikhov 12:29
Re: Add missing error codes to PANIC/FATAL error reports in xlog.c and relcache.c 📎 Nazir Bilal Yavuz 12:42
Re: Synchronizing slots from primary to standby Bertrand Drouvot 13:13
Re: Shared detoast Datum proposal Andy Fan 13:22
Re: Synchronizing slots from primary to standby Bertrand Drouvot 13:24
Re: Slow catchup of 2PC (twophase) transactions on replica in LR Amit Kapila 13:24
Re: Fix incorrect PG_GETARG in pgcrypto Tomas Vondra 13:47
Re: RFC: Logging plan of the running query Julien Rouhaud 13:54
Re: Fix race condition in InvalidatePossiblyObsoleteSlot() 📎 Bertrand Drouvot 14:01
Re: Shared detoast Datum proposal Tomas Vondra 14:13
Re: Improve eviction algorithm in ReorderBuffer 📎 Masahiko Sawada 14:23
Re: Speeding up COPY TO for uuids and arrays Ranier Vilela 14:26
Re: Shared detoast Datum proposal Nikita Malakhov 14:29
Re: Printing backtrace of postgres processes Christoph Berg 15:05
Re: WIP Incremental JSON Parser Jacob Champion 15:08
Re: WIP Incremental JSON Parser 📎 Jacob Champion 15:10
Re: Allow non-superuser to cancel superuser tasks. Nathan Bossart 15:10
Re: Running the fdw test from the terminal crashes into the core-dump Alvaro Herrera 15:13
Re: Optimize planner memory consumption for huge arrays Tom Lane 15:20
Re: Shared detoast Datum proposal Andy Fan 15:29
Re: Shared detoast Datum proposal Andy Fan 16:08
Re: SLRU optimization - configurable buffer pool and partitioning the SLRU lock 📎 Alvaro Herrera 16:16
Re: Comments on Custom RMGRs Danil Anisimow 16:29
An improved README experience for PostgreSQL Andrew Atkinson 17:31
RE: Popcount optimization using AVX512 Amonson, Paul D 17:56
Re: An improved README experience for PostgreSQL Nathan Bossart 18:30
Re: Refactor SASL exchange in preparation for OAuth Bearer Jacob Champion 18:56
Re: libpq: PQfnumber overload for not null-terminated strings Ivan Trofimov 19:12
Re: Detoasting optionally to make Explain-Analyze less misleading 📎 Matthias van de Meent 19:30
Re: Comments on Custom RMGRs Jeff Davis 19:55
Better error messages for %TYPE and %ROWTYPE in plpgsql 📎 Tom Lane 20:02
Re: Better error messages for %TYPE and %ROWTYPE in plpgsql Pavel Stehule 20:10
Re: libpq: PQfnumber overload for not null-terminated strings Tom Lane 20:14
Re: Allow non-superuser to cancel superuser tasks. 📎 Kirill Reshke 20:22
[PATCH] updates to docs about HOT updates for BRIN 📎 Elizabeth Christensen 20:29
Re: An improved README experience for PostgreSQL Tom Lane 20:30
Re: An improved README experience for PostgreSQL 📎 Andrew Atkinson 20:40
Re: Detoasting optionally to make Explain-Analyze less misleading stepan rutz 20:54
Re: Streaming read-ready sequential scan code 📎 Melanie Plageman 20:56
Re: Add publisher and subscriber to glossary documentation. Andrew Atkinson 21:13
Re: cleanup patches for dshash Nathan Bossart 21:55
Re: [PATCH] updates to docs about HOT updates for BRIN Stephen Frost 22:21
Re: [PATCH] updates to docs about HOT updates for BRIN 📎 Elizabeth Christensen 22:25
Re: Control your disk usage in PG: Introduction to Disk Quota Extension Stephen Frost 22:38
Re: Extension Enhancement: Buffer Invalidation in pg_buffercache 📎 Thomas Munro 22:41
Re: Sequence Access Methods, round two Michael Paquier 23:19
Re: [PATCH] updates to docs about HOT updates for BRIN 📎 Stephen Frost 23:28
Re: Injection points: some tools to wait and wake Michael Paquier 23:29
Re: libpq: PQfnumber overload for not null-terminated strings 📎 Ivan Trofimov 23:31

Feb. 27, 2024

Thread Author Time
Re: WIP Incremental JSON Parser Andrew Dunstan 00:20
Re: Better error messages for %TYPE and %ROWTYPE in plpgsql Andy Fan 00:40
Re: Better error messages for %TYPE and %ROWTYPE in plpgsql David G. Johnston 00:54
Re: Sequence Access Methods, round two 📎 Michael Paquier 01:27
Re: Better error messages for %TYPE and %ROWTYPE in plpgsql Tom Lane 01:27
Re: Control your disk usage in PG: Introduction to Disk Quota Extension Xing Guo 01:41
RE: Synchronizing slots from primary to standby 📎 Zhijie Hou (Fujitsu) 01:42
Re: Better error messages for %TYPE and %ROWTYPE in plpgsql Andy Fan 01:49
Re: BitmapHeapScan streaming read user and prelim refactoring 📎 Melanie Plageman 01:50
Re: Better error messages for %TYPE and %ROWTYPE in plpgsql David G. Johnston 02:01
Re: Printing backtrace of postgres processes Michael Paquier 02:46
Re: Fix incorrect PG_GETARG in pgcrypto Michael Paquier 02:51
Re: Built-in CTYPE provider 📎 Jeff Davis 03:01
Re: Streaming I/O, vectored I/O (WIP) Thomas Munro 03:21
Re: Streaming I/O, vectored I/O (WIP) 📎 Thomas Munro 03:54
Re: Streaming I/O, vectored I/O (WIP) Robert Haas 04:02
The const expression evaluation routine should always return a copy 📎 Andrei Lepikhov 04:08
Re: cleanup patches for dshash 📎 Nathan Bossart 04:52
Re: Potential issue in ecpg-informix decimal converting functions Michael Paquier 05:08
Re: Improve readability by using designated initializers when possible Michael Paquier 05:20
Re: WIP Incremental JSON Parser Andrew Dunstan 05:20
Re: Injection points: some tools to wait and wake Andrey M. Borodin 06:00
Re: A failure in t/001_rep_changes.pl Kyotaro Horiguchi 06:07
Re: Improve readability by using designated initializers when possible Michael Paquier 06:25
Re: More new SQL/JSON item methods Andrew Dunstan 07:10
Re: Synchronizing slots from primary to standby Peter Smith 07:17
Re: Improve readability by using designated initializers when possible Alvaro Herrera 07:57
Re: Potential issue in ecpg-informix decimal converting functions Daniel Gustafsson 08:24
RE: Have pg_basebackup write "dbname" in "primary_conninfo"? Hayato Kuroda (Fujitsu) 08:30
RE: Have pg_basebackup write "dbname" in "primary_conninfo"? 📎 Hayato Kuroda (Fujitsu) 08:30
RE: Have pg_basebackup write "dbname" in "primary_conninfo"? Hayato Kuroda (Fujitsu) 08:37
Fix for edge case in date_bin() function 📎 Moaaz Assali 08:42
Re: Fix for edge case in date_bin() function Daniel Gustafsson 08:48
Re: Logging parallel worker draught Benoit Lobréau 09:55
Re: SLRU optimization - configurable buffer pool and partitioning the SLRU lock Dilip Kumar 09:56
RE: speed up a logical replica setup Hayato Kuroda (Fujitsu) 10:02
Re: Logging parallel worker draught Benoit Lobréau 10:03

Browse Archives

Prev | Next