pgsql-hackers since 2023-05-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

May 25, 2023

Thread Author Time
Re: PostgreSQL 16 Beta 1 release announcement draft Andres Freund 00:04
Re: Proposal: Removing 32 bit support starting from PG17++ Thomas Munro 00:09
Re: Question about error message in auth.c Michael Paquier 00:15
Re: Proposal: Removing 32 bit support starting from PG17++ Tom Lane 00:34
Re: Proposal: Removing 32 bit support starting from PG17++ Andres Freund 01:00
Re: Proposal: Removing 32 bit support starting from PG17++ Tom Lane 01:04
Re: PostgreSQL 16 Beta 1 release announcement draft Jonathan S. Katz 01:20
Re: Proposal: Removing 32 bit support starting from PG17++ Andres Freund 01:28
Re: PG 16 draft release notes ready John Naylor 01:31
Re: PG 16 draft release notes ready Bruce Momjian 02:02
Re: Proposal: Removing 32 bit support starting from PG17++ Thomas Munro 02:38
Re: PostgreSQL 16 Beta 1 release announcement draft Jonathan S. Katz 03:30
Re: PostgreSQL 16 Beta 1 release announcement draft Jonathan S. Katz 03:32
Re: PostgreSQL 16 Beta 1 release announcement draft Andres Freund 04:16
Re: PG 16 draft release notes ready David Rowley 05:57
Re: Wrong results due to missing quals Richard Guo 06:36
Re: ALTER TABLE SET ACCESS METHOD on partitioned tables 📎 Michael Paquier 06:49
Re: unnecessary #include "pg_getopt.h"? Michael Paquier 06:59
Re: running logical replication as the subscription owner Masahiko Sawada 07:02
Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Daniel Gustafsson 08:16
Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Daniel Gustafsson 08:27
Why does pg_bsd_indent need to be installed? Peter Eisentraut 08:32
Re: running logical replication as the subscription owner Amit Kapila 08:41
AW: Proposal: Removing 32 bit support starting from PG17++ Hans Buschmann 08:55
Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu 08:59
Logical Replication Conflict Resolution Stavros Koureas 09:10
pgindent vs. pgperltidy command-line arguments 📎 Peter Eisentraut 09:10
pg_walinspect last query typo jian he 09:13
Re: pg_walinspect last query typo Daniel Gustafsson 09:16
Re: pgindent vs. pgperltidy command-line arguments Daniel Gustafsson 09:18
Re: Removing unneeded self joins 📎 Andrey Lepikhov 09:40
Re: pgbench: using prepared BEGIN statement in a pipeline could cause an error Alvaro Herrera 10:39
PostgreSQL 16 Beta 1 Released! 📎 PostgreSQL Global Development Group 13:08
Re: Why does pg_bsd_indent need to be installed? Tom Lane 13:09
Re: pgindent vs. pgperltidy command-line arguments Tom Lane 13:20
Re: Adding SHOW CREATE TABLE Jelte Fennema 13:23
Implement generalized sub routine find_in_log for tap test 📎 vignesh C 14:23
Re: memory leak in trigger handling (since PG12) Tomas Vondra 14:27
Re: Wrong results due to missing quals Tom Lane 14:29
Re: PostgreSQL 16 Beta 1 release announcement draft Jonathan S. Katz 14:40
Re: memory leak in trigger handling (since PG12) 📎 Tomas Vondra 14:41
Re: memory leak in trigger handling (since PG12) Tomas Vondra 14:43
Re: testing dist tarballs Christoph Berg 14:46
Re: Allow pg_archivecleanup to remove backup history files 📎 torikoshia 14:51
BUG #17946: LC_MONETARY & DO LANGUAGE plperl - BUG PG Bug reporting form 15:21
Re: Order changes in PG16 since ICU introduction 📎 Jeff Davis 16:24
Re: Docs: Encourage strong server verification with SCRAM Jacob Champion 16:40
Re: Why does pg_bsd_indent need to be installed? Andres Freund 16:52
Re: Docs: Encourage strong server verification with SCRAM Jacob Champion 16:54
Re: Why does pg_bsd_indent need to be installed? Tom Lane 17:05
Re: Large files for relations Stephen Frost 17:08
Re: ResourceOwner refactoring 📎 Heikki Linnakangas 17:14
Re: Docs: Encourage strong server verification with SCRAM Stephen Frost 17:29
Re: Implement generalized sub routine find_in_log for tap test Dagfinn Ilmari Mannsåker 17:34
Re: Docs: Encourage strong server verification with SCRAM Jacob Champion 17:45
Re: vector search support Oliver Rice 17:48
Re: Docs: Encourage strong server verification with SCRAM Jonathan S. Katz 17:48
Re: pg_collation.collversion for C.UTF-8 Jeff Davis 18:30
Re: pg_collation.collversion for C.UTF-8 Tom Lane 18:48
Re: Docs: Encourage strong server verification with SCRAM 📎 Jacob Champion 19:27
Re: BUG #17946: LC_MONETARY & DO LANGUAGE plperl - BUG Tom Lane 19:33
Re: PG 16 draft release notes ready 📎 Dagfinn Ilmari Mannsåker 20:20
Re: PG 16 draft release notes ready 📎 Laurenz Albe 21:51
Re: ERROR: no relation entry for relid 6 📎 Tom Lane 22:06
Re: Implement generalized sub routine find_in_log for tap test Michael Paquier 22:39
Re: Avoiding another needless ERROR during nbtree page deletion Peter Geoghegan 22:40
Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Michael Paquier 23:47

May 26, 2023

Thread Author Time
Re: Order changes in PG16 since ICU introduction Jeff Davis 00:23
Re: Allow pg_archivecleanup to remove backup history files Kyotaro Horiguchi 01:07
Re: Docs: Encourage strong server verification with SCRAM 📎 Jonathan S. Katz 01:09
Cleaning up nbtree after logical decoding on standby work 📎 Peter Geoghegan 01:50
Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? 📎 Michael Paquier 02:08
Re: Allow pg_archivecleanup to remove backup history files Michael Paquier 05:06
Re: Allow pg_archivecleanup to remove backup history files Michael Paquier 05:19
Re: testing dist tarballs Peter Eisentraut 07:02
BF animal dikkop reported a failure in 035_standby_logical_decoding Yu Shi (Fujitsu) 07:27
Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith 07:29
Re: Cleaning up nbtree after logical decoding on standby work Michael Paquier 07:46
Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Daniel Gustafsson 08:09
Re: Cleaning up nbtree after logical decoding on standby work Alvaro Herrera 08:56
pg_get_indexdef() modification to use TxnSnapshot 📎 shveta malik 09:54
Re: pg_get_indexdef() modification to use TxnSnapshot vignesh C 10:14
Re: PG 16 draft release notes ready Alvaro Herrera 10:21
Re: ERROR: no relation entry for relid 6 Richard Guo 10:30
Re: Adding SHOW CREATE TABLE Andrew Dunstan 12:33
Re: running logical replication as the subscription owner 📎 Masahiko Sawada 12:48
Re: vector search support Jonathan S. Katz 14:24
Re: vector search support Jonathan S. Katz 14:32
Re: vector search support Jonathan S. Katz 14:37
Is NEW.ctid usable as table_tuple_satisfies_snapshot? Kaiting Chen 15:04
Re: Is NEW.ctid usable as table_tuple_satisfies_snapshot? David G. Johnston 15:33
Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Jacob Champion 16:10
Re: ERROR: no relation entry for relid 6 Tom Lane 16:16
Re: Is NEW.ctid usable as table_tuple_satisfies_snapshot? Kaiting Chen 16:23
Re: Order changes in PG16 since ICU introduction 📎 Daniel Verite 16:24
Re: Is NEW.ctid usable as table_tuple_satisfies_snapshot? Tom Lane 16:49
Re: Cleaning up nbtree after logical decoding on standby work 📎 Peter Geoghegan 16:56
Re: Implement generalized sub routine find_in_log for tap test 📎 vignesh C 17:00
Re: Cleaning up nbtree after logical decoding on standby work Peter Geoghegan 17:28
Re: pg_collation.collversion for C.UTF-8 📎 Jeff Davis 17:43
Re: Is NEW.ctid usable as table_tuple_satisfies_snapshot? Kaiting Chen 18:41
Re: Order changes in PG16 since ICU introduction Jeff Davis 18:47
Re: Cleaning up nbtree after logical decoding on standby work Peter Geoghegan 19:23
Re: Cleaning up nbtree after logical decoding on standby work Andres Freund 21:49
Re: Cleaning up nbtree after logical decoding on standby work Peter Geoghegan 22:19
Re: Docs: Encourage strong server verification with SCRAM Jacob Champion 22:47
Re: Cleaning up nbtree after logical decoding on standby work Michael Paquier 23:05
Fix search_path for all maintenance commands 📎 Jeff Davis 23:21
Re: Cleaning up nbtree after logical decoding on standby work Peter Geoghegan 23:48

May 27, 2023

Thread Author Time
Re: Implement generalized sub routine find_in_log for tap test 📎 vignesh C 00:35
Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Michael Paquier 02:02
Re: Implement generalized sub routine find_in_log for tap test Andrew Dunstan 12:01
session username in default psql prompt? Andrew Dunstan 12:52
Re: Why does pg_bsd_indent need to be installed? 📎 Andres Freund 18:42
Re: testing dist tarballs Andres Freund 18:47
Document that server will start even if it's unable to open some TCP/IP ports 📎 Gurjeet Singh 22:17

May 28, 2023

Thread Author Time
Re: benchmark results comparing versions 15.2 and 16 MARK CALLAGHAN 00:15
abi-compliance-checker 📎 Peter Geoghegan 00:52
Re: PG 16 draft release notes ready Bruce Momjian 01:34
Re: PG 16 draft release notes ready Bruce Momjian 02:21
Re: PG 16 draft release notes ready 📎 Bruce Momjian 03:03
Re: session username in default psql prompt? Junwang Zhao 05:56
Re: Large files for relations 📎 Thomas Munro 06:48
Re: Large files for relations Thomas Munro 07:07
Re: abi-compliance-checker Tom Lane 13:48
Re: abi-compliance-checker 📎 Peter Geoghegan 15:15
Re: abi-compliance-checker Tom Lane 15:37
Re: abi-compliance-checker Tom Lane 15:39
Re: abi-compliance-checker Peter Geoghegan 16:34
Re: Docs: Encourage strong server verification with SCRAM 📎 Jonathan S. Katz 18:21
Re: benchmark results comparing versions 15.2 and 16 David Rowley 21:42

May 29, 2023

Thread Author Time
Re: Cleaning up nbtree after logical decoding on standby work Michael Paquier 00:31
[16Beta1][doc] Add BackendType for standalone backends 📎 Shinoda, Noriyoshi (PN Japan FSIP) 00:39
Re: Implement generalized sub routine find_in_log for tap test 📎 vignesh C 02:19
Re: Cleaning up nbtree after logical decoding on standby work Heikki Linnakangas 02:49
contrib/spi/insert_username.c comment typo? jian he 04:31
Re: contrib/spi/insert_username.c comment typo? John Naylor 04:43
Re: Docs: Encourage strong server verification with SCRAM Michael Paquier 05:38
RE: Support logical replication of DDLs Yu Shi (Fujitsu) 06:15
Re: Cleaning up nbtree after logical decoding on standby work Drouvot, Bertrand 08:19
Re: BF animal dikkop reported a failure in 035_standby_logical_decoding Drouvot, Bertrand 09:22
RE: BF animal dikkop reported a failure in 035_standby_logical_decoding Yu Shi (Fujitsu) 09:58
Re: BF animal dikkop reported a failure in 035_standby_logical_decoding Tom Lane 11:03
Re: Making Vars outer-join aware 📎 Anton A. Melnikov 12:01
Re: BF animal dikkop reported a failure in 035_standby_logical_decoding Drouvot, Bertrand 12:31
Re: Support logical replication of DDLs 📎 vignesh C 12:46
Re: vector search support Giuseppe Broccolo 13:18
Re: make_ctags: use -I option to ignore pg_node_attr macro 📎 Masahiko Sawada 13:35
Re: vector search support Giuseppe Broccolo 13:51
Re: PG 16 draft release notes ready Masahiko Sawada 14:08
Re: benchmark results comparing versions 15.2 and 16 Peter Geoghegan 16:55
Re: abi-compliance-checker Peter Geoghegan 17:01
Re: PG 16 draft release notes ready Bruce Momjian 17:49
Re: PG 16 draft release notes ready Bruce Momjian 18:38
Re: PG 16 draft release notes ready Bruce Momjian 18:46

May 30, 2023

Thread Author Time
Re: ERROR: no relation entry for relid 6 Richard Guo 02:28
Re: Support logical replication of DDLs shveta malik 02:53
Re: abi-compliance-checker Peter Eisentraut 04:32
Re: [16Beta1][doc] Add BackendType for standalone backends Daniel Gustafsson 08:01
Re: ERROR: no relation entry for relid 6 Richard Guo 09:05
Re: PG 16 draft release notes ready 📎 Bruce Momjian 10:03
Re: PG 16 draft release notes ready Dagfinn Ilmari Mannsåker 10:28
Re: PG 16 draft release notes ready Masahiko Sawada 10:33
Test slots invalidations in 035_standby_logical_decoding.pl only if dead rows are removed 📎 Drouvot, Bertrand 10:34
Re: Support logical replication of DDLs 📎 vignesh C 11:19
Re: Large files for relations Peter Eisentraut 11:20
Question - Does PostgreSQL have an Evaluation Assurance Level? Mayer, Nicholas J 13:48
Re: Make pgbench exit on SIGINT more reliably Tristan Partin 14:35
Re: Handle SIGTERM in fe_utils/cancel.c Tristan Partin 14:39
Re: Make pgbench exit on SIGINT more reliably Tristan Partin 14:42
ERROR: wrong varnullingrels (b 3) (expected (b)) for Var 2/1 Markus Winand 14:47
Re: [PoC] pg_upgrade: allow to upgrade publisher node vignesh C 14:58
Re: BF animal dikkop reported a failure in 035_standby_logical_decoding Andres Freund 15:24
Re: benchmark results comparing versions 15.2 and 16 MARK CALLAGHAN 17:03
Re: An inefficient query caused by unnecessary PlaceHolderVar James Coleman 17:26
Re: [PATCHES] Post-special page storage TDE support David Christensen 17:35
Re: Documentation for building with meson Tristan Partin 18:09
Re: Documentation for building with meson Tristan Partin 18:13
generate syscache info automatically 📎 Peter Eisentraut 21:57
Re: PG 16 draft release notes ready Bruce Momjian 23:07
Re: PG 16 draft release notes ready Bruce Momjian 23:31

May 31, 2023

Thread Author Time
Re: Fix incorrect start up costs for WindowAgg paths (bug #17862) David Rowley 00:59
Re: Allow pg_archivecleanup to remove backup history files 📎 torikoshia 01:51
Re: ERROR: wrong varnullingrels (b 3) (expected (b)) for Var 2/1 Richard Guo 02:47
[16Beta1][doc] pgstat: Track time of the last scan of a relation 📎 Shinoda, Noriyoshi (PN Japan FSIP) 03:56
Re: BF animal dikkop reported a failure in 035_standby_logical_decoding Drouvot, Bertrand 05:52
Re: PG 16 draft release notes ready David Rowley 06:03
Re: [16Beta1][doc] pgstat: Track time of the last scan of a relation David Rowley 06:13
Re: ERROR: wrong varnullingrels (b 3) (expected (b)) for Var 2/1 📎 Richard Guo 06:36
Re: ERROR: wrong varnullingrels (b 3) (expected (b)) for Var 2/1 Markus Winand 07:03
RE: Support logical replication of DDLs Wei Wang (Fujitsu) 09:02
Re: Support logical replication of DDLs 📎 shveta malik 09:40
Re: Test slots invalidations in 035_standby_logical_decoding.pl only if dead rows are removed 📎 Drouvot, Bertrand 10:14
Re: testing dist tarballs Peter Eisentraut 10:52
Re: Why does pg_bsd_indent need to be installed? Peter Eisentraut 10:55
Re: PG 16 draft release notes ready Bruce Momjian 11:01
Re: WAL Insertion Lock Improvements Michael Paquier 11:35
Re: benchmark results comparing versions 15.2 and 16 Peter Geoghegan 12:34
Refactor ssl tests to avoid using internal PostgreSQL::Test::Cluster methods 📎 Daniel Gustafsson 12:47
Re: Refactor ssl tests to avoid using internal PostgreSQL::Test::Cluster methods Melih Mutlu 13:46

Browse Archives

Prev | Next