pgsql-hackers since 2020-07-28 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

July 28, 2020

Thread Author Time
Re: Default setting for enable_hashagg_disk Jeff Davis 00:10
Re: [POC] Fast COPY FROM command for the table with foreign partitions Andrey Lepikhov 00:33
Re: HashAgg's batching counter starts at 0, but Hash's starts at 1. David Rowley 00:54
Re: Default setting for enable_hashagg_disk Peter Geoghegan 00:55
Re: expose parallel leader in CSV and log_line_prefix Michael Paquier 01:10
Re: stress test for parallel workers Thomas Munro 01:35
printing oid with %d Justin Pryzby 01:55
Re: max_slot_wal_keep_size and wal_keep_segments Fujii Masao 02:25
Re: Online checksums patch - once again Justin Pryzby 02:33
Re: HashAgg's batching counter starts at 0, but Hash's starts at 1. Justin Pryzby 03:01
Re: HashAgg's batching counter starts at 0, but Hash's starts at 1. Peter Geoghegan 03:20
Re: stress test for parallel workers Tom Lane 03:27
Re: HashAgg's batching counter starts at 0, but Hash's starts at 1. Justin Pryzby 03:36
Re: HashAgg's batching counter starts at 0, but Hash's starts at 1. David Rowley 04:02
Re: HashAgg's batching counter starts at 0, but Hash's starts at 1. David Rowley 04:08
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions Amit Kapila 04:21
Re: Parallel worker hangs while handling errors. 📎 vignesh C 05:35
Re: [POC] Fast COPY FROM command for the table with foreign partitions Alexey Kondratov 07:54
Re: printing oid with %d Michael Paquier 07:59
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? torikoshia 08:07
Re: recovering from "found xmin ... from before relfrozenxid ..." Andrey M. Borodin 08:22
Re: Parallel bitmap index scan 📎 Dilip Kumar 08:36
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud 08:55
Re: Parallel worker hangs while handling errors. Bharath Rupireddy 09:34
Doc patch: mention indexes in pg_inherits docs 📎 Dagfinn Ilmari Mannsåker 11:21
Re: Should we remove a fallback promotion? take 2 Hamid Akhtar 11:35
Re: proposal: unescape_text function Asif Rehman 12:02
Re: [HACKERS] [PATCH] Generic type subscripting 📎 Dmitry Dolgov 13:43
Re: printing oid with %d Tom Lane 14:35
Re: Rethinking opclass member checks and dependency strength Hamid Akhtar 14:51
13dev failed assert: comparetup_index_btree(): ItemPointer values should never be equal Justin Pryzby 15:10
Re: 13dev failed assert: comparetup_index_btree(): ItemPointer values should never be equal James Coleman 15:40
Re: Rethinking opclass member checks and dependency strength Tom Lane 15:43
Re: 13dev failed assert: comparetup_index_btree(): ItemPointer values should never be equal Justin Pryzby 15:45
Re: 13dev failed assert: comparetup_index_btree(): ItemPointer values should never be equal Peter Geoghegan 15:47
Re: [PATCH] Initial progress reporting for COPY command Fujii Masao 17:00
[PATCH] Tab completion for VACUUM of partitioned tables 📎 Justin Pryzby 17:04
Re: 13dev failed assert: comparetup_index_btree(): ItemPointer values should never be equal Peter Geoghegan 17:06
Re: 13dev failed assert: comparetup_index_btree(): ItemPointer values should never be equal Peter Geoghegan 17:37
psql: add \si, \sm, \st and \sr functions to show CREATE commands for indexes, matviews, triggers and tables 📎 a.pervushina 17:46
Re: [PATCH] Initial progress reporting for COPY command Josef Šimánek 18:24
Re: [PATCH] Initial progress reporting for COPY command Pavel Stehule 18:30
Re: 13dev failed assert: comparetup_index_btree(): ItemPointer values should never be equal Peter Geoghegan 19:00
Re: display offset along with block number in vacuum errors 📎 Mahendra Singh Thalor 19:05
Re: [BUG] Error in BRIN summarization Peter Geoghegan 19:18
Re: display offset along with block number in vacuum errors Justin Pryzby 19:39
Re: 13dev failed assert: comparetup_index_btree(): ItemPointer values should never be equal Peter Geoghegan 19:53
Re: 13dev failed assert: comparetup_index_btree(): ItemPointer values should never be equal Tom Lane 20:04
Re: 13dev failed assert: comparetup_index_btree(): ItemPointer values should never be equal Peter Geoghegan 20:26
Re: recovering from "found xmin ... from before relfrozenxid ..." MBeena Emerson 20:42
Re: 13dev failed assert: comparetup_index_btree(): ItemPointer values should never be equal Peter Geoghegan 21:46
Re: 13dev failed assert: comparetup_index_btree(): ItemPointer values should never be equal Peter Geoghegan 22:09
Re: HashAgg's batching counter starts at 0, but Hash's starts at 1. David Rowley 23:44

July 29, 2020

Thread Author Time
Re: shared tempfile was not removed on statement_timeout 📎 Justin Pryzby 01:37
Re: Threading in BGWorkers (!) Thomas Munro 01:41
Re: Threading in BGWorkers (!) Tom Lane 01:52
Re: POC and rebased patch for CSN based snapshots 📎 [email protected] 02:14
Re: Threading in BGWorkers (!) James Sewell 03:00
Re: Rethinking opclass member checks and dependency strength Hamid Akhtar 04:13
Re: [PATCH] Tab completion for VACUUM of partitioned tables Masahiko Sawada 04:27
Re: recovering from "found xmin ... from before relfrozenxid ..." Ashutosh Sharma 04:28
Re: recovering from "found xmin ... from before relfrozenxid ..." Ashutosh Sharma 04:37
Re: Move syncscan.c? Thomas Munro 05:04
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions 📎 Dilip Kumar 05:16
Re: printing oid with %d Michael Paquier 05:58
Re: Doc patch: mention indexes in pg_inherits docs Michael Paquier 06:06
Re: Improving connection scalability: GetSnapshotData() Thomas Munro 06:15
Re: proposal: unescape_text function 📎 Pavel Stehule 06:18
Re: [PATCH] Tab completion for VACUUM of partitioned tables Michael Paquier 06:21
Re: Rethinking opclass member checks and dependency strength Hamid Akhtar 06:56
Re: Improving connection scalability: GetSnapshotData() Thomas Munro 07:20
Re: recovering from "found xmin ... from before relfrozenxid ..." Thomas Munro 07:22
Re: [Patch] Optimize dropping of relation buffers using dlist Konstantin Knizhnik 07:54
Re: [POC] Fast COPY FROM command for the table with foreign partitions Amit Langote 08:03
Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? Michael Paquier 08:32
Re: [POC] Fast COPY FROM command for the table with foreign partitions Andrey V. Lepikhov 08:36
[PATCH]Fix ja.po error 📎 Lu, Chenyang 08:42
Re: [PATCH]Fix ja.po error Michael Paquier 09:24
IDEA: pg_stat_statements tracking utility statements by tag? Martijn van Oosterhout 09:24
Re: [PATCH] Tab completion for VACUUM of partitioned tables Masahiko Sawada 09:41
Re: [Patch] ALTER SYSTEM READ ONLY 📎 Amul Sul 10:35
Re: [Patch] ALTER SYSTEM READ ONLY Amul Sul 11:05
Re: [PATCH] Tab completion for VACUUM of partitioned tables Michael Paquier 11:05
Re: factorial function/phase out postfix operators? John Naylor 12:03
Re: Should we remove a fallback promotion? take 2 Fujii Masao 12:26
Re: IDEA: pg_stat_statements tracking utility statements by tag? Fujii Masao 12:42
Re: recovering from "found xmin ... from before relfrozenxid ..." Robert Haas 13:36
Re: IDEA: pg_stat_statements tracking utility statements by tag? Julien Rouhaud 13:40
Re: INSERT INTO SELECT, Why Parallelism is not selected? Robert Haas 13:47
Re: Making CASE error handling less surprising Robert Haas 13:53
Re: Making CASE error handling less surprising Robert Haas 13:59
Re: Include access method in listTables output Georgios 14:00
Re: pg_stat_statements: rows not updated for CREATE TABLE AS SELECT statements Fujii Masao 14:24
Re: logical replication empty transactions Rahila Syed 14:38
Re: Nicer error when connecting to standby with hot_standby=off Fujii Masao 15:24
Re: IDEA: pg_stat_statements tracking utility statements by tag? Martijn van Oosterhout 15:29
Re: refactoring basebackup.c 📎 Robert Haas 15:31
Re: [Patch] ALTER SYSTEM READ ONLY Robert Haas 16:09
Re: IDEA: pg_stat_statements tracking utility statements by tag? Julien Rouhaud 16:35
HyperLogLog.c and pg_leftmost_one_pos32() 📎 Jeff Davis 17:07
Re: Default setting for enable_hashagg_disk Jeff Davis 17:13
Re: Online checksums patch - once again Robert Haas 17:58
Re: proposal: unescape_text function Asif Rehman 18:04
Re: [PATCH] Tab completion for VACUUM of partitioned tables 📎 Justin Pryzby 18:33
Re: Display individual query in pg_stat_activity Jim Nasby 19:24
Re: new heapcheck contrib module Robert Haas 19:52
Re: PATCH: Add uri percent-encoding for binary data Daniel Gustafsson 20:27
Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? Daniel Gustafsson 21:34
Re: recovering from "found xmin ... from before relfrozenxid ..." Thomas Munro 22:29
Re: PG 13 release notes, first draft Peter Geoghegan 22:34
Re: [PATCH] Tab completion for VACUUM of partitioned tables Fujii Masao 23:44
Re: Missing CFI in hlCover()? Tom Lane 23:46
Re: [PATCH] Initial progress reporting for COPY command Fujii Masao 23:51

July 30, 2020

Thread Author Time
Re: HyperLogLog.c and pg_leftmost_one_pos32() Peter Geoghegan 00:32
Re: Default setting for enable_hashagg_disk Peter Geoghegan 00:40
Re: Yet another fast GiST build (typo) Thomas Munro 01:26
Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? 📎 Michael Paquier 01:28
Re: PG 13 release notes, first draft 📎 Bruce Momjian 01:30
Re: [PATCH] Tab completion for VACUUM of partitioned tables Michael Paquier 01:46
Re: IDEA: pg_stat_statements tracking utility statements by tag? Michael Paquier 01:54
Re: PG 13 release notes, first draft Peter Geoghegan 02:00
Re: PG 13 release notes, first draft Bruce Momjian 02:48
Re: PG 13 release notes, first draft Peter Geoghegan 02:55
Re: [PATCH] Tab completion for VACUUM of partitioned tables Fujii Masao 03:24
Re: Any objections to implementing LogicalDecodeMessageCB for pgoutput? 📎 David Pirotte 03:26
Re: HashAgg's batching counter starts at 0, but Hash's starts at 1. Peter Geoghegan 03:35
Re: PG 13 release notes, first draft David G. Johnston 03:43
Re: HashAgg's batching counter starts at 0, but Hash's starts at 1. Justin Pryzby 04:05
Re: HashAgg's batching counter starts at 0, but Hash's starts at 1. Peter Geoghegan 04:18
Re: IDEA: pg_stat_statements tracking utility statements by tag? Julien Rouhaud 04:57
Re: [PATCH] Tab completion for VACUUM of partitioned tables Masahiko Sawada 05:16
Re: Is it useful to record whether plans are generic or custom? Fujii Masao 05:31
Re: Reducing WaitEventSet syscall churn Thomas Munro 05:50
Re: Creating a function for exposing memory usage of backend process Kasahara Tatsuhito 06:13
Re: INSERT INTO SELECT, Why Parallelism is not selected? Amit Kapila 06:32
Re: Doc patch: mention indexes in pg_inherits docs Michael Paquier 06:53
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions Ajin Cherian 06:57
RE: Is it useful to record whether plans are generic or custom? legrand legrand 07:34
RE: [Patch] Optimize dropping of relation buffers using dlist [email protected] 07:57
Fix minor source code comment mistake 📎 [email protected] 08:03
Re: problem with RETURNING and update row movement 📎 Etsuro Fujita 08:40
Re: Fix minor source code comment mistake Michael Paquier 08:57
Re: [PATCH] Tab completion for VACUUM of partitioned tables Michael Paquier 09:08
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions Amit Kapila 09:53
Re: Doc patch: mention indexes in pg_inherits docs Dagfinn Ilmari Mannsåker 09:56
windows config.pl question Dmitry Markman 10:55
Re: [Proposal] Global temporary tables wenjing zeng 12:09
Re: Issue with cancel_before_shmem_exit while searching to remove a particular registered exit callbacks Robert Haas 12:11
Re: INSERT INTO SELECT, Why Parallelism is not selected? Amit Kapila 13:12
Re: [BUG] Error in BRIN summarization Anastasia Lubennikova 13:40
Re: Missing CFI in hlCover()? Stephen Frost 14:22
Re: Missing CFI in hlCover()? Tom Lane 14:37
Re: Missing CFI in hlCover()? Stephen Frost 14:37
Re: HyperLogLog.c and pg_leftmost_one_pos32() Jeff Davis 16:21
Re: HyperLogLog.c and pg_leftmost_one_pos32() Tomas Vondra 17:16
Re: PG 13 release notes, first draft 📎 Bruce Momjian 17:32
Re: [Patch] Optimize dropping of relation buffers using dlist Konstantin Knizhnik 17:37
Re: PG 13 release notes, first draft Peter Geoghegan 17:45
Re: new heapcheck contrib module Robert Haas 17:59
Re: HyperLogLog.c and pg_leftmost_one_pos32() Jeff Davis 18:25
Re: Threading in BGWorkers (!) Andres Freund 18:44
Re: Threading in BGWorkers (!) Andres Freund 18:46
Re: Threading in BGWorkers (!) Tom Lane 18:54
Re: Threading in BGWorkers (!) Robert Haas 19:51
Re: new heapcheck contrib module Mark Dilger 20:18
Re: new heapcheck contrib module Andres Freund 20:47
Re: [Proposal] Global temporary tables Robert Haas 20:57
Re: new heapcheck contrib module Robert Haas 21:00
Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? Daniel Gustafsson 21:23
Re: Reducing WaitEventSet syscall churn 📎 Thomas Munro 21:42
Re: OpenSSL randomness seeding Daniel Gustafsson 21:42
Re: Missing CFI in hlCover()? 📎 Tom Lane 21:42
Re: psql - improve test coverage from 41% to 88% Daniel Gustafsson 21:47
Re: Identifying user-created objects Daniel Gustafsson 21:52
Re: Batch insert in CTAS/MatView code Daniel Gustafsson 22:08
Re: new heapcheck contrib module Mark Dilger 22:10
Re: new heapcheck contrib module Mark Dilger 22:11
Re: proposal: type info support functions for functions that use "any" type Daniel Gustafsson 22:15
Re: Online checksums patch - once again Daniel Gustafsson 22:21
Re: Online verification of checksums Daniel Gustafsson 22:26
Re: ModifyTable overheads in generic plans Daniel Gustafsson 22:30
Re: pg_dump --where option Daniel Gustafsson 22:38
logtape.c stats don't account for unused "prefetched" block numbers Peter Geoghegan 22:51
Re: Missing CFI in hlCover()? Stephen Frost 23:50

July 31, 2020

Thread Author Time
Re: HashAgg's batching counter starts at 0, but Hash's starts at 1. (now: incremental sort) Justin Pryzby 00:22
Re: proposal: type info support functions for functions that use "any" type Tom Lane 00:32
Re: new heapcheck contrib module Robert Haas 00:53
Re: Missing CFI in hlCover()? 📎 Tom Lane 01:25
Re: HashAgg's batching counter starts at 0, but Hash's starts at 1. (now: incremental sort) Peter Geoghegan 01:33
Re: new heapcheck contrib module Mark Dilger 01:38
Re: HashAgg's batching counter starts at 0, but Hash's starts at 1. (now: incremental sort) James Coleman 01:39
Re: HashAgg's batching counter starts at 0, but Hash's starts at 1. (now: incremental sort) Justin Pryzby 01:40
Re: fixing pg_ctl with relative paths ZHAOWANCHENG 01:42
Re: HashAgg's batching counter starts at 0, but Hash's starts at 1. (now: incremental sort) Peter Geoghegan 01:43
Re: HashAgg's batching counter starts at 0, but Hash's starts at 1. (now: incremental sort) Peter Geoghegan 01:52
Re: windows config.pl question Michael Paquier 01:59
Re: Use of "long" in incremental sort code David Rowley 02:11
Re: windows config.pl question Dmitry Markman 02:25
Re: Cache relation sizes? Thomas Munro 02:36
Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? 📎 Michael Paquier 02:41

Browse Archives

Prev | Next