pgsql-hackers since 2023-02-02 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. 2, 2023

Thread Author Time
Re: pg_dump versus hash partitioning David Rowley 00:15
Re: CI and test improvements Thomas Munro 01:02
Re: pg_dump versus hash partitioning Tom Lane 01:03
Re: Worth using personality(ADDR_NO_RANDOMIZE) for EXEC_BACKEND on linux? Michael Paquier 01:06
Re: CI and test improvements Tom Lane 01:12
Re: Weird failure with latches in curculio on v15 Michael Paquier 01:23
Re: pgsql: Remove over-optimistic Assert. 📎 Richard Guo 01:51
Fwd: pgsql: Remove over-optimistic Assert. 📎 Richard Guo 02:01
Re: pgsql: Remove over-optimistic Assert. Tom Lane 02:04
Re: Weird failure with latches in curculio on v15 Michael Paquier 02:06
Re: Worth using personality(ADDR_NO_RANDOMIZE) for EXEC_BACKEND on linux? Michael Paquier 02:14
Re: Weird failure with latches in curculio on v15 Tom Lane 02:34
Re: [PATCH] New [relation] option engine vignesh C 03:03
Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila 03:18
Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication shveta malik 03:48
Re: Weird failure with latches in curculio on v15 Michael Paquier 04:24
Re: Exit walsender before confirming remote flush in logical replication Kyotaro Horiguchi 04:34
Re: Fix GUC_NO_SHOW_ALL test scenario in 003_check_guc.pl Michael Paquier 04:45
Re: Exit walsender before confirming remote flush in logical replication Masahiko Sawada 05:17
Re: recovery modules Michael Paquier 05:34
Re: Exit walsender before confirming remote flush in logical replication Amit Kapila 05:51
Re: Exit walsender before confirming remote flush in logical replication Amit Kapila 05:53
Re: Exposing the lock manager's WaitForLockers() to SQL 📎 Will Mortensen 05:55
Re: Add progress reporting to pg_verifybackup 📎 Masahiko Sawada 05:57
Re: heapgettup refactoring 📎 David Rowley 06:00
Re: Add progress reporting to pg_verifybackup Michael Paquier 06:12
Re: run pgindent on a regular basis / scripted manner Noah Misch 06:28
Re: Add index scan progress to pg_stat_progress_vacuum Masahiko Sawada 06:33
RE: Deadlock between logrep apply worker and tablesync worker [email protected] 06:35
Re: run pgindent on a regular basis / scripted manner Tom Lane 06:40
Re: RLS makes COPY TO process child tables Yugo NAGATA 07:00
Re: RLS makes COPY TO process child tables 📎 Antonin Houska 07:01
RE: Time delayed LR (WAS Re: logical replication restrictions) 📎 Takamichi Osumi (Fujitsu) 08:03
RE: Time delayed LR (WAS Re: logical replication restrictions) Takamichi Osumi (Fujitsu) 08:18
RE: Time delayed LR (WAS Re: logical replication restrictions) Takamichi Osumi (Fujitsu) 08:21
Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher 📎 Önder Kalacı 08:33
Re: Add progress reporting to pg_verifybackup 📎 Masahiko Sawada 08:56
Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication shveta malik 09:05
Re: [PATCH] Fix old thinko in formula to compute sweight in numeric_sqrt(). Dean Rasheed 09:49
Re: pg_dump versus hash partitioning Laurenz Albe 09:51
Re: Syncrep and improving latency due to WAL throttling Tomas Vondra 10:03
Re: pg_dump versus hash partitioning Alvaro Herrera 10:58
Re: Syncrep and improving latency due to WAL throttling Jakub Wartak 11:12
Re: Deadlock between logrep apply worker and tablesync worker 📎 Amit Kapila 11:21
Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication shveta malik 11:31
Re: run pgindent on a regular basis / scripted manner Dean Rasheed 11:34
Re: run pgindent on a regular basis / scripted manner Thomas Munro 11:40
Re: run pgindent on a regular basis / scripted manner Amit Kapila 11:59
Re: [PATCH] New [relation] option engine Alvaro Herrera 12:29
Re: pg_dump versus hash partitioning Andrew Dunstan 12:56
Move defaults toward ICU in 16? Jeff Davis 13:13
Re: WAL Insertion Lock Improvements 📎 Bharath Rupireddy 13:30
Re: Move defaults toward ICU in 16? Robert Haas 13:44
How to write a new tuple into page? [email protected] 14:00
Re: run pgindent on a regular basis / scripted manner Andrew Dunstan 14:06
Re: pg_stat_statements and "IN" conditions Alvaro Herrera 14:07
Re: Non-superuser subscription owners Robert Haas 14:11
Re: Non-superuser subscription owners Robert Haas 14:28
Re: Temporary tables versus wraparound... again Alvaro Herrera 14:47
Re: Use windows VMs instead of windows containers on the CI 📎 Nazir Bilal Yavuz 14:47
Re: generic plans and "initial" pruning 📎 Amit Langote 14:49
Re: pg_dump versus hash partitioning Robert Haas 14:50
Re: pg_dump versus hash partitioning Tom Lane 14:52
Re: XMAX_LOCK_ONLY and XMAX_COMMITTED (fk/multixact code) Andres Freund 14:59
Re: run pgindent on a regular basis / scripted manner Tom Lane 15:00
Re: pg_dump versus hash partitioning Tom Lane 15:04
Re: pg_stat_statements and "IN" conditions Dmitry Dolgov 15:05
Re: Progress report of CREATE INDEX for nested partitioned tables 📎 Justin Pryzby 15:18
Re: Error "initial slot snapshot too large" in create replication slot Andres Freund 15:26
Re: Add the ability to limit the amount of memory that can be allocated to backends. Reid Thompson 15:41
Re: Improve logging when using Huge Pages Alvaro Herrera 15:53
Re: Move defaults toward ICU in 16? Jeff Davis 16:31
Re: heapgettup refactoring Melanie Plageman 17:22
Re: XMAX_LOCK_ONLY and XMAX_COMMITTED (fk/multixact code) Nathan Bossart 17:33
Re: Schema variables - new implementation for Postgres 15 (typo) 📎 Pavel Stehule 18:35
Re: recovery modules 📎 Nathan Bossart 19:37
Re: Amcheck verification of GiST and GIN Peter Geoghegan 19:51
Re: Weird failure with latches in curculio on v15 📎 Nathan Bossart 20:09
Re: Amcheck verification of GiST and GIN Peter Geoghegan 20:15
Prevent accidental whole-table DELETEs and UPDATEs 📎 Nikolay Samokhvalov 20:21
Re: run pgindent on a regular basis / scripted manner 📎 Andrew Dunstan 20:22
a very minor bug and a couple of comment changes for basebackup.c 📎 Robert Haas 20:23
Re: transition tables and UPDATE Corey Huinker 20:28
Re: Amcheck verification of GiST and GIN Nikolay Samokhvalov 20:31
[PATCH] Add pretty-printed XML output option 📎 Jim Jones 20:35
Re: Amcheck verification of GiST and GIN Peter Geoghegan 20:42
Re: Amcheck verification of GiST and GIN Nikolay Samokhvalov 20:56
Re: when the startup process doesn't (logging startup delays) Robert Haas 20:59
Re: Weird failure with latches in curculio on v15 Robert Haas 21:14
Re: Prevent accidental whole-table DELETEs and UPDATEs Tom Lane 21:32
Remove unused code related to unknown type 📎 Peter Eisentraut 21:58
Re: Weird failure with latches in curculio on v15 Nathan Bossart 22:01
Re: Move defaults toward ICU in 16? Thomas Munro 22:14
Remove some useless casts to (void *) 📎 Peter Eisentraut 22:22
Re: Weird failure with latches in curculio on v15 Nathan Bossart 22:39
Re: Underscores in numeric literals Peter Eisentraut 22:39
Re: Move defaults toward ICU in 16? Peter Geoghegan 22:48
Re: Move defaults toward ICU in 16? Tom Lane 23:10
Re: Remove unused code related to unknown type Tom Lane 23:12
Re: Amcheck verification of GiST and GIN Peter Geoghegan 23:16
Re: Remove some useless casts to (void *) Corey Huinker 23:59

Feb. 3, 2023

Thread Author Time
Re: Support logical replication of DDLs Peter Smith 00:41
Re: Time delayed LR (WAS Re: logical replication restrictions) Peter Smith 01:10
Re: CI and test improvements Thomas Munro 01:58
Re: heapgettup refactoring David Rowley 02:26
Re: Time delayed LR (WAS Re: logical replication restrictions) Peter Smith 02:31
Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila 03:04
RE: Perform streaming logical transactions by background workers and parallel apply 📎 [email protected] 03:29
Index problem Need an urgent fix chanukya SDS 03:33
Re: How to write a new tuple into page? Bharath Rupireddy 03:51
Re: when the startup process doesn't (logging startup delays) 📎 Bharath Rupireddy 04:22
Re: Index problem Need an urgent fix Bharath Rupireddy 04:42
Re: Index problem Need an urgent fix Julien Rouhaud 04:43
Re: Logical replication timeout problem Amit Kapila 04:43
Re: Deadlock between logrep apply worker and tablesync worker Amit Kapila 04:46
Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila 05:20
Re: Weird failure with latches in curculio on v15 📎 Nathan Bossart 05:35
Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila 05:37
Re: Time delayed LR (WAS Re: logical replication restrictions) Peter Smith 05:42
Re: O(n) tasks cause lengthy startups and checkpoints 📎 Nathan Bossart 05:48
Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila 05:50
Re: Use windows VMs instead of windows containers on the CI Andres Freund 05:56
Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication shveta malik 06:20
Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication shveta malik 06:34
RE: Time delayed LR (WAS Re: logical replication restrictions) Takamichi Osumi (Fujitsu) 06:35
Re: [PATCH] Add pretty-printed XML output option 📎 Jim Jones 07:05
Re: Weird failure with latches in curculio on v15 Andres Freund 07:15
Re: Weird failure with latches in curculio on v15 Tom Lane 07:24
Re: Weird failure with latches in curculio on v15 Thomas Munro 07:34
Re: Weird failure with latches in curculio on v15 Andres Freund 07:35
Re: Weird failure with latches in curculio on v15 Thomas Munro 07:42
Re: In-placre persistance change of a relation Heikki Linnakangas 07:42
Re: Weird failure with latches in curculio on v15 Andres Freund 07:44
Re: Weird failure with latches in curculio on v15 Tom Lane 07:46
Re: Weird failure with latches in curculio on v15 Tom Lane 07:50
RE: Deadlock between logrep apply worker and tablesync worker 📎 [email protected] 07:57
Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada 07:57
Re: Weird failure with latches in curculio on v15 Andres Freund 07:58
Re: Weird failure with latches in curculio on v15 Andres Freund 08:09
Re: Weird failure with latches in curculio on v15 Thomas Munro 08:19
Re: Non-superuser subscription owners Andres Freund 08:47
Where is the logig to create a table file? [email protected] 09:18
Re: Weird failure with latches in curculio on v15 Andres Freund 09:24
RE: Time delayed LR (WAS Re: logical replication restrictions) [email protected] 09:42
Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila 09:44
Re: Where is the logig to create a table file? Pavel Borisov 09:44
Re: [PATCH] Compression dictionaries for JSONB Alvaro Herrera 09:55
Re: Use windows VMs instead of windows containers on the CI Thomas Munro 09:56
Re: Pluggable toaster Alvaro Herrera 09:56
Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication shveta malik 10:19
Re: Support logical replication of DDLs Alvaro Herrera 10:21
Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features) 📎 Damir Belyalov 10:27
Re: [PATCH] Compression dictionaries for JSONB Pavel Borisov 10:39
proposal: psql: psql variable BACKEND_PID 📎 Pavel Stehule 10:41
Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila 11:52
RE: Exit walsender before confirming remote flush in logical replication 📎 Hayato Kuroda (Fujitsu) 12:08
Re: generic plans and "initial" pruning 📎 Amit Langote 13:01
Re: Support logical replication of DDLs 📎 Ajin Cherian 13:27
Re: Make EXPLAIN generate a generic plan for a parameterized query Laurenz Albe 13:30
Re: Make mesage at end-of-recovery less scary. Alvaro Herrera 14:16
Re: CI and test improvements 📎 Justin Pryzby 14:26
Re: Make EXPLAIN generate a generic plan for a parameterized query Tom Lane 14:44
proposal: psql: show current user in prompt 📎 Pavel Stehule 14:56
Re: Make EXPLAIN generate a generic plan for a parameterized query 📎 Laurenz Albe 16:14
Re: run pgindent on a regular basis / scripted manner Andrew Dunstan 16:44
Re: run pgindent on a regular basis / scripted manner Tom Lane 17:52
Index-only scan and random_page_cost Konstantin Knizhnik 17:55
Re: Fix GUC_NO_SHOW_ALL test scenario in 003_check_guc.pl Nitin Jadhav 18:48
Re: Weird failure with latches in curculio on v15 📎 Nathan Bossart 18:54
Re: proposal: psql: psql variable BACKEND_PID Corey Huinker 19:27
First draft of back-branch release notes is done Tom Lane 19:32
Re: Fix GUC_NO_SHOW_ALL test scenario in 003_check_guc.pl Tom Lane 19:37
Re: proposal: psql: show current user in prompt Corey Huinker 19:41
Re: proposal: psql: show current user in prompt Pavel Stehule 19:57
Re: Make EXPLAIN generate a generic plan for a parameterized query Tom Lane 20:11
Re: proposal: psql: show current user in prompt Tom Lane 20:21
Hi i am Intrested to contribute Shivam Ardeshna 20:32
Re: Schema variables - new implementation for Postgres 15 (typo) Pavel Stehule 20:33
Re: Transparent column encryption Jacob Champion 20:43
Re: proposal: psql: show current user in prompt Pavel Stehule 20:43
Re: About PostgreSQL Core Team Andrew Dunstan 22:17

Feb. 4, 2023

Thread Author Time
Re: run pgindent on a regular basis / scripted manner Michael Paquier 02:38
Re: Weird failure with latches in curculio on v15 Michael Paquier 02:47
Re: Amcheck verification of GiST and GIN 📎 Peter Geoghegan 02:49
Re: recovery modules Michael Paquier 02:59
Re: Add progress reporting to pg_verifybackup Michael Paquier 03:32
Re: run pgindent on a regular basis / scripted manner Noah Misch 04:18
RE: Time delayed LR (WAS Re: logical replication restrictions) 📎 Takamichi Osumi (Fujitsu) 06:04
RE: Time delayed LR (WAS Re: logical replication restrictions) Takamichi Osumi (Fujitsu) 06:24
Re: Remove unused code related to unknown type Peter Eisentraut 07:02
src/test/modules/test_regex/test_regex.c typo issue jian he 07:52
Re: src/test/modules/test_regex/test_regex.c typo issue Tom Lane 08:08
How to implement read operations for my own access method? [email protected] 08:59
Re: Underscores in numeric literals Dean Rasheed 10:29
Re: BUG: Postgres 14 + vacuum_defer_cleanup_age + FOR UPDATE + UPDATE 📎 Andres Freund 10:57
Re: Exit walsender before confirming remote flush in logical replication Amit Kapila 11:04
Re: Weird failure with latches in curculio on v15 Andres Freund 11:20
Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila 11:24
Re: Weird failure with latches in curculio on v15 Andres Freund 11:30
Re: run pgindent on a regular basis / scripted manner Andres Freund 11:34

Browse Archives

Prev | Next