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

Jan. 26, 2024

Thread Author Time
Re: speed up a logical replica setup Euler Taveira 00:28
Re: pg_column_toast_chunk_id: a function to get a chunk ID of a TOASTed value 📎 Yugo NAGATA 00:42
Rename setup_cancel_handler in pg_dump 📎 Yugo NAGATA 00:42
Re: Use of backup_label not noted in log Michael Paquier 00:52
RE: Fix inappropriate comments in function ReplicationSlotAcquire 📎 Wei Wang (Fujitsu) 01:17
Re: [PATCH] Add native windows on arm64 support Michael Paquier 01:32
Re: [EXTERNAL] Re: Add non-blocking version of PQcancel vignesh C 01:59
Re: Printing backtrace of postgres processes 📎 vignesh C 02:26
Small fix on COPY ON_ERROR document 📎 Yugo NAGATA 02:28
Re: Evaluate arguments of correlated SubPlans in the referencing ExprState vignesh C 02:37
Re: Improve tab completion for ALTER DEFAULT PRIVILEGE and ALTER TABLE 📎 vignesh C 02:46
Re: Fwd: BUG #18016: REINDEX TABLE failure vignesh C 02:52
Re: gai_strerror() is not thread-safe on Windows vignesh C 02:55
Re: A performance issue with Memoize Richard Guo 02:57
Re: Improve WALRead() to suck data directly from WAL buffers when possible Jeff Davis 03:01
Re: Use of backup_label not noted in log Michael Paquier 03:08
Re: A performance issue with Memoize David Rowley 03:23
Re: A performance issue with Memoize Tom Lane 03:51
Re: A performance issue with Memoize 📎 David Rowley 04:18
Re: Remove unused fields in ReorderBufferTupleBuf reid.thompson 04:23
Re: Remove unused fields in ReorderBufferTupleBuf Masahiko Sawada 04:51
Re: Small fix on COPY ON_ERROR document Masahiko Sawada 04:59
Re: A performance issue with Memoize Richard Guo 05:38
Re: Small fix on COPY ON_ERROR document 📎 Yugo NAGATA 05:40
RE: speed up a logical replica setup Hayato Kuroda (Fujitsu) 05:51
Race condition in FetchTableStates() breaks synchronization of subscription tables Alexander Lakhin 06:00
Re: A performance issue with Memoize Richard Guo 06:02
Re: Small fix on COPY ON_ERROR document Masahiko Sawada 06:26
Re: make dist using git archive 📎 Peter Eisentraut 06:28
Re: Small fix on COPY ON_ERROR document David G. Johnston 06:33
Re: Popcount optimization using AVX512 Alvaro Herrera 06:42
Re: Transaction timeout 📎 Andrey M. Borodin 06:44
Re: Transaction timeout 📎 Andrey M. Borodin 06:46
Re: Small fix on COPY ON_ERROR document Yugo NAGATA 06:48
Delay Memoize hashtable build until executor run 📎 David Rowley 06:54
Re: Small fix on COPY ON_ERROR document David G. Johnston 07:00
Re: Remove unused fields in ReorderBufferTupleBuf Masahiko Sawada 07:04
Apply the "LIMIT 1" optimization to partial DISTINCT 📎 Richard Guo 07:42
Re: A performance issue with Memoize David Rowley 07:54
RE: speed up a logical replica setup Hayato Kuroda (Fujitsu) 07:55
Re: proposal: psql: show current user in prompt Pavel Stehule 08:11
Re: proposal: psql: show current user in prompt Pavel Stehule 08:13
Re: Apply the "LIMIT 1" optimization to partial DISTINCT David Rowley 08:14
Re: Make COPY format extendable: Extract COPY TO format implementations 📎 Junwang Zhao 08:18
Re: Current Connection Information Aleksander Alekseev 08:27
Re: Synchronizing slots from primary to standby Bertrand Drouvot 08:31
Re: Make COPY format extendable: Extract COPY TO format implementations Sutou Kouhei 08:32
Re: Improve eviction algorithm in ReorderBuffer 📎 Masahiko Sawada 08:36
Re: Make COPY format extendable: Extract COPY TO format implementations Junwang Zhao 08:41
Re: Make COPY format extendable: Extract COPY TO format implementations 📎 Sutou Kouhei 08:49
Re: Make COPY format extendable: Extract COPY TO format implementations Sutou Kouhei 08:55
Re: Make COPY format extendable: Extract COPY TO format implementations Junwang Zhao 09:02
Re: Small fix on COPY ON_ERROR document Yugo NAGATA 09:09
Re: Fwd: BUG #18016: REINDEX TABLE failure Michael Paquier 09:22
Re: Small fix on COPY ON_ERROR document Yugo NAGATA 09:30
Add new COPY option REJECT_LIMIT 📎 torikoshia 09:49
Re: POC: Extension for adding distributed tracing - pg_tracing 📎 Anthonin Bonnefoy 10:17
Finding every use of a built-in function Kurlaev Jaroslav 10:38
Re: proposal: psql: show current user in prompt Jelte Fennema-Nio 10:40
Re: Printing backtrace of postgres processes Alvaro Herrera 10:41
Re: [EXTERNAL] Re: Add non-blocking version of PQcancel 📎 Jelte Fennema-Nio 10:44
Re: Reordering DISTINCT keys to match input path's pathkeys Richard Guo 10:48
Re: Finding every use of a built-in function Pavel Stehule 12:02
Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Alvaro Herrera 12:11
Re: Use of backup_label not noted in log David Steele 12:20
Re: [PATCH] Add native windows on arm64 support Andrew Dunstan 12:36
Re: More new SQL/JSON item methods Jeevan Chalke 12:37
Re: POC: Extension for adding distributed tracing - pg_tracing Nikita Malakhov 12:42
Re: A new strategy for pull-up correlated ANY_SUBLINK vignesh C 12:46
Re: Add SPLIT PARTITION/MERGE PARTITIONS commands vignesh C 12:50
Re: Exposing the lock manager's WaitForLockers() to SQL vignesh C 12:54
Re: Add recovery to pg_control and remove backup_label vignesh C 12:57
Re: [PATCH] Add sortsupport for range types and btree_gist vignesh C 13:01
Re: [PATCH] Add support function for containment operators vignesh C 13:05
Re: fix stats_fetch_consistency value in postgresql.conf.sample vignesh C 13:18
Re: [PATCH] Compression dictionaries for JSONB vignesh C 13:23
Re: Confine vacuum skip logic to lazy_scan_skip vignesh C 13:28
Re: tablecmds.c/MergeAttributes() cleanup Peter Eisentraut 13:42
Re: Add new error_action COPY ON_ERROR "log" jian he 13:44
Re: Improve WALRead() to suck data directly from WAL buffers when possible Bharath Rupireddy 14:01
Re: Add SPLIT PARTITION/MERGE PARTITIONS commands 📎 Alvaro Herrera 14:01
Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada 14:05
Re: [PATCH] Add native windows on arm64 support 📎 Dave Cramer 14:18
Re: POC: GROUP BY optimization vignesh C 14:37
Re: logical decoding and replication of sequences, take 2 Robert Haas 14:39
RE: Current Connection Information Maiquel Grassi 14:41
Re: pg_upgrade failing for 200+ million Large Objects vignesh C 14:42
Re: PoC: prefetching index leaf pages (for inserts) vignesh C 14:45
Re: Lockless queue of waiters in LWLock vignesh C 14:53
Re: Remove unused fields in ReorderBufferTupleBuf reid.thompson 14:54
Re: Transaction timeout Japin Li 14:58
Re: MERGE ... WHEN NOT MATCHED BY SOURCE vignesh C 14:59
Re: Supporting MERGE on updatable views vignesh C 15:01
Re: A failure in t/038_save_logical_slots_shutdown.pl Bharath Rupireddy 15:02
Re: Small fix on COPY ON_ERROR document 📎 David G. Johnston 15:04
Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row David G. Johnston 15:08
Re: POC: GROUP BY optimization Robert Haas 15:09
Re: Memory consumed by child SpecialJoinInfo in partitionwise join planning vignesh C 15:12
Re: Add new COPY option REJECT_LIMIT David G. Johnston 15:20
Re: POC: GROUP BY optimization Tom Lane 15:38
Re: POC: GROUP BY optimization Robert Haas 15:41
Re: Add new error_action COPY ON_ERROR "log" David G. Johnston 15:43
Re: MERGE ... WHEN NOT MATCHED BY SOURCE Dean Rasheed 15:48
Re: MERGE ... WHEN NOT MATCHED BY SOURCE 📎 Dean Rasheed 15:48
Re: Supporting MERGE on updatable views 📎 Dean Rasheed 15:51
Re: MERGE ... WHEN NOT MATCHED BY SOURCE Alvaro Herrera 15:57
Re: cleanup patches for incremental backup 📎 Robert Haas 16:04
Re: Add SPLIT PARTITION/MERGE PARTITIONS commands 📎 Alvaro Herrera 16:36
Re: Emit fewer vacuum records by reaping removable tuples during pruning Robert Haas 16:44
Re: pg_upgrade failing for 200+ million Large Objects 📎 Tom Lane 16:44
Re: Supporting MERGE on updatable views Alvaro Herrera 16:48
Re: [EXTERNAL] Re: Add non-blocking version of PQcancel 📎 Jelte Fennema-Nio 16:52
Re: Emit fewer vacuum records by reaping removable tuples during pruning Melanie Plageman 17:06
Re: Add SPLIT PARTITION/MERGE PARTITIONS commands 📎 Dmitry Koval 17:08
Re: WIP Incremental JSON Parser 📎 Andrew Dunstan 17:15
Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Alvaro Herrera 17:19
Re: SLRU optimization - configurable buffer pool and partitioning the SLRU lock Alvaro Herrera 17:38
Re: cleanup patches for incremental backup Nathan Bossart 17:39
Re: Emit fewer vacuum records by reaping removable tuples during pruning Peter Geoghegan 18:05
Re: Hide exposed impl detail of wchar.c Nathan Bossart 18:14
Re: SLRU optimization - configurable buffer pool and partitioning the SLRU lock Andrey Borodin 18:21
Re: [PATCH] Add sortsupport for range types and btree_gist Bernd Helmle 18:22
Re: Hide exposed impl detail of wchar.c Tom Lane 18:24
Re: Printing backtrace of postgres processes 📎 Bharath Rupireddy 18:28
Re: Add SPLIT PARTITION/MERGE PARTITIONS commands 📎 Dmitry Koval 18:36
Re: cleanup patches for incremental backup Robert Haas 18:37
psql: add \create_function command 📎 Steve Chavez 18:41
Re: psql: add \create_function command Pavel Stehule 18:51
Re: Patch: Improve Boolean Predicate JSON Path Docs David E. Wheeler 18:56
Re: psql: add \create_function command Tom Lane 19:23
Re: Improve WALRead() to suck data directly from WAL buffers when possible Jeff Davis 19:34
Re: psql: add \create_function command walther 19:38
Re: psql: add \create_function command walther 19:45
Re: make dist using git archive Tristan Partin 19:46
Re: Introduce XID age and inactive timeout based replication slot invalidation 📎 Bharath Rupireddy 19:48
Re: psql: add \create_function command David G. Johnston 19:49
Re: psql: add \create_function command Pavel Stehule 19:50
Re: psql: add \create_function command Tom Lane 19:52
Re: Add minimal C example and SQL registration example for custom table access methods. Tristen Raab 19:56
Re: Add minimal C example and SQL registration example for custom table access methods. Fabrízio de Royes Mello 20:02
Re: psql: add \create_function command Tom Lane 20:04
Re: psql: add \create_function command Pavel Stehule 20:13
Re: psql: add \create_function command Tom Lane 20:17
Re: psql: add \create_function command Pavel Stehule 20:18
Re: psql: add \create_function command Adam S 20:23
Re: proposal: psql: show current user in prompt Pavel Stehule 20:34
Re: A performance issue with Memoize Tom Lane 20:41
Re: Functions to return random numbers in a given range David Zhang 20:44
Re: A performance issue with Memoize David Rowley 21:02
Re: A performance issue with Memoize Tom Lane 21:09
Re: make dist using git archive 📎 Eli Schwartz 21:18
Bug: The "directory" control parameter does not work David E. Wheeler 21:40
Re: Bug: The "directory" control parameter does not work David E. Wheeler 22:05
Re: proposal: psql: show current user in prompt Jelte Fennema-Nio 23:04
Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Jelte Fennema-Nio 23:14
Re: Bug: The "directory" control parameter does not work David E. Wheeler 23:24

Jan. 27, 2024

Thread Author Time
Re: Opportunistically pruning page before update 📎 James Coleman 01:33
Re: [PoC/RFC] Multiple passwords, interval expirations vignesh C 01:48
Re: [CAUTION!! freemail] Re: Partial aggregates pushdown vignesh C 01:57
Re: Wrong rows estimations with joins of CTEs slows queries by more than factor 500 vignesh C 02:07
Re: Request for comment on setting binary format output per session vignesh C 02:15
Re: dblink query interruptibility Noah Misch 02:35
Re: Reducing memory consumed by RestrictInfo list translations in partitionwise join planning vignesh C 02:55
Re: POC, WIP: OR-clause support for indexes vignesh C 02:58
Re: Separate memory contexts for relcache and catcache vignesh C 03:01
Re: Some revises in adding sorting path vignesh C 03:03
Re: [PATCH] Add additional extended protocol commands to psql: \parse and \bindx 📎 vignesh C 03:26
Re: Support run-time partition pruning for hash join vignesh C 03:29
Re: psql's FETCH_COUNT (cursor) is not being respected for CTEs vignesh C 03:31
Re: User functions for building SCRAM secrets vignesh C 03:35
Re: Improving btree performance through specializing by key shape, take 2 vignesh C 03:38
Re: Reducing connection overhead in pg_upgrade compat check phase vignesh C 03:40
Re: Synchronizing slots from primary to standby Amit Kapila 03:43
Re: A performance issue with Memoize Alexander Lakhin 04:00
Re: MultiXact\SLRU buffers configuration Andrey Borodin 04:58
Re: Emitting JSON to file using COPY TO 📎 Junwang Zhao 05:55
Re: Make COPY format extendable: Extract COPY TO format implementations 📎 Junwang Zhao 06:15
Re: [ psql - review request ] review request for \d+ tablename, \d+ indexname indenting vignesh C 06:29
RE: Synchronizing slots from primary to standby 📎 Zhijie Hou (Fujitsu) 06:31
Re: cleanup patches for incremental backup Alexander Lakhin 07:00
Re: proposal: psql: show current user in prompt Pavel Stehule 07:34
Re: Improve WALRead() to suck data directly from WAL buffers when possible 📎 Bharath Rupireddy 08:00
Re: cleanup patches for incremental backup Alexander Lakhin 08:00
Re: proposal: psql: show current user in prompt Jelte Fennema-Nio 09:24
Segmentation fault on FreeBSD with GSSAPI authentication Michał Kłeczek 12:45
Re: Segmentation fault on FreeBSD with GSSAPI authentication Tom Lane 14:43
Re: Segmentation fault on FreeBSD with GSSAPI authentication Michał Kłeczek 15:20
Re: cleanup patches for incremental backup 📎 Nathan Bossart 16:31
Re: Segmentation fault on FreeBSD with GSSAPI authentication Tom Lane 18:29
PG versus libxml2 2.12.x 📎 Tom Lane 19:04
Re: logical decoding and replication of sequences, take 2 Tomas Vondra 19:37
Re: proposal: psql: show current user in prompt Pavel Stehule 19:44

Jan. 28, 2024

Thread Author Time
Re: [EXTERNAL] Re: Add non-blocking version of PQcancel vignesh C 03:15
Re: tablecmds.c/MergeAttributes() cleanup Alexander Lakhin 08:00
Re: Evaluate arguments of correlated SubPlans in the referencing ExprState 📎 Alena Rybakina 09:07
Re: proposal: psql: show current user in prompt Jelte Fennema-Nio 09:42
Re: [EXTERNAL] Re: Add non-blocking version of PQcancel 📎 Jelte Fennema-Nio 09:51
Re: [EXTERNAL] Re: Add non-blocking version of PQcancel 📎 Jelte Fennema-Nio 12:39
Re: UUID v7 Sergey Prokhorenko 12:42
Re: MultiXact\SLRU buffers configuration Alvaro Herrera 12:49

Browse Archives

Prev | Next