pgsql-hackers before 2022-06-28 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 23, 2022

Thread Author Time
Re: Custom tuplesorts for extensions Alexander Korotkov 13:19
Re: fix crash with Python 3.11 Tom Lane 13:34
Re: Pluggable toaster Aleksander Alekseev 13:38
Re: O(n) tasks cause lengthy startups and checkpoints Robert Haas 13:46
Re: some aspects of our qsort might not be ideal Robert Haas 13:52
Re: Pluggable toaster Nikita Malakhov 13:53
Re: Skipping logical replication transactions on subscriber side Robert Haas 13:58
Re: WIP Patch: Add a function that returns binary JSONB as a bytea Andres Freund 14:06
Re: Use fadvise in wal replay Justin Pryzby 14:06
Re: NAMEDATALEN increase because of non-latin languages Andres Freund 14:16
Re: NAMEDATALEN increase because of non-latin languages Robert Haas 14:19
Re: NAMEDATALEN increase because of non-latin languages Robert Haas 14:27
refactor some protocol message sending in walsender and basebackup 📎 Peter Eisentraut 14:36
Re: some aspects of our qsort might not be ideal Matthias van de Meent 14:51
Re: some aspects of our qsort might not be ideal Peter Geoghegan 15:04
Re: some aspects of our qsort might not be ideal Matthias van de Meent 15:08
Re: allow specifying action when standby encounters incompatible parameter settings Simon Riggs 15:19
Re: [PATCH] Compression dictionaries for JSONB Simon Riggs 15:48
Re: O(n) tasks cause lengthy startups and checkpoints Simon Riggs 17:13
Re: O(n) tasks cause lengthy startups and checkpoints Nathan Bossart 17:15
Re: [PoC] Let libpq reject unexpected authentication requests Jacob Champion 17:33
Re: allow specifying action when standby encounters incompatible parameter settings Nathan Bossart 17:45
Re: NAMEDATALEN increase because of non-latin languages Tom Lane 18:07
Re: NAMEDATALEN increase because of non-latin languages Robert Haas 18:42
Re: Race condition in TransactionIdIsInProgress 📎 Heikki Linnakangas 19:03
Re: CI and test improvements 📎 Justin Pryzby 19:31
Re: fix crash with Python 3.11 Markus Wanner 19:57
making relfilenodes 56 bits Robert Haas 20:06
Re: SLRUs in the main buffer pool - Page Header definitions Bagga, Rishu 20:25
Re: SLRUs in the main buffer pool - Page Header definitions Robert Haas 20:27
Re: CI and test improvements Thomas Munro 20:38
Re: tablesync copy ignores publication actions Robert Haas 20:38
Re: SLRUs in the main buffer pool - Page Header definitions Andres Freund 21:21
Re: NAMEDATALEN increase because of non-latin languages Andres Freund 21:49
Re: NAMEDATALEN increase because of non-latin languages Robert Haas 22:29
Re: NAMEDATALEN increase because of non-latin languages Tom Lane 22:43
Re: fix crash with Python 3.11 Tom Lane 22:54

June 24, 2022

Thread Author Time
Re: SLRUs in the main buffer pool - Page Header definitions Bagga, Rishu 00:39
Re: SLRUs in the main buffer pool - Page Header definitions Andres Freund 01:06
Re: Race condition in TransactionIdIsInProgress Andres Freund 01:43
Re: Make COPY extendable in order to support Parquet and other formats Andres Freund 01:45
Re: PG 15 (and to a smaller degree 14) regression due to ExprEvalStep size Andres Freund 01:51
Re: Fix instability in subscription regression test Masahiko Sawada 02:15
Re: Fix instability in subscription regression test Amit Kapila 02:27
RE: Fix instability in subscription regression test [email protected] 02:37
Re: Support logical replication of DDLs Masahiko Sawada 02:39
Re: NAMEDATALEN increase because of non-latin languages John Naylor 03:10
Re: amcheck is using a wrong macro to check compressed-ness Michael Paquier 03:59
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) 📎 Justin Pryzby 04:35
Re: Handle infinite recursion in logical replication setup Peter Smith 04:50
Postgres do not allow to create many tables with more than 63-symbols prefix 📎 Andrey Lepikhov 05:12
Re: Postgres perl module namespace 📎 Noah Misch 05:45
Re: WIP Patch: Add a function that returns binary JSONB as a bytea John Naylor 07:33
Re: Postgres do not allow to create many tables with more than 63-symbols prefix Önder Kalacı 08:09
Future Postgres 15 and Clang 15 Fabien COELHO 08:35
[PATCH] Optimize json_lex_string by batching character copying 📎 Jelte Fennema 08:47
Re: Fix instability in subscription regression test Amit Kapila 09:05
Re: tablesync copy ignores publication actions Amit Kapila 09:05
Re: SYSTEM_USER reserved word implementation 📎 Drouvot, Bertrand 09:49
Re: Support logical replication of DDLs Amit Kapila 10:19
Re: allow specifying action when standby encounters incompatible parameter settings Simon Riggs 10:42
Re: O(n) tasks cause lengthy startups and checkpoints Simon Riggs 10:45
Re: making relfilenodes 56 bits 📎 Dilip Kumar 11:08
Re: array_cat anycompatible change is breaking xversion upgrade tests Andrey Borodin 11:09
Re: Unify DLSUFFIX on Darwin Peter Eisentraut 11:26
Re: CREATE TABLE ( .. STORAGE ..) 📎 Aleksander Alekseev 11:44
Re: fix crash with Python 3.11 Markus Wanner 12:04
Re: NAMEDATALEN increase because of non-latin languages Robert Haas 12:11
Re: NAMEDATALEN increase because of non-latin languages Robert Haas 12:21
pg_receivewal unable to connect to promoted standby RKN Sai Krishna 12:23
Re: CREATE TABLE ( .. STORAGE ..) 📎 Aleksander Alekseev 12:30
Re: array_cat anycompatible change is breaking xversion upgrade tests 📎 Andrey Borodin 12:46
Re: SYSTEM_USER reserved word implementation Drouvot, Bertrand 12:47
Re: WIP Patch: Add a function that returns binary JSONB as a bytea Jelte Fennema 13:23
Re: array_cat anycompatible change is breaking xversion upgrade tests Justin Pryzby 13:30
Implement hook for self-join simplification Leif Harald Karlsen 13:58
Re: array_cat anycompatible change is breaking xversion upgrade tests Tom Lane 14:06
Re: NAMEDATALEN increase because of non-latin languages Tom Lane 14:08
Re: Unify DLSUFFIX on Darwin Tom Lane 14:13
Re: Make COPY extendable in order to support Parquet and other formats Andrew Dunstan 14:14
Pre-installed index access methods cannot be manually installed. 📎 Matthias van de Meent 14:17
Re: Pre-installed index access methods cannot be manually installed. 📎 Matthias van de Meent 14:25
Re: PG 15 (and to a smaller degree 14) regression due to ExprEvalStep size 📎 Andrew Dunstan 14:29
Re: Pre-installed index access methods cannot be manually installed. Tom Lane 14:43
Re: making relfilenodes 56 bits Robert Haas 14:59
Re: Make COPY extendable in order to support Parquet and other formats Aleksander Alekseev 15:04
Re: [BUG] Panic due to incorrect missingContrecPtr after promotion Imseih (AWS), Sami 16:17
Re: WIP Patch: Add a function that returns binary JSONB as a bytea Andres Freund 17:12
Re: [PATCH] Add extra statistics to explain for Nested Loop 📎 Ekaterina Sokolova 17:16
Re: Implement hook for self-join simplification Andrey Lepikhov 17:27
Re: array_cat anycompatible change is breaking xversion upgrade tests Andrey Borodin 18:28
Re: Implement hook for self-join simplification Leif Harald Karlsen 18:43
Re: pg_upgrade (12->14) fails on aggregate Andrey Borodin 18:43
Re: [PoC] Let libpq reject unexpected authentication requests 📎 Jacob Champion 19:17
Re: Switching XLog source from archive to streaming when primary available Cary Huang 20:00
Re: pg_auth_members.grantor is bunk Robert Haas 20:19
Re: pg_upgrade (12->14) fails on aggregate 📎 Justin Pryzby 20:28
Re: pg_auth_members.grantor is bunk David G. Johnston 20:29
Re: pg_auth_members.grantor is bunk Robert Haas 20:46
Re: [PATCH] Optimize json_lex_string by batching character copying Zhihong Yu 20:58
Re: Future Postgres 15 and Clang 15 Thomas Munro 21:27
Core dump in range_table_mutator() Tom Lane 21:44
Re: [PATCH] Optimize json_lex_string by batching character copying Jelte Fennema 21:48
Hardening PostgreSQL via (optional) ban on local file system access Hannu Krosing 22:08
Re: SLRUs in the main buffer pool - Page Header definitions Shawn Debnath 22:19
Re: SLRUs in the main buffer pool - Page Header definitions Andres Freund 22:45
Re: Hardening PostgreSQL via (optional) ban on local file system access David G. Johnston 22:58
Re: Hardening PostgreSQL via (optional) ban on local file system access Nathan Bossart 23:06
Re: Hardening PostgreSQL via (optional) ban on local file system access Andres Freund 23:13
Re: Hardening PostgreSQL via (optional) ban on local file system access Hannu Krosing 23:23
Re: Hardening PostgreSQL via (optional) ban on local file system access Hannu Krosing 23:27
Re: Hardening PostgreSQL via (optional) ban on local file system access David G. Johnston 23:29
Re: Hardening PostgreSQL via (optional) ban on local file system access Gurjeet Singh 23:46
Re: Hardening PostgreSQL via (optional) ban on local file system access Hannu Krosing 23:59

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

Browse Archives

Prev | Next