pgsql-hackers since 2020-12-17 09:36

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

Dec. 17, 2020

Thread Author Time
Re: Fail Fast In CTAS/CMV If Relation Already Exists To Avoid Unnecessary Rewrite, Planning Costs 📎 Bharath Rupireddy 09:36
Re: STANDBY_LOCK_TIMEOUT may not interrupt ProcWaitForSignal()? 📎 Fujii Masao 09:45
Re: New Table Access Methods for Multi and Single Inserts Bharath Rupireddy 11:05
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Bharath Rupireddy 11:13
RE: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Hou, Zhijie 12:08
Lock level of create table partition of Sergei Kornilov 12:41
Re: [HACKERS] logical decoding of two-phase transactions 📎 Amit Kapila 12:49
Re: [HACKERS] logical decoding of two-phase transactions Amit Kapila 12:53
Re: [HACKERS] logical decoding of two-phase transactions Amit Kapila 12:54
Re: On login trigger: take three 📎 Konstantin Knizhnik 13:03
Re: On login trigger: take three Konstantin Knizhnik 13:05
Re: libpq compression 📎 Denis Smirnov 13:39
Re: Feature improvement for pg_stat_statements Seino Yuki 13:59
Re: libpq compression 📎 Konstantin Knizhnik 14:54
Re: cutting down the TODO list thread Bruce Momjian 14:58
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Bharath Rupireddy 15:02
Re: allow to \dtS+ pg_toast.* Laurenz Albe 15:16
Re: \gsetenv Andrew Dunstan 15:37
Re: Optimizing the documentation Bruce Momjian 15:42
Re: Proposed patch for key managment Stephen Frost 16:39
Change seconds argument of make_*() functions to numeric 📎 Peter Eisentraut 16:43
Re: Change seconds argument of make_*() functions to numeric Pavel Stehule 16:54
Re: Change seconds argument of make_*() functions to numeric Tom Lane 16:55
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Alexey Kondratov 17:02
Re: Proposed patch for key managment Bruce Momjian 17:10
Re: Refactoring HMAC in the core code Bruce Momjian 17:53
Re: Perform COPY FROM encoding conversions in larger chunks Bruce Momjian 18:04
Re: [HACKERS] [PATCH] Generic type subscripting Dmitry Dolgov 18:20
Re: On login trigger: take three Pavel Stehule 18:30
Re: [HACKERS] [PATCH] Generic type subscripting Tom Lane 18:49
Re: [HACKERS] [PATCH] Generic type subscripting Pavel Stehule 18:59
Re: Proposed patch for key managment 📎 Bruce Momjian 19:02
Re: range_agg 📎 Alexander Korotkov 19:10
Re: [PATCH] nbtree: Do not show debugmessage if deduplication is disabled Peter Geoghegan 19:12
Re: Optimizing the documentation Peter Geoghegan 19:19
Re: [HACKERS] [PATCH] Generic type subscripting Tom Lane 19:28
Re: [HACKERS] [PATCH] Generic type subscripting Dmitry Dolgov 20:00
Re: [HACKERS] [PATCH] Generic type subscripting Chapman Flack 20:09
Re: [HACKERS] [PATCH] Generic type subscripting Pavel Stehule 20:25
Re: [HACKERS] [PATCH] Generic type subscripting Tom Lane 20:29
Re: New Table Access Methods for Multi and Single Inserts Justin Pryzby 20:44
Re: [HACKERS] [PATCH] Generic type subscripting Tom Lane 20:50
Re: [HACKERS] [PATCH] Generic type subscripting Chapman Flack 21:28
multi-install PostgresNode Andrew Dunstan 21:37
Re: Perform COPY FROM encoding conversions in larger chunks 📎 Heikki Linnakangas 21:44
Re: [HACKERS] [PATCH] Generic type subscripting Tom Lane 21:47
Re: [HACKERS] [PATCH] Generic type subscripting Chapman Flack 21:56
Re: [HACKERS] [PATCH] Generic type subscripting Chapman Flack 22:03
Re: [UNVERIFIED SENDER] Re: [BUG] orphaned function 📎 Gilles Darold 22:12
Re: archive status ".ready" files may be created too early Bossart, Nathan 22:20
Re: Minor documentation error regarding streaming replication protocol Jeff Davis 23:13
Re: [BUG] orphaned function Tom Lane 23:26
Re: Refactoring HMAC in the core code Michael Paquier 23:41

Dec. 18, 2020

Thread Author Time
Re: multi-install PostgresNode Michael Paquier 00:55
Re: Proposed patch for key managment Michael Paquier 01:01
Re: Minor documentation error regarding streaming replication protocol Michael Paquier 01:18
Re: Fail Fast In CTAS/CMV If Relation Already Exists To Avoid Unnecessary Rewrite, Planning Costs Michael Paquier 01:48
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Bharath Rupireddy 01:50
Re: Feature improvement for pg_stat_statements Fujii Masao 01:52
Re: New Table Access Methods for Multi and Single Inserts Bharath Rupireddy 02:09
Re: STANDBY_LOCK_TIMEOUT may not interrupt ProcWaitForSignal()? Fujii Masao 02:11
Re: Fail Fast In CTAS/CMV If Relation Already Exists To Avoid Unnecessary Rewrite, Planning Costs Bharath Rupireddy 02:45
Re: Proposed patch for key managment 📎 Bruce Momjian 03:14
Re: Proposed patch for key managment Neil Chen 03:19
Re: Proposed patch for key managment Bruce Momjian 03:21
Refactor routine to check for ASCII-only case 📎 Michael Paquier 03:57
Re: Parallel Inserts in CREATE TABLE AS Dilip Kumar 04:38
Re: archive status ".ready" files may be created too early Kyotaro Horiguchi 05:14
Re: archive status ".ready" files may be created too early 📎 Kyotaro Horiguchi 05:42
Re: [HACKERS] logical decoding of two-phase transactions Ajin Cherian 05:53
Re: [HACKERS] [PATCH] Generic type subscripting Pavel Stehule 05:54
pgbench failed when -f option contains a char '@' 📎 Wang, Shenhao 06:22
Re: Refactoring HMAC in the core code 📎 Michael Paquier 06:46
Re: allow to \dtS+ pg_toast.* 📎 Justin Pryzby 06:58
Incorrect allocation handling for cryptohash functions with OpenSSL 📎 Michael Paquier 07:35
RE: [Patch] Optimize dropping of relation buffers using dlist Tang, Haiying 07:45
Re: xid wraparound danger due to INDEX_CLEANUP false Peter Geoghegan 07:46
Re: Minor documentation error regarding streaming replication protocol Kyotaro Horiguchi 08:30
how to use valgrind for TAP tests [email protected] 08:45
Re: pgbench failed when -f option contains a char '@' Heikki Linnakangas 08:59
Re: Incorrect allocation handling for cryptohash functions with OpenSSL 📎 Heikki Linnakangas 09:35
Re: Deadlock between backend and recovery may not be detected 📎 Fujii Masao 09:35
Re: Incorrect allocation handling for cryptohash functions with OpenSSL 📎 Heikki Linnakangas 09:51
Re: [BUG] orphaned function Gilles Darold 09:52
Re: Refactor routine to check for ASCII-only case Heikki Linnakangas 09:54
Re: Misleading comment in prologue of ReorderBufferQueueMessage 📎 Ashutosh Bapat 10:07
Re: Incorrect allocation handling for cryptohash functions with OpenSSL Michael Paquier 10:10
Re: Incorrect allocation handling for cryptohash functions with OpenSSL Michael Paquier 10:14
Re: Incorrect allocation handling for cryptohash functions with OpenSSL Heikki Linnakangas 10:55
Re: Incorrect allocation handling for cryptohash functions with OpenSSL Heikki Linnakangas 11:04
RE: postgres_fdw - cached connection leaks if the associated user mapping/foreign server is dropped Hou, Zhijie 11:37
Re: allow to \dtS+ pg_toast.* Laurenz Albe 11:43
Double partition lock in bufmgr Konstantin Knizhnik 12:20
Re: Single transaction in the tablesync worker? 📎 Peter Smith 13:11
Re: Proposed patch for key managment Stephen Frost 13:12
Re: postgres_fdw - cached connection leaks if the associated user mapping/foreign server is dropped Bharath Rupireddy 13:16
Re: Proposed patch for key managment Stephen Frost 13:18
Re: pgbench failed when -f option contains a char '@' Tom Lane 15:10
Re: Proposed patch for key managment Bruce Momjian 15:44
Re: Refactoring HMAC in the core code Bruce Momjian 15:48
Re: how to use valgrind for TAP tests 📎 Tom Lane 16:02
Re: [DOC] Document concurrent index builds waiting on each other James Coleman 16:03
Re: Proposed patch for key managment Stephen Frost 16:13
Re: Refactor routine to check for ASCII-only case Stephen Frost 16:30
Re: Deadlock between backend and recovery may not be detected Drouvot, Bertrand 16:43
initdb fails under bleeding-edge valgrind Tom Lane 16:49
Re: Proposed patch for key managment Bruce Momjian 17:02
Weird special case in jsonb_concat() Tom Lane 17:20
Re: allow to \dtS+ pg_toast.* 📎 Justin Pryzby 17:33
Re: New Table Access Methods for Multi and Single Inserts Justin Pryzby 17:54
Re: [PATCH] Automatic HASH and LIST partition creation Pavel Borisov 18:54
Re: WIP: System Versioned Temporal Table Ryan Lambert 19:28
Re: [HACKERS] [PATCH] Generic type subscripting Dmitry Dolgov 19:59
libpq @windows : leaked singlethread_lock makes AppVerifier unhappy Першин Юрий Петрович 20:12
Re: Proposed patch for key managment Stephen Frost 21:36
[PATCH] Implements SPIN_LOCK on ARM 📎 David CARLIER 21:53
Re: [PATCH] Implements SPIN_LOCK on ARM Tom Lane 22:14
Re: terminate called after throwing an instance of 'std::bad_alloc' Justin Pryzby 23:56

Dec. 19, 2020

Thread Author Time
Re: Refactoring HMAC in the core code Michael Paquier 00:35
Re: Refactoring HMAC in the core code Bruce Momjian 00:42
Re: Refactoring HMAC in the core code Bruce Momjian 00:43
Re: Incorrect allocation handling for cryptohash functions with OpenSSL Michael Paquier 00:52
Re: Proposed patch for key managment 📎 Bruce Momjian 02:38
Re: [HACKERS] logical decoding of two-phase transactions 📎 Amit Kapila 03:14
Commit fest manager for 2021-01 Masahiko Sawada 03:40
Re: Commit fest manager for 2021-01 Amit Kapila 04:33
[PATCH] Identify LWLocks in tracepoints 📎 Craig Ringer 05:00
Re: Commit fest manager for 2021-01 Michael Paquier 05:00
Re: Incorrect allocation handling for cryptohash functions with OpenSSL 📎 Michael Paquier 06:13
Re: Single transaction in the tablesync worker? Amit Kapila 06:40
Re: Misleading comment in prologue of ReorderBufferQueueMessage Amit Kapila 06:42
Re: proposal: schema variables 📎 Pavel Stehule 06:57
Re: Double partition lock in bufmgr Zhihong Yu 07:53
Re: Asynchronous Append on postgres_fdw nodes. Etsuro Fujita 08:55
Re: Asynchronous Append on postgres_fdw nodes. Etsuro Fujita 09:20
Re: Proposed patch for key managment Alastair Turner 11:45
Re: Proposed patch for key managment Alastair Turner 11:45
Re: Double partition lock in bufmgr 📎 Konstantin Knizhnik 12:50
Re: multi-install PostgresNode 📎 Andrew Dunstan 16:19
Re: Proposed patch for key managment Bruce Momjian 16:58
RE: libpq @windows : leaked singlethread_lock makes AppVerifier unhappy Першин Юрий Петрович 17:40
v10 release notes for extended stats Justin Pryzby 19:39
Re: v10 release notes for extended stats Bruce Momjian 20:11
Re: Proposed patch for key managment 📎 Bruce Momjian 20:22
Re: Weird special case in jsonb_concat() 📎 Tom Lane 20:35
Re: v10 release notes for extended stats Tom Lane 20:39
pg_preadv() and pg_pwritev() 📎 Thomas Munro 22:38
Re: pg_preadv() and pg_pwritev() Tom Lane 23:34
Re: Deleting older versions in unique indexes to avoid page splits 📎 Peter Geoghegan 23:59

Dec. 20, 2020

Thread Author Time
Re: WIP: BRIN multi-range indexes 📎 Tomas Vondra 00:16
Re: pg_preadv() and pg_pwritev() 📎 Thomas Munro 03:26
Re: [PATCH] Logical decoding of TRUNCATE Noah Misch 04:13
Re: Weird special case in jsonb_concat() Pavel Stehule 06:32
Re: On login trigger: take three Pavel Stehule 07:04
Re: pg_preadv() and pg_pwritev() Tom Lane 07:07
Re: Weird special case in jsonb_concat() Joel Jacobson 07:33
Re: how to use valgrind for TAP tests 📎 Alexander Lakhin 08:00
Re: Asynchronous Append on postgres_fdw nodes. Etsuro Fujita 08:15
Re: Asynchronous Append on postgres_fdw nodes. Etsuro Fujita 08:25
Re: pg_preadv() and pg_pwritev() Thomas Munro 11:12
Re: \gsetenv Fabien COELHO 13:26
Re: Commit fest manager for 2021-01 Magnus Hagander 13:26
Re: pgbench failed when -f option contains a char '@' Fabien COELHO 13:31
Re: pgbench failed when -f option contains a char '@' 📎 Fabien COELHO 13:43
how to find log Dmitry Markman 14:16
Re: how to find log Tom Lane 16:31
Re: how to find log Andrew Dunstan 17:04
Re: multi-install PostgresNode 📎 Andrew Dunstan 17:09
Re: \gsetenv David Fetter 17:40
Re: \gsetenv Tom Lane 18:07
Re: pgbench failed when -f option contains a char '@' Tom Lane 18:38
Re: \gsetenv David Fetter 19:05
Re: proposal: schema variables Zhihong Yu 19:25
Re: \gsetenv Heikki Linnakangas 20:42
Re: proposal: schema variables Zhihong Yu 20:44
Improving LWLock wait events Andres Freund 21:27
Re: optimizer/clauses.h needn't include access/htup.h Andres Freund 21:38
Re: Weird special case in jsonb_concat() Zhihong Yu 21:48
Re: Commit fest manager for 2021-01 Masahiko Sawada 21:57
Re: pg_preadv() and pg_pwritev() Andres Freund 22:40
Re: Proposed patch for key managment Alastair Turner 22:45
Re: Proposed patch for key managment Stephen Frost 22:59
Re: [PATCH] Logical decoding of TRUNCATE Andres Freund 23:13
Re: \gsetenv David Fetter 23:34
Re: [PATCH] Logical decoding of TRUNCATE Peter Geoghegan 23:54
Re: \gsetenv David G. Johnston 23:55

Dec. 21, 2020

Thread Author Time
Re: Proposed patch for key managment Alastair Turner 00:22
Re: Proposed patch for key managment Stephen Frost 00:33
Re: Refactor routine to check for ASCII-only case Michael Paquier 00:44
Re: BUG #16079: Question Regarding the BUG #16064 Stephen Frost 00:58
Re: Proposed patch for key managment Alastair Turner 02:31
Re: Proposed patch for key managment Stephen Frost 02:38
RE: Parallel Inserts in CREATE TABLE AS Hou, Zhijie 02:46
RE: Parallel INSERT (INTO ... SELECT ...) Hou, Zhijie 02:50
Re: \gsetenv Tom Lane 03:10
Re: Single transaction in the tablesync worker? Amit Kapila 05:25
Re: Fail Fast In CTAS/CMV If Relation Already Exists To Avoid Unnecessary Rewrite, Planning Costs 📎 Bharath Rupireddy 06:31
Re: [PATCH] Logical decoding of TRUNCATE Amit Kapila 06:59
Dependency isn't created between extension and schema 📎 Masahiko Sawada 07:02
RE: pg_preadv() and pg_pwritev() Jakub Wartak 07:25

Browse Archives

Prev | Next