pgsql-hackers before 2020-10-19 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

Oct. 15, 2020

Thread Author Time
Re: Parallel INSERT (INTO ... SELECT ...) 📎 Greg Nancarrow 04:25
Re: Wrong statistics for size of XLOG_SWITCH during pg_waldump. 📎 [email protected] 04:56
Re: Add Information during standby recovery conflicts Masahiko Sawada 05:28
Re: speed up unicode decomposition and recomposition Kyotaro Horiguchi 05:30
Re: Resetting spilled txn statistics in pg_stat_replication Masahiko Sawada 05:36
Re: Online checksums verification in the backend 📎 Julien Rouhaud 05:37
Re: kevent latch paths don't handle postmaster death well Thomas Munro 05:42
Re: Add Information during standby recovery conflicts Kyotaro Horiguchi 05:52
Aw: Re: Minor documentation error regarding streaming replication protocol Brar Piening 06:27
RE: [Patch] Optimize dropping of relation buffers using dlist [email protected] 06:55
Re: scram-sha-256 broken with FIPS and OpenSSL 1.0.2 📎 Michael Paquier 06:56
Re: BUG #16663: DROP INDEX did not free up disk space: idle connection hold file marked as deleted denni.pat 06:57
Re: pgsql: Restore replication protocol's duplicate command tags Amit Kapila 07:07
Re: Logical replication CPU-bound with TRUNCATE/DROP/CREATE many tables Amit Kapila 07:08
Re: Add Information during standby recovery conflicts 📎 Masahiko Sawada 07:15
Possible memory leak in pgcrypto with EVP_MD_CTX 📎 Michael Paquier 07:22
Re: Logical replication CPU-bound with TRUNCATE/DROP/CREATE many tables Dilip Kumar 07:31
Re: Use appendStringInfoString and appendPQExpBufferStr where possible David Rowley 07:38
Re: Feature improvement for FETCH tab completion Fujii Masao 07:53
Re: Online checksums verification in the backend 📎 Julien Rouhaud 07:59
Re: setLastTid() and currtid() Michael Paquier 08:12
Re: Wrong statistics for size of XLOG_SWITCH during pg_waldump. 📎 Kyotaro Horiguchi 08:32
Re: gs_group_1 crashing on 13beta2/s390x Andres Freund 08:32
Re: recovering from "found xmin ... from before relfrozenxid ..." 📎 Andres Freund 08:37
Re: Wrong statistics for size of XLOG_SWITCH during pg_waldump. Kyotaro Horiguchi 08:38
Re: Resetting spilled txn statistics in pg_stat_replication Amit Kapila 08:52
Re: Logical replication CPU-bound with TRUNCATE/DROP/CREATE many tables Keisuke Kuroda 09:09
Re: Parallel copy Amit Kapila 09:10
Re: Parallel Inserts in CREATE TABLE AS Amit Kapila 09:48
Re: [HACKERS] logical decoding of two-phase transactions 📎 Ajin Cherian 10:31
Re: New statistics for tuning WAL buffer size Fujii Masao 10:49
Re: Parallel INSERT (INTO ... SELECT ...) Amit Kapila 12:43
Re: pgsql: Restore replication protocol's duplicate command tags Alvaro Herrera 12:52
improve the algorithm cached_plan_cost with real planning time? Andy Fan 13:12
Re: Parallel Append can break run-time partition pruning Amit Langote 14:01
Re: Aw: Re: Minor documentation error regarding streaming replication protocol Tom Lane 14:03
Re: Is the doc for SHOW somewhat stale? Fujii Masao 14:18
Re: Aw: Re: Minor documentation error regarding streaming replication protocol Fujii Masao 14:23
Packaging - Packages names consistency (RPM) Bruno Lavoie 14:23
Re: partition routing layering in nodeModifyTable.c Heikki Linnakangas 14:59
Re: Aw: Re: Minor documentation error regarding streaming replication protocol Bruce Momjian 15:14
Re: Logical Replication - detail message with names of missing columns Alvaro Herrera 15:17
Re: Aw: Re: Minor documentation error regarding streaming replication protocol Tom Lane 15:18
Re: [Patch] Using Windows groups for SSPI authentication Stephen Frost 15:31
Aw: Re: Re: Minor documentation error regarding streaming replication protocol Brar Piening 15:36
Re: Aw: Re: Minor documentation error regarding streaming replication protocol Bruce Momjian 15:45
Re: Aw: Re: Minor documentation error regarding streaming replication protocol Tom Lane 16:01
Re: [PATCH] We install pg_regress and isolationtester but not pg_isolation_regress Alvaro Herrera 16:20
Re: Packaging - Packages names consistency (RPM) Devrim Gündüz 16:26
Re: Aw: Re: Minor documentation error regarding streaming replication protocol 📎 Bruce Momjian 16:43
Re: [PATCH] We install pg_regress and isolationtester but not pg_isolation_regress Alvaro Herrera 16:47
Re: [PATCH] We install pg_regress and isolationtester but not pg_isolation_regress Tom Lane 17:06
psql \df choose functions by their arguments 📎 Greg Sabino Mullane 17:21
Re: AppendStringInfoChar instead of appendStringInfoString Alvaro Herrera 17:36
plan cache doesn't clean plans with references to dropped procedures Pavel Stehule 17:54
Re: CREATE TABLE .. PARTITION OF fails to preserve tgenabled for inherited row triggers Justin Pryzby 17:57
Re: speed up unicode decomposition and recomposition 📎 John Naylor 17:59
Re: plan cache doesn't clean plans with references to dropped procedures Tom Lane 18:17
Re: plan cache doesn't clean plans with references to dropped procedures Pavel Stehule 18:51
Re: improve the algorithm cached_plan_cost with real planning time? Andy Fan 19:18
Re: Partition prune with stable Expr Andy Fan 19:36
Re: [Patch] Using Windows groups for SSPI authentication Russell Foster 19:56
Re: Logical replication CPU-bound with TRUNCATE/DROP/CREATE many tables Andres Freund 20:30
Re: kevent latch paths don't handle postmaster death well Thomas Munro 21:32
Re: kevent latch paths don't handle postmaster death well Tom Lane 21:40
Re: stress test for parallel workers Thomas Munro 22:11
Re: Use list_delete_xxxcell O(1) instead of list_delete_ptr O(N) in some places 📎 David Rowley 22:24
Re: gs_group_1 crashing on 13beta2/s390x Andres Freund 22:29
Re: gs_group_1 crashing on 13beta2/s390x Andres Freund 22:37
Re: jit and explain nontext Andres Freund 23:00
Re: pg_upgrade: fail early if a tablespace dir already exists for new cluster version Bruce Momjian 23:35
Re: Wrong example in the bloom documentation Bruce Momjian 23:50
Re: BUG #16663: DROP INDEX did not free up disk space: idle connection hold file marked as deleted Thomas Munro 23:54

Oct. 16, 2020

Thread Author Time
Re: Some remaining htonl() and ntohl() calls in the code Michael Paquier 00:01
Re: gs_group_1 crashing on 13beta2/s390x Andres Freund 00:12
Re: pg_upgrade: fail early if a tablespace dir already exists for new cluster version Andres Freund 00:19
Re: pg_upgrade: fail early if a tablespace dir already exists for new cluster version Bruce Momjian 00:37
Re: Online checksums verification in the backend 📎 Julien Rouhaud 00:59
Re: [PATCH] We install pg_regress and isolationtester but not pg_isolation_regress Michael Paquier 01:00
Re: Is the doc for SHOW somewhat stale? 📎 Kyotaro Horiguchi 01:00
upcoming API changes for LLVM 12 Andres Freund 01:12
Re: Online checksums verification in the backend 📎 Julien Rouhaud 01:22
Re: [PATCH] We install pg_regress and isolationtester but not pg_isolation_regress Craig Ringer 02:19
Re: upcoming API changes for LLVM 12 Thomas Munro 02:37
Re: Logical replication CPU-bound with TRUNCATE/DROP/CREATE many tables Amit Kapila 02:49
Re: gs_group_1 crashing on 13beta2/s390x Andres Freund 03:27
Re: speed up unicode decomposition and recomposition Michael Paquier 03:32
RE: Use list_delete_xxxcell O(1) instead of list_delete_ptr O(N) in some places 📎 Hou, Zhijie 03:42
Re: Parallel INSERT (INTO ... SELECT ...) 📎 Amit Kapila 04:44
Re: upcoming API changes for LLVM 12 Alvaro Herrera 05:45
Re: Parallel Inserts in CREATE TABLE AS Luc Vlaming 06:03
Re: [HACKERS] logical decoding of two-phase transactions 📎 Peter Smith 06:20
Re: Parallel Inserts in CREATE TABLE AS Bharath Rupireddy 06:23
Sending logical replication data only after synchronous replication happened Andrey Borodin 07:21
Enumize logical replication message actions 📎 Ashutosh Bapat 07:25
Re: Parallel Inserts in CREATE TABLE AS Luc Vlaming 07:33
Re: upcoming API changes for LLVM 12 Andres Freund 07:38
[PATCH] Add extra statistics to explain for Nested Loop 📎 e.sokolova 07:42
Re: Enumize logical replication message actions Li Japin 08:08
Re: shared-memory based stats collector Kyotaro Horiguchi 08:08
Re: [PATCH] Add extra statistics to explain for Nested Loop Pavel Stehule 08:11
Re: Wrong statistics for size of XLOG_SWITCH during pg_waldump. 📎 [email protected] 08:21
Re: Enumize logical replication message actions Kyotaro Horiguchi 08:36
Re: Parallel INSERT (INTO ... SELECT ...) Greg Nancarrow 08:45
Re: Wrong statistics for size of XLOG_SWITCH during pg_waldump. Kyotaro Horiguchi 09:00
Possible typo in nodeAgg.c 📎 Hou, Zhijie 09:03
Re: [PATCH] Add extra statistics to explain for Nested Loop Julien Rouhaud 09:07
Re: gs_group_1 crashing on 13beta2/s390x Christoph Berg 09:19
Re: Enumize logical replication message actions Ashutosh Bapat 09:33
Re: Wrong statistics for size of XLOG_SWITCH during pg_waldump. 📎 [email protected] 09:39
Re: Parallel INSERT (INTO ... SELECT ...) Amit Kapila 10:26
Re: Implementing Incremental View Maintenance Yugo NAGATA 10:30
Re: Feature improvement for pg_stat_statements Yuki Seino 10:47
Re: New statistics for tuning WAL buffer size 📎 Masahiro Ikeda 10:58
Re: Enumize logical replication message actions Amit Kapila 11:13
Re: Add session statistics to pg_stat_database Ahsan Hadi 11:24
Re: Feature improvement for pg_stat_statements Kyotaro Horiguchi 12:33
Potential use of uninitialized context in pgcrypto 📎 Daniel Gustafsson 12:43
Re: partition routing layering in nodeModifyTable.c 📎 Amit Langote 13:12
Re: CREATE TABLE .. PARTITION OF fails to preserve tgenabled for inherited row triggers 📎 Alvaro Herrera 13:52
Re: Improper use about DatumGetInt32 Alvaro Herrera 13:56
Re: upcoming API changes for LLVM 12 Tom Lane 14:22
Re: partition routing layering in nodeModifyTable.c Alvaro Herrera 14:45
Re: [patch] Fix checksum verification in base backups for zero page headers 📎 Anastasia Lubennikova 15:02
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian 15:04
Re: Potential use of uninitialized context in pgcrypto Tom Lane 15:47
Re: Sometimes the output to the stdout in Windows disappears 📎 Alexander Lakhin 16:00
Re: [Patch] Using Windows groups for SSPI authentication Stephen Frost 16:00
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Alvaro Herrera 16:03
Re: Sometimes the output to the stdout in Windows disappears Tom Lane 16:18
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Tom Lane 16:23
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian 16:47
Re: allow online change primary_conninfo 📎 Maxim Orlov 16:50
Re: CREATE TABLE .. PARTITION OF fails to preserve tgenabled for inherited row triggers 📎 Alvaro Herrera 16:59
Re: Assertion failure with LEFT JOINs among >500 relations Tom Lane 17:00
Re: Commitfest manager 2020-11 Anastasia Lubennikova 18:04
Re: speed up unicode decomposition and recomposition Daniel Verite 18:08
Re: Commitfest manager 2020-11 Tom Lane 18:57
Re: Deleting older versions in unique indexes to avoid page splits Peter Geoghegan 19:12
Re: More aggressive vacuuming of temporary tables Peter Geoghegan 19:32
Re: Deleting older versions in unique indexes to avoid page splits Victor Yegorov 19:59
Re: allow online change primary_conninfo Sergei Kornilov 20:01
Re: Commitfest manager 2020-11 Anastasia Lubennikova 20:21
Re: Internal key management system 📎 Bruce Momjian 20:24
Re: upcoming API changes for LLVM 12 Andres Freund 20:53
Re: Internal key management system Tom Lane 20:56
Re: Deleting older versions in unique indexes to avoid page splits 📎 Peter Geoghegan 20:58
Re: upcoming API changes for LLVM 12 Tom Lane 21:04
Re: should INSERT SELECT use a BulkInsertState? 📎 Justin Pryzby 21:05
Re: [PATCH] Add extra statistics to explain for Nested Loop Anastasia Lubennikova 22:11
Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY 📎 Alvaro Herrera 22:13
Re: upcoming API changes for LLVM 12 Alvaro Herrera 22:28
Stats collector's idx_blks_hit value is highly misleading in practice Peter Geoghegan 22:35
Re: Internal key management system Bruce Momjian 22:51
Re: CREATE TABLE .. PARTITION OF fails to preserve tgenabled for inherited row triggers 📎 Alvaro Herrera 23:59

Oct. 17, 2020

Thread Author Time
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud 03:28
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud 03:31
Re: [PATCH] Add extra statistics to explain for Nested Loop Pavel Stehule 04:14
Re: [PATCH] Add extra statistics to explain for Nested Loop Julien Rouhaud 04:26
Re: [PATCH] Add extra statistics to explain for Nested Loop Pavel Stehule 04:28
Re: [HACKERS] Custom compression methods 📎 Dilip Kumar 06:04
warn_unused_results 📎 Peter Eisentraut 06:57
Re: partition routing layering in nodeModifyTable.c Amit Langote 07:44
Re: Sometimes the output to the stdout in Windows disappears 📎 Alexander Lakhin 08:00
Re: [PATCH] Add extra statistics to explain for Nested Loop hubert depesz lubaczewski 08:23
Timing of relcache inval at parallel worker init 📎 Noah Misch 11:53
[doc] improve tableoid description 📎 Ian Lawrence Barwick 13:04
Re: Wrong example in the bloom documentation Daniel Westermann (DWE) 13:50
Re: Sometimes the output to the stdout in Windows disappears Andrew Dunstan 13:54
Re: [PATCH] Add extra statistics to explain for Nested Loop David G. Johnston 15:11
Re: pgstat_report_activity() and parallel CREATE INDEX (was: Parallel index creation & pg_stat_activity) Peter Geoghegan 15:39
Re: Sometimes the output to the stdout in Windows disappears Tom Lane 15:50
Re: partition routing layering in nodeModifyTable.c Alvaro Herrera 15:54
Re: warn_unused_results Tom Lane 15:58
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Alvaro Herrera 15:59
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Tom Lane 16:28
Re: Sometimes the output to the stdout in Windows disappears 📎 Tom Lane 18:44
Re: jit and explain nontext 📎 Justin Pryzby 19:21

Oct. 18, 2020

Thread Author Time
pg_restore error message during ENOSPC with largeobj 📎 Justin Pryzby 01:02
RE: Parallel copy Hou, Zhijie 02:17
Re: pg_restore error message during ENOSPC with largeobj Tom Lane 02:41
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Alvaro Herrera 03:01
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Tom Lane 04:20
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? 📎 Julien Rouhaud 08:12
Re: [PATCH] Add extra statistics to explain for Nested Loop Julien Rouhaud 11:37
Re: public schema default ACL Noah Misch 12:51
Re: pg_restore error message during ENOSPC with largeobj Tom Lane 16:27
Non-configure build of thread_test has been broken for awhile Tom Lane 17:20
Re: Sometimes the output to the stdout in Windows disappears Alexander Lakhin 18:00
Re: Sometimes the output to the stdout in Windows disappears Tom Lane 18:04
Re: Sometimes the output to the stdout in Windows disappears Tom Lane 18:24
Re: Sometimes the output to the stdout in Windows disappears Alexander Lakhin 18:30
Re: Sometimes the output to the stdout in Windows disappears Tom Lane 18:33
Re: Sometimes the output to the stdout in Windows disappears Tom Lane 18:38
Re: Assertion failure with LEFT JOINs among >500 relations David Rowley 21:01
Re: jit and explain nontext David Rowley 22:20
Re: Assertion failure with LEFT JOINs among >500 relations Tom Lane 23:10
Re: Assertion failure with LEFT JOINs among >500 relations 📎 David Rowley 23:18
Re: Assertion failure with LEFT JOINs among >500 relations Tom Lane 23:25
Re: Assertion failure with LEFT JOINs among >500 relations David Rowley 23:37

Browse Archives

Prev | Next