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

April 8, 2021

Thread Author Time
Race condition in InvalidateObsoleteReplicationSlots() Andres Freund 00:10
Re: Why is specifying oids = false multiple times in create table is silently ignored? Michael Paquier 00:17
Re: Why is specifying oids = false multiple times in create table is silently ignored? Andres Freund 00:26
Re: MultiXact\SLRU buffers configuration 📎 Thomas Munro 00:30
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud 00:47
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? 📎 Bruce Momjian 00:54
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian 01:00
Typo in jsonfuncs.c 📎 Tatsuro Yamada 01:06
RE: psql - add SHOW_ALL_RESULTS option [email protected] 01:32
Re: TRUNCATE on foreign table Kohei KaiGai 01:56
Re: psql \df choose functions by their arguments 📎 Tom Lane 02:00
Re: Race condition in InvalidateObsoleteReplicationSlots() 📎 Andres Freund 02:09
Re: Why is specifying oids = false multiple times in create table is silently ignored? Bharath Rupireddy 02:09
Re: ModifyTable overheads in generic plans Amit Langote 02:12
Re: Can we remove extra memset in BloomInitPage, GinInitPage and SpGistInitPage when we have it in PageInit? 📎 Bharath Rupireddy 02:15
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian 02:31
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud 02:38
Re: Extensions not dumped when --schema is used Noah Misch 02:42
Re: New IndexAM API controlling index vacuum strategies Masahiko Sawada 02:42
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian 02:42
Re: TRUNCATE on foreign table Fujii Masao 02:44
Re: missing documentation for streaming in-progress transactions Amit Kapila 02:56
Re: missing documentation for streaming in-progress transactions Peter Smith 03:04
Re: Extensions not dumped when --schema is used Michael Paquier 03:12
Re: Increase value of OUTER_VAR Tom Lane 03:13
Re: Set access strategy for parallel vacuum workers Amit Kapila 03:14
Re: Set access strategy for parallel vacuum workers Amit Kapila 03:17
Re: Set access strategy for parallel vacuum workers Masahiko Sawada 03:22
Re: Autovacuum on partitioned table (autoanalyze) 📎 Alvaro Herrera 03:22
Re: Set access strategy for parallel vacuum workers Amit Kapila 03:24
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Alvaro Herrera 03:27
Re: SQL-standard function body Michael Paquier 03:28
Re: ModifyTable overheads in generic plans Amit Langote 03:32
Re: Minimal logical decoding on standbys Andres Freund 03:47
Re: Set access strategy for parallel vacuum workers Bharath Rupireddy 04:12
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud 04:17
Re: CREATE SEQUENCE with RESTART option Amul Sul 04:38
Re: TRUNCATE on foreign table Kohei KaiGai 04:43
Re: ModifyTable overheads in generic plans David Rowley 04:54
Re: SQL-standard function body Tom Lane 05:16
Re: Autovacuum on partitioned table (autoanalyze) Alvaro Herrera 05:20
pgsql: autovacuum: handle analyze for partitioned tables Alvaro Herrera 05:20
Re: Increase value of OUTER_VAR 📎 Andrey V. Lepikhov 05:24
Re: SQL-standard function body Andres Freund 05:27
Re: ModifyTable overheads in generic plans Amit Langote 05:33
Re: SQL-standard function body Tom Lane 05:41
Re: SQL-standard function body Julien Rouhaud 05:46
Re: Set access strategy for parallel vacuum workers Amit Kapila 05:51
Re: Autovacuum on partitioned table (autoanalyze) 📎 Alvaro Herrera 06:04
Re: TRUNCATE on foreign table Fujii Masao 06:04
Re: SQL-standard function body Tom Lane 06:05
Re: pgsql: autovacuum: handle analyze for partitioned tables Tom Lane 06:16
Add option --drop-cascade for pg_dump/restore 📎 Haotian Wu 06:24
Re: SQL-standard function body Andres Freund 06:33
Re: SQL-standard function body Andres Freund 06:35
Re: SQL-standard function body Julien Rouhaud 06:40
Re: Identify missing publications from publisher while create/alter subscription. Bharath Rupireddy 06:43
Re: TRUNCATE on foreign table Kohei KaiGai 06:48
Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays 📎 David Rowley 06:50
Re: SQL-standard function body Tom Lane 06:58
Re: Set access strategy for parallel vacuum workers Bharath Rupireddy 07:07
maximum columns for brin bloom indexes Jaime Casanova 07:08
Re: Support tab completion for upper character inputs in psql Peter Eisentraut 07:13
Re: MultiXact\SLRU buffers configuration Andrey Borodin 07:24
Re: missing documentation for streaming in-progress transactions 📎 Ajin Cherian 07:25
Re: Can we remove extra memset in BloomInitPage, GinInitPage and SpGistInitPage when we have it in PageInit? Michael Paquier 07:52
Re: SQL-standard function body Michael Paquier 07:54
Re: Can we remove extra memset in BloomInitPage, GinInitPage and SpGistInitPage when we have it in PageInit? Bharath Rupireddy 08:00
Re: PATCH: Attempt to make dbsize a bit more consistent Michael Paquier 08:04
Re: Support for NSS as a libpq TLS backend Michael Paquier 08:10
Re: pg_stat_statements oddity with track = all Magnus Hagander 08:30
Re: CREATE SEQUENCE with RESTART option 📎 Bharath Rupireddy 08:32
Re: Typo in jsonfuncs.c Julien Rouhaud 08:33
Re: Wired if-statement in gen_partprune_steps_internal 📎 David Rowley 08:34
Re: Change JOIN tutorial to focus more on explicit joins Peter Eisentraut 09:00
Re: Wired if-statement in gen_partprune_steps_internal Amit Langote 09:03
Re: TRUNCATE on foreign table 📎 Fujii Masao 09:25
Re: A new function to wait for the backend exit after termination Magnus Hagander 09:41
Re: Remove page-read callback from XLogReaderState. 📎 Thomas Munro 09:46
Re: CREATE SEQUENCE with RESTART option Suraj Kharage 09:46
Re: [PATCH] Add --create-only option to pg_dump/pg_dumpall Magnus Hagander 09:46
Re: TRUNCATE on foreign table 📎 Fujii Masao 09:48
Re: Catalog version access Magnus Hagander 09:58
Order dependency in function test Magnus Hagander 10:04
Re: Autovacuum on partitioned table (autoanalyze) Tomas Vondra 10:13
Re: maximum columns for brin bloom indexes Tomas Vondra 10:18
Re: Minimal logical decoding on standbys 📎 Drouvot, Bertrand 10:19
Re: Order dependency in function test Peter Eisentraut 10:22
Re: Order dependency in function test Magnus Hagander 10:22
Re: Order dependency in function test 📎 Bharath Rupireddy 10:23
Re: Order dependency in function test Bharath Rupireddy 10:26
Re: Replication slot stats misgivings Amit Kapila 10:30
Re: CREATE SEQUENCE with RESTART option Bharath Rupireddy 10:34
Re: Replication slot stats misgivings vignesh C 10:38
Re: Wired if-statement in gen_partprune_steps_internal David Rowley 10:40
Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays David Rowley 10:54
Re: DETAIL for wrong scram password Michael Paquier 10:59
Re: SQL-standard function body Julien Rouhaud 11:11
Re: SQL-standard function body Julien Rouhaud 11:19
Re: Truncate in synchronous logical replication failed Japin Li 11:20
Simplify backend terminate and wait logic in postgres_fdw test 📎 Bharath Rupireddy 11:25
Re: Race condition in InvalidateObsoleteReplicationSlots() Amit Kapila 11:33
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Thomas Munro 11:36
Re: WIP: WAL prefetch (another approach) Thomas Munro 11:46
Re: Remove page-read callback from XLogReaderState. Thomas Munro 11:51
Re: Simplify backend terminate and wait logic in postgres_fdw test Michael Paquier 11:58
Re: Wired if-statement in gen_partprune_steps_internal Amit Langote 11:58
Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays David Rowley 12:00
Re: pg_stat_statements oddity with track = all 📎 Julien Rouhaud 12:05
Re: PostgreSQL 14 Feature Freeze + Release Management Team (RMT) Michael Paquier 12:05
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? 📎 Julien Rouhaud 12:12
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Amit Kapila 12:16
Re: MultiXact\SLRU buffers configuration Thomas Munro 12:22
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? 📎 Julien Rouhaud 12:27
Re: WIP: WAL prefetch (another approach) Tomas Vondra 12:39
Re: Simplify backend terminate and wait logic in postgres_fdw test 📎 Bharath Rupireddy 12:57
Re: TRUNCATE on foreign table Kohei KaiGai 13:02
Re: TRUNCATE on foreign table 📎 Fujii Masao 13:14
Re: pg_stat_statements oddity with track = all Magnus Hagander 13:18
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? 📎 Julien Rouhaud 13:31
Re: 2019-03 CF now in progress David Steele 13:49
Re: 2019-03 CF now in progress Matthias van de Meent 14:12
Re: [PATCH] PREPARE TRANSACTION unexpected behavior with TEMP TABLE Robert Haas 14:13
Re: SQL:2011 PERIODS vs Postgres Ranges? David Steele 14:22
Re: 2019-03 CF now in progress David Steele 14:23
Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. David Steele 14:36
Re: allow partial union-all and improve parallel subquery costing David Steele 14:45
Re: maximum columns for brin bloom indexes Jaime Casanova 14:49
Re: pg_stat_statements oddity with track = all Julien Rouhaud 14:54
Re: [BUG] orphaned function David Steele 14:55
Re: maximum columns for brin bloom indexes Tomas Vondra 14:57
Re: Performing partition pruning using row value David Steele 15:04
Re: [PATCH] Add support for ON UPDATE/DELETE actions on ALTER CONSTRAINT David Steele 15:07
Re: Extending range type operators to cope with elements David Steele 15:12
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian 15:17
Re: zstd compression for pg_dump David Steele 15:19
Re: pgsql: autovacuum: handle analyze for partitioned tables 📎 Alvaro Herrera 15:19
Re: VACUUM (DISABLE_PAGE_SKIPPING on) David Steele 15:23
Re: TRUNCATE on foreign table Kazutaka Onishi 15:25
Re: Autovacuum on partitioned table (autoanalyze) Alvaro Herrera 15:27
Re: [HACKERS] Custom compression methods David Steele 15:32
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian 15:34
Re: VACUUM (DISABLE_PAGE_SKIPPING on) Simon Riggs 15:41
Re: Autovacuum on partitioned table (autoanalyze) Tomas Vondra 15:55
Re: VACUUM (DISABLE_PAGE_SKIPPING on) David Steele 15:58
Re: Autovacuum on partitioned table (autoanalyze) Alvaro Herrera 16:19
Re: SQL-standard function body Tom Lane 16:21
Re: VACUUM (DISABLE_PAGE_SKIPPING on) Simon Riggs 16:29
Re: psql - add SHOW_ALL_RESULTS option Julien Rouhaud 16:30
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud 16:38
Re: doc review for v14 📎 Justin Pryzby 16:40
Re: VACUUM (DISABLE_PAGE_SKIPPING on) David Steele 16:44
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian 16:48
Re: VACUUM (DISABLE_PAGE_SKIPPING on) Simon Riggs 16:49
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Alvaro Herrera 16:51
Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays James Coleman 16:57
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Bruce Momjian 17:01
Re: SQL-standard function body Andrew Dunstan 17:03
Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays Alvaro Herrera 17:03
Re: psql - add SHOW_ALL_RESULTS option Fabien COELHO 17:04
Re: SQL-standard function body Alvaro Herrera 17:08
Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays James Coleman 17:11
Re: psql - add SHOW_ALL_RESULTS option Julien Rouhaud 17:11
Re: VACUUM (DISABLE_PAGE_SKIPPING on) Alvaro Herrera 17:15
Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays Alvaro Herrera 17:16
Re: Have I found an interval arithmetic bug? 📎 Bruce Momjian 17:24
test runner (was Re: SQL-standard function body) Andres Freund 17:50
Re: pgsql: autovacuum: handle analyze for partitioned tables Tom Lane 17:57
Re: test runner (was Re: SQL-standard function body) Andres Freund 18:04
weird interaction between asynchronous queries and pg_sleep Merlin Moncure 18:05
Re: VACUUM (DISABLE_PAGE_SKIPPING on) Simon Riggs 18:10
Re: Have I found an interval arithmetic bug? Bryn Llewellyn 18:17
Re: pgsql: autovacuum: handle analyze for partitioned tables Alvaro Herrera 18:35
Re: pgsql: autovacuum: handle analyze for partitioned tables Tom Lane 18:47
Re: [HACKERS] Custom compression methods 📎 Robert Haas 18:58
Re: pg_amcheck contrib application 📎 Mark Dilger 19:02
Re: multi-install PostgresNode fails with older postgres versions 📎 Mark Dilger 19:07
Dubious coding in nbtinsert.c Tom Lane 19:19
Re: [HACKERS] Custom compression methods Justin Pryzby 19:38
Re: Dubious coding in nbtinsert.c Peter Geoghegan 19:46
Re: pg_amcheck contrib application Robert Haas 20:05
Re: [HACKERS] Custom compression methods Robert Haas 20:07
Re: pgsql: autovacuum: handle analyze for partitioned tables 📎 Alvaro Herrera 20:11
Re: pgsql: autovacuum: handle analyze for partitioned tables Zhihong Yu 20:25
Re: Dubious coding in nbtinsert.c Tom Lane 20:57
Re: pg_amcheck contrib application Mark Dilger 21:21
Re: pgsql: autovacuum: handle analyze for partitioned tables Alvaro Herrera 21:29
Re: Autovacuum on partitioned table (autoanalyze) Justin Pryzby 21:30
Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays 📎 Tomas Vondra 21:32
Re: [PATCH] force_parallel_mode and GUC categories 📎 Justin Pryzby 21:38
Re: Autovacuum on partitioned table (autoanalyze) 📎 Alvaro Herrera 21:56
Re: Autovacuum on partitioned table (autoanalyze) Justin Pryzby 22:00
Lots of incorrect comments in nodeFuncs.c 📎 David Rowley 22:04
Re: Autovacuum on partitioned table (autoanalyze) Tom Lane 22:05
Re: pg_amcheck contrib application Robert Haas 22:11
Re: Lots of incorrect comments in nodeFuncs.c Tom Lane 22:11
Re: pg_amcheck contrib application Mark Dilger 22:51
Re: pg_amcheck contrib application Robert Haas 22:55
Re: SQL-standard function body Michael Paquier 23:01
Re: weird interaction between asynchronous queries and pg_sleep Merlin Moncure 23:18

Browse Archives

Prev | Next