pgsql-hackers before 2021-10-26 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

Oct. 22, 2021

Thread Author Time
Re: [PATCH] Make ENOSPC not fatal in semaphore creation Thomas Munro 19:53
Re: [PATCH] Make ENOSPC not fatal in semaphore creation Mikhail 19:55
Re: [PATCH] Make ENOSPC not fatal in semaphore creation Tom Lane 20:04
Re: Inconsistent behavior of pg_dump/pg_restore on DEFAULT PRIVILEGES Bossart, Nathan 20:08
Re: pg_dump handling of ALTER DEFAULT PRIVILEGES IN SCHEMA Bossart, Nathan 20:14
Re: add retry mechanism for achieving recovery target before emitting FATA error "recovery ended before configured recovery target was reached" Jeff Davis 20:16
Re: Experimenting with hash tables inside pg_dump Tom Lane 20:32
Re: [PATCH] Fix memory corruption in pg_shdepend.c Daniel Gustafsson 20:49
pg_dump versus ancient server versions Tom Lane 22:38
Re: [PATCH] Fix memory corruption in pg_shdepend.c Michael Paquier 22:47
Re: pg_dump versus ancient server versions David G. Johnston 23:00
Re: Reserve prefixes for loaded libraries proposal Florin Irion 23:08
Re: pg_dump versus ancient server versions Robert Haas 23:26
Re: pg_dump versus ancient server versions Tom Lane 23:30
Re: parallelizing the archiver Robert Haas 23:34
Re: pg_dump versus ancient server versions Tom Lane 23:48
Re: XTS cipher mode for cluster file encryption Bruce Momjian 23:51
Re: pg_dump versus ancient server versions Alvaro Herrera 23:51
Re: XTS cipher mode for cluster file encryption Bruce Momjian 23:57

Oct. 23, 2021

Thread Author Time
Re: XTS cipher mode for cluster file encryption Bruce Momjian 00:04
Re: XTS cipher mode for cluster file encryption Bruce Momjian 00:06
Re: [PATCH] Make ENOSPC not fatal in semaphore creation Tom Lane 01:00
Re: Delegating superuser tasks to new security roles (Was: Granting control of SUSET gucs to non-superusers) Noah Misch 01:42
Re: add retry mechanism for achieving recovery target before emitting FATA error "recovery ended before configured recovery target was reached" Bharath Rupireddy 04:01
Re: pg_receivewal starting position 📎 Michael Paquier 07:44
Re: XTS cipher mode for cluster file encryption Bruce Momjian 15:29
Re: [PATCH] Make ENOSPC not fatal in semaphore creation Mikhail 15:40
Re: XTS cipher mode for cluster file encryption Bruce Momjian 15:49
Re: XTS cipher mode for cluster file encryption Bruce Momjian 16:03
Re: pg_receivewal starting position Bharath Rupireddy 17:16
Re: logical decoding/replication: new functions pg_ls_logicaldir and pg_ls_replslotdir Bharath Rupireddy 17:40
Re: add retry mechanism for achieving recovery target before emitting FATA error "recovery ended before configured recovery target was reached" Jeff Davis 18:54
Re: [PATCH] Make ENOSPC not fatal in semaphore creation Mikhail 19:02
RE: MDAM techniques and Index Skip Scan patch 📎 Floris Van Nee 19:30
Allow pg_signal_backend members to use pg_log_backend_memory_stats(). 📎 Jeff Davis 19:57
Re: should we allow users with a predefined role to access pg_backend_memory_contexts view and pg_log_backend_memory_contexts function?gr Jeff Davis 20:02
Re: How to retain lesser paths at add_path()? Greg Stark 20:02
Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats(). Bossart, Nathan 20:42
Predefined role pg_maintenance for VACUUM, ANALYZE, CHECKPOINT. 📎 Jeff Davis 21:45
Re: pg_receivewal starting position Michael Paquier 23:10
Re: Refactoring: join MakeSingleTupleTableSlot() and MakeTupleTableSlot() Michael Paquier 23:33
Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats(). Michael Paquier 23:41

Oct. 24, 2021

Thread Author Time
pgsql: Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURR Noah Misch 01:40
Re: MDAM techniques and Index Skip Scan patch Dmitry Dolgov 02:44
Re: pg_receivewal starting position Bharath Rupireddy 03:38
Re: [PATCH] postgres_fdw: suppress explicit casts in text:text comparisons (was: column option to override foreign types) 📎 Dian M Fay 05:10
Re: parallelizing the archiver 📎 Bossart, Nathan 06:15
Re: pg_receivewal starting position Michael Paquier 06:51
Re: Proposal: allow database-specific role memberships 📎 Kenaniah Cerny 07:54
Re: [PATCH] Make ENOSPC not fatal in semaphore creation 📎 Thomas Munro 09:50
Re: pg_receivewal starting position Bharath Rupireddy 13:50
Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats(). Bharath Rupireddy 14:28
Re: Postgres perl module namespace Andrew Dunstan 14:46
Re: Predefined role pg_maintenance for VACUUM, ANALYZE, CHECKPOINT. Bharath Rupireddy 14:49
Re: Predefined role pg_maintenance for VACUUM, ANALYZE, CHECKPOINT. David G. Johnston 16:47
Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats(). 📎 Jeff Davis 16:50
Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats(). Jeff Davis 17:04
Re: Predefined role pg_maintenance for VACUUM, ANALYZE, CHECKPOINT. Jeff Davis 17:19
Re: pg_dump versus ancient server versions Robert Haas 20:45
Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats(). Bossart, Nathan 20:59
Re: Assorted improvements in pg_dump 📎 Tom Lane 21:10
Re: Predefined role pg_maintenance for VACUUM, ANALYZE, CHECKPOINT. Bossart, Nathan 21:32
Re: pg_dump versus ancient server versions Tom Lane 21:46
Re: pg_dump versus ancient server versions Alvaro Herrera 21:52
Re: Assorted improvements in pg_dump Justin Pryzby 22:03
Re: pg_receivewal starting position Michael Paquier 22:43
Re: Assorted improvements in pg_dump Tom Lane 22:58

Oct. 25, 2021

Thread Author Time
Re: add retry mechanism for achieving recovery target before emitting FATA error "recovery ended before configured recovery target was reached" Kyotaro Horiguchi 00:59
Re: prevent immature WAL streaming Kyotaro Horiguchi 01:32
Re: Skipping logical replication transactions on subscriber side Masahiko Sawada 01:44
Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats(). Kyotaro Horiguchi 02:53
Re: Added schema level support for publication. Amit Kapila 03:27
Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats(). Jeff Davis 03:31
Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats(). Kyotaro Horiguchi 04:13
Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats(). Bharath Rupireddy 04:27
Re: prevent immature WAL streaming Amul Sul 05:04
Re: Added schema level support for publication. Amit Kapila 05:22
Re: Predefined role pg_maintenance for VACUUM, ANALYZE, CHECKPOINT. Jeff Davis 06:12
Re: Improve the HINT message of the ALTER command for postgres_fdw Fujii Masao 06:30
Re: pg_receivewal starting position 📎 Michael Paquier 06:51
Re: XTS cipher mode for cluster file encryption Yura Sokolov 06:59
Re: [Patch] ALTER SYSTEM READ ONLY 📎 Amul Sul 07:04
Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats(). Michael Paquier 07:10
Re: pg_receivewal starting position Ronan Dunklau 07:15
Re: pg_receivewal starting position Ronan Dunklau 07:16
Re: Non-superuser subscription owners Ronan Dunklau 07:26
Re: pg_receivewal starting position Michael Paquier 07:40
Re: Added schema level support for publication. 📎 vignesh C 07:41
Re: Improve the HINT message of the ALTER command for postgres_fdw Bharath Rupireddy 07:44
Re: pg_receivewal starting position Ronan Dunklau 07:50
Re: Improve the HINT message of the ALTER command for postgres_fdw Bharath Rupireddy 07:50
Re: [PATCH] Fix memory corruption in pg_shdepend.c Michael Paquier 07:51
Re: pg_receivewal starting position Michael Paquier 08:10
Re: Postgres perl module namespace Michael Paquier 08:12
Re: pg_receivewal starting position Ronan Dunklau 08:24
Re: pg_dump versus ancient server versions Laurenz Albe 08:29
Re: pg_receivewal starting position Michael Paquier 08:57
Re: pg_receivewal starting position Bharath Rupireddy 09:10
Re: TAP test for recovery_end_command 📎 Amul Sul 09:12
Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats(). Bharath Rupireddy 09:14
Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats(). Bharath Rupireddy 09:19
Re: Added schema level support for publication. Amit Kapila 09:39
Re: should we allow users with a predefined role to access pg_backend_memory_contexts view and pg_log_backend_memory_contexts function? 📎 Bharath Rupireddy 10:00
Re: pg_receivewal starting position 📎 Michael Paquier 10:49
Re: pgsql: Document XLOG_INCLUDE_XID a little better Amit Kapila 10:51
Re: Improve the HINT message of the ALTER command for postgres_fdw 📎 Fujii Masao 11:06
Re: Next Steps with Hash Indexes Amit Kapila 11:50
Re: Next Steps with Hash Indexes Amit Kapila 11:52
Re: MDAM techniques and Index Skip Scan patch Jesper Pedersen 12:10
Re: [Proposal] Global temporary tables 📎 wenjing 12:13
Re: pg_receivewal starting position Bharath Rupireddy 12:16
AW: Assorted improvements in pg_dump Hans Buschmann 12:23
Re: Improve the HINT message of the ALTER command for postgres_fdw Bharath Rupireddy 12:27
Re: pg_dump versus ancient server versions Andrew Dunstan 12:29
Re: pg_dump versus ancient server versions Robert Haas 12:55
Re: pg_dump versus ancient server versions Robert Haas 12:59
Feature request for adoptive indexes Hayk Manukyan 14:07
Re: pg_dump versus ancient server versions Tom Lane 14:23
Re: pg_dump versus ancient server versions Robert Haas 14:40
Re: [Patch] ALTER SYSTEM READ ONLY Robert Haas 14:45
Re: pg_dump versus ancient server versions Tom Lane 15:00
Re: ThisTimeLineID can be used uninitialized Robert Haas 15:03
Re: pg_dump versus ancient server versions Alvaro Herrera 15:05
Re: pg_dump versus ancient server versions Robert Haas 15:09
Re: pg_dump versus ancient server versions Andrew Dunstan 15:25
Re: pg_dump versus ancient server versions Tom Lane 15:26
Re: pg_dump versus ancient server versions Andrew Dunstan 15:28
Re: pg_dump versus ancient server versions Andrew Dunstan 15:30
Re: pg_dump versus ancient server versions Tom Lane 15:33
Re: Feature request for adoptive indexes Tomas Vondra 15:33
Re: [PATCH] Make ENOSPC not fatal in semaphore creation Mikhail 15:37
Re: pg_dump versus ancient server versions Tom Lane 15:38
Re: when the startup process doesn't (logging startup delays) Robert Haas 15:56
Re: XTS cipher mode for cluster file encryption Stephen Frost 15:58
Re: [PATCH] Fix memory corruption in pg_shdepend.c Tom Lane 15:59
Re: Predefined role pg_maintenance for VACUUM, ANALYZE, CHECKPOINT. Bossart, Nathan 16:10
Re: XTS cipher mode for cluster file encryption Stephen Frost 16:12
Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats(). Bossart, Nathan 16:15
Re: pgsql: Remove unused wait events. Robert Haas 16:17
Re: Delegating superuser tasks to new security roles (Was: Granting control of SUSET gucs to non-superusers) Stephen Frost 16:20
Re: pg_dump versus ancient server versions Alvaro Herrera 16:25
Re: parallelizing the archiver Stephen Frost 16:26
Re: pgsql: Remove unused wait events. Tom Lane 16:38
Re: pg_dump versus ancient server versions Tom Lane 16:43
Re: pg_dump versus ancient server versions Andres Freund 16:56
Re: parallelizing the archiver Robert Haas 17:01
Re: pg_dump versus ancient server versions Andres Freund 17:06
Re: pg_dump versus ancient server versions Tom Lane 17:09
Re: pgsql: Remove unused wait events. Robert Haas 17:10
Re: pg_dump versus ancient server versions Tom Lane 17:14
Re: parallelizing the archiver Bossart, Nathan 17:14
Re: pg_dump versus ancient server versions Andres Freund 17:17
Re: parallelizing the archiver Robert Haas 17:17
Re: pgsql: Remove unused wait events. Tom Lane 17:18
Re: pg_dump versus ancient server versions Andres Freund 17:24
Re: Delegating superuser tasks to new security roles (Was: Granting control of SUSET gucs to non-superusers) Robert Haas 17:24
Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats(). Andres Freund 17:29
Re: pgsql: Remove unused wait events. Daniel Gustafsson 17:34
Re: pgsql: Remove unused wait events. Tom Lane 17:39
Re: Predefined role pg_maintenance for VACUUM, ANALYZE, CHECKPOINT. Stephen Frost 17:43
Re: parallelizing the archiver Bossart, Nathan 17:48
Re: Experimenting with hash tables inside pg_dump Andres Freund 17:50
Re: Predefined role pg_maintenance for VACUUM, ANALYZE, CHECKPOINT. Tom Lane 17:51
Re: Predefined role pg_maintenance for VACUUM, ANALYZE, CHECKPOINT. Stephen Frost 17:54
Re: Experimenting with hash tables inside pg_dump Tom Lane 17:58
Re: pgsql: Remove unused wait events. Andres Freund 18:01
Re: pgsql: Remove unused wait events. Daniel Gustafsson 18:03
Re: Predefined role pg_maintenance for VACUUM, ANALYZE, CHECKPOINT. Stephen Frost 18:10
Re: Delegating superuser tasks to new security roles (Was: Granting control of SUSET gucs to non-superusers) Stephen Frost 18:30
Re: Experimenting with hash tables inside pg_dump Andres Freund 18:39
Re: lastOverflowedXid does not handle transaction ID wraparound Nikolay Samokhvalov 18:41
Re: Unnecessary delay in streaming replication due to replay lag Soumyadeep Chakraborty 19:11
Re: [Patch] ALTER SYSTEM READ ONLY Bossart, Nathan 19:14
Re: Delegating superuser tasks to new security roles (Was: Granting control of SUSET gucs to non-superusers) Robert Haas 19:25
Re: Assorted improvements in pg_dump Andres Freund 19:30
Re: Delegating superuser tasks to new security roles (Was: Granting control of SUSET gucs to non-superusers) Mark Dilger 19:30
Re: parallelizing the archiver 📎 Bossart, Nathan 19:45
Re: Assorted improvements in pg_dump Tom Lane 20:02
Re: XTS cipher mode for cluster file encryption Bruce Momjian 20:06
Re: refactoring basebackup.c 📎 Robert Haas 20:15
Re: parallelizing the archiver Robert Haas 20:29
Re: pg_dump versus ancient server versions Andrew Dunstan 20:29
Re: [Patch] ALTER SYSTEM READ ONLY Robert Haas 20:31
Re: XTS cipher mode for cluster file encryption Yura Sokolov 20:32
Re: [Patch] ALTER SYSTEM READ ONLY Bossart, Nathan 20:35
Re: parallelizing the archiver Bossart, Nathan 20:38
Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats(). 📎 Jeff Davis 20:42
Re: Assorted improvements in pg_dump Alvaro Herrera 20:42
Re: Predefined role pg_maintenance for VACUUM, ANALYZE, CHECKPOINT. Jeff Davis 20:50
Re: Predefined role pg_maintenance for VACUUM, ANALYZE, CHECKPOINT. Alvaro Herrera 20:55
Re: Predefined role pg_maintenance for VACUUM, ANALYZE, CHECKPOINT. Mark Dilger 21:12
Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats(). Bossart, Nathan 21:26
Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats(). Andres Freund 21:30
Re: Assorted improvements in pg_dump Andres Freund 21:35
Re: Refactoring: join MakeSingleTupleTableSlot() and MakeTupleTableSlot() Alvaro Herrera 21:47
Re: pg_dump versus ancient server versions 📎 Tom Lane 22:52
Re: pg_dump versus ancient server versions Justin Pryzby 23:12
Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats(). Jeff Davis 23:28
Re: Predefined role pg_maintenance for VACUUM, ANALYZE, CHECKPOINT. 📎 Jeff Davis 23:39
Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats(). Bossart, Nathan 23:58

Browse Archives

Prev | Next