pgsql-hackers since 2022-02-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

Feb. 8, 2022

Thread Author Time
Re: [PATCH] Add UPDATE WHERE OFFSET IN clause Chapman Flack 00:33
Re: WaitLatchOrSocket seems to not count to 4 right... Fujii Masao 00:48
Re: WaitLatchOrSocket seems to not count to 4 right... Thomas Munro 00:51
Re: [PATCH] Add UPDATE WHERE OFFSET IN clause Tom Lane 01:05
Re: [RFC] building postgres with meson - perl embedding Andres Freund 01:12
Re: [RFC] building postgres with meson - autogenerated headers Andres Freund 01:22
Re: [RFC] building postgres with meson - perl embedding Tom Lane 01:42
Re: 2022-02-10 release announcement draft 📎 Jonathan S. Katz 01:43
Re: GUC flags 📎 Michael Paquier 01:44
Add tag/category to the commitfest app Julien Rouhaud 02:10
RE: row filtering for logical replication 📎 [email protected] 02:31
Re: [RFC] building postgres with meson - perl embedding Tom Lane 02:40
Re: Refactoring the regression tests for more independence Julien Rouhaud 02:57
RE: Logical replication timeout problem [email protected] 02:59
RE: Logical replication timeout problem 📎 [email protected] 02:59
Re: GUC flags Justin Pryzby 03:07
Re: [RFC] building postgres with meson - perl embedding Andres Freund 03:19
shared_preload_libraries = 'pg_stat_statements' failing with installcheck (compute_query_id = auto) 📎 Michael Paquier 03:38
Re: shared_preload_libraries = 'pg_stat_statements' failing with installcheck (compute_query_id = auto) Julien Rouhaud 03:48
Re: shared_preload_libraries = 'pg_stat_statements' failing with installcheck (compute_query_id = auto) Michael Paquier 03:56
Re: WaitLatchOrSocket seems to not count to 4 right... Fujii Masao 04:00
Re: GUC flags Michael Paquier 04:06
Re: shared_preload_libraries = 'pg_stat_statements' failing with installcheck (compute_query_id = auto) Julien Rouhaud 04:22
Re: [PATCH] Add min() and max() aggregate functions for xid8 📎 Ken Kato 04:23
I would like to participate for postgresql projects luminate 22 05:12
Re: [PATCH] Add min() and max() aggregate functions for xid8 📎 Fujii Masao 06:34
Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Anton A. Melnikov 07:47
Re: [BUG]Update Toast data failure in logical replication Dilip Kumar 07:47
Re: Add checkpoint and redo LSN to LogCheckpointEnd log message Kyotaro Horiguchi 07:58
Re: RFC: Logging plan of the running query Kyotaro Horiguchi 08:18
Re: Add checkpoint and redo LSN to LogCheckpointEnd log message Kyotaro Horiguchi 08:40
Re: Add checkpoint and redo LSN to LogCheckpointEnd log message Bharath Rupireddy 09:03
RE: Logical replication timeout problem [email protected] 09:18
Re: [PATCH] Add min() and max() aggregate functions for xid8 📎 Ken Kato 09:43
Re: [BUG]Update Toast data failure in logical replication Amit Kapila 09:51
Should pg_restore vacuum the tables before the post-data stage? Frédéric Yhuel 10:21
Re: Database-level collation version tracking Peter Eisentraut 11:14
Re: [PATCH v2] use has_privs_for_role for predefined roles Joe Conway 11:59
Temporary file access API Antonin Houska 12:24
Re: storing an explicit nonce Antonin Houska 12:35
Re: Database-level collation version tracking Julien Rouhaud 12:55
Re: Make mesage at end-of-recovery less scary. Ashutosh Sharma 13:05
Re: row filtering for logical replication Amit Kapila 13:10
Re: [RFC] building postgres with meson - autogenerated headers Peter Eisentraut 13:19
Re: [PATCH v2] use has_privs_for_role for predefined roles Robert Haas 13:45
Improve correlation names in sanity tests 📎 Peter Eisentraut 13:52
Re: Database-level collation version tracking Michael Banck 14:08
Re: [RFC] building postgres with meson - perl embedding Andrew Dunstan 14:10
Re: [PATCH] Add min() and max() aggregate functions for xid8 Fujii Masao 14:16
Re: Refactoring SSL tests 📎 Daniel Gustafsson 14:24
Re: Synchronizing slots from primary to standby Ashutosh Sharma 14:57
Re: [PATCH v2] use has_privs_for_role for predefined roles Joshua Brindle 15:00
Re: libpq async duplicate error results Alvaro Herrera 15:00
Re: [PATCH v2] use has_privs_for_role for predefined roles Robert Haas 15:07
Re: RFC: Logging plan of the running query 📎 torikoshia 15:12
Re: Refactoring SSL tests Andrew Dunstan 15:46
is the base backup protocol used by out-of-core tools? 📎 Robert Haas 16:26
Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Robert Haas 17:09
Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Robert Haas 17:11
Re: decoupling table and index vacuum Peter Geoghegan 17:12
Re: decoupling table and index vacuum Robert Haas 17:32
Re: decoupling table and index vacuum Peter Geoghegan 17:50
Re: is the base backup protocol used by out-of-core tools? Justin Pryzby 18:03
Re: is the base backup protocol used by out-of-core tools? Robert Haas 18:39
Re: is the base backup protocol used by out-of-core tools? David Steele 18:52
Re: decoupling table and index vacuum Robert Haas 18:58
Re: is the base backup protocol used by out-of-core tools? Robert Haas 18:59
Re: Documentation about PL transforms Chapman Flack 19:03
Re: Improve correlation names in sanity tests Tom Lane 19:27
Re: decoupling table and index vacuum Peter Geoghegan 19:51
Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Robert Haas 20:30
Re: Refactoring the regression tests for more independence Tom Lane 20:42
Re: Move replication slot structures/enums/macros to a new header file for better usability by external tools/modules Peter Smith 20:46
Re: Fix BUG #17335: Duplicate result rows in Gather node 📎 David Rowley 21:10
Re: make MaxBackends available in _PG_init Robert Haas 21:12
Re: pgsql: Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURR Tomas Vondra 21:13
Re: Fix BUG #17335: Duplicate result rows in Gather node Zhihong Yu 21:45
Re: Fix BUG #17335: Duplicate result rows in Gather node Robert Haas 21:54
Re: WIP: System Versioned Temporal Table Vik Fearing 23:27
Re: [RFC] building postgres with meson - perl embedding Tom Lane 23:42
Re: [PATCH] Add min() and max() aggregate functions for xid8 Ken Kato 23:49

Feb. 9, 2022

Thread Author Time
RE: Support escape sequence for cluster_name in postgres_fdw.application_name [email protected] 00:19
Re: [PATCH v2] use has_privs_for_role for predefined roles Joe Conway 00:38
Re: pgsql: Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURR Andres Freund 00:43
Re: [PATCH] Accept IP addresses in server certificate SANs 📎 Jacob Champion 00:52
pgsql: Add TAP test to automate the equivalent of check_guc Michael Paquier 01:15
RE: [BUG]Update Toast data failure in logical replication [email protected] 01:18
Re: GUC flags Michael Paquier 01:19
Re: pgsql: Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURR Michael Paquier 01:23
Re: pgsql: Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURR Tomas Vondra 01:25
Re: row filtering for logical replication Peter Smith 01:37
Re: pgsql: Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURR Andres Freund 01:43
Re: [BUG]Update Toast data failure in logical replication Euler Taveira 01:46
Re: pgsql: Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURR Andres Freund 01:53
Re: [PATCH] Add min() and max() aggregate functions for xid8 Fujii Masao 02:01
Re: pgsql: Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURR Noah Misch 02:04
Re: row filtering for logical replication Amit Kapila 02:08
Re: is the base backup protocol used by out-of-core tools? Michael Paquier 02:21
Re: pgsql: Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURR Michael Paquier 02:24
Re: [BUG]Update Toast data failure in logical replication Amit Kapila 02:24
Re: make MaxBackends available in _PG_init Michael Paquier 02:38
Re: is the base backup protocol used by out-of-core tools? Ian Lawrence Barwick 02:42
Unnecessary call to resetPQExpBuffer in getIndexes 📎 Julien Rouhaud 02:50
Re: Add checkpoint and redo LSN to LogCheckpointEnd log message 📎 Kyotaro Horiguchi 02:52
Re: Plug minor memleak in pg_dump Michael Paquier 02:56
Re: [PATCH] Add min() and max() aggregate functions for xid8 Kyotaro Horiguchi 03:04
Re: [PATCH v2] use has_privs_for_role for predefined roles Robert Haas 03:54
Re: make MaxBackends available in _PG_init Robert Haas 03:57
Re: [PATCH] Add min() and max() aggregate functions for xid8 Kyotaro Horiguchi 04:04
Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Dilip Kumar 04:46
Re: Plug minor memleak in pg_dump 📎 Bharath Rupireddy 05:02
Re: make MaxBackends available in _PG_init 📎 Michael Paquier 05:17
RE: [BUG]Update Toast data failure in logical replication 📎 [email protected] 05:38
Re: pgsql: Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURR 📎 Noah Misch 05:41
Re: pgsql: Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURR Tom Lane 05:44
Re: decoupling table and index vacuum Dilip Kumar 05:52
Re: decoupling table and index vacuum Dilip Kumar 06:18
Re: Make mesage at end-of-recovery less scary. 📎 Kyotaro Horiguchi 07:44
Re: row filtering for logical replication 📎 Peter Smith 07:48
Re: Support escape sequence for cluster_name in postgres_fdw.application_name Kyotaro Horiguchi 07:55
Re: is the base backup protocol used by out-of-core tools? Kyotaro Horiguchi 08:14
Re: Logical replication timeout problem Fabrice Chapuis 09:41
Re: [RFC] building postgres with meson Joel Jacobson 10:06
Re: Make relfile tombstone files conditional on WAL level Dilip Kumar 10:25
[PATCH] Improve function toast_delete_external (src/backend/access/table/toast_helper.c) 📎 Ranier Vilela 10:56
Possible uninitialized use of the variables (src/backend/access/transam/twophase.c) 📎 Ranier Vilela 11:15
Re: Database-level collation version tracking Peter Eisentraut 11:48
Re: Make mesage at end-of-recovery less scary. Ashutosh Sharma 12:01
Justin Pryzby <[email protected]> 📎 Alexander Pyhalov 12:18
CREATE INDEX CONCURRENTLY on partitioned index Alexander Pyhalov 12:20
Re: is the base backup protocol used by out-of-core tools? Robert Haas 13:01
Re: Refactoring SSL tests 📎 Daniel Gustafsson 13:11
Re: Plug minor memleak in pg_dump Daniel Gustafsson 13:14
Re: I would like to participate for postgresql projects Daniel Gustafsson 13:21
Re: SQL/JSON: JSON_TABLE Himanshu Upadhyaya 13:22
Re: I would like to participate for postgresql projects Ashesh Vashi 13:28
Re: Refactoring SSL tests Andrew Dunstan 13:28
Re: Database-level collation version tracking Julien Rouhaud 13:31
Re: refactoring basebackup.c Abhijit Menon-Sen 13:41
Re: is the base backup protocol used by out-of-core tools? Bernd Helmle 13:50
Re: [PATCH] Improve function toast_delete_external (src/backend/access/table/toast_helper.c) Julien Rouhaud 13:52
Replacing TAP test planning with done_testing() 📎 Daniel Gustafsson 14:01
Typo in archive modules docs 📎 Daniel Gustafsson 14:04
Re: decoupling table and index vacuum Robert Haas 14:13
Re: Add tag/category to the commitfest app Daniel Gustafsson 14:14
Re: Replacing TAP test planning with done_testing() Julien Rouhaud 14:16
Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Bruce Momjian 14:18
Re: Add tag/category to the commitfest app Julien Rouhaud 14:29
Re: [PATCH] Improve function toast_delete_external (src/backend/access/table/toast_helper.c) 📎 Dong Wook Lee 14:33
Re: Replacing TAP test planning with done_testing() Dagfinn Ilmari Mannsåker 14:34
Re: [PATCH] Improve function toast_delete_external (src/backend/access/table/toast_helper.c) 📎 Dong Wook Lee 14:55
Re: Identify missing publications from publisher while create/alter subscription. Ashutosh Sharma 15:06
Re: pgsql: Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURR Tomas Vondra 15:27
Re: [PATCH] Improve function toast_delete_external (src/backend/access/table/toast_helper.c) Alvaro Herrera 15:45
Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Andrew Dunstan 15:55
Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Dilip Kumar 15:56
Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Dilip Kumar 15:58
Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Robert Haas 16:00
Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Robert Haas 16:01
Re: [PATCH] Add reloption for views to enable RLS Laurenz Albe 16:06
Re: Database-level collation version tracking Peter Eisentraut 16:12
Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Andrew Dunstan 16:15
Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Robert Haas 16:21
Re: Database-level collation version tracking Alvaro Herrera 16:25
Re: [PATCH] Add reloption for views to enable RLS walther 16:40
How to get started with contribution 603_Annada Dash 17:13
Re: make MaxBackends available in _PG_init Robert Haas 17:31
Re: make MaxBackends available in _PG_init Nathan Bossart 17:45
Re: Plug minor memleak in pg_dump 📎 Ranier Vilela 17:48
Re: make MaxBackends available in _PG_init 📎 Nathan Bossart 17:53
Re: Typo in archive modules docs Nathan Bossart 17:55
Re: [PATCH v2] use has_privs_for_role for predefined roles Nathan Bossart 18:13
Re: Unnecessary call to resetPQExpBuffer in getIndexes Nathan Bossart 18:21
Re: Identify missing publications from publisher while create/alter subscription. Euler Taveira 18:23
Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Bruce Momjian 18:34
Re: How to get started with contribution Daniel Gustafsson 18:37
Re: Avoiding smgrimmedsync() during nbtree index builds 📎 Melanie Plageman 18:49
Re: decoupling table and index vacuum Peter Geoghegan 19:27
Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Robert Haas 19:30
Re: Replacing TAP test planning with done_testing() Tom Lane 19:49
Re: is the base backup protocol used by out-of-core tools? Magnus Hagander 20:05
Re: [PATCH v2] use has_privs_for_role for predefined roles Robert Haas 20:58
Re: New developer papercut - Makefile references INSTALL Magnus Hagander 21:32
Re: [PATCH v2] use has_privs_for_role for predefined roles Joe Conway 21:39
Re: decoupling table and index vacuum Robert Haas 21:40
Re: [PATCH v2] use has_privs_for_role for predefined roles Joshua Brindle 21:51
wrong fds used for refilenodes after pg_upgrade relfilenode changes Reply-To: Andres Freund 22:00
Re: [PATCH] nodeindexscan with reorder memory leak 📎 Aliaksandr Kalenik 22:19
Re: wrong fds used for refilenodes after pg_upgrade relfilenode changes Reply-To: Justin Pryzby 22:42
Re: [PATCH] Improve function toast_delete_external (src/backend/access/table/toast_helper.c) Dong Wook Lee 23:10
Re: wrong fds used for refilenodes after pg_upgrade relfilenode changes Andres Freund 23:11
Re: [PATCH] nodeindexscan with reorder memory leak Alexander Korotkov 23:12
catalog access with reset GUCs during parallel worker startup Andres Freund 23:14
Re: decoupling table and index vacuum Peter Geoghegan 23:18
Re: [PATCH] nodeindexscan with reorder memory leak Tom Lane 23:35
Re: New developer papercut - Makefile references INSTALL Andres Freund 23:37
Re: [PATCH] Improve function toast_delete_external (src/backend/access/table/toast_helper.c) Ranier Vilela 23:46
Re: New developer papercut - Makefile references INSTALL Tom Lane 23:52
Re: catalog access with reset GUCs during parallel worker startup Tom Lane 23:56

Feb. 10, 2022

Thread Author Time
GetRelationPublicationActions. - Remove unreachable code 📎 Peter Smith 00:23

Browse Archives

Prev | Next