pgsql-hackers since 2024-10-11 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. 11, 2024

Thread Author Time
Re: Set query_id for query contained in utility statement jian he 00:38
Re: Add contrib/pg_logicalsnapinspect Masahiko Sawada 00:38
Re: Enhance file_fdw to report processed and skipped tuples in COPY progress Fujii Masao 01:53
Re: Add contrib/pg_logicalsnapinspect Peter Smith 01:59
Re: Function for listing pg_wal/summaries directory Fujii Masao 02:09
Re: GUC names in messages Peter Smith 02:25
Remove unlogged materialized view persistence handling 📎 px shi 02:35
Re: Doc: typo in config.sgml 📎 Yugo Nagata 02:41
Re: Doc: typo in config.sgml Tatsuo Ishii 03:16
Re: Conflict Detection and Resolution 📎 Nisha Moond 03:20
Re: Remove unlogged materialized view persistence handling Yugo Nagata 03:27
Re: Doc: typo in config.sgml Yugo NAGATA 03:36
Re: On disable_cost David Rowley 04:24
Re: pgbench: Improve result outputs related to failed transactinos Tatsuo Ishii 04:54
Re: general purpose array_sort jian he 05:12
Doc of typmod arg perhaps deserves an update Steve Lau 05:33
Missing deconstruct_array_builtin usage 📎 Bertrand Drouvot 05:37
RE: Improve EXPLAIN output for multicolumn B-Tree Index 📎 Masahiro.Ikeda 05:44
Re: Inconsistent RestrictInfo serial numbers Ashutosh Bapat 06:02
Re: allowing extensions to control planner behavior Andrei Lepikhov 06:21
Re: Enhance file_fdw to report processed and skipped tuples in COPY progress Yugo Nagata 06:36
Re: On disable_cost Laurenz Albe 06:44
Re: Remove unlogged materialized view persistence handling px shi 06:44
Re: sunsetting md5 password support Laurenz Albe 06:50
Fix attributes of consume_xids and consume_xids_until 📎 Yushi Ogiwara 06:59
Re: Remove unlogged materialized view persistence handling Yugo NAGATA 07:18
Re: generic plans and "initial" pruning Amit Langote 07:30
Re: Parallel workers stats in pg_stat_database 📎 Guillaume Lelarge 07:33
Re: pgbench: Improve result outputs related to failed transactinos Yugo NAGATA 07:44
Re: On disable_cost 📎 David Rowley 07:45
Re: CREATE INDEX regression in 17 RC1 or expected behavior? Yugo Nagata 07:53
Re: Changing the state of data checksums in a running cluster 📎 Daniel Gustafsson 07:57
Re: CREATE INDEX regression in 17 RC1 or expected behavior? David Rowley 08:00
Re: pg_upgrade check for invalid databases Daniel Gustafsson 08:00
Re: Remove unlogged materialized view persistence handling Fujii Masao 08:06
Re: CREATE INDEX regression in 17 RC1 or expected behavior? Yugo NAGATA 08:06
Re: BF mamba failure Kouber Saparev 08:07
Re: Fix attributes of consume_xids and consume_xids_until Heikki Linnakangas 08:10
Re: BF mamba failure Bertrand Drouvot 08:18
Doc: shared_memory_size_in_huge_pages with the "SHOW" command. 📎 Seino Yuki 08:25
Re: RFC: Additional Directory for Extensions Ebru Aydin Gol 08:27
RE: Conflict detection for update_deleted in logical replication 📎 Zhijie Hou (Fujitsu) 08:34
gcc-14.1.0 [-Werror=array-bounds=] meson buildtype=release compile error jian he 09:18
Re: gcc-14.1.0 [-Werror=array-bounds=] meson buildtype=release compile error David Rowley 09:23
Re: ECPG cleanup and fix for clang compile-time problem John Naylor 11:43
Re: Doc of typmod arg perhaps deserves an update Chapman Flack 12:42
Re: Should CSV parsing be stricter about mid-field quotes? 📎 Joel Jacobson 13:04
Re: Add contrib/pg_logicalsnapinspect 📎 Bertrand Drouvot 13:15
Re: On disable_cost Laurenz Albe 13:16
Re: Add contrib/pg_logicalsnapinspect Bertrand Drouvot 13:17
Re: POC, WIP: OR-clause support for indexes Alexander Korotkov 13:20
Re: Better error reporting from extension scripts (Was: Extend ALTER OPERATOR) Pavel Stehule 13:37
Re: sunsetting md5 password support Andrew Dunstan 13:47
Limiting overshoot in nbtree's parallel SAOP index scans 📎 Matthias van de Meent 14:27
Re: Doc of typmod arg perhaps deserves an update Steve Lau 14:30
Re: Function for listing pg_wal/summaries directory Nathan Bossart 16:03
Re: Better error reporting from extension scripts (Was: Extend ALTER OPERATOR) Tom Lane 16:08
Re: POC, WIP: OR-clause support for indexes 📎 Alexander Korotkov 16:15
Re: Track the amount of time waiting due to cost_delay 📎 Bertrand Drouvot 17:12
Re: Better error reporting from extension scripts (Was: Extend ALTER OPERATOR) Pavel Stehule 17:39
Re: Add contrib/pg_logicalsnapinspect Masahiko Sawada 18:15
Re: Should CSV parsing be stricter about mid-field quotes? Joel Jacobson 19:53
New "raw" COPY format 📎 Joel Jacobson 20:29
Re: New "raw" COPY format 📎 Joel Jacobson 21:01
Re: [PATCH] Avoid mixing custom and OpenSSL BIO functions Daniel Gustafsson 21:20
Re: sunsetting md5 password support 📎 Nathan Bossart 21:36
Re: Statistics Import and Export Jeff Davis 23:10
Re: Parallel workers stats in pg_stat_database 📎 Benoit Lobréau 23:14
Re: Logging parallel worker draught 📎 Benoit Lobréau 23:16
Re: Avoiding superfluous buffer locking during nbtree backwards scans 📎 Peter Geoghegan 23:29
Re: pgsql: Implement pg_wal_replay_wait() stored procedure 📎 Alexander Korotkov 23:33
[BUG FIX] Fix validation of COPY options FORCE_NOT_NULL/FORCE_NULL 📎 Joel Jacobson 23:48
Re: Add contrib/pg_logicalsnapinspect 📎 Masahiko Sawada 23:48

Oct. 12, 2024

Thread Author Time
Remove obsolete comment in reorderbuffer.h 📎 Masahiko Sawada 00:11
Re: Missing deconstruct_array_builtin usage Masahiko Sawada 00:43
Re: New "raw" COPY format jian he 00:48
Re: [BUG FIX] Fix validation of COPY options FORCE_NOT_NULL/FORCE_NULL 📎 Joel Jacobson 05:44
Re: [BUG FIX] Fix validation of COPY options FORCE_NOT_NULL/FORCE_NULL Zhang Mingli 06:26
Re: New "raw" COPY format 📎 Joel Jacobson 06:52
Re: Better error reporting from extension scripts (Was: Extend ALTER OPERATOR) jian he 07:32
Re: Proposal to Enable/Disable Index using ALTER INDEX Vinícius Abrahão 09:40
Re: Proposal to Enable/Disable Index using ALTER INDEX Shayon Mukherjee 09:53
Re: Proposal to Enable/Disable Index using ALTER INDEX Shayon Mukherjee 09:56
Re: Inconsistency between try_mergejoin_path and create_mergejoin_plan Alexander Lakhin 11:00
Re: Inval reliability, especially for inplace updates Nitin Motiani 12:35
RE: Statistics Import and Export 📎 Shinoda, Noriyoshi (SXD Japan FSIP) 13:02
Re: POC, WIP: OR-clause support for indexes 📎 Alexander Korotkov 14:25

Oct. 13, 2024

Thread Author Time
Re: Inval reliability, especially for inplace updates Noah Misch 00:45
Re: Allow default \watch interval in psql to be configured Michael Paquier 02:38
Re: \watch 0 or \watch 0.00001 doesn't do what I want Michael Paquier 03:04
Re: SQL:2011 application time 📎 Paul A Jungwirth 05:25
Re: New "raw" COPY format Tatsuo Ishii 09:52
Re: type cache cleanup improvements 📎 Alexander Korotkov 12:08
Re: pg_upgrade check for invalid databases 📎 Thomas Krennwallner 12:28
Re: New "raw" COPY format Joel Jacobson 12:39
Re: general purpose array_sort Junwang Zhao 14:43
Re: Better error reporting from extension scripts (Was: Extend ALTER OPERATOR) Pavel Stehule 16:48
Re: Better error reporting from extension scripts (Was: Extend ALTER OPERATOR) Tom Lane 17:13
Re: general purpose array_sort Tom Lane 20:10
Re: Add contrib/pg_logicalsnapinspect Peter Smith 22:57

Oct. 14, 2024

Thread Author Time
Re: Use heap scan routines directly in vac_update_datfrozenxid() 📎 Soumyadeep Chakraborty 00:31
Re: \watch 0 or \watch 0.00001 doesn't do what I want Michael Paquier 03:29
Re: Better error reporting from extension scripts (Was: Extend ALTER OPERATOR) 📎 jian he 03:38
RE: Conflict detection for update_deleted in logical replication Zhijie Hou (Fujitsu) 03:39
Re: Better error reporting from extension scripts (Was: Extend ALTER OPERATOR) Tom Lane 03:50
Re: Remove obsolete comment in reorderbuffer.h Amit Kapila 03:57
Re: Enhance create subscription reference manual Amit Kapila 04:27
mingw64 built pg_sphere not loadable in VC++ PostgreSQL builds - double_to_shortest_decimal_buf Regina Obe 05:16
Re: Using per-transaction memory contexts for storing decoded tuples Amit Kapila 06:00
Re: Missing deconstruct_array_builtin usage 📎 Bertrand Drouvot 06:12
Re: Add contrib/pg_logicalsnapinspect Bertrand Drouvot 06:17
Re: Add contrib/pg_logicalsnapinspect 📎 Bertrand Drouvot 06:23
Re: Adding OLD/NEW support to RETURNING jian he 06:41
Re: Cannot find a working 64-bit integer type on Illumos Peter Eisentraut 06:46
Improve node type forward reference 📎 Peter Eisentraut 07:47
Re: New "raw" COPY format 📎 Joel Jacobson 08:07
Re: Add contrib/pg_logicalsnapinspect Peter Smith 08:45
Re: New "raw" COPY format 📎 Joel Jacobson 08:51
Re: Set query_id for query contained in utility statement 📎 Anthonin Bonnefoy 09:20
Re: Adding OLD/NEW support to RETURNING 📎 Dean Rasheed 09:21
Check for tuplestorestate nullness before dereferencing 📎 Alexander Kuznetsov 09:25
Re: Enable data checksums by default Peter Eisentraut 09:28
Re: Inval reliability, especially for inplace updates Nitin Motiani 09:45
Re: allowing extensions to control planner behavior Jakub Wartak 10:02
Re: Missing deconstruct_array_builtin usage Peter Eisentraut 10:05
Re: Use function smgrclose() to replace the loop Ilia Evdokimov 10:30
Re: Adding OLD/NEW support to RETURNING 📎 Dean Rasheed 11:03
Re: Add system column support to the USING clause Denis Garsh 12:00
Re: Add support to TLS 1.3 cipher suites and curves lists Peter Eisentraut 13:08
Re: Check for tuplestorestate nullness before dereferencing Ilia Evdokimov 13:41
Re: Better error reporting from extension scripts (Was: Extend ALTER OPERATOR) Pavel Stehule 14:30
Re: Index AM API cleanup Peter Eisentraut 14:31
Re: Adding OLD/NEW support to RETURNING jian he 15:34
Re: Adding OLD/NEW support to RETURNING Dean Rasheed 16:05
Re: not null constraints, again 📎 Alvaro Herrera 16:06
Re: Check for tuplestorestate nullness before dereferencing Alena Rybakina 16:21
Re: Better error reporting from extension scripts (Was: Extend ALTER OPERATOR) Tom Lane 16:45
Re: Remove obsolete comment in reorderbuffer.h Masahiko Sawada 16:54
Re: Missing deconstruct_array_builtin usage Masahiko Sawada 16:55
Re: pg_upgrade check for invalid databases Bruce Momjian 16:57
Re: ECPG cleanup and fix for clang compile-time problem 📎 Tom Lane 18:25
Re: Doc: typo in config.sgml 📎 Bruce Momjian 19:05
Re: Statistics Import and Export Corey Huinker 19:40
Re: New "raw" COPY format 📎 Joel Jacobson 19:59
Re: Consider the number of columns in the sort cost model Kirill Reshke 19:59
Re: Large expressions in indexes can't be stored (non-TOASTable) 📎 Nathan Bossart 20:02
Make foreach_ptr macro work in C++ extensions 📎 Jelte Fennema-Nio 20:05
Re: Improving the notation for ecpg.addons rules Tom Lane 20:16
Re: Logging parallel worker draught 📎 Alena Rybakina 20:20
Re: Make foreach_ptr macro work in C++ extensions Nathan Bossart 20:29
Re: Doc: typo in config.sgml Bruce Momjian 20:31
Re: Make foreach_ptr macro work in C++ extensions Bruce Momjian 20:31
Re: Logging parallel worker draught 📎 Alena Rybakina 20:42
Re: a litter question about mdunlinkfiletag function Bruce Momjian 20:59
Re: Changing the default random_page_cost value Bruce Momjian 21:15
Re: Improve node type forward reference Nathan Bossart 21:28
Re: BitmapHeapScan streaming read user and prelim refactoring Melanie Plageman 22:25
Re: Consider the number of columns in the sort cost model 📎 Alena Rybakina 22:47
Re: Jargon and acronyms on this mailing list Bruce Momjian 23:41

Oct. 15, 2024

Thread Author Time
Re: BitmapHeapScan streaming read user and prelim refactoring 📎 Melanie Plageman 00:34
Re: Add contrib/pg_logicalsnapinspect Masahiko Sawada 01:08
Re: Doc: typo in config.sgml 📎 Yugo NAGATA 01:10
Re: New "raw" COPY format 📎 Joel Jacobson 01:35
Re: Statistics Import and Export Corey Huinker 01:46
Fix for consume_xids advancing XIDs incorrectly 📎 Yushi Ogiwara 01:51
Re: Changing the default random_page_cost value David Rowley 02:20
Re: Changing the default random_page_cost value Tom Lane 02:38
Re: a litter question about mdunlinkfiletag function px shi 02:49
Re: Changing the default random_page_cost value Tom Lane 03:03
Re: [PoC] Reducing planning time when tables have many partitions 📎 Yuya Watari 03:20
Re: NOT ENFORCED constraint feature Amul Sul 04:30
Re: NOT ENFORCED constraint feature Amul Sul 04:33
Re: Consider the number of columns in the sort cost model 📎 Andrei Lepikhov 04:47
Re: Consider the number of columns in the sort cost model David Rowley 05:15
simplify regular expression locale global variables 📎 Peter Eisentraut 06:12
Re: Consider the number of columns in the sort cost model Andrei Lepikhov 06:20
Re: replace strtok() 📎 Peter Eisentraut 06:45
Re: Conflict Detection and Resolution 📎 Peter Smith 07:00
Re: Improve node type forward reference Peter Eisentraut 07:02
Re: Better error reporting from extension scripts (Was: Extend ALTER OPERATOR) 📎 jian he 07:10
Re: type cache cleanup improvements jian he 07:34
Re: Logging parallel worker draught Benoit Lobréau 07:52
Re: New "raw" COPY format 📎 Joel Jacobson 07:54
Re: type cache cleanup improvements 📎 Alexander Korotkov 08:08
Re: Set query_id for query contained in utility statement 📎 Anthonin Bonnefoy 08:11
Re: [PATCH] Move clause_sides_match_join() into pathnode.h David Rowley 08:20
Re: Use WALReadFromBuffers in more places Jingtang Zhang 08:22
Re: type cache cleanup improvements Artur Zakirov 08:45
Re: Improve node type forward reference Tender Wang 09:03
Re: type cache cleanup improvements jian he 09:50
Re: simplify regular expression locale global variables Alvaro Herrera 10:08
Re: Add support to TLS 1.3 cipher suites and curves lists 📎 Daniel Gustafsson 10:41
Re: Add support to TLS 1.3 cipher suites and curves lists Daniel Gustafsson 10:42
Re: New function normal_rand_array function to contrib/tablefunc. Dean Rasheed 10:45
Re: Use function smgrclose() to replace the loop Junwang Zhao 10:55
Re: Conflict detection for update_deleted in logical replication Amit Kapila 11:33
Re: replace strtok() Ranier Vilela 11:44
Re: replace strtok() Alexander Lakhin 12:00
Re: replace strtok() Ranier Vilela 12:07
Added anchor links generation function for refsect1,2,3 📎 Gurev Oleg 12:44

Browse Archives

Prev | Next