pgsql-hackers since 2021-06-14 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 14, 2021

Thread Author Time
Re: Continuing instability in insert-conflict-specconflict test Gavin Flower 00:23
Re: Fix DROP TABLESPACE on Windows with ProcSignalBarrier? Thomas Munro 00:24
Re: Move pg_attribute.attcompression to earlier in struct for reduced size? Michael Paquier 00:27
RE: pgbench bug candidate: negative "initial connection time" [email protected] 00:42
Re: Error on pgbench logs Tatsuo Ishii 00:42
Re: Signed vs Unsigned (take 2) (src/backend/storage/ipc/procarray.c) 📎 Ranier Vilela 01:21
Re: Different compression methods for FPI 📎 Justin Pryzby 01:24
Re: unnesting multirange data types Zhihong Yu 01:36
Re: Use extended statistics to estimate (Var op Var) clauses Zhihong Yu 01:46
Re: Continuing instability in insert-conflict-specconflict test Noah Misch 01:46
RE: Transactions involving multiple postgres foreign servers, take 2 [email protected] 02:04
Re: Avoid stuck of pbgench due to skipped transactions 📎 Yugo NAGATA 02:20
Re: An out-of-date comment in nodeIndexonlyscan.c David Rowley 02:28
Re: unnesting multirange data types Justin Pryzby 02:29
Re: Added missing tab completion for alter subscription set option vignesh C 02:50
Re: Decoding speculative insert with toast leaks memory Amit Kapila 03:04
RE: psql - factor out echo code Shinya11.Kato 03:54
Re: Decoding speculative insert with toast leaks memory Dilip Kumar 04:14
Relaxing the sub-transaction restriction in parallel query 📎 Amit Khandekar 04:20
RE: [PATCH] expand the units that pg_size_pretty supports on output Shinya11.Kato 04:53
Re: Failure in subscription test 004_sync.pl 📎 Masahiko Sawada 05:11
Re: Minimal logical decoding on standbys 📎 Drouvot, Bertrand 05:41
Re: An out-of-date comment in nodeIndexonlyscan.c 📎 Thomas Munro 06:11
Fix around conn_duration in pgbench 📎 Yugo NAGATA 06:11
Re: [bug?] Missed parallel safety checks, and wrong parallel safety Amit Kapila 06:32
Re: Decoding speculative insert with toast leaks memory 📎 Dilip Kumar 06:35
Re: [bug?] Missed parallel safety checks, and wrong parallel safety Tom Lane 06:40
Re: Avoid stuck of pbgench due to skipped transactions Fabien COELHO 06:47
Re: Fix dropped object handling in pg_event_trigger_ddl_commands Michael Paquier 06:48
RE: psql - factor out echo code 📎 Fabien COELHO 06:57
Re: Avoid stuck of pbgench due to skipped transactions Yugo NAGATA 07:06
Re: pgbench bug candidate: negative "initial connection time" Yugo NAGATA 08:05
Re: pgbench bug candidate: negative "initial connection time" 📎 Yugo NAGATA 08:07
Re: Failure in subscription test 004_sync.pl Amit Kapila 08:48
Re: Fix around conn_duration in pgbench 📎 Fabien COELHO 08:57
Re: SQLSTATE for replication connection failures Amit Kapila 09:17
Re: pgbench bug candidate: negative "initial connection time" Fabien COELHO 09:30
Re: GiST operator class for bool Andrey Borodin 09:33
Re: Different compression methods for FPI Andrey Borodin 09:47
Re: pg14b1 stuck in lazy_scan_prune/heap_page_prune of pg_statistic Matthias van de Meent 09:53
Re: a path towards replacing GEQO with something better John Naylor 11:16
Re: BUG #15293: Stored Procedure Triggered by Logical Replication is Unable to use Notification Events Sergey Fedchenko 11:17
Fwd: BUG #17056: Segmentation fault on altering the type of the foreign table column with a default 📎 Andrew Dunstan 11:33
RE: locking [user] catalog tables vs 2pc vs logical rep 📎 [email protected] 12:03
Re: Fdw batch insert error out when set batch_size > 65535 Bharath Rupireddy 12:03
Re: RFC: Logging plan of the running query torikoshia 12:18
recent failures on lorikeet Andrew Dunstan 12:19
Re: Fdw batch insert error out when set batch_size > 65535 Bharath Rupireddy 12:38
Re: unnesting multirange data types Jonathan S. Katz 12:50
Position of ClientAuthentication hook Rafia Sabih 12:51
Re: Delegating superuser tasks to new security roles torikoshia 12:51
Re: contrib/pg_visibility fails regression under CLOBBER_CACHE_ALWAYS Masahiko Sawada 12:56
Re: unnesting multirange data types Alexander Korotkov 13:14
pg_dumpall --exclude-database case folding, was Re: AWS forcing PG upgrade from v9.6 a disaster Andrew Dunstan 13:21
Re: pg_dumpall --exclude-database case folding, was Re: AWS forcing PG upgrade from v9.6 a disaster Tom Lane 13:32
Re: recent failures on lorikeet Tom Lane 13:39
pg_dumpall --exclude-database case folding Andrew Dunstan 13:46
Re: A new function to wait for the backend exit after termination 📎 Bharath Rupireddy 14:04
Re: [Proposal] Add accumulated statistics for wait event 📎 Jehan-Guillaume de Rorthais 14:10
Re: Estimating HugePages Requirements? Don Seiler 14:16
Re: Failure in subscription test 004_sync.pl Alvaro Herrera 14:40
Re: Replication protocol doc fix Robert Haas 14:51
Re: Delegating superuser tasks to new security roles Mark Dilger 14:53
Re: Use extended statistics to estimate (Var op Var) clauses Mark Dilger 15:36
Re: [bug?] Missed parallel safety checks, and wrong parallel safety Robert Haas 15:38
Re: Race condition in recovery? Robert Haas 15:52
Re: Transactions involving multiple postgres foreign servers, take 2 Robert Haas 16:08
Re: a path towards replacing GEQO with something better Tomas Vondra 16:10
Re: Use extended statistics to estimate (Var op Var) clauses Tomas Vondra 16:28
Re: recent failures on lorikeet Andrew Dunstan 16:33
Re: PG 14 release notes, first draft Justin Pryzby 16:37
Re: A new function to wait for the backend exit after termination Noah Misch 16:40
Re: recent failures on lorikeet Andrew Dunstan 16:41
Re: A new function to wait for the backend exit after termination Justin Pryzby 16:46
Re: array_cat anycompatible change is breaking xversion upgrade tests (v14 release notes) Bruce Momjian 16:49
Re: Question about StartLogicalReplication() error path Jeff Davis 16:50
Re: Race condition in recovery? Andrew Dunstan 16:56
Re: PG 14 release notes, first draft Tomas Vondra 16:57
Re: Race condition in recovery? Robert Haas 17:11
Re: Question about StartLogicalReplication() error path Robert Haas 17:13
Re: recent failures on lorikeet Tom Lane 17:18
Re: recent failures on lorikeet Tom Lane 17:29
Re: PG 14 release notes, first draft John Naylor 17:29
Re: using extended statistics to improve join estimates 📎 Tomas Vondra 17:34
Re: MultiXact\SLRU buffers configuration Васильев Дмитрий 17:40
Re: Race condition in recovery? Andrew Dunstan 17:50
Re: [Proposal] Add accumulated statistics for wait event Andres Freund 18:27
Re: [Proposal] Add accumulated statistics for wait event Andres Freund 18:31
Re: PG 14 release notes, first draft Bruce Momjian 18:33
Re: Position of ClientAuthentication hook Robert Haas 19:04
Re: BUG #17056: Segmentation fault on altering the type of the foreign table column with a default Alvaro Herrera 19:13
Re: Race condition in recovery? Robert Haas 19:19
Re: Race condition in recovery? Andrew Dunstan 19:32
Re: Race condition in recovery? Andrew Dunstan 19:46
Re: PG 14 release notes, first draft Bruce Momjian 20:03
Re: PG 14 release notes, first draft Bruce Momjian 20:11
Re: [PATCH] expand the units that pg_size_pretty supports on output David Christensen 20:11
Re: PG 14 release notes, first draft Bruce Momjian 20:12
Re: BUG #17056: Segmentation fault on altering the type of the foreign table column with a default Andrew Dunstan 20:29
Re: Failure in subscription test 004_sync.pl Alvaro Herrera 20:40
Re: a path towards replacing GEQO with something better Bruce Momjian 21:15
Re: [Proposal] Add accumulated statistics for wait event Jehan-Guillaume de Rorthais 21:20
Re: Question about StartLogicalReplication() error path Jeff Davis 21:51
Re: [Proposal] Add accumulated statistics for wait event Andres Freund 22:01
Re: pg14b1 stuck in lazy_scan_prune/heap_page_prune of pg_statistic Andres Freund 22:12
Re: Support for NSS as a libpq TLS backend 📎 Jacob Champion 22:15
Re: [PATCH] Fix select from wrong table array_op_test Jason Kim 22:33

June 15, 2021

Thread Author Time
Re: Signed vs Unsigned (take 2) (src/backend/storage/ipc/procarray.c) 📎 Ranier Vilela 00:01
Re: Teaching users how they can get the most out of HOT in Postgres 14 Michael Paquier 00:23
Re: A new function to wait for the backend exit after termination Noah Misch 00:40
Re: Skipping logical replication transactions on subscriber side Masahiko Sawada 00:43
Re: Different compression methods for FPI Michael Paquier 00:50
Re: PG 14 release notes, first draft Masahiko Sawada 01:06
Re: Different compression methods for FPI Andres Freund 01:07
Re: Duplicate history file? Kyotaro Horiguchi 01:20
Re: pg14b1 stuck in lazy_scan_prune/heap_page_prune of pg_statistic Andres Freund 01:22
Re: PG 14 release notes, first draft Bruce Momjian 01:36
Re: Duplicate history file? Kyotaro Horiguchi 01:36
Re: Delegating superuser tasks to new security roles torikoshia 01:40
Re: Different compression methods for FPI Justin Pryzby 01:42
Isolation tests vs. SERIALIZABLE isolation level Tom Lane 02:09
Re: Different compression methods for FPI Michael Paquier 02:39
Re: Teaching users how they can get the most out of HOT in Postgres 14 Peter Geoghegan 02:46
Re: Duplicate history file? Julien Rouhaud 02:48
Re: PG 14 release notes, first draft Masahiko Sawada 02:49
Re: Isolation tests vs. SERIALIZABLE isolation level Thomas Munro 02:50
Improving the isolationtester: fewer failures, less delay 📎 Tom Lane 02:57
Re: PG 14 release notes, first draft Michael Paquier 03:01
Re: Different compression methods for FPI Justin Pryzby 03:42
Re: RFC: Logging plan of the running query Bharath Rupireddy 04:27
Re: locking [user] catalog tables vs 2pc vs logical rep vignesh C 04:51
Use singular number when appropriate 📎 David Fetter 04:59
Re: Different compression methods for FPI Heikki Linnakangas 05:08
Re: Use singular number when appropriate Heikki Linnakangas 05:16
Re: Error on pgbench logs Michael Paquier 05:17
Re: Use singular number when appropriate Julien Rouhaud 05:18
Re: Different compression methods for FPI Michael Paquier 05:37
Re: Different compression methods for FPI Peter Eisentraut 05:53
Re: Race condition in recovery? Kyotaro Horiguchi 06:16
Re: Question about StartLogicalReplication() error path Kyotaro Horiguchi 06:19
Re: Refactor "mutually exclusive options" error reporting code in parse_subscription_options Kyotaro Horiguchi 06:39
Re: Decoding of two-phase xacts missing from CREATE_REPLICATION_SLOT command 📎 Ajin Cherian 07:34
Re: Use singular number when appropriate Laurenz Albe 07:37
Re: Error on pgbench logs Fabien COELHO 08:05
Re: Error on pgbench logs Yugo NAGATA 08:15
Re: Signed vs. Unsigned (some) Kyotaro Horiguchi 08:17
Re: Error on pgbench logs Michael Paquier 09:01
RE: psql - factor out echo code Shinya11.Kato 09:19
RE: [PATCH] expand the units that pg_size_pretty supports on output Shinya11.Kato 09:24
Re: Error on pgbench logs 📎 Fabien COELHO 09:38
RE: Transactions involving multiple postgres foreign servers, take 2 [email protected] 09:51
Re: Signed vs. Unsigned (some) Ranier Vilela 10:38
Re: [PATCH] Fix buffer not null terminated on (ecpg lib) Ranier Vilela 10:40
Re: Signed vs Unsigned (take 2) (src/backend/storage/ipc/procarray.c) Ranier Vilela 10:57
Re: [bug?] Missed parallel safety checks, and wrong parallel safety Amit Kapila 11:05
RE: locking [user] catalog tables vs 2pc vs logical rep [email protected] 11:10
Re: Decoding speculative insert with toast leaks memory Amit Kapila 11:18
[Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints 📎 Dilip Kumar 11:20
Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Julien Rouhaud 11:31
Re: Race condition in recovery? 📎 Andrew Dunstan 11:54
Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Heikki Linnakangas 12:04
Re: Race condition in recovery? Robert Haas 12:19
Re: Error on pgbench logs Yugo NAGATA 12:31
Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Dilip Kumar 12:41
Re: Error on pgbench logs Yugo NAGATA 12:53
Less compiler errors in pg_crc32c_sse42_choose.c 📎 Nat! 13:04
Re: unnesting multirange data types Alexander Korotkov 13:10
Re: doc issue missing type name "multirange" in chapter title Alexander Korotkov 13:10
Re: doc issue missing type name "multirange" in chapter title Pavel Stehule 13:13
Re: Function scan FDW pushdown Ashutosh Bapat 13:15
Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Adam Brusselback 13:18
Re: Case expression pushdown Ashutosh Bapat 13:24
Re: [PATCH] expand the units that pg_size_pretty supports on output David Rowley 13:26
Re: [PATCH] expand the units that pg_size_pretty supports on output Isaac Morland 13:30
Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Andrew Dunstan 13:31
Re: unnesting multirange data types Tom Lane 13:49
SSL/TLS instead of SSL in docs 📎 Daniel Gustafsson 13:59
Re: [bug?] Missed parallel safety checks, and wrong parallel safety Robert Haas 14:00
Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Julien Rouhaud 14:07
Confused by the default privilege 孙冰 14:13
Re: Confused by the default privilege 孙冰 14:19
Re: Fix around conn_duration in pgbench Yugo NAGATA 14:24
Re: [bug?] Missed parallel safety checks, and wrong parallel safety Amit Kapila 14:41
Re: [PATCH] expand the units that pg_size_pretty supports on output David Christensen 14:51
Re: [PATCH] expand the units that pg_size_pretty supports on output David Christensen 14:58
Re: pg_stat_statements and "IN" conditions 📎 Dmitry Dolgov 15:18
Re: Use singular number when appropriate David Fetter 15:30
Re: [PATCH] expand the units that pg_size_pretty supports on output David Rowley 15:33
Re: Duplicate history file? Stephen Frost 15:33
Re: Delegating superuser tasks to new security roles Stephen Frost 15:39
Should wal receiver reply to wal sender more aggressively? Paul Guo 15:39
Re: unnesting multirange data types Alexander Korotkov 16:06
Re: Different compression methods for FPI Justin Pryzby 16:14
Re: a path towards replacing GEQO with something better Robert Haas 16:15
change logging defaults Justin Pryzby 16:18
Re: Duplicate history file? Julien Rouhaud 16:29
Re: Case expression pushdown 📎 Alexander Pyhalov 16:29
Re: snapshot too old issues, first around wraparound and then more. Tom Lane 16:51
Re: a path towards replacing GEQO with something better Tom Lane 17:00
Re: change logging defaults Tom Lane 17:03

Browse Archives

Prev | Next