pgsql-hackers since 2022-06-25 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

June 25, 2022

Thread Author Time
Re: Hardening PostgreSQL via (optional) ban on local file system access David G. Johnston 00:08
Re: Hardening PostgreSQL via (optional) ban on local file system access Hannu Krosing 00:17
Re: [PATCH] Optimize json_lex_string by batching character copying Andres Freund 00:18
Re: Hardening PostgreSQL via (optional) ban on local file system access Gurjeet Singh 00:26
Re: Add non-blocking version of PQcancel Justin Pryzby 00:36
Re: [PATCH] Optimize json_lex_string by batching character copying 📎 Andres Freund 01:05
Re: Hardening PostgreSQL via (optional) ban on local file system access Andres Freund 01:09
Re: making relfilenodes 56 bits Andres Freund 01:30
Re: Core dump in range_table_mutator() Dean Rasheed 02:10
Re: Core dump in range_table_mutator() Tom Lane 03:39
Re: Implement hook for self-join simplification Andrey Lepikhov 05:42
Re: Future Postgres 15 and Clang 15 Fabien COELHO 06:24
Re: Race condition in TransactionIdIsInProgress 📎 Heikki Linnakangas 09:18
Re: Race condition in TransactionIdIsInProgress Simon Riggs 10:10
Re: Core dump in range_table_mutator() Dean Rasheed 10:20
Re: pg_upgrade (12->14) fails on aggregate Andrey Borodin 10:34
Re: making relfilenodes 56 bits Robert Haas 12:47
Re: ICU for global collation Justin Pryzby 15:19
Re: SYSTEM_USER reserved word implementation 📎 Drouvot, Bertrand 15:33
Re: Hardening PostgreSQL via (optional) ban on local file system access Magnus Hagander 15:43
Re: Hardening PostgreSQL via (optional) ban on local file system access Magnus Hagander 15:47
pg_upgrade allows itself to be run twice Justin Pryzby 16:04
Re: Postgres perl module namespace Noah Misch 17:15
Re: Hardening PostgreSQL via (optional) ban on local file system access Andrey Borodin 17:17
Re: Amcheck verification of GiST and GIN Andrey Borodin 19:10
Re: Hardening PostgreSQL via (optional) ban on local file system access Hannu Krosing 20:54
Re: Hardening PostgreSQL via (optional) ban on local file system access Hannu Krosing 21:11
Re: Backends stunk in wait event IPC/MessageQueueInternal Thomas Munro 23:18

June 26, 2022

Thread Author Time
Re: NAMEDATALEN increase because of non-latin languages Julien Rouhaud 02:48
Re: NAMEDATALEN increase because of non-latin languages Andres Freund 03:00
Re: ICU for global collation Julien Rouhaud 03:51
Re: ICU for global collation Michael Paquier 07:20
Re: Core dump in range_table_mutator() Tom Lane 13:06
JSON/SQL: jsonpath: incomprehensible error message Erik Rijkers 15:44
Re: Add LZ4 compression in pg_dump Justin Pryzby 15:55
Re: doc: Clarify Savepoint Behavior David G. Johnston 16:14
Re: Support logical replication of DDLs Alvaro Herrera 17:50

June 27, 2022

Thread Author Time
Re: pg15b1: FailedAssertion("val > base", File: "...src/include/utils/relptr.h", Line: 67, PID: 30485) Thomas Munro 01:14
Re: Postgres do not allow to create many tables with more than 63-symbols prefix Masahiko Sawada 01:38
Re: Postgres do not allow to create many tables with more than 63-symbols prefix 📎 Andrey Lepikhov 02:57
RE: PG15 beta1 fix pg_stats_ext/pg_stats_ext_exprs view manual Shinoda, Noriyoshi (PN Japan FSIP) 03:49
Re: Race condition in TransactionIdIsInProgress Heikki Linnakangas 05:26
Re: [BUG] Panic due to incorrect missingContrecPtr after promotion Michael Paquier 06:02
Re: ICU for global collation Peter Eisentraut 06:23
Re: PG15 beta1 fix pg_stats_ext/pg_stats_ext_exprs view manual Michael Paquier 06:37
Re: ICU for global collation Michael Paquier 06:42
Re: last_archived_wal is not necessary the latest WAL file (was Re: pgsql: Add test case for an archive recovery corner case.) 📎 Noah Misch 07:04
Re: ICU for global collation Peter Eisentraut 07:10
Allow pageinspect's bt_page_stats function to return a set of rows instead of a single row 📎 Hamid Akhtar 07:31
Re: Allow pageinspect's bt_page_stats function to return a set of rows instead of a single row Drouvot, Bertrand 08:09
Re: [EXTERNAL] Re: Add non-blocking version of PQcancel 📎 Jelte Fennema 09:29
Re: last_archived_wal is not necessary the latest WAL file (was Re: pgsql: Add test case for an archive recovery corner case.) Michael Paquier 10:32
Re: Allow pageinspect's bt_page_stats function to return a set of rows instead of a single row Bharath Rupireddy 10:52
Re: [PoC] Improve dead tuple storage for lazy vacuum 📎 John Naylor 11:12
Re: Logging query parmeters in auto_explain 📎 Dagfinn Ilmari Mannsåker 11:22
Re: Logging query parmeters in auto_explain Dagfinn Ilmari Mannsåker 11:27
Re: Add non-blocking version of PQcancel Justin Pryzby 11:45
Re: Add non-blocking version of PQcancel Alvaro Herrera 12:29
Emit postgres log messages that have security or PII with special flags/error code/elevel Bharath Rupireddy 13:11
Re: Handle infinite recursion in logical replication setup 📎 vignesh C 13:38
Making the subquery alias optional in the FROM clause 📎 Dean Rasheed 13:49
Re: Lazy JIT IR code generation to increase JIT speed with partitions 📎 David Geier 14:55
Re: Making the subquery alias optional in the FROM clause Julien Rouhaud 15:10
Re: JSON/SQL: jsonpath: incomprehensible error message 📎 Andrew Dunstan 15:15
Re: [PoC] Improve dead tuple storage for lazy vacuum Hannu Krosing 15:23
Re: [PoC] Improve dead tuple storage for lazy vacuum Andres Freund 15:26
[Commitfest 2022-07] Begins This Friday Jacob Champion 15:33
Re: Emit postgres log messages that have security or PII with special flags/error code/elevel Julien Rouhaud 15:34
Re: Lazy JIT IR code generation to increase JIT speed with partitions 📎 Alvaro Herrera 15:37
Re: Making the subquery alias optional in the FROM clause Isaac Morland 16:03
Re: SYSTEM_USER reserved word implementation Alvaro Herrera 17:32
Re: Making the subquery alias optional in the FROM clause Dean Rasheed 18:24
Re: Making the subquery alias optional in the FROM clause David G. Johnston 18:43
Re: Making the subquery alias optional in the FROM clause Dean Rasheed 18:53
Retrieving unused tuple attributes in ExecScan Ma, Marcus 19:00
Re: [PoC] Let libpq reject unexpected authentication requests 📎 Jacob Champion 19:05
Re: Retrieving unused tuple attributes in ExecScan Andres Freund 19:09
Re: Retrieving unused tuple attributes in ExecScan Ma, Marcus 19:29
Re: do only critical work during single-user vacuum? Justin Pryzby 19:36
Re: Retrieving unused tuple attributes in ExecScan Andres Freund 19:52
Re: Retrieving unused tuple attributes in ExecScan Finnerty, Jim 20:12
Re: do only critical work during single-user vacuum? Peter Geoghegan 20:36
Re: Hardening PostgreSQL via (optional) ban on local file system access Jeff Davis 20:37
Re: Hardening PostgreSQL via (optional) ban on local file system access Hannu Krosing 21:36
Re: [PoC] Let libpq reject unexpected authentication requests 📎 Jacob Champion 21:40
Re: pg_upgrade (12->14) fails on aggregate 📎 Justin Pryzby 23:30

June 28, 2022

Thread Author Time
Re: Allowing REINDEX to have an optional name Justin Pryzby 00:18
Re: [BUG] Panic due to incorrect missingContrecPtr after promotion Kyotaro Horiguchi 00:46
Repeatability of installcheck for test_oat_hooks 📎 Michael Paquier 01:12
Re: ICU for global collation Justin Pryzby 01:32
Re: Handle infinite recursion in logical replication setup Peter Smith 01:58
Re: Repeatability of installcheck for test_oat_hooks 📎 Michael Paquier 03:05
RE: Perform streaming logical transactions by background workers and parallel apply 📎 [email protected] 03:21
RE: Perform streaming logical transactions by background workers and parallel apply [email protected] 03:23
RE: Perform streaming logical transactions by background workers and parallel apply [email protected] 03:23
Re: Support logical replication of DDLs Amit Kapila 03:26
Re: NAMEDATALEN increase because of non-latin languages Julien Rouhaud 03:27
Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila 04:15
Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor 04:17
Re: Making the subquery alias optional in the FROM clause Julien Rouhaud 04:32
Re: WIP Patch: Add a function that returns binary JSONB as a bytea 📎 John Naylor 04:38
Comments referring to pg_start/stop_backup 📎 Michael Paquier 04:41
Re: Comments referring to pg_start/stop_backup Kyotaro Horiguchi 05:00
Re: [PoC] Improve dead tuple storage for lazy vacuum Andres Freund 05:02
Re: [PATCH] Completed unaccent dictionary with many missing characters Michael Paquier 05:14
Re: Handle infinite recursion in logical replication setup 📎 vignesh C 06:17
Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada 06:24
Re: margay fails assertion in stats/dsa/dsm code Thomas Munro 06:27
Re: First draft of the PG 15 release notes Noah Misch 06:37
Re: [BUG] Panic due to incorrect missingContrecPtr after promotion 📎 Kyotaro Horiguchi 07:09
Re: SYSTEM_USER reserved word implementation 📎 Drouvot, Bertrand 07:18
RE: Perform streaming logical transactions by background workers and parallel apply [email protected] 07:20
Re: margay fails assertion in stats/dsa/dsm code Marcel Hofstetter 07:22
Re: Allowing REINDEX to have an optional name Simon Riggs 07:29
Re: Logging query parmeters in auto_explain 📎 Michael Paquier 07:54
Re: Add LZ4 compression in pg_dump gkokolatos 08:14
Separate the attribute physical order from logical order 📎 Julien Rouhaud 08:32
Re: Separate the attribute physical order from logical order Alvaro Herrera 08:53
Re: Logging query parmeters in auto_explain Dagfinn Ilmari Mannsåker 09:12
Re: Separate the attribute physical order from logical order Julien Rouhaud 09:32
Re: Allowing REINDEX to have an optional name 📎 Simon Riggs 10:02
Re: BufferAlloc: don't take two simultaneous locks 📎 Yura Sokolov 11:13
Re: BufferAlloc: don't take two simultaneous locks Yura Sokolov 11:26
Re: making relfilenodes 56 bits Simon Riggs 11:45
Testing Index Skip scan 📎 Alexandre Felipe 11:46
Re: Comments referring to pg_start/stop_backup David Steele 11:47
Re: BufferAlloc: don't take two simultaneous locks Yura Sokolov 11:50
Re: Support logical replication of DDLs Amit Kapila 12:13
better error description on logical replication Marcos Pegoraro 12:19
Re: [PATCH] Compression dictionaries for JSONB Aleksander Alekseev 12:37
Re: Separate the attribute physical order from logical order Isaac Morland 13:00
Re: Making the subquery alias optional in the FROM clause Isaac Morland 13:07
Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor 13:09
Re: Separate the attribute physical order from logical order Julien Rouhaud 13:20
Re: Separate the attribute physical order from logical order Justin Pryzby 13:38
Re: Separate the attribute physical order from logical order Julien Rouhaud 14:13
Re: Temporary tables versus wraparound... again 📎 Greg Stark 15:02
Re: Unify DLSUFFIX on Darwin Andrew Dunstan 15:12
Re: making relfilenodes 56 bits Robert Haas 15:25
Re: Support logical replication of DDLs vignesh C 16:47
Re: making relfilenodes 56 bits Robert Haas 17:01
Re: Hardening PostgreSQL via (optional) ban on local file system access Jeff Davis 18:01
Re: margay fails assertion in stats/dsa/dsm code Robert Haas 18:04
Re: making relfilenodes 56 bits Matthias van de Meent 18:18
Re: Separate the attribute physical order from logical order Alvaro Herrera 18:27
Re: Hardening PostgreSQL via (optional) ban on local file system access Robert Haas 18:30
Re: CREATE INDEX CONCURRENTLY on partitioned index Justin Pryzby 18:33
Re: Separate the attribute physical order from logical order Tom Lane 18:47
Export log_line_prefix(); useful for emit_log_hook. 📎 Jeff Davis 18:52
Re: Separate the attribute physical order from logical order Peter Geoghegan 18:55
Emit extra debug message when executing extension script. 📎 Jeff Davis 19:10
Re: PG 15 (and to a smaller degree 14) regression due to ExprEvalStep size David Rowley 19:18
Re: Separate the attribute physical order from logical order Tom Lane 20:22
Re: First draft of the PG 15 release notes 📎 Bruce Momjian 20:35
Fix proposal for comparaison bugs in PostgreSQL::Version 📎 Jehan-Guillaume de Rorthais 20:53
Re: Hardening PostgreSQL via (optional) ban on local file system access Hannu Krosing 21:18
Re: Fix proposal for comparaison bugs in PostgreSQL::Version 📎 Andrew Dunstan 22:17
doc: BRIN indexes and autosummarize 📎 Roberto Mello 23:22
Re: Hardening PostgreSQL via (optional) ban on local file system access Andres Freund 23:27
Re: Transparent column encryption 📎 Peter Eisentraut 23:29
Re: PG 15 (and to a smaller degree 14) regression due to ExprEvalStep size 📎 David Rowley 23:40

June 29, 2022

Thread Author Time
PostgreSQL 15 beta 2 release announcement draft 📎 Jonathan S. Katz 00:04
Re: Logging query parmeters in auto_explain Michael Paquier 00:17
Re: First draft of the PG 15 release notes Peter Geoghegan 00:32
tuplesort Generation memory contexts don't play nicely with index builds David Rowley 00:59
Re: Export log_line_prefix(); useful for emit_log_hook. Michael Paquier 01:17
Re: Fix proposal for comparaison bugs in PostgreSQL::Version Michael Paquier 01:20
Re: better error description on logical replication Amit Kapila 02:52
Re: Support logical replication of DDLs Amit Kapila 03:06
Can we do something to help stop users mistakenly using force_parallel_mode? David Rowley 03:23
Re: margay fails assertion in stats/dsa/dsm code Thomas Munro 04:00
Re: pg_upgrade allows itself to be run twice Michael Paquier 04:17
Re: Allowing REINDEX to have an optional name Michael Paquier 04:35
Re: Hardening PostgreSQL via (optional) ban on local file system access Jeff Davis 05:17
Re: Export log_line_prefix(); useful for emit_log_hook. Jeff Davis 05:32
Add test of pg_prewarm extenion 📎 Dong Wook Lee 05:38
add test: pg_rowlocks extension 📎 Dong Wook Lee 05:53
Re: PostgreSQL 15 beta 2 release announcement draft Erik Rijkers 06:12
Re: CREATE INDEX CONCURRENTLY on partitioned index Alexander Pyhalov 06:45
Re: Hardening PostgreSQL via (optional) ban on local file system access Laurenz Albe 06:51
Re: PostgreSQL 15 beta 2 release announcement draft Pantelis Theodosiou 06:55
Re: Can we do something to help stop users mistakenly using force_parallel_mode? Laurenz Albe 06:57
Re: Hardening PostgreSQL via (optional) ban on local file system access Andres Freund 07:05
Re: Hardening PostgreSQL via (optional) ban on local file system access Hannu Krosing 07:45
Re: CREATE INDEX CONCURRENTLY on partitioned index 📎 Alexander Pyhalov 08:01
Re: Prevent writes on large objects in read-only transactions 📎 Yugo NAGATA 08:29
Re: OpenSSL 3.0.0 compatibility Jelte Fennema 09:02
Re: Lazy JIT IR code generation to increase JIT speed with partitions David Geier 09:03
Re: Fix proposal for comparaison bugs in PostgreSQL::Version Jehan-Guillaume de Rorthais 09:09
Re: making relfilenodes 56 bits 📎 Dilip Kumar 09:15
Re: OpenSSL 3.0.0 compatibility Daniel Gustafsson 09:25
Re: OpenSSL 3.0.0 compatibility Jelte Fennema 09:44
RE: Support logical replication of DDLs [email protected] 09:47
RE: Support logical replication of DDLs 📎 [email protected] 09:54
Re: Implementing Incremental View Maintenance huyajun 09:56
Re: margay fails assertion in stats/dsa/dsm code Thomas Munro 10:17
Re: Support logical replication of DDLs Amit Kapila 10:48
Re: Hardening PostgreSQL via (optional) ban on local file system access Laurenz Albe 10:48
Re: OpenSSL 3.0.0 compatibility Daniel Gustafsson 10:59
Re: better error description on logical replication Marcos Pegoraro 11:00

Browse Archives

Prev | Next