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

Aug. 28, 2020

Thread Author Time
Re: Clang Address Sanitizer (Postgres14) Detected Memory Leaks Tom Lane 00:00
Re: XMAX_LOCK_ONLY and XMAX_COMMITTED (fk/multixact code) Mark Dilger 00:06
Re: XMAX_LOCK_ONLY and XMAX_COMMITTED (fk/multixact code) Peter Geoghegan 00:18
[PATCH] Explicit null dereferenced (src/backend/access/heap/heaptoast.c) 📎 Ranier Vilela 00:22
Disk-based hash aggregate's cost model Peter Geoghegan 00:28
New default role- 'pg_read_all_data' 📎 Stephen Frost 00:30
Re: New default role- 'pg_read_all_data' Steven Pousty 01:17
Re: SyncRepLock acquired exclusively in default configuration 📎 Fujii Masao 01:33
Re: list of extended statistics on psql Tatsuro Yamada 02:07
Re: Clang UndefinedBehaviorSanitize (Postgres14) Detected undefined-behavior Noah Misch 02:42
Re: recovering from "found xmin ... from before relfrozenxid ..." Ashutosh Sharma 02:52
Re: recovering from "found xmin ... from before relfrozenxid ..." Ashutosh Sharma 03:10
Re: Clang UndefinedBehaviorSanitize (Postgres14) Detected undefined-behavior Tom Lane 03:11
Re: list of extended statistics on psql Alvaro Herrera 03:26
Re: Should we replace the checks for access method OID with handler OID? Ashutosh Sharma 03:40
Re: Add Information during standby recovery conflicts Masahiko Sawada 05:03
Re: new heapcheck contrib module Andrey M. Borodin 05:07
Re: SQL-standard function body 📎 Peter Eisentraut 05:33
Re: Handing off SLRU fsyncs to the checkpointer Thomas Munro 05:45
Re: Support for OUT parameters in procedures Peter Eisentraut 06:04
Re: Clang UndefinedBehaviorSanitize (Postgres14) Detected undefined-behavior Noah Misch 06:04
Re: poc - possibility to write window function in PL languages 📎 Pavel Stehule 06:14
Re: passwordcheck: Log cracklib diagnostics Peter Eisentraut 06:26
RE: Please help for error ( file <libxml/parser.h> is required for XML support ) Sachin Khanna 06:44
Re: Evaluate expression at planning time for two more cases Ashutosh Bapat 06:48
RE: Please help for error ( file <libxml/parser.h> is required for XML support ) 📎 Sachin Khanna 07:36
Re: [PATCH] Explicit null dereferenced (src/backend/access/heap/heaptoast.c) gkokolatos 07:44
Re: Display individual query in pg_stat_activity Masahiro Ikeda 08:06
Re: recovering from "found xmin ... from before relfrozenxid ..." Masahiko Sawada 08:06
Re: pg_index.indisreplident and invalid indexes Dmitry Dolgov 08:15
Re: pg_index.indisreplident and invalid indexes Michael Paquier 08:21
Re: Deprecating postfix and factorial operators in PostgreSQL 13 John Naylor 08:24
Re: Display individual query in pg_stat_activity Pavel Stehule 08:42
Re: factorial function/phase out postfix operators? John Naylor 08:43
Re: factorial function/phase out postfix operators? John Naylor 08:44
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions 📎 Dilip Kumar 08:48
Re: Transactions involving multiple postgres foreign servers, take 2 Masahiro Ikeda 08:49
RE: extension patch of CREATE OR REPLACE TRIGGER 📎 [email protected] 09:29
Re: recovering from "found xmin ... from before relfrozenxid ..." 📎 Ashutosh Sharma 09:55
Re: New default role- 'pg_read_all_data' Magnus Hagander 10:13
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions Neha Sharma 10:16
Re: SyncRepLock acquired exclusively in default configuration Asim Praveen 11:06
Re: New default role- 'pg_read_all_data' Georgios Kokolatos 12:16
Re: SyncRepLock acquired exclusively in default configuration Masahiko Sawada 12:20
Re: New default role- 'pg_read_all_data' Stephen Frost 12:38
Re: New default role- 'pg_read_all_data' Stephen Frost 12:43
Re: Handing off SLRU fsyncs to the checkpointer Jakub Wartak 12:43
Re: New default role- 'pg_read_all_data' Magnus Hagander 12:50
Re: New default role- 'pg_read_all_data' Isaac Morland 12:51
Re: New default role- 'pg_read_all_data' Magnus Hagander 12:53
Re: New default role- 'pg_read_all_data' Stephen Frost 12:54
Re: New default role- 'pg_read_all_data' gkokolatos 13:06
Re: New default role- 'pg_read_all_data' Stephen Frost 13:18
Re: [PATCH] Explicit null dereferenced (src/backend/access/heap/heaptoast.c) 📎 Ranier Vilela 13:24
Re: New default role- 'pg_read_all_data' Isaac Morland 13:24
Re: New default role- 'pg_read_all_data' Stephen Frost 13:26
Re: Support for OUT parameters in procedures Robert Haas 13:30
Re: Clang UndefinedBehaviorSanitize (Postgres14) Detected undefined-behavior Ranier Vilela 13:37
Re: new heapcheck contrib module Robert Haas 13:58
Re: New default role- 'pg_read_all_data' Gilles Darold 13:58
Re: Please help for error ( file <libxml/parser.h> is required for XML support ) Ranier Vilela 14:05
Re: recovering from "found xmin ... from before relfrozenxid ..." Robert Haas 14:08
Re: Please help for error ( file <libxml/parser.h> is required for XML support ) Ranier Vilela 14:13
Re: Add Information during standby recovery conflicts Drouvot, Bertrand 14:14
Re: recovering from "found xmin ... from before relfrozenxid ..." Robert Haas 14:38
Re: New default role- 'pg_read_all_data' Stephen Frost 14:52
Re: Hybrid Hash/Nested Loop joins and caching results from subplans 📎 David Rowley 14:54
Re: Hybrid Hash/Nested Loop joins and caching results from subplans David Rowley 14:58
Re: factorial function/phase out postfix operators? 📎 Robert Haas 15:00
Re: factorial function/phase out postfix operators? Robert Haas 15:01
Re: new heapcheck contrib module Mark Dilger 15:12
Re: Deprecating postfix and factorial operators in PostgreSQL 13 Robert Haas 15:17
Re: New default role- 'pg_read_all_data' Gilles Darold 15:21
Re: Hybrid Hash/Nested Loop joins and caching results from subplans Robert Haas 15:33
More aggressive vacuuming of temporary tables 📎 Tom Lane 15:46
Re: Deprecating postfix and factorial operators in PostgreSQL 13 Tom Lane 15:56
Re: Allow ERROR from heap_prepare_freeze_tuple to be downgraded to WARNING Robert Haas 16:19
Re: Allow ERROR from heap_prepare_freeze_tuple to be downgraded to WARNING Robert Haas 16:37
Re: Deprecating postfix and factorial operators in PostgreSQL 13 Robert Haas 16:43
Re: Clang UndefinedBehaviorSanitize (Postgres14) Detected undefined-behavior Peter Geoghegan 16:54
Re: New default role- 'pg_read_all_data' Stephen Frost 17:25
Re: Allow ERROR from heap_prepare_freeze_tuple to be downgraded to WARNING Andres Freund 17:29
Re: poc - possibility to write window function in PL languages 📎 Pavel Stehule 17:39
Re: MultiXact\SLRU buffers configuration 📎 Anastasia Lubennikova 18:08
Re: new heapcheck contrib module Andrey M. Borodin 18:10
Re: new heapcheck contrib module Mark Dilger 18:23
Re: Clang UndefinedBehaviorSanitize (Postgres14) Detected undefined-behavior Ranier Vilela 18:54
Re: [Patch] ALTER SYSTEM READ ONLY Robert Haas 19:53
Re: new heapcheck contrib module Robert Haas 19:56
Re: Handing off SLRU fsyncs to the checkpointer Thomas Munro 20:12
Re: Allow ERROR from heap_prepare_freeze_tuple to be downgraded to WARNING Robert Haas 20:15
Re: Handing off SLRU fsyncs to the checkpointer Thomas Munro 21:26
Re: Improve planner cost estimations for alternative subplans Andy Fan 22:38

Aug. 29, 2020

Thread Author Time
Re: Disk-based hash aggregate's cost model Jeff Davis 01:32
Re: More aggressive vacuuming of temporary tables Michael Paquier 01:43
Re: Ideas about a better API for postgres_fdw remote estimates 📎 Andrey Lepikhov 05:38
Re: Allow ERROR from heap_prepare_freeze_tuple to be downgraded to WARNING 📎 Dilip Kumar 08:08
Re: Allow ERROR from heap_prepare_freeze_tuple to be downgraded to WARNING Dilip Kumar 08:36
Re: new heapcheck contrib module Andrey M. Borodin 10:27
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions 📎 Amit Kapila 11:47
Re: More aggressive vacuuming of temporary tables Tom Lane 16:17
Re: Ideas about a better API for postgres_fdw remote estimates Stephen Frost 16:22
Re: Clang UndefinedBehaviorSanitize (Postgres14) Detected undefined-behavior Tom Lane 16:36
Re: Ideas about a better API for postgres_fdw remote estimates Tom Lane 16:50
Re: Ideas about a better API for postgres_fdw remote estimates Andrey Lepikhov 17:00
Re: new heapcheck contrib module Mark Dilger 17:48
Re: list of extended statistics on psql Tomas Vondra 21:47
Re: list of extended statistics on psql Tomas Vondra 21:54
Re: [EXTERNAL] Re: WIP: WAL prefetch (another approach) Tomas Vondra 22:14
Re: list of extended statistics on psql Alvaro Herrera 22:43
Re: list of extended statistics on psql Tomas Vondra 22:54
Re: Get rid of runtime handling of AlternativeSubPlan? 📎 Tom Lane 23:26

Aug. 30, 2020

Thread Author Time
Re: PROC_IN_ANALYZE stillborn 13 years ago Tom Lane 00:06
Background writer and checkpointer in crash recovery 📎 Thomas Munro 00:12
Re: Disk-based hash aggregate's cost model Tomas Vondra 00:26
Re: Background writer and checkpointer in crash recovery Tom Lane 00:39
Re: Windows buildfarm members vs. new async-notify isolation test Thomas Munro 02:52
Re: Windows buildfarm members vs. new async-notify isolation test Tom Lane 03:21
Rare link canary failure in dblink test Thomas Munro 03:51
Re: Spurious "apparent wraparound" via SimpleLruTruncate() rounding 📎 Noah Misch 05:34
Re: More tests with USING INDEX replident and dropped indexes 📎 Michael Paquier 07:05
Re: Improvements in Copy From 📎 vignesh C 07:25
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions 📎 Dilip Kumar 09:13
Boundary value check in lazy_tid_reaped() 📎 Masahiko Sawada 11:07
Re: Yet another fast GiST build (typo) 📎 Andrey M. Borodin 12:04
Re: [EXTERNAL] Re: WIP: WAL prefetch (another approach) Stephen Frost 12:24
Re: [PATCH] Covering SPGiST index Andrey M. Borodin 13:01
[PATCH v1] explicit_bzero.c: using explicit_memset on NetBSD 📎 David CARLIER 13:03
Re: Rare link canary failure in dblink test Tom Lane 14:48
Re: Disk-based hash aggregate's cost model Tomas Vondra 15:03
Re: Row estimates for empty tables Tom Lane 16:23
Re: list of extended statistics on psql Alvaro Herrera 16:33
Re: list of extended statistics on psql Tomas Vondra 16:48
Re: Deprecating postfix and factorial operators in PostgreSQL 13 📎 Mark Dilger 16:55
Re: list of extended statistics on psql Tom Lane 16:59
Re: Row estimates for empty tables Pavel Stehule 17:13
Re: Deprecating postfix and factorial operators in PostgreSQL 13 Tom Lane 18:50
Re: Compatible defaults for LEAD/LAG Tom Lane 21:59
Re: New default role- 'pg_read_all_data' 📎 Stephen Frost 23:20
Re: list of extended statistics on psql Tatsuro Yamada 23:56

Aug. 31, 2020

Thread Author Time
Re: Get rid of runtime handling of AlternativeSubPlan? Andy Fan 00:23
Re: Terminate the idle sessions 📎 Thomas Munro 00:51
Re: list of extended statistics on psql 📎 Tatsuro Yamada 01:24
Re: Get rid of runtime handling of AlternativeSubPlan? David Rowley 02:35
Re: Terminate the idle sessions Li Japin 02:40
Re: [PATCH v1] explicit_bzero.c: using explicit_memset on NetBSD Michael Paquier 02:48
Re: Terminate the idle sessions Thomas Munro 03:43
Re: Terminate the idle sessions Kyotaro Horiguchi 04:49
v13: show extended stats target in \d 📎 Justin Pryzby 05:00
Re: Compatible defaults for LEAD/LAG Pavel Stehule 05:05
Re: More tests with USING INDEX replident and dropped indexes Rahila 05:06
Re: Re: [HACKERS] Custom compression methods Amit Khandekar 05:14
Re: list of extended statistics on psql Justin Pryzby 05:18
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions Amit Kapila 05:19
Re: Implementing Incremental View Maintenance Yugo NAGATA 05:31
Re: Terminate the idle sessions 📎 Li Japin 05:33
Re: Hybrid Hash/Nested Loop joins and caching results from subplans Thomas Munro 05:56
Re: More tests with USING INDEX replident and dropped indexes Michael Paquier 06:23
Re: please update ps display for recovery checkpoint Michael Paquier 06:52
Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Hao Wu 07:00
Re: doc review for v13 Michael Paquier 07:28
Manager for commit fest 2020-09 Michael Paquier 07:37
Re: v13: show extended stats target in \d gkokolatos 07:47
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions 📎 Amit Kapila 07:54
Re: Switch to multi-inserts for pg_depend 📎 Michael Paquier 07:56
Re: Handing off SLRU fsyncs to the checkpointer Jakub Wartak 08:49
Re: "cert" + clientcert=verify-ca in pg_hba.conf? 📎 Kyotaro Horiguchi 08:56
Re: Is it worth accepting multiple CRLs? 📎 Kyotaro Horiguchi 09:03
Re: [PATCH] - Provide robust alternatives for replace_string 📎 Georgios 09:04
Re: Append with naive multiplexing of FDWs Etsuro Fujita 09:15
Re: Append with naive multiplexing of FDWs 📎 Etsuro Fujita 09:20
Re: Ideas about a better API for postgres_fdw remote estimates Andrey V. Lepikhov 10:06
Re: Append with naive multiplexing of FDWs Etsuro Fujita 10:10
Re: Parallel copy vignesh C 10:43
Re: file_fdw vs relative paths Magnus Hagander 11:10
Re: file_fdw vs relative paths 📎 Magnus Hagander 11:16
Get memory contexts of an arbitrary backend process 📎 torikoshia 11:22
Use T_IntList for uint32 Amit Kapila 11:29
Re: [PATCH] Covering SPGiST index 📎 Pavel Borisov 11:57
Re: Yet another fast GiST build (typo) Pavel Borisov 12:02
Re: Use T_IntList for uint32 Ashutosh Bapat 12:14
Re: Ideas about a better API for postgres_fdw remote estimates Ashutosh Bapat 13:19
Re: Use T_IntList for uint32 Tom Lane 13:28
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions Amit Kapila 13:39
Re: doc review for v13 📎 Justin Pryzby 13:42
Re: INSERT ON CONFLICT and RETURNING Konstantin Knizhnik 13:53
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions 📎 Dilip Kumar 13:58
Re: New default role- 'pg_read_all_data' 📎 gkokolatos 14:17
Re: Deprecating postfix and factorial operators in PostgreSQL 13 Mark Dilger 14:25
Re: list of extended statistics on psql Alvaro Herrera 14:28
Re: list of extended statistics on psql Tom Lane 14:58
Re: Get memory contexts of an arbitrary backend process Kasahara Tatsuhito 15:03
Re: file_fdw vs relative paths Bruce Momjian 15:03
Re: Continuing instability in insert-conflict-specconflict test 📎 Asim Praveen 15:10
Re: REINDEX SCHEMA/DATABASE/SYSTEM weak with dropped relations Anastasia Lubennikova 15:10
Re: list of extended statistics on psql Tomas Vondra 15:20
Re: list of extended statistics on psql Tomas Vondra 15:30
Re: "cert" + clientcert=verify-ca in pg_hba.conf? Bruce Momjian 15:34
Re: Get rid of runtime handling of AlternativeSubPlan? Tom Lane 15:41
Re: Clang UndefinedBehaviorSanitize (Postgres14) Detected undefined-behavior Ranier Vilela 16:02

Browse Archives

Prev | Next