pgsql-hackers since 2024-01-31 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

Jan. 31, 2024

Thread Author Time
Re: Synchronizing slots from primary to standby Peter Smith 01:57
Re: Documentation: warn about two_phase when altering a subscription Peter Smith 02:47
Re: Parallelize correlated subqueries that execute within each worker 📎 James Coleman 02:51
Re: POC, WIP: OR-clause support for indexes jian he 02:55
Re: Parallelize correlated subqueries that execute within each worker James Coleman 02:56
Re: Synchronizing slots from primary to standby Amit Kapila 03:18
libpq fails to build with TSAN Roman Lozko 03:21
Re: Parallelize correlated subqueries that execute within each worker Tom Lane 03:34
Re: Fix some ubsan/asan related issues Alexander Lakhin 04:00
Re: Possibility to disable `ALTER SYSTEM` Tom Lane 04:25
Re: Apply the "LIMIT 1" optimization to partial DISTINCT David Rowley 04:25
src/bin/pg_upgrade/t/004_subscription.pl test comment fix 📎 Peter Smith 04:56
Re: Possibility to disable `ALTER SYSTEM` David G. Johnston 05:10
Re: Synchronizing slots from primary to standby Peter Smith 05:10
Re: Make COPY format extendable: Extract COPY TO format implementations 📎 Sutou Kouhei 05:11
RE: Improve eviction algorithm in ReorderBuffer Hayato Kuroda (Fujitsu) 05:18
Re: Possibility to disable `ALTER SYSTEM` Tom Lane 05:28
Re: Make COPY format extendable: Extract COPY TO format implementations Michael Paquier 05:39
Re: [17] CREATE SUBSCRIPTION ... SERVER Ashutosh Bapat 05:40
Re: Possibility to disable `ALTER SYSTEM` David G. Johnston 05:43
Re: [PoC] Improve dead tuple storage for lazy vacuum 📎 Masahiko Sawada 05:49
Re: src/bin/pg_upgrade/t/004_subscription.pl test comment fix vignesh C 05:51
Re: Documentation: warn about two_phase when altering a subscription 📎 Bertrand Drouvot 05:55
Re: Improve the connection failure error messages Peter Smith 05:56
Re: Incorrect cost for MergeAppend Ashutosh Bapat 05:58
possible inter-gcc-version incompatibility regarding fat objects Kyotaro Horiguchi 06:04
Re: int4->bool test coverage Michael Paquier 06:08
RE: Documentation to upgrade logical replication cluster Hayato Kuroda (Fujitsu) 06:12
Re: src/bin/pg_upgrade/t/004_subscription.pl test comment fix Peter Smith 06:18
Re: Oversight in reparameterize_path_by_child leading to executor crash 📎 Richard Guo 06:39
Re: Incorrect cost for MergeAppend David Rowley 06:42
Re: Incorrect cost for MergeAppend Ashutosh Bapat 06:46
Re: Should we remove -Wdeclaration-after-statement? Peter Eisentraut 06:48
Re: Some revises in adding sorting path Richard Guo 07:11
Re: Apply the "LIMIT 1" optimization to partial DISTINCT Richard Guo 07:12
RE: Synchronizing slots from primary to standby 📎 Zhijie Hou (Fujitsu) 07:23
Re: Possibility to disable `ALTER SYSTEM` Peter Eisentraut 07:43
Re: table inheritance versus column compression and storage settings Ashutosh Bapat 07:59
Re: make dist using git archive Peter Eisentraut 08:03
Re: Reducing output size of nodeToString Peter Eisentraut 08:16
Re: Improve eviction algorithm in ReorderBuffer vignesh C 08:31
Re: Synchronizing slots from primary to standby Masahiko Sawada 08:32
Re: 003_extrafiles.pl test fails on Windows with the newer Perl versions Nazir Bilal Yavuz 08:45
Re: src/bin/pg_upgrade/t/004_subscription.pl test comment fix Alvaro Herrera 08:48
Re: Extending SMgrRelation lifetimes Thomas Munro 08:54
Re: Improve WALRead() to suck data directly from WAL buffers when possible 📎 Bharath Rupireddy 09:00
Re: Transaction timeout Japin Li 09:27
Re: Improve WALRead() to suck data directly from WAL buffers when possible Alvaro Herrera 09:31
Re: CI and test improvements vignesh C 09:40
Re: Emitting JSON to file using COPY TO vignesh C 09:49
Re: why there is not VACUUM FULL CONCURRENTLY? Antonin Houska 09:55
Re: Transaction timeout Andrey Borodin 09:57
Re: Emitting JSON to file using COPY TO Junwang Zhao 09:58
Re: why there is not VACUUM FULL CONCURRENTLY? Alvaro Herrera 10:04
Re: POC, WIP: OR-clause support for indexes 📎 jian he 10:15
Re: Possibility to disable `ALTER SYSTEM` Gabriele Bartolini 10:16
Re: Extending SMgrRelation lifetimes Heikki Linnakangas 10:37
Re: Synchronizing slots from primary to standby Amit Kapila 10:42
Re: Improve the connection failure error messages 📎 Nisha Moond 10:58
Re: CI and test improvements Alvaro Herrera 10:59
Re: POC, WIP: OR-clause support for indexes Alena Rybakina 11:10
Re: Improve WALRead() to suck data directly from WAL buffers when possible Bharath Rupireddy 11:36
Re: Incorrect cost for MergeAppend Alexander Kuzmenkov 12:33
RE: speed up a logical replica setup 📎 Hayato Kuroda (Fujitsu) 12:52
Re: libpq fails to build with TSAN 📎 Daniel Gustafsson 12:56
Re: Switching XLog source from archive to streaming when primary available 📎 Bharath Rupireddy 13:00
Re: speed up a logical replica setup Fabrízio de Royes Mello 13:03
Re: Introduce XID age and inactive timeout based replication slot invalidation 📎 Bharath Rupireddy 13:05
Re: Emitting JSON to file using COPY TO Alvaro Herrera 13:26
Re: Incorrect cost for MergeAppend Alexander Kuzmenkov 13:37
Re: Incorrect cost for MergeAppend Alvaro Herrera 13:52
Re: Parallelize correlated subqueries that execute within each worker James Coleman 13:53
Re: Incorrect cost for MergeAppend Daniel Westermann (DWE) 14:24
Re: speed up a logical replica setup Fabrízio de Royes Mello 14:25
Re: speed up a logical replica setup Euler Taveira 14:34
Re: Possibility to disable `ALTER SYSTEM` Robert Haas 14:35
Re: remaining sql/json patches jian he 14:51
Re: speed up a logical replica setup 📎 Fabrízio de Royes Mello 14:55
Re: [PATCH] Add native windows on arm64 support 📎 Andrew Dunstan 15:20
Re: Oversight in reparameterize_path_by_child leading to executor crash Tom Lane 15:21
Re: Incorrect cost for MergeAppend Tom Lane 15:31
Re: cleanup patches for incremental backup Robert Haas 15:33
Re: [PATCH] Add native windows on arm64 support Peter Eisentraut 15:34
Re: speed up a logical replica setup Euler Taveira 15:37
Re: libpq fails to build with TSAN Tom Lane 15:39
Re: [PATCH] Add native windows on arm64 support Andrew Dunstan 15:41
Re: Synchronizing slots from primary to standby Masahiko Sawada 15:49
Re: make dist using git archive 📎 Eli Schwartz 15:50
Re: Possibility to disable `ALTER SYSTEM` Robert Haas 15:56
Re: Reducing output size of nodeToString Matthias van de Meent 16:17
pgsql: Clean pg_walsummary's tmp_check directory. Tom Lane 16:51
Re: pgsql: Clean pg_walsummary's tmp_check directory. Robert Haas 17:07
Abort if dup fail (src/bin/pg_dump/compress_none.c) 📎 Ranier Vilela 17:12
Re: Flushing large data immediately in pqcomm Robert Haas 17:22
Re: speed up a logical replica setup Fabrízio de Royes Mello 17:39
Re: Reducing output size of nodeToString Robert Haas 17:47
Re: Flushing large data immediately in pqcomm Jelte Fennema-Nio 17:49
Re: psql not responding to SIGINT upon db reconnection Tristan Partin 18:07
Re: make dist using git archive Robert Haas 18:12
Re: Fix some ubsan/asan related issues Tristan Partin 18:16
Re: scalability bottlenecks with (many) partitions (and more) 📎 Tomas Vondra 18:25
Re: Flushing large data immediately in pqcomm Robert Haas 18:27
Re: psql not responding to SIGINT upon db reconnection Jelte Fennema-Nio 18:34
Re: Flushing large data immediately in pqcomm Melih Mutlu 19:23
Re: Flushing large data immediately in pqcomm Robert Haas 19:57
Re: Parallelize correlated subqueries that execute within each worker Robert Haas 20:18
Re: Incorrect cost for MergeAppend David Rowley 20:49
Re: Incorrect cost for MergeAppend Alexander Kuzmenkov 21:01
Re: Add system identifier to backup manifest Robert Haas 21:36
Re: Improve the connection failure error messages Peter Smith 22:12
Re: libpq fails to build with TSAN Daniel Gustafsson 22:28
Re: Documentation: warn about two_phase when altering a subscription Peter Smith 22:48
Re: SLRU optimization - configurable buffer pool and partitioning the SLRU lock 📎 Alvaro Herrera 23:31

Feb. 1, 2024

Thread Author Time
Re: speed up a logical replica setup Euler Taveira 00:04
Re: src/bin/pg_upgrade/t/004_subscription.pl test comment fix 📎 Peter Smith 00:27
Re: Rename setup_cancel_handler in pg_dump 📎 Yugo NAGATA 01:21
RE: speed up a logical replica setup Hayato Kuroda (Fujitsu) 01:47
Re: More new SQL/JSON item methods Kyotaro Horiguchi 01:49
Re: More new SQL/JSON item methods Kyotaro Horiguchi 01:53
Re: Make COPY format extendable: Extract COPY TO format implementations Michael Paquier 01:57
set_cheapest without checking pathlist 📎 James Coleman 02:04
RE: speed up a logical replica setup Hayato Kuroda (Fujitsu) 02:09
Re: Parallelize correlated subqueries that execute within each worker James Coleman 02:11
Re: Synchronizing slots from primary to standby Euler Taveira 02:45
Re: Oversight in reparameterize_path_by_child leading to executor crash 📎 Richard Guo 02:54
Re: speed up a logical replica setup Euler Taveira 03:05
Re: Flushing large data immediately in pqcomm Andres Freund 03:24
RE: speed up a logical replica setup 📎 Hayato Kuroda (Fujitsu) 03:26
Re: set_cheapest without checking pathlist Richard Guo 03:28
Re: set_cheapest without checking pathlist David Rowley 03:37
Re: Make COPY format extendable: Extract COPY TO format implementations Junwang Zhao 03:43
Re: More new SQL/JSON item methods Jeevan Chalke 03:49
Re: Make COPY format extendable: Extract COPY TO format implementations Michael Paquier 03:49
Re: Synchronizing slots from primary to standby Amit Kapila 03:51
Re: More new SQL/JSON item methods Jeevan Chalke 03:52
Re: Make COPY format extendable: Extract COPY TO format implementations Michael Paquier 03:56
Re: Make COPY format extendable: Extract COPY TO format implementations Junwang Zhao 04:20
Re: Synchronizing slots from primary to standby Amit Kapila 04:20
Re: pg_column_toast_chunk_id: a function to get a chunk ID of a TOASTed value 📎 Yugo NAGATA 04:45
Re: Race condition in FetchTableStates() breaks synchronization of subscription tables 📎 vignesh C 04:59
Re: POC, WIP: OR-clause support for indexes jian he 05:00
Re: Synchronizing slots from primary to standby Ajin Cherian 05:38
Re: Synchronizing slots from primary to standby Peter Smith 05:50
Re: More new SQL/JSON item methods Kyotaro Horiguchi 05:53
Re: More new SQL/JSON item methods Kyotaro Horiguchi 05:55
Re: More new SQL/JSON item methods Kyotaro Horiguchi 06:08
Re: Small fix on COPY ON_ERROR document 📎 Yugo NAGATA 06:16
Re: set_cheapest without checking pathlist Richard Guo 06:36
Re: [PATCH] New [relation] option engine 📎 Nikolay Shaplov 06:58
Re: [PATCH] LockAcquireExtended improvement 📎 Jingxian Li 07:16
Re: Add system identifier to backup manifest Amul Sul 07:17
support fix query_id for temp table ma lz 07:37
Re: A performance issue with Memoize Anthonin Bonnefoy 07:43
Re: Fix bugs not to discard statistics when changing stats_fetch_consistency Michael Paquier 08:33
Re: A performance issue with Memoize Richard Guo 08:39
Re: support fix query_id for temp table Michael Paquier 08:46
Re: set_cheapest without checking pathlist David Rowley 09:03
Re: Synchronizing slots from primary to standby Amit Kapila 09:05
Re: Documentation to upgrade logical replication cluster 📎 vignesh C 09:20
Re: Why is src/test/modules/committs/t/002_standby.pl flaky? vignesh C 09:34
Re: SLRU optimization - configurable buffer pool and partitioning the SLRU lock Alvaro Herrera 09:49
Re: pg_column_toast_chunk_id: a function to get a chunk ID of a TOASTed value jian he 09:59
Re: When extended query protocol ends? Dave Cramer 10:00
Re: SLRU optimization - configurable buffer pool and partitioning the SLRU lock Dilip Kumar 10:03
Re: SLRU optimization - configurable buffer pool and partitioning the SLRU lock Alvaro Herrera 10:14
Re: SLRU optimization - configurable buffer pool and partitioning the SLRU lock Dilip Kumar 10:42
Re: Synchronizing slots from primary to standby Amit Kapila 10:42
Re: [PoC] Implementation of distinct in Window Aggregates: take two vignesh C 10:49
Re: [PATCH] Support % wildcard in extension upgrade filenames vignesh C 11:01
Re: SLRU optimization - configurable buffer pool and partitioning the SLRU lock Dilip Kumar 11:04
Re: [PoC/RFC] Multiple passwords, interval expirations vignesh C 11:04
Re: When extended query protocol ends? Tatsuo Ishii 11:21
Re: Synchronizing slots from primary to standby Amit Kapila 11:23
Re: Synchronizing slots from primary to standby 📎 shveta malik 11:59
Re: Synchronizing slots from primary to standby shveta malik 12:07
Re: Synchronizing slots from primary to standby shveta malik 12:16
Re: Fix bugs not to discard statistics when changing stats_fetch_consistency Shinya Kato 12:22
Re: Possibility to disable `ALTER SYSTEM` Bruce Momjian 12:33
RE: speed up a logical replica setup 📎 Hayato Kuroda (Fujitsu) 12:47
Re: Refactoring backend fork+exec code 📎 Heikki Linnakangas 13:54
Re: Improving btree performance through specializing by key shape, take 2 📎 Matthias van de Meent 14:49
Re: [PATCH] ltree hash functions vignesh C 15:11
Re: Moving forward with TDE [PATCH v3] vignesh C 15:17
Re: Make COPY format extendable: Extract COPY TO format implementations Sutou Kouhei 15:19
Re: Collation version tracking for macOS vignesh C 15:25
Re: Possibility to disable `ALTER SYSTEM` Robert Haas 15:27
Re: Request for comment on setting binary format output per session vignesh C 15:35
Re: Volatile write caches on macOS and Windows, redux vignesh C 15:45
Re: Skip collecting decoded changes of already-aborted transactions vignesh C 15:47
Re: ALTER TABLE SET ACCESS METHOD on partitioned tables Alvaro Herrera 15:50
Re: Flushing large data immediately in pqcomm Robert Haas 15:52
Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements Michail Nikolaev 16:06
Re: Forbid the use of invalidated physical slots in streaming replication. vignesh C 16:18
Re: Move bki file pre-processing from initdb to bootstrap vignesh C 16:24
Re: Unified File API vignesh C 16:26
Re: Using AF_UNIX sockets always for tests on Windows vignesh C 16:28
Re: GenBKI emits useless open;close for catalogs without rows vignesh C 17:18
Re: 003_extrafiles.pl test fails on Windows with the newer Perl versions Tom Lane 17:32
Re: Add connection active, idle time to pg_stat_activity 📎 Sergey Dudoladov 17:41
Re: Asynchronous execution support for Custom Scan vignesh C 17:42

Browse Archives

Prev | Next