pgsql-hackers before 2020-10-01 05:08

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

Sept. 29, 2020

Thread Author Time
Re: history file on replica and double switchover Fujii Masao 07:32
Re: Buggy handling of redundant options in COPY Pavel Stehule 07:35
Re: Support for NSS as a libpq TLS backend Daniel Gustafsson 07:52
Re: Improved Cost Calculation for IndexOnlyScan Heikki Linnakangas 08:08
Re: Assertion failure with barriers in parallel hash join Thomas Munro 08:12
Disable WAL logging to speed up data loading tsunakawa.takay@fujitsu.com 08:28
Re: Improved Cost Calculation for IndexOnlyScan Hamid Akhtar 08:49
Re: Fix inconsistency in jsonpath .datetime() Alexander Korotkov 09:03
Re: Keep elog(ERROR) and ereport(ERROR) calls in the cold path David Rowley 09:26
Re: Disable WAL logging to speed up data loading Amul Sul 09:40
Re: VACUUM PARALLEL option vs. max_parallel_maintenance_workers Peter Eisentraut 09:43
Re: Add session statistics to pg_stat_database Laurenz Albe 09:44
Re: Parallel copy Greg Nancarrow 09:45
Re: WIP: System Versioned Temporal Table 📎 Surafel Temesgen 09:54
Re: Improved Cost Calculation for IndexOnlyScan Heikki Linnakangas 09:57
Re: OpenSSL 3.0.0 compatibility 📎 Daniel Gustafsson 10:25
Re: BLOB / CLOB support in PostgreSQL Dave Cramer 11:00
Re: [HACKERS] logical decoding of two-phase transactions Ajin Cherian 11:37
Re: Skip ExecCheckRTPerms in CTAS with no data Bharath Rupireddy 11:39
Re: Corner-case bug in pg_rewind Heikki Linnakangas 12:00
Re: Disable WAL logging to speed up data loading Ashutosh Bapat 12:40
Re: Parallel copy Amit Kapila 13:00
Re: [HACKERS] logical decoding of two-phase transactions Amit Kapila 13:16
Re: __pg_log_level in anonynous enum should be initialized? (Was: pgsql: Change SHA2 implementation based on OpenSSL to use EVP digest ro) Tom Lane 13:29
Re: Optimize memory allocation code Alvaro Herrera 13:30
Re: Retry Cached Remote Connections for postgres_fdw in case remote backend gets killed/goes away Fujii Masao 14:00
Re: [PATCH] We install pg_regress and isolationtester but not pg_isolation_regress 📎 Alvaro Herrera 14:09
Re: BLOB / CLOB support in PostgreSQL Peter Eisentraut 14:26
Re: [HACKERS] logical decoding of two-phase transactions Dilip Kumar 14:33
Re: Parallel copy vignesh C 14:44
Re: Parallel INSERT (INTO ... SELECT ...) Dilip Kumar 14:57
Re: Parallel INSERT (INTO ... SELECT ...) Dilip Kumar 15:03
pgsql: Fix memory leak in plpgsql's CALL processing. Tom Lane 15:18
Re: calling procedures is slow and consumes extra much memory against calling function Tom Lane 15:20
Re: Planner making bad choice in alternative subplan decision Tom Lane 15:42
Re: Retry Cached Remote Connections for postgres_fdw in case remote backend gets killed/goes away 📎 Bharath Rupireddy 15:50
Re: New statistics for tuning WAL buffer size Fujii Masao 15:53
Re: Retry Cached Remote Connections for postgres_fdw in case remote backend gets killed/goes away Fujii Masao 16:31
Re: Dumping/restoring fails on inherited generated column Tom Lane 16:37
Re: calling procedures is slow and consumes extra much memory against calling function Pavel Stehule 16:39
some pointless HeapTupleHeaderIndicatesMovedPartitions calls 📎 Alvaro Herrera 16:44
Re: Dumping/restoring fails on inherited generated column Tom Lane 16:46
Re: BUG #16419: wrong parsing BC year in to_date() function Tom Lane 17:26
Re: BUG #16419: wrong parsing BC year in to_date() function Tom Lane 17:50
Re: Yet another fast GiST build 📎 Andrey M. Borodin 18:04
Re: BUG #16419: wrong parsing BC year in to_date() function 📎 Tom Lane 18:18
Re: BLOB / CLOB support in PostgreSQL Andrew Dunstan 18:33
Re: BLOB / CLOB support in PostgreSQL Dave Cramer 18:39
Re: BLOB / CLOB support in PostgreSQL Andrew Dunstan 19:29
Re: BLOB / CLOB support in PostgreSQL Vladimir Sitnikov 19:48
Re: Dumping/restoring fails on inherited generated column Daniel Gustafsson 20:01
Re: BLOB / CLOB support in PostgreSQL Andrew Dunstan 20:16
Re: Dumping/restoring fails on inherited generated column Tom Lane 20:17
Re: Yet another fast GiST build Heikki Linnakangas 20:31
Re: Planner making bad choice in alternative subplan decision 📎 David Rowley 20:39
Re: BLOB / CLOB support in PostgreSQL Vladimir Sitnikov 20:48
Why does PostgresNode.pm set such a low value of max_wal_senders? Tom Lane 22:13
Re: Why does PostgresNode.pm set such a low value of max_wal_senders? Alvaro Herrera 22:44
Re: Why does PostgresNode.pm set such a low value of max_wal_senders? Tom Lane 23:04

Sept. 30, 2020

Thread Author Time
Re: Parallel Full Hash Join 📎 Melanie Plageman 00:45
Re: DROP relation IF EXISTS Docs and Tests - Bug Fix 📎 David G. Johnston 02:00
Re: Parallel INSERT (INTO ... SELECT ...) Greg Nancarrow 02:07
Re: [PATCH] We install pg_regress and isolationtester but not pg_isolation_regress Craig Ringer 02:12
NOTIFY docs fixup - emit and deliver consistency 📎 David G. Johnston 02:29
RE: BLOB / CLOB support in PostgreSQL tsunakawa.takay@fujitsu.com 02:31
RE: Disable WAL logging to speed up data loading osumi.takamichi@fujitsu.com 02:33
Re: Use PG_FINALLY to simplify code Kyotaro Horiguchi 02:48
Document JSON primitive quoting and letter-case rules 📎 David G. Johnston 02:52
pg_proc.dat "proargmodes is not a 1-D char array" Craig Ringer 02:57
Re: NOTIFY docs fixup - emit and deliver consistency Tom Lane 02:58
Re: Use PG_FINALLY to simplify code Tom Lane 03:10
RE: Disable WAL logging to speed up data loading osumi.takamichi@fujitsu.com 03:10
Re: problem with RETURNING and update row movement Amit Langote 03:34
Re: NOTIFY docs fixup - emit and deliver consistency David G. Johnston 03:38
Re: Optimize memory allocation code Li Japin 03:42
Re: DROP relation IF EXISTS Docs and Tests - Bug Fix Pavel Stehule 04:20
Some comment problem in nodeAgg.c Hou, Zhijie 05:14
Re: Logical replication CPU-bound with TRUNCATE/DROP/CREATE many tables Keisuke Kuroda 05:39
Re: __pg_log_level in anonynous enum should be initialized? (Was: pgsql: Change SHA2 implementation based on OpenSSL to use EVP digest ro) 📎 Michael Paquier 05:50
Re: Parallel INSERT (INTO ... SELECT ...) Dilip Kumar 05:58
Re: Spurious "apparent wraparound" via SimpleLruTruncate() rounding Michael Paquier 06:06
Re: pg_dump --where option Michael Paquier 06:18
Re: list of extended statistics on psql Michael Paquier 06:19
Re: psql - add SHOW_ALL_RESULTS option Michael Paquier 06:21
Re: psql FETCH_COUNT feature does not work with combined queries Michael Paquier 06:27
Re: [PATCH] Add section headings to index types doc Michael Paquier 06:34
Re: Logical replication CPU-bound with TRUNCATE/DROP/CREATE many tables 📎 Dilip Kumar 06:46
Re: WIP: expression evaluation improvements Michael Paquier 06:54
Re: More efficient RI checks - take 2 Michael Paquier 06:57
RE: Transactions involving multiple postgres foreign servers, take 2 tsunakawa.takay@fujitsu.com 07:02
Re: [PATCH] Remove useless distinct clauses Michael Paquier 07:07
Re: track_planning causing performance regression Michael Paquier 07:11
Re: Spurious "apparent wraparound" via SimpleLruTruncate() rounding Noah Misch 07:14
Re: Since '2001-09-09 01:46:40'::timestamp microseconds are lost when extracting epoch Michael Paquier 07:15
Re: Add timeline to partial WAL segments Michael Paquier 07:17
Re: Why does PostgresNode.pm set such a low value of max_wal_senders? Michael Paquier 07:22
Re: Change a constraint's index - ALTER TABLE ... ALTER CONSTRAINT ... USING INDEX ... Michael Paquier 07:27
Re: Asynchronous Append on postgres_fdw nodes. Etsuro Fujita 07:30
Re: [PATCH] Allow queries in WHEN expression of FOR EACH STATEMENT triggers Michael Paquier 07:37
Re: SQL:2011 PERIODS vs Postgres Ranges? Michael Paquier 07:39
Re: Adding Support for Copy callback functionality on COPY TO api Michael Paquier 07:41
Re: Resetting spilled txn statistics in pg_stat_replication Dilip Kumar 07:42
Re: Implement <null treatment> for window functions Michael Paquier 07:44
Re: Ltree syntax improvement Michael Paquier 07:48
Re: Libpq support to connect to standby server as priority Greg Nancarrow 07:57
Re: pgbench - refactor init functions with buffers Heikki Linnakangas 07:59
PoC patch: expose TCP socket stats for walsenders 📎 Craig Ringer 08:23
Re: Adding Support for Copy callback functionality on COPY TO api Andrey V. Lepikhov 08:48
Re: [HACKERS] logical decoding of two-phase transactions Amit Kapila 09:06
Re: [DOC] Document concurrent index builds waiting on each other Michael Paquier 09:10
Re: Resetting spilled txn statistics in pg_stat_replication Amit Kapila 09:10
Re: [HACKERS] logical decoding of two-phase transactions Dilip Kumar 09:16
Re: Logical replication CPU-bound with TRUNCATE/DROP/CREATE many tables Amit Kapila 09:30
Re: [HACKERS] logical decoding of two-phase transactions Amit Kapila 09:38
Re: [HACKERS] logical decoding of two-phase transactions Dilip Kumar 09:42
Re: [HACKERS] logical decoding of two-phase transactions Amit Kapila 09:57
Re: [HACKERS] logical decoding of two-phase transactions Dilip Kumar 10:00
Re: Use PG_FINALLY to simplify code Kyotaro Horiguchi 10:07
Re: Resetting spilled txn statistics in pg_stat_replication Dilip Kumar 11:04
Re: New statistics for tuning WAL buffer size Amit Kapila 11:21
Re: [PATCH] Add section headings to index types doc 📎 Dagfinn Ilmari MannsÃ¥ker 11:25
Re: Change a constraint's index - ALTER TABLE ... ALTER CONSTRAINT ... USING INDEX ... Laurenz Albe 11:33
Re: WIP: BRIN multi-range indexes John Naylor 11:57
Re: Retry Cached Remote Connections for postgres_fdw in case remote backend gets killed/goes away Bharath Rupireddy 12:02
Re: [PATCH] Add section headings to index types doc Heikki Linnakangas 12:53
Re: VACUUM PARALLEL option vs. max_parallel_maintenance_workers 📎 Amit Kapila 13:29
Re: Residual cpluspluscheck issues Jesse Zhang 15:20
Re: Residual cpluspluscheck issues Tom Lane 15:47
Re: VACUUM PARALLEL option vs. max_parallel_maintenance_workers Robert Haas 15:53
Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64 Zidenberg, Tsahi 16:04
Re: BUG #16419: wrong parsing BC year in to_date() function Bruce Momjian 17:56
Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64 Heikki Linnakangas 18:02
Re: Retry Cached Remote Connections for postgres_fdw in case remote backend gets killed/goes away Fujii Masao 18:02
Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64 Tom Lane 18:08
Re: BUG #16419: wrong parsing BC year in to_date() function Tom Lane 18:11
Re: BUG #16419: wrong parsing BC year in to_date() function Bruce Momjian 18:42
Re: BUG #16419: wrong parsing BC year in to_date() function Tom Lane 18:50
Re: BUG #16419: wrong parsing BC year in to_date() function Bruce Momjian 19:05
Re: BUG #16419: wrong parsing BC year in to_date() function Tom Lane 19:11
Re: __pg_log_level in anonynous enum should be initialized? (Was: pgsql: Change SHA2 implementation based on OpenSSL to use EVP digest ro) Tom Lane 19:47
Re: [PATCH] Automatic HASH and LIST partition creation Rahila Syed 19:58
Re: BUG #16419: wrong parsing BC year in to_date() function Bruce Momjian 20:20
Re: BUG #16419: wrong parsing BC year in to_date() function Robert Haas 20:49
Re: BUG #16419: wrong parsing BC year in to_date() function Tom Lane 21:35
Re: BUG #16419: wrong parsing BC year in to_date() function Robert Haas 22:10
Re: Error on failed COMMIT Andrew Dunstan 22:14
CREATE TABLE .. PARTITION OF fails to preserve tgenabled for inherited row triggers Justin Pryzby 22:34
Re: BUG #16419: wrong parsing BC year in to_date() function Tom Lane 22:36
Re: BUG #16419: wrong parsing BC year in to_date() function Bruce Momjian 22:36
Re: Improving connection scalability: GetSnapshotData() 📎 Andres Freund 22:43
Re: BUG #16419: wrong parsing BC year in to_date() function Tom Lane 23:26
Re: BUG #16419: wrong parsing BC year in to_date() function Bruce Momjian 23:41
Re: avoid bitmapOR-ing indexes with scan condition inconsistent with partition constraint 📎 Soumyadeep Chakraborty 23:52

Oct. 1, 2020

Thread Author Time
Re: New statistics for tuning WAL buffer size Fujii Masao 00:05
Re: shared-memory based stats collector 📎 Kyotaro Horiguchi 00:07
Re: BUG #16419: wrong parsing BC year in to_date() function Robert Haas 00:24
Re: BUG #16419: wrong parsing BC year in to_date() function David G. Johnston 00:38
Re: BUG #16419: wrong parsing BC year in to_date() function Tom Lane 00:40
Re: Disable WAL logging to speed up data loading Fujii Masao 01:01
Re: New statistics for tuning WAL buffer size Kyotaro Horiguchi 01:23
Re: __pg_log_level in anonynous enum should be initialized? (Was: pgsql: Change SHA2 implementation based on OpenSSL to use EVP digest ro) Michael Paquier 01:40
RE: New statistics for tuning WAL buffer size tsunakawa.takay@fujitsu.com 01:50
RE: [Patch] Optimize dropping of relation buffers using dlist 📎 k.jamison@fujitsu.com 01:55
terminate called after throwing an instance of 'std::bad_alloc' Justin Pryzby 02:16
Re: Asynchronous Append on postgres_fdw nodes. Kyotaro Horiguchi 02:16
Re: terminate called after throwing an instance of 'std::bad_alloc' Tom Lane 02:20
Re: enable_incremental_sort changes query behavior James Coleman 02:21
Re: terminate called after throwing an instance of 'std::bad_alloc' Andres Freund 02:31
Re: New statistics for tuning WAL buffer size Amit Kapila 02:33
RE: [Patch] Optimize dropping of relation buffers using dlist tsunakawa.takay@fujitsu.com 02:40
Re: [Patch] Optimize dropping of relation buffers using dlist Amit Kapila 02:48
Re: Disable WAL logging to speed up data loading Kyotaro Horiguchi 02:51
Re: Logical replication CPU-bound with TRUNCATE/DROP/CREATE many tables Keisuke Kuroda 02:51
RE: [Patch] Optimize dropping of relation buffers using dlist tsunakawa.takay@fujitsu.com 02:55
RE: Disable WAL logging to speed up data loading osumi.takamichi@fujitsu.com 03:04
Re: Why does PostgresNode.pm set such a low value of max_wal_senders? Michael Paquier 03:15
Re: [Patch] Optimize dropping of relation buffers using dlist Kyotaro Horiguchi 03:17
Re: VACUUM (INTERRUPTIBLE)? 📎 Andres Freund 03:27
Re: Implementing Incremental View Maintenance Michael Paquier 03:34
Re: proposal: schema variables Michael Paquier 03:38
Re: Logical replication CPU-bound with TRUNCATE/DROP/CREATE many tables Amit Kapila 03:49
Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Michael Paquier 03:50
Re: Asynchronous Append on postgres_fdw nodes. Michael Paquier 03:56
Re: New statistics for tuning WAL buffer size 📎 Masahiro Ikeda 03:56
Re: Disable WAL logging to speed up data loading Fujii Masao 03:58
Re: Implementing Incremental View Maintenance Tatsuo Ishii 04:03
Re: POC: postgres_fdw insert batching Michael Paquier 04:12
Re: Logical replication CPU-bound with TRUNCATE/DROP/CREATE many tables Dilip Kumar 04:18
RE: [Patch] Optimize dropping of relation buffers using dlist tsunakawa.takay@fujitsu.com 04:20
Re: making update/delete of inheritance trees scale better Michael Paquier 04:32
Re: PATCH: Batch/pipelining support for libpq Michael Paquier 04:35
Re: New statistics for tuning WAL buffer size Fujii Masao 04:35
Re: Protect syscache from bloating with negative cache entries Michael Paquier 04:37
Re: Disable WAL logging to speed up data loading Kyotaro Horiguchi 04:38
Re: Logical replication CPU-bound with TRUNCATE/DROP/CREATE many tables 📎 Dilip Kumar 04:41
Re: Asynchronous Append on postgres_fdw nodes. 📎 Kyotaro Horiguchi 04:43
Re: Implementing Incremental View Maintenance Fujii Masao 04:43
Re: Manager for commit fest 2020-09 Michael Paquier 04:51
Re: Implementing Incremental View Maintenance Yugo NAGATA 05:06
Re: Online checksums verification in the backend Michael Paquier 05:07

Browse Archives

Prev | Next