pgsql-hackers since 2024-01-09 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. 9, 2024

Thread Author Time
Re: SQL:2011 application time 📎 jian he 00:00
Re: Make psql ignore trailing semicolons in \sf, \ef, etc Tom Lane 00:08
Re: Add support for __attribute__((returns_nonnull)) Michael Paquier 00:14
Re: pg_ctl start may return 0 even if the postmaster has been already started on Windows Michael Paquier 00:40
Re: add function argument names to regex* functions. Dian Fay 00:51
Re: Adding facility for injection points (or probe points?) for more advanced tests Michael Paquier 01:09
Re: Synchronizing slots from primary to standby Peter Smith 01:17
Re: Built-in CTYPE provider Jeremy Schneider 01:17
Re: the s_lock_stuck on perform_spin_delay Andy Fan 02:01
Re: add AVX2 support to simd.h John Naylor 02:20
Re: [PoC] Improve dead tuple storage for lazy vacuum 📎 Masahiko Sawada 02:40
Re: Random pg_upgrade test failure on drongo Amit Kapila 03:05
Re: introduce dynamic shared memory registry Amul Sul 03:59
Re: Removing unneeded self joins Alexander Lakhin 04:00
Re: Adding facility for injection points (or probe points?) for more advanced tests 📎 Michael Paquier 04:39
Re: verify predefined LWLocks have entries in wait_event_names.txt Bertrand Drouvot 04:55
Re: Add a perl function in Cluster.pm to generate WAL Michael Paquier 04:59
Re: speed up a logical replica setup Amit Kapila 05:19
Re: Commitfest 2024-01 first week update vignesh C 05:24
Re: verify predefined LWLocks have entries in wait_event_names.txt Michael Paquier 05:26
Re: Add a perl function in Cluster.pm to generate WAL 📎 Bertrand Drouvot 05:29
Re: SQL:2011 application time jian he 05:33
RE: Random pg_upgrade test failure on drongo 📎 Hayato Kuroda (Fujitsu) 05:49
Re: Emit fewer vacuum records by reaping removable tuples during pruning Michael Paquier 05:56
Re: Removing unneeded self joins Alexander Korotkov 06:08
Re: Speed up transaction completion faster after many relations are accessed in a transaction vignesh C 06:24
Re: Skipping schema changes in publication vignesh C 06:32
Re: SQL:2011 application time vignesh C 06:46
Re: Relation bulk write facility vignesh C 06:50
RE: speed up a logical replica setup Hayato Kuroda (Fujitsu) 07:01
Re: Parallelize correlated subqueries that execute within each worker vignesh C 07:08
Re: INFORMATION_SCHEMA note Daniel Gustafsson 07:26
Re: Make psql ignore trailing semicolons in \sf, \ef, etc Laurenz Albe 07:27
pg_dump: Remove obsolete trigger support 📎 Peter Eisentraut 07:38
Re: Removing unneeded self joins Alexander Korotkov 08:03
Re: Exposing the lock manager's WaitForLockers() to SQL Will Mortensen 08:18
Re: psql JSON output format Laurenz Albe 08:22
Re: Reducing output size of nodeToString Peter Eisentraut 08:23
Re: Custom explain options vignesh C 08:33
Re: [HACKERS] make async slave to wait for lsn to be replayed vignesh C 08:40
Re: Random pg_upgrade test failure on drongo Alexander Lakhin 09:00
Re: Add BF member koel-like indentation checks to SanityCheck CI John Naylor 09:00
Re: POC: GROUP BY optimization 📎 Andrei Lepikhov 09:01
Re: collect_corrupt_items_vacuum.patch 📎 Alexander Korotkov 09:17
Re: speed up a logical replica setup Amit Kapila 09:25
Re: Tidy fill hstv array (src/backend/access/heap/pruneheap.c) John Naylor 09:31
Re: In-placre persistance change of a relation vignesh C 09:37
Re: psql JSON output format Christoph Berg 09:43
Re: POC: GROUP BY optimization vignesh C 09:45
Re: Random pg_upgrade test failure on drongo Amit Kapila 10:08
Re: [HACKERS] Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING vignesh C 10:21
Re: brininsert optimization opportunity 📎 Alvaro Herrera 10:43
Re: Support "Right Semi Join" plan shapes 📎 Richard Guo 10:48
Re: Random pg_upgrade test failure on drongo Alexander Lakhin 11:00
Re: POC: GROUP BY optimization 📎 Andrei Lepikhov 11:07
Re: INFORMATION_SCHEMA note Tatsuo Ishii 11:08
Re: POC: GROUP BY optimization Pavel Borisov 11:14
Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor 11:19
Re: psql JSON output format Dean Rasheed 11:57
RE: Synchronizing slots from primary to standby 📎 Zhijie Hou (Fujitsu) 12:14
RE: Synchronizing slots from primary to standby Zhijie Hou (Fujitsu) 12:15
Re: Synchronizing slots from primary to standby Amit Kapila 13:09
Re: make pg_ctl more friendly Nazir Bilal Yavuz 13:22
Re: add AVX2 support to simd.h Peter Eisentraut 14:03
Re: partitioning and identity column 📎 Ashutosh Bapat 14:10
Re: psql JSON output format 📎 Christoph Berg 14:35
Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features) 📎 torikoshia 14:36
Re: add AVX2 support to simd.h Ants Aasma 15:25
Re: pg_dump: Remove obsolete trigger support Tom Lane 15:27
Re: the s_lock_stuck on perform_spin_delay Robert Haas 15:44
Re: Emit fewer vacuum records by reaping removable tuples during pruning Melanie Plageman 15:56
Re: add AVX2 support to simd.h Nathan Bossart 16:20
Re: Make psql ignore trailing semicolons in \sf, \ef, etc Tristan Partin 16:27
Re: pg_dump: Remove obsolete trigger support Peter Eisentraut 16:29
Re: Emit fewer vacuum records by reaping removable tuples during pruning Melanie Plageman 16:35
Re: abi-compliance-checker Peter Eisentraut 16:35
Re: pg_dump: Remove obsolete trigger support Tom Lane 16:38
Re: Adding a pg_get_owned_sequence function? Peter Eisentraut 16:41
Re: Fix bogus Asserts in calc_non_nestloop_required_outer Robert Haas 16:44
Re: psql JSON output format Dean Rasheed 16:51
Re: Fix bogus Asserts in calc_non_nestloop_required_outer Tom Lane 16:58
Re: Test slots invalidations in 035_standby_logical_decoding.pl only if dead rows are removed 📎 Alexander Lakhin 17:00
Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements Michail Nikolaev 17:00
Re: Adding a pg_get_owned_sequence function? Tom Lane 17:03
Re: verify predefined LWLocks have entries in wait_event_names.txt Nathan Bossart 17:11
Re: Adding a pg_get_owned_sequence function? Dagfinn Ilmari Mannsåker 17:44
Re: Add BF member koel-like indentation checks to SanityCheck CI Jelte Fennema-Nio 17:59
Re: cleanup patches for incremental backup 📎 Robert Haas 18:18
Re: Emit fewer vacuum records by reaping removable tuples during pruning Robert Haas 18:31
Re: WIP Incremental JSON Parser 📎 Jacob Champion 18:46
Re: [PoC] Federated Authn/z with OAUTHBEARER Jacob Champion 18:48
Re: Emit fewer vacuum records by reaping removable tuples during pruning Robert Haas 19:00
Re: Add BF member koel-like indentation checks to SanityCheck CI Tristan Partin 19:20
Re: Emit fewer vacuum records by reaping removable tuples during pruning Melanie Plageman 19:23
Re: Emit fewer vacuum records by reaping removable tuples during pruning Robert Haas 19:33
Re: Emit fewer vacuum records by reaping removable tuples during pruning Andres Freund 19:35
Re: Emit fewer vacuum records by reaping removable tuples during pruning 📎 Melanie Plageman 20:13
Re: index prefetching Robert Haas 20:31
Re: Emit fewer vacuum records by reaping removable tuples during pruning Robert Haas 20:40
Re: Add BF member koel-like indentation checks to SanityCheck CI Robert Haas 20:49
Re: Things I don't like about \du's "Attributes" column 📎 Pavel Luzanov 20:50
Re: Adding a pg_get_owned_sequence function? Tom Lane 20:51
Re: Add BF member koel-like indentation checks to SanityCheck CI Tristan Partin 21:08
Re: Emit fewer vacuum records by reaping removable tuples during pruning Jim Nasby 21:20
Re: Add BF member koel-like indentation checks to SanityCheck CI Tom Lane 21:20
Re: add AVX2 support to simd.h Ants Aasma 21:21
Re: Add BF member koel-like indentation checks to SanityCheck CI Daniel Gustafsson 21:42
Re: Add BF member koel-like indentation checks to SanityCheck CI Jim Nasby 21:50
Re: Add BF member koel-like indentation checks to SanityCheck CI Robert Haas 22:15
Re: Built-in CTYPE provider Jeremy Schneider 22:17
Re: Commitfest 2024-01 first week update Robert Haas 22:18
Re: Add BF member koel-like indentation checks to SanityCheck CI Tom Lane 22:27
Re: Built-in CTYPE provider Jeff Davis 22:31
Re: Emit fewer vacuum records by reaping removable tuples during pruning 📎 Melanie Plageman 22:42
Re: Built-in CTYPE provider Jeff Davis 22:55
Re: subscription/015_stream sometimes breaks Peter Smith 23:24

Jan. 10, 2024

Thread Author Time
Re: [PATCH] Add sortsupport for range types and btree_gist jian he 00:00
Re: the s_lock_stuck on perform_spin_delay 📎 Andy Fan 01:26
Re: Synchronizing slots from primary to standby Peter Smith 01:29
Make NUM_XLOGINSERT_LOCKS configurable 1111hqshj 01:37
Re: pg_ctl start may return 0 even if the postmaster has been already started on Windows Michael Paquier 01:44
Re: [PoC] Improve dead tuple storage for lazy vacuum 📎 Masahiko Sawada 02:05
Re: add AVX2 support to simd.h John Naylor 02:06
Re: Make NUM_XLOGINSERT_LOCKS configurable Tom Lane 02:38
Re: pg_ctl start may return 0 even if the postmaster has been already started on Windows Tom Lane 02:40
Is the subtype_diff function in CREATE TYPE only can be C function? ddme 02:49
Re: Make COPY format extendable: Extract COPY TO format implementations Sutou Kouhei 03:00
Re: Make COPY format extendable: Extract COPY TO format implementations Sutou Kouhei 03:06
Re: make pg_ctl more friendly 📎 Junwang Zhao 03:33
Re: Commitfest 2024-01 first week update vignesh C 03:47
Re: Make NUM_XLOGINSERT_LOCKS configurable Michael Paquier 04:08
Re: Streaming I/O, vectored I/O (WIP) 📎 Thomas Munro 04:13
Re: Fix bogus Asserts in calc_non_nestloop_required_outer Tom Lane 04:22
Re: Test slots invalidations in 035_standby_logical_decoding.pl only if dead rows are removed Michael Paquier 04:26
Re: Make NUM_XLOGINSERT_LOCKS configurable Tom Lane 04:30
Re: speed up a logical replica setup 📎 Shlok Kyal 04:33
Re: A recent message added to pg_upgade 📎 Michael Paquier 04:41
Re: pg_upgrade and logical replication Michael Paquier 04:42
Re: Show WAL write and fsync stats in pg_stat_io Michael Paquier 05:24
Re: Make NUM_XLOGINSERT_LOCKS configurable Bharath Rupireddy 06:09
Re: Make NUM_XLOGINSERT_LOCKS configurable Tom Lane 06:13
Re: Add BF member koel-like indentation checks to SanityCheck CI John Naylor 06:14
Re: Make COPY format extendable: Extract COPY TO format implementations Sutou Kouhei 06:20
Re: Add BF member koel-like indentation checks to SanityCheck CI Tom Lane 06:25
Re: Synchronizing slots from primary to standby Dilip Kumar 06:26
Re: Custom explain options Andrei Lepikhov 06:29
Re: Make COPY format extendable: Extract COPY TO format implementations Masahiko Sawada 06:33
Re: Parent/child context relation in pg_get_backend_memory_contexts() torikoshia 06:37
Re: Make COPY format extendable: Extract COPY TO format implementations Sutou Kouhei 06:40
Re: Add PQsendSyncMessage() to libpq Michael Paquier 06:40
Re: [PoC] Improve dead tuple storage for lazy vacuum 📎 John Naylor 06:40
Re: Custom explain options Michael Paquier 06:46
Re: Can we rely on the ordering of paths in pathlist? Richard Guo 07:07
Re: Add BF member koel-like indentation checks to SanityCheck CI Michael Paquier 07:10
Re: Add BF member koel-like indentation checks to SanityCheck CI Tom Lane 07:24
Re: Built-in CTYPE provider 📎 Jeremy Schneider 07:35
Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features) Masahiko Sawada 07:42
Re: Add BF member koel-like indentation checks to SanityCheck CI Bharath Rupireddy 07:44
Re: More new SQL/JSON item methods 📎 Jeevan Chalke 07:49
Re: Make COPY format extendable: Extract COPY TO format implementations Masahiko Sawada 07:53
Re: Add BF member koel-like indentation checks to SanityCheck CI Tom Lane 07:58
Re: generate syscache info automatically John Naylor 08:00
Re: Experiments with Postgres and SSL 📎 Heikki Linnakangas 08:30
Re: Commitfest 2024-01 first week update Daniel Gustafsson 08:37
A failure in t/038_save_logical_slots_shutdown.pl Bharath Rupireddy 08:38
Re: Track in pg_replication_slots the reason why slots conflict? vignesh C 09:15
Re: Relation bulk write facility 📎 Heikki Linnakangas 09:26
Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Shlok Kyal 09:29
Re: Random pg_upgrade test failure on drongo 📎 Amit Kapila 09:31
Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila 09:34
Re: speed up a logical replica setup vignesh C 09:39
Re: Test slots invalidations in 035_standby_logical_decoding.pl only if dead rows are removed Bertrand Drouvot 09:46
Re: Adding facility for injection points (or probe points?) for more advanced tests Ashutosh Bapat 09:51
Re: Extend pgbench partitioning to pgbench_history Shlok Kyal 09:57
Re: Random pg_upgrade test failure on drongo Alexander Lakhin 10:00
Re: Extend pgbench partitioning to pgbench_history Shlok Kyal 10:02
Re: Is the subtype_diff function in CREATE TYPE only can be C function? Ashutosh Bapat 10:04
Re: Documentation to upgrade logical replication cluster Amit Kapila 10:20
Compile warnings in dbcommands.c building with meson Magnus Hagander 10:33
Re: Documentation to upgrade logical replication cluster Amit Kapila 10:33
Re: Random pg_upgrade test failure on drongo Amit Kapila 10:37
Re: WIP Incremental JSON Parser Andrew Dunstan 11:27
Slightly improved meson error for docs tools 📎 Magnus Hagander 11:28
System username in pg_stat_activity 📎 Magnus Hagander 11:46
Re: Slightly improved meson error for docs tools Aleksander Alekseev 12:05
Re: Compile warnings in dbcommands.c building with meson 📎 Aleksander Alekseev 12:15
RE: Synchronizing slots from primary to standby 📎 Zhijie Hou (Fujitsu) 12:23
Re: A recent message added to pg_upgade Amit Kapila 12:32
Re: [patch] pg_basebackup: mention that spread checkpoints are the default in --help Magnus Hagander 12:33
Re: Refactoring backend fork+exec code 📎 Heikki Linnakangas 12:35
Re: Postgres Partitions Limitations (5.11.2.3) 📎 Magnus Hagander 12:41
Re: System username in pg_stat_activity Aleksander Alekseev 12:44
Re: Show WAL write and fsync stats in pg_stat_io Nazir Bilal Yavuz 12:59
Re: the s_lock_stuck on perform_spin_delay Matthias van de Meent 13:03
Re: A failure in t/038_save_logical_slots_shutdown.pl vignesh C 13:07
Re: System username in pg_stat_activity 📎 Magnus Hagander 13:08
Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication vignesh C 13:10
Re: Make attstattarget nullable Alvaro Herrera 13:16
Re: SLRU optimization - configurable buffer pool and partitioning the SLRU lock 📎 Dilip Kumar 13:20
Re: Custom explain options Konstantin Knizhnik 13:27

Browse Archives

Prev | Next