pgsql-hackers - March 2021

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

March 1, 2021

Thread Author Time
Re: doc review for v14 📎 Justin Pryzby 00:46
Regex back-reference semantics and performance 📎 Tom Lane 00:53
Re: Optimising latch signals Thomas Munro 01:29
Re: [PoC] Non-volatile WAL buffer Takashi Menjo 01:30
Re: repeated decoding of prepared transactions 📎 Ajin Cherian 01:53
Re: alter table set TABLE ACCESS METHOD Michael Paquier 02:16
Re: [BUG] segfault during delete Amit Langote 02:22
Re: [PATCH] pgbench: Remove ecnt, a member variable of CState miyake_kouta 02:32
Re: alter table set TABLE ACCESS METHOD Justin Pryzby 03:20
Re: locking [user] catalog tables vs 2pc vs logical rep Amit Kapila 03:21
Re: Reducing WaitEventSet syscall churn Thomas Munro 03:21
Re: Parallel INSERT (INTO ... SELECT ...) 📎 Greg Nancarrow 03:38
Re: Update docs of logical replication for commit ce0fdbfe97. Amit Kapila 03:55
Re: 64-bit XIDs in deleted nbtree pages Masahiko Sawada 04:07
Re: doc review for v14 📎 Michael Paquier 04:11
Re: doc review for v14 Justin Pryzby 04:33
Re: Fix DROP TABLESPACE on Windows with ProcSignalBarrier? 📎 Thomas Munro 04:46
[PATCH] Bug fix in initdb output 📎 Nitin Jadhav 04:52
Re: Different compression methods for FPI Michael Paquier 04:57
Re: repeated decoding of prepared transactions vignesh C 05:00
Re: [HACKERS] Custom compression methods Dilip Kumar 05:02
Re: Different compression methods for FPI Justin Pryzby 05:03
Re: Is Recovery actually paused? Dilip Kumar 05:07
Re: Printing backtrace of postgres processes torikoshia 05:13
Re: Speeding up GIST index creation for tsvectors Amit Khandekar 05:14
Re: Add client connection check during the execution of the query 📎 Thomas Munro 05:18
Re: [HACKERS] Custom compression methods Justin Pryzby 05:36
Re: [HACKERS] Custom compression methods Dilip Kumar 05:56
Re: repeated decoding of prepared transactions Amit Kapila 06:01
Re: simplifying foreign key/RI checks Corey Huinker 06:13
Re: doc review for v14 Michael Paquier 06:17
Re: [PATCH] refactor ATExec{En,Dis}ableRowSecurity Michael Paquier 06:30
Re: Parallel INSERT (INTO ... SELECT ...) Amit Langote 06:31
Re: Side effect of remove_useless_groupby_columns Richard Guo 06:36
Re: [HACKERS] logical decoding of two-phase transactions 📎 Peter Smith 06:44
Re: macOS SIP, next try 📎 Peter Eisentraut 07:15
[PATCH] postgres-fdw: column option to override foreign types 📎 Dian M Fay 07:24
Re: archive_command / pg_stat_archiver & documentation 📎 Michael Paquier 07:36
Re: proposal: schema variables 📎 Pavel Stehule 07:50
Re: archive_command / pg_stat_archiver & documentation Julien Rouhaud 07:55
Re: archive_command / pg_stat_archiver & documentation Benoit Lobréau 08:33
Re: A reloption for partitioned tables - parallel_workers Amit Langote 08:39
Re: Asynchronous Append on postgres_fdw nodes. 📎 Etsuro Fujita 08:56
Re: repeated decoding of prepared transactions Amit Kapila 09:08
Re: archive_command / pg_stat_archiver & documentation Julien Rouhaud 09:17
Re: archive_command / pg_stat_archiver & documentation Benoit Lobréau 09:24
Re: archive_command / pg_stat_archiver & documentation Julien Rouhaud 09:33
Re: Fix DROP TABLESPACE on Windows with ProcSignalBarrier? Daniel Gustafsson 10:06
Re: [HACKERS] logical decoding of two-phase transactions Amit Kapila 10:10
[PATCH] Add --create-only option to pg_dump/pg_dumpall 📎 Michael Banck 10:12
Re: PostmasterIsAlive() in recovery (non-USE_POST_MASTER_DEATH_SIGNAL builds) 📎 Thomas Munro 11:00
Re: Regex back-reference semantics and performance Joel Jacobson 11:13
Re: Fix DROP TABLESPACE on Windows with ProcSignalBarrier? 📎 Thomas Munro 11:54
Re: [PATCH] Note effect of max_replication_slots on subscriber side in documentation. 📎 Amit Kapila 12:02
Re: [HACKERS] Custom compression methods Dilip Kumar 12:06
Re: Improving connection scalability: GetSnapshotData() luis.roberto 12:49
Re: proposal: psql –help reflecting service or URI usage 📎 Paul Förster 13:32
Re: [PATCH] Bug fix in initdb output Juan José Santamaría Flecha 13:58
Re: Bug in error reporting for multi-line JSON Daniel Gustafsson 14:04
Improvements in prepared statements Alejandro Sánchez 14:20
SSL negotiation error on massive connect/disconnect 📎 Maxim Orlov 14:22
Re: Improvements in prepared statements Pavel Stehule 14:31
Re: proposal: psql –help reflecting service or URI usage Euler Taveira 14:42
Re: macOS SIP, next try Tom Lane 14:44
Re: A reloption for partitioned tables - parallel_workers 📎 Laurenz Albe 15:10
Re: [HACKERS] Custom compression methods 📎 Dilip Kumar 15:23
2019-03 CF now in progress David Steele 15:30
We should stop telling users to "vacuum that database in single-user mode" Hannu Krosing 15:32
Re: Improvements in prepared statements Alejandro Sánchez 15:39
Re: Improvements in prepared statements Pavel Stehule 15:46
Re: Improving connection scalability: GetSnapshotData() Konstantin Knizhnik 15:46
Re: proposal: psql –help reflecting service or URI usage Mark Dilger 16:02
Re: Improvements in prepared statements Alejandro Sánchez 16:08
Re: Improvements in prepared statements Pavel Stehule 16:15
Re: Improvements in prepared statements Pavel Stehule 16:21
Re: Improvements in prepared statements Alejandro Sánchez 16:26
Re: Improvements in prepared statements Pavel Stehule 16:35
Re: Improvements in prepared statements Alejandro Sánchez 17:18
Re: Add --tablespace option to reindexdb Mark Dilger 17:26
[PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[] 📎 Joel Jacobson 17:38
Re: Add --tablespace option to reindexdb Mark Dilger 17:47
Re: Add --tablespace option to reindexdb Mark Dilger 18:12
Re: [PATCH] Bug fix in initdb output Alvaro Herrera 18:16
Re: [PATCH] Cross-reference comments on signal handling logic Mark Dilger 18:22
Re: [PATCH] Bug fix in initdb output Juan José Santamaría Flecha 18:39
Re: [PATCH] Bug fix in initdb output Alvaro Herrera 18:50
Re: [PATCH] Bug fix in initdb output Juan José Santamaría Flecha 18:57
Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. Mark Dilger 19:21
Re: enable_incremental_sort changes query behavior rbrooks 19:23
Re: Use extended statistics to estimate (Var op Var) clauses Mark Dilger 19:58
Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. Pavel Borisov 20:05
buildfarm windows checks / tap tests on windows Andres Freund 20:07
Re: [PATCH] Bug fix in initdb output Alvaro Herrera 20:09
Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. Mark Dilger 20:20
Re: Regex back-reference semantics and performance Tom Lane 20:22
Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. Pavel Borisov 20:23
Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. Tom Lane 20:23
Re: Improvements in prepared statements Alejandro Sánchez 20:35
Re: [PoC] Non-volatile WAL buffer 📎 Tomas Vondra 20:40
Re: [PATCH] Bug fix in initdb output Juan José Santamaría Flecha 20:49
Re: Use extended statistics to estimate (Var op Var) clauses Tomas Vondra 20:49
Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. Mark Dilger 21:05
Re: Improvements in prepared statements Pavel Stehule 21:05
Why does the BF sometimes not dump regression.diffs? Thomas Munro 21:05
Re: new heapcheck contrib module Robert Haas 21:14
Re: [PATCH] Bug fix in initdb output Alvaro Herrera 21:18
Re: 64-bit XIDs in deleted nbtree pages Peter Geoghegan 21:40
Re: Bug in error reporting for multi-line JSON Tom Lane 21:50
Re: new heapcheck contrib module Mark Dilger 21:57
Re: enable_incremental_sort changes query behavior Tomas Vondra 22:23
Re: Table AM modifications to accept column projection lists Justin Pryzby 22:59
Re: Table AM modifications to accept column projection lists Jacob Champion 23:13
Re: TRIM_ARRAY Dian Fay 23:14
Re: 2019-03 CF now in progress Justin Pryzby 23:19
Re: TRIM_ARRAY Vik Fearing 23:53
Re: TRIM_ARRAY Tom Lane 23:53

March 2, 2021

Thread Author Time
Re: TRIM_ARRAY Dian M Fay 00:02
Re: [PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[] Mark Dilger 00:12
Re: [PATCH] Bug fix in initdb output Juan José Santamaría Flecha 00:28
Re: Why does the BF sometimes not dump regression.diffs? Andrew Dunstan 00:32
Re: Why does the BF sometimes not dump regression.diffs? Thomas Munro 00:40
Re: repeated decoding of prepared transactions 📎 Ajin Cherian 01:07
Re: PostmasterIsAlive() in recovery (non-USE_POST_MASTER_DEATH_SIGNAL builds) 📎 Thomas Munro 01:10
Re: [PATCH] Bug fix in initdb output Michael Paquier 01:23
Re: archive_command / pg_stat_archiver & documentation Michael Paquier 01:29
Re: TRIM_ARRAY 📎 Vik Fearing 01:31
Re: [BUG] Autovacuum not dynamically decreasing cost_limit and cost_delay Masahiko Sawada 01:43
Re: doc review for v14 Michael Paquier 01:57
Re: simplifying foreign key/RI checks Amit Langote 02:18
Re: A reloption for partitioned tables - parallel_workers Amit Langote 02:23
Re: We should stop telling users to "vacuum that database in single-user mode" Noah Misch 02:39
Re: repeated decoding of prepared transactions vignesh C 02:50
Re: [PATCH] pgbench: Bug fix for the -d option 📎 miyake_kouta 02:52
[PATCH] psql : Improve code for help option 📎 miyake_kouta 02:57
Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan 03:00
Re: archive_command / pg_stat_archiver & documentation Julien Rouhaud 03:10
Re: 64-bit XIDs in deleted nbtree pages 📎 Peter Geoghegan 03:25
Re: [PATCH] refactor ATExec{En,Dis}ableRowSecurity Michael Paquier 03:34
psql crash while executing core regression tests walker 03:35
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? 📎 Julien Rouhaud 03:43
Re: REINDEX backend filtering Julien Rouhaud 04:01
Re: repeated decoding of prepared transactions 📎 Amit Kapila 04:03
Re: 64-bit XIDs in deleted nbtree pages Masahiko Sawada 04:06
Re: Fix DROP TABLESPACE on Windows with ProcSignalBarrier? 📎 Thomas Munro 04:28
Re: 64-bit XIDs in deleted nbtree pages Peter Geoghegan 04:42
Re: [PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[] Joel Jacobson 05:05
Re: repeated decoding of prepared transactions Ajin Cherian 05:08
Re: [PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[] Isaac Morland 05:22
Re: repeated decoding of prepared transactions Amit Kapila 05:28
Re: Re: [PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[] Tom Lane 05:31
Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan 05:34
Re: libpq compression Andrey Borodin 05:50
Re: [PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[] Joel Jacobson 05:52
Re: Add --tablespace option to reindexdb 📎 Michael Paquier 06:04
Removing vacuum_cleanup_index_scale_factor Masahiko Sawada 06:33
Re: 64-bit XIDs in deleted nbtree pages Masahiko Sawada 06:35
Re: We should stop telling users to "vacuum that database in single-user mode" David Rowley 06:51
Re: repeated decoding of prepared transactions vignesh C 07:13
RE: simplifying foreign key/RI checks [email protected] 07:51
Re: [HACKERS] Custom compression methods Dilip Kumar 08:01
Re: archive_command / pg_stat_archiver & documentation Benoit Lobréau 08:07
Re: [PATCH] Bug fix in initdb output Nitin Jadhav 08:37
Re: A reloption for partitioned tables - parallel_workers Laurenz Albe 08:47
Re: Add --tablespace option to reindexdb Daniel Gustafsson 09:01
Re: Race condition in recovery? Dilip Kumar 09:44
Re: Parallel Full Hash Join 📎 Thomas Munro 10:27
Re: [PATCH] postgres-fdw: column option to override foreign types Ashutosh Bapat 11:50
Re: We should stop telling users to "vacuum that database in single-user mode" Magnus Hagander 12:12
Re: Parallel INSERT (INTO ... SELECT ...) Amit Kapila 12:19
Re: [Patch] ALTER SYSTEM READ ONLY Dilip Kumar 12:22
Re: [PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[] Joel Jacobson 12:41
Re: buildfarm windows checks / tap tests on windows Andrew Dunstan 12:48
Re: 2019-03 CF now in progress David Steele 12:53
Re: pg_upgrade version checking questions Peter Eisentraut 13:20
[PATCH] Support empty ranges with bounds information 📎 Joel Jacobson 13:20
Re: [PATCH] postgres-fdw: column option to override foreign types Dian M Fay 13:34
Re: [PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[] Isaac Morland 13:34
Re: [PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[] Joel Jacobson 13:58
Re: [PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[] Isaac Morland 14:05
Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. 📎 Pavel Borisov 14:08
Re: [PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[] Joel Jacobson 14:21
Re: [Patch] ALTER SYSTEM READ ONLY Amul Sul 14:24
Re: [PATCH] Bug fix in initdb output Alvaro Herrera 14:32
Re: psql crash while executing core regression tests Hamid Akhtar 14:33
Re: [PATCH] Support empty ranges with bounds information Tom Lane 14:42
Re: Add --tablespace option to reindexdb Mark Dilger 14:49
Re: [PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[] Mark Dilger 14:59
Re: GROUP BY DISTINCT Georgios Kokolatos 15:06
Re: [PATCH] psql : Improve code for help option Fujii Masao 15:09
Re: psql crash while executing core regression tests Tom Lane 15:23
Re: [PATCH] Support empty ranges with bounds information Mark Dilger 15:28
Re: [Patch] ALTER SYSTEM READ ONLY Dilip Kumar 15:31
GiST comment improvement 📎 Bruce Momjian 16:40
Re: [PATCH] Support empty ranges with bounds information Pantelis Theodosiou 16:51
Re: GROUP BY DISTINCT 📎 Vik Fearing 16:51
Re: [PATCH] Support empty ranges with bounds information Mark Dilger 16:57
Re: Table AM modifications to accept column projection lists 📎 Jacob Champion 17:10
Re: new heapcheck contrib module 📎 Mark Dilger 17:10
Re: SQL-standard function body 📎 Peter Eisentraut 17:13
Re: [PATCH] Support empty ranges with bounds information Pantelis Theodosiou 17:14

Browse Archives

Prev | Next