pgsql-hackers since 2021-07-30 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 30, 2021

Thread Author Time
Re: A qsort template 📎 John Naylor 00:34
Re: Replace l337sp34k in comments. Michael Paquier 00:48
Re: Autovacuum on partitioned table (autoanalyze) Andres Freund 01:03
Re: speed up verifying UTF-8 📎 John Naylor 01:12
Re: pg_upgrade does not upgrade pg_stat_statements properly Julien Rouhaud 02:02
Re: Reduce the number of special cases to build contrib modules on windows 📎 David Rowley 03:05
RE: [postgres_fdw] add local pid to fallback_application_name kuroda.hayato@fujitsu.com 03:16
Re: Skipping logical replication transactions on subscriber side Amit Kapila 03:52
Re: [HACKERS] logical decoding of two-phase transactions 📎 Peter Smith 04:02
Re: [HACKERS] logical decoding of two-phase transactions Peter Smith 04:06
Re: [BUG]Update Toast data failure in logical replication Amit Kapila 04:51
Re: when the startup process doesn't (logging startup delays) Nitin Jadhav 05:10
Re: [HACKERS] logical decoding of two-phase transactions vignesh C 05:18
Re: logical replication empty transactions 📎 Peter Smith 05:40
Re: Fix around conn_duration in pgbench 📎 Yugo NAGATA 05:43
Parallel Inserts (WAS: [bug?] Missed parallel safety checks..) Amit Kapila 06:02
Re: Fix around conn_duration in pgbench Fujii Masao 06:26
Re: [HACKERS] logical decoding of two-phase transactions Greg Nancarrow 06:32
Use generation context to speed up tuplesorts 📎 David Rowley 06:42
RE: Added schema level support for publication. houzj.fnst@fujitsu.com 06:42
RE: Skipping logical replication transactions on subscriber side houzj.fnst@fujitsu.com 06:46
Re: Parallel Inserts (WAS: [bug?] Missed parallel safety checks..) Greg Nancarrow 06:52
Re: Record a Bitmapset of non-pruned partitions Amit Langote 07:10
Re: A qsort template Peter Geoghegan 07:10
Re: Problem about postponing gathering partial paths for topmost scan/join rel 📎 Richard Guo 07:14
Re: alter table set TABLE ACCESS METHOD Michael Paquier 07:22
Division by zero error in to_char(num, '9.9EEEE') 📎 Dean Rasheed 07:26
Re: Replace l337sp34k in comments. Geoff Winkless 08:05
Re: Case expression pushdown Alexander Pyhalov 08:16
RE: [HACKERS] logical decoding of two-phase transactions tanghy.fnst@fujitsu.com 08:25
Re: Background writer and checkpointer in crash recovery Aleksander Alekseev 08:41
Segment fault when excuting SPI function On PG with commit 41c6a5be liuhuailing@fujitsu.com 08:57
Re: Slightly improve initdb --sync-only option's help message 📎 Daniel Gustafsson 09:21
Re: amcheck verification for GiST and GIN Heikki Linnakangas 09:35
Re: [Patch] ALTER SYSTEM READ ONLY 📎 Prabhat Sahu 09:37
Re: pg_upgrade does not upgrade pg_stat_statements properly Dave Cramer 10:03
Re: Segment fault when excuting SPI function On PG with commit 41c6a5be Greg Nancarrow 10:30
Re: pg_upgrade does not upgrade pg_stat_statements properly Julien Rouhaud 10:39
Re: pg_upgrade does not upgrade pg_stat_statements properly Dave Cramer 10:48
Re: pg_dump new feature: exporting functions only. Bad or good idea ? Lætitia Avrot 10:55
Re: pg_upgrade does not upgrade pg_stat_statements properly Julien Rouhaud 11:07
Re: pg_upgrade does not upgrade pg_stat_statements properly Dave Cramer 11:18
Re: pg_upgrade does not upgrade pg_stat_statements properly Julien Rouhaud 11:28
Re: pg_upgrade does not upgrade pg_stat_statements properly Dave Cramer 11:33
Re: pg_upgrade does not upgrade pg_stat_statements properly Julien Rouhaud 11:40
Re: A qsort template Ranier Vilela 11:47
Re: Segment fault when excuting SPI function On PG with commit 41c6a5be Zhihong Yu 12:12
Re: Segment fault when excuting SPI function On PG with commit 41c6a5be Ranier Vilela 12:14
Re: Segment fault when excuting SPI function On PG with commit 41c6a5be Michael Paquier 12:38
Re: needless complexity in StartupXLOG Robert Haas 12:39
RE: Parallel Inserts (WAS: [bug?] Missed parallel safety checks..) houzj.fnst@fujitsu.com 13:23
param 'txn' not used in function maybe_send_schema() 📎 houzj.fnst@fujitsu.com 13:27
Re: Background writer and checkpointer in crash recovery Robert Haas 14:16
Re: Case expression pushdown Tom Lane 14:17
Re: Use generation context to speed up tuplesorts Robert Haas 14:51
Re: A qsort template John Naylor 14:53
Re: Segment fault when excuting SPI function On PG with commit 41c6a5be Tom Lane 15:06
Re: Segment fault when excuting SPI function On PG with commit 41c6a5be Daniel Gustafsson 15:10
Re: [PATCH] test/ssl: rework the sslfiles Makefile target 📎 Jacob Champion 15:11
Re: Segment fault when excuting SPI function On PG with commit 41c6a5be Tom Lane 15:22
Re: Case expression pushdown Tom Lane 15:48
Re: Unbounded %s in sscanf 📎 Daniel Gustafsson 15:48
Re: Unbounded %s in sscanf Tom Lane 16:03
Re: Have I found an interval arithmetic bug? Bruce Momjian 16:04
Re: Have I found an interval arithmetic bug? Bruce Momjian 16:08
Re: Slightly improve initdb --sync-only option's help message Bossart, Nathan 16:27
Re: pg_upgrade does not upgrade pg_stat_statements properly 📎 Bruce Momjian 16:40
Re: pg_upgrade does not upgrade pg_stat_statements properly Jan Wieck 16:43
Re: pg_upgrade does not upgrade pg_stat_statements properly Jan Wieck 16:44
Re: Have I found an interval arithmetic bug? Tom Lane 16:49
Re: pg_upgrade does not upgrade pg_stat_statements properly Tom Lane 17:05
Re: pg_upgrade does not upgrade pg_stat_statements properly Jan Wieck 17:28
Re: [PATCH] Hooks at XactCommand level Tom Lane 17:58
Re: logical decoding and replication of sequences 📎 Tomas Vondra 18:26
Re: archive status ".ready" files may be created too early Alvaro Herrera 18:33
Re: logical decoding and replication of sequences Robert Haas 18:58
Re: Have I found an interval arithmetic bug? 📎 Bruce Momjian 19:03
Re: Have I found an interval arithmetic bug? Robert Haas 19:08
Re: [PoC] Improve dead tuple storage for lazy vacuum Robert Haas 19:13
Re: Have I found an interval arithmetic bug? Bruce Momjian 19:20
Re: [PoC] Improve dead tuple storage for lazy vacuum Andres Freund 19:34
Re: Asynchronous and "direct" IO support for PostgreSQL. Melanie Plageman 19:35
Re: Have I found an interval arithmetic bug? Robert Haas 19:47
Re: [PoC] Improve dead tuple storage for lazy vacuum Robert Haas 19:48
Re: Asynchronous and "direct" IO support for PostgreSQL. Andres Freund 19:52
Re: Have I found an interval arithmetic bug? Tom Lane 19:54
Re: Have I found an interval arithmetic bug? 📎 Bruce Momjian 19:55
Re: Have I found an interval arithmetic bug? Bruce Momjian 19:56
Re: Background writer and checkpointer in crash recovery Andres Freund 20:00
Re: Clarify how triggers relate to transactions 📎 Tom Lane 20:20
Re: archive status ".ready" files may be created too early Bossart, Nathan 20:25
Re: Parallel Full Hash Join 📎 Melanie Plageman 20:34
Re: Use generation context to speed up tuplesorts Andres Freund 20:38
Re: Have I found an interval arithmetic bug? Tom Lane 20:44
Re: Corrected documentation of data type for the logical replication message formats. Tom Lane 21:00
Re: Use generation context to speed up tuplesorts Tomas Vondra 21:13
Re: [PATCH] Hooks at XactCommand level Andres Freund 21:14
Re: Replace l337sp34k in comments. Gavin Flower 21:15
Re: alter table set TABLE ACCESS METHOD Jeff Davis 21:18
Re: Split xlog.c 📎 Heikki Linnakangas 21:33
Re: [PATCH] proposal for regexp_count, regexp_instr, regexp_substr and regexp_replace Tom Lane 21:38
Re: [PATCH] Hooks at XactCommand level Tom Lane 21:49
Re: Replication protocol doc fix Jeff Davis 21:55
Re: ECPG bug fix: DECALRE STATEMENT and DEALLOCATE, DESCRIBE Peter Geoghegan 22:01
Re: archive status ".ready" files may be created too early Alvaro Herrera 22:22
Re: archive status ".ready" files may be created too early Bossart, Nathan 22:28
Re: Split xlog.c Andres Freund 23:11
Re: [PATCH] Hooks at XactCommand level Andres Freund 23:28
Re: archive status ".ready" files may be created too early 📎 Alvaro Herrera 23:51

July 31, 2021

Thread Author Time
Re: Replication protocol doc fix Andres Freund 00:09
Re: Asynchronous and "direct" IO support for PostgreSQL. Thomas Munro 00:42
Re: param 'txn' not used in function maybe_send_schema() Fujii Masao 01:08
Re: Asynchronous and "direct" IO support for PostgreSQL. Tom Lane 01:17
Re: Use generation context to speed up tuplesorts 📎 Tomas Vondra 02:34
Re: archive status ".ready" files may be created too early Alvaro Herrera 03:17
Re: archive status ".ready" files may be created too early Bossart, Nathan 04:05
Re: [HACKERS] logical decoding of two-phase transactions Amit Kapila 04:39
Re: [HACKERS] logical decoding of two-phase transactions 📎 Ajin Cherian 05:42
Re: Split xlog.c Heikki Linnakangas 07:54
Re: Replace l337sp34k in comments. Andrey Borodin 08:21
Re: Replace l337sp34k in comments. Peter Geoghegan 09:15
Re: [HACKERS] logical decoding of two-phase transactions Amit Kapila 10:43
Re: [HACKERS] logical decoding of two-phase transactions Amit Kapila 11:36
Re: Split xlog.c 📎 Heikki Linnakangas 12:24
Re: Detecting File Damage & Inconsistencies Amit Kapila 12:30
Re: Replace l337sp34k in comments. David G. Johnston 15:04
Re: archive status ".ready" files may be created too early Alvaro Herrera 16:10
Re: [HACKERS] logical decoding of two-phase transactions vignesh C 17:05
Re: archive status ".ready" files may be created too early Bossart, Nathan 17:53
Re: Split xlog.c Alvaro Herrera 19:33

Aug. 1, 2021

Thread Author Time
Re: Fix around conn_duration in pgbench Yugo NAGATA 05:50
Re: Split xlog.c 📎 Heikki Linnakangas 09:49
Re: [HACKERS] logical decoding of two-phase transactions Peter Smith 10:21
Re: Corrected documentation of data type for the logical replication message formats. Peter Smith 10:40
Re: Record a Bitmapset of non-pruned partitions 📎 David Rowley 12:31
Re: Record a Bitmapset of non-pruned partitions Zhihong Yu 14:38
Re: Corrected documentation of data type for the logical replication message formats. 📎 vignesh C 15:26
Re: Corrected documentation of data type for the logical replication message formats. vignesh C 15:32
Re: [PATCH] proposal for regexp_count, regexp_instr, regexp_substr and regexp_replace Tom Lane 17:23
Re: slab allocator performance issues 📎 Tomas Vondra 17:59
Re: [PATCH] proposal for regexp_count, regexp_instr, regexp_substr and regexp_replace 📎 Gilles Darold 19:22
Re: [PATCH] proposal for regexp_count, regexp_instr, regexp_substr and regexp_replace Gilles Darold 19:48
pgstat_send_connstats() introduces unnecessary timestamp and UDP overhead Andres Freund 20:55
Re: slab allocator performance issues Andres Freund 21:07
Re: Replace l337sp34k in comments. Andres Freund 21:10
Re: Replace l337sp34k in comments. Andrew Dunstan 21:27
Re: slab allocator performance issues Tomas Vondra 22:01
Re: Record a Bitmapset of non-pruned partitions David Rowley 22:20
Re: Corrected documentation of data type for the logical replication message formats. Peter Smith 22:49
Re: [PATCH] proposal for regexp_count, regexp_instr, regexp_substr and regexp_replace 📎 Tom Lane 23:21

Aug. 2, 2021

Thread Author Time
Re: A qsort template 📎 Thomas Munro 00:01
Re: A qsort template Thomas Munro 00:40
Re: A qsort template Thomas Munro 00:42
Re: amcheck verification for GiST and GIN Nikolay Samokhvalov 00:59
Re: [PATCH] proposal for regexp_count, regexp_instr, regexp_substr and regexp_replace Tom Lane 01:02
Re: Skipping logical replication transactions on subscriber side Masahiko Sawada 02:15
Re: Skipping logical replication transactions on subscriber side Masahiko Sawada 02:36
Re: Record a Bitmapset of non-pruned partitions Amit Langote 02:59
Re: Skipping logical replication transactions on subscriber side Amit Kapila 03:21
Re: Speeding up GIST index creation for tsvectors Amit Khandekar 03:40
Re: Parallel Inserts (WAS: [bug?] Missed parallel safety checks..) Amit Kapila 04:52
Re: Background writer and checkpointer in crash recovery Thomas Munro 05:36
RE: Failed transaction statistics to measure the logical replication progress osumi.takamichi@fujitsu.com 05:52
Re: Parallel Inserts (WAS: [bug?] Missed parallel safety checks..) Greg Nancarrow 06:04
Re: Implementing Incremental View Maintenance 📎 Yugo NAGATA 06:28
Re: Skip partition tuple routing with constant partition key 📎 Amit Langote 06:29
RE: Parallel Inserts (WAS: [bug?] Missed parallel safety checks..) houzj.fnst@fujitsu.com 06:30
EXEC_BACKEND vs bgworkers without BGWORKER_SHMEM_ACCESS Andres Freund 06:51
Re: EXEC_BACKEND vs bgworkers without BGWORKER_SHMEM_ACCESS Andres Freund 07:01
Re: [HACKERS] logical decoding of two-phase transactions 📎 Peter Smith 07:31
Re: [HACKERS] logical decoding of two-phase transactions Peter Smith 07:36
Re: [HACKERS] logical decoding of two-phase transactions Peter Smith 07:42
Re: Failed transaction statistics to measure the logical replication progress Masahiko Sawada 07:42
Re: [HACKERS] logical decoding of two-phase transactions Peter Smith 07:44
Re: [HACKERS] logical decoding of two-phase transactions Peter Smith 07:50
Re: Record a Bitmapset of non-pruned partitions David Rowley 08:16
Re: logical replication empty transactions Amit Kapila 09:20
Re: [HACKERS] logical decoding of two-phase transactions Amit Kapila 09:24
[PATCH]Comment improvement in publication.sql 📎 tanghy.fnst@fujitsu.com 10:01
Re: Speeding up GIST index creation for tsvectors John Naylor 10:26
Re: Use generation context to speed up tuplesorts David Rowley 11:17
Re: Minimal logical decoding on standbys Ronan Dunklau 11:57
Update of partition key on foreign server Илья Гладышев 12:29
Re: .ready and .done files considered harmful 📎 Dipesh Pandit 13:06
Re: Background writer and checkpointer in crash recovery Robert Haas 13:07
Re: Background writer and checkpointer in crash recovery 📎 Robert Haas 13:17
Re: Background writer and checkpointer in crash recovery Amul Sul 13:40
RE: Background writer and checkpointer in crash recovery Jakub Wartak 13:51
[BUG] wrong refresh when ALTER SUBSCRIPTION ADD/DROP PUBLICATION 📎 houzj.fnst@fujitsu.com 13:52
Re: Minimal logical decoding on standbys 📎 Drouvot, Bertrand 14:45
Re: Background writer and checkpointer in crash recovery Robert Haas 14:47
Re: Background writer and checkpointer in crash recovery Robert Haas 14:48
Re: EXEC_BACKEND vs bgworkers without BGWORKER_SHMEM_ACCESS Robert Haas 14:54
Re: Minimal logical decoding on standbys Drouvot, Bertrand 14:56
Re: EXEC_BACKEND vs bgworkers without BGWORKER_SHMEM_ACCESS Tom Lane 15:00
Re: Minimal logical decoding on standbys Drouvot, Bertrand 15:31
Re: 2021-07 CF now in progress Ibrar Ahmed 15:33
Re: Added schema level support for publication. 📎 vignesh C 15:39
Re: Corrected documentation of data type for the logical replication message formats. Tom Lane 15:40
Re: Minimal logical decoding on standbys Ronan Dunklau 15:47

Browse Archives

Prev | Next