pgsql-hackers since 2023-06-13 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

June 13, 2023

Thread Author Time
Re: query_id, pg_stat_activity, extended query protocol Michael Paquier 00:16
Re: pgsql: Fix search_path to a safe value during maintenance operations. Jeff Davis 00:20
Re: Shouldn't construct_array_builtin and deconstruct_array_builtin agree on types? Tom Lane 00:26
Re: pgsql: Fix search_path to a safe value during maintenance operations. Jeff Davis 00:39
Re: pgsql: Fix search_path to a safe value during maintenance operations. David G. Johnston 00:50
Re: pgsql: Fix search_path to a safe value during maintenance operations. David G. Johnston 01:31
RE: Partial aggregates pushdown [email protected] 02:18
RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu) 02:59
Re: add non-option reordering to in-tree getopt_long Kyotaro Horiguchi 03:00
Re: ERROR: wrong varnullingrels (b 3) (expected (b)) for Var 2/1 📎 Richard Guo 03:33
Re: ERROR: wrong varnullingrels (b 3) (expected (b)) for Var 2/1 Tom Lane 03:34
Re: pg_stat_io for the startup process Kyotaro Horiguchi 03:54
Re: TRAP: FailedAssertion("prev_first_lsn < cur_txn->first_lsn", File: "reorderbuffer.c", Line: 927, PID: 568639) Amit Kapila 04:04
Re: Views no longer in rangeTabls? 📎 Amit Langote 04:09
Re: pg_stat_io for the startup process Andres Freund 04:13
RE: TRAP: FailedAssertion("prev_first_lsn < cur_txn->first_lsn", File: "reorderbuffer.c", Line: 927, PID: 568639) Zhijie Hou (Fujitsu) 04:18
Re: index prefetching Dilip Kumar 04:26
Re: pg_stat_io for the startup process Kyotaro Horiguchi 04:28
Re: Atomic ops for unlogged LSN Nathan Bossart 04:35
Re: add non-option reordering to in-tree getopt_long Nathan Bossart 05:13
Re: Support logical replication of DDLs Amit Kapila 05:15
Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada 05:46
Re: Improve logging when using Huge Pages Michael Paquier 05:50
Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c) 📎 Gurjeet Singh 05:51
Re: RFC: Adding \history [options] [filename] to psql (Snippets and Shared Queries) Gurjeet Singh 05:58
Re: Document that server will start even if it's unable to open some TCP/IP ports Nathan Bossart 05:59
Re: Improve logging when using Huge Pages Nathan Bossart 06:11
Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c) Michael Paquier 06:11
Re: Improving FTS for Greek Peter Eisentraut 06:11
Re: query_id, pg_stat_activity, extended query protocol kaido vaikla 06:16
Re: pg_get_indexdef() modification to use TxnSnapshot Masahiko Sawada 06:18
Re: Improve logging when using Huge Pages Michael Paquier 06:35
Re: Let's make PostgreSQL multi-threaded Konstantin Knizhnik 06:55
Re: Document that server will start even if it's unable to open some TCP/IP ports Gurjeet Singh 06:57
Re: add non-option reordering to in-tree getopt_long Kyotaro Horiguchi 07:02
Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c) Kyotaro Horiguchi 07:39
Re: Views no longer in rangeTabls? David Steele 07:44
Re: Support logical replication of DDLs Michael Paquier 07:50
Re: Let's make PostgreSQL multi-threaded Kyotaro Horiguchi 07:55
Re: Doc limitation update proposal: include out-of-line OID usage per TOAST-ed columns John Naylor 08:19
Re: Let's make PostgreSQL multi-threaded Konstantin Knizhnik 08:20
Re: Views no longer in rangeTabls? 📎 Amit Langote 08:27
Re: Skip collecting decoded changes of already-aborted transactions Masahiko Sawada 08:35
Re: Let's make PostgreSQL multi-threaded Kyotaro Horiguchi 08:46
Re: Non-superuser subscription owners Amit Kapila 08:55
Re: Views no longer in rangeTabls? David Steele 08:57
Re: Non-superuser subscription owners Amit Kapila 08:59
OK to build LLVM (*.bc) with CLANG but rest of postgresql with CC (other compiler)? Palle Girgensohn 09:19
OK to build LLVM (*.bc) with CLANG but rest of postgresql with CC (other compiler)? Palle Girgensohn 09:20
extended statistics n-distinct on multiple columns not used when join two tables 📎 James Pang (chaolpan) 09:21
Re: extended statistics n-distinct on multiple columns not used when join two tables Pavel Stehule 09:29
Re: Views no longer in rangeTabls? Alvaro Herrera 09:33
Re: [PATCH] Slight improvement of worker_spi.c example Aleksander Alekseev 09:34
Re: Views no longer in rangeTabls? 📎 Amit Langote 09:38
Re: Let's make PostgreSQL multi-threaded Andreas Karlsson 10:05
RE: [PATCH] Reuse Workers and Replication Slots during Logical Replication Hayato Kuroda (Fujitsu) 10:05
Re: [BUG] pg_dump does not properly deal with BEGIN ATOMIC function Morris de Oryx 10:10
Re: [PATCH] Add loongarch native checksum implementation. John Naylor 10:26
Re: [BUG] pg_dump does not properly deal with BEGIN ATOMIC function Alvaro Herrera 10:27
Re: [PATCH] Using named captures in Catalog::ParseHeader() John Naylor 10:50
Re: Making empty Bitmapsets always be NULL 📎 David Rowley 11:07
Re: [BUG] pg_dump does not properly deal with BEGIN ATOMIC function Morris de Oryx 11:16
Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c) Ranier Vilela 11:21
Re: extended statistics n-distinct on multiple columns not used when join two tables 📎 David Rowley 11:25
Re: extended statistics n-distinct on multiple columns not used when join two tables Pavel Stehule 11:28
RE: extended statistics n-distinct on multiple columns not used when join two tables James Pang (chaolpan) 11:32
Re: [PATCH] Slight improvement of worker_spi.c example Julien Rouhaud 11:58
Re: Views no longer in rangeTabls? David Steele 12:40
Re: Support logical replication of DDLs Amit Kapila 13:19
Re: logical decoding and replication of sequences, take 2 📎 Ashutosh Bapat 13:34
Re: [PATCH] Using named captures in Catalog::ParseHeader() Dagfinn Ilmari Mannsåker 15:14
Re: RFC: Logging plan of the running query torikoshia 15:22
Re: pgsql: Fix search_path to a safe value during maintenance operations. Robert Haas 15:24
Re: Allow pg_archivecleanup to remove backup history files 📎 torikoshia 15:49
Re: Use COPY for populating all pgbench tables Tristan Partin 15:51
Re: RFC: Logging plan of the running query James Coleman 15:53
Support TZ format code in to_timestamp() 📎 Tom Lane 16:20
Add wait event for log emission? Andres Freund 16:58
Re: logical decoding and replication of sequences, take 2 Tomas Vondra 17:31
Re: Use COPY for populating all pgbench tables Tristan Partin 17:47
Re: Add wait event for log emission? Nathan Bossart 18:10
Re: [PATCH] Slight improvement of worker_spi.c example Nathan Bossart 18:15
Re: pgsql: Fix search_path to a safe value during maintenance operations. Noah Misch 18:29
Re: Do we want a hashset type? 📎 Joel Jacobson 18:50
Re: Add wait event for log emission? Magnus Hagander 18:55
Re: pgsql: Fix search_path to a safe value during maintenance operations. Jeff Davis 19:32
Re: pgsql: Fix search_path to a safe value during maintenance operations. Jeff Davis 19:43
Re: Document that server will start even if it's unable to open some TCP/IP ports Nathan Bossart 19:44
Re: pgsql: Fix search_path to a safe value during maintenance operations. Jeff Davis 19:54
Re: Meson build updates Tristan Partin 19:56
Re: Meson build updates Tristan Partin 20:12
Re: Meson build updates 📎 Tristan Partin 20:13
Re: pgsql: Fix search_path to a safe value during maintenance operations. David G. Johnston 20:22
Re: pgsql: Fix search_path to a safe value during maintenance operations. Tom Lane 20:23
Re: Do we want a hashset type? 📎 Joel Jacobson 20:23
Re: Document that server will start even if it's unable to open some TCP/IP ports Tom Lane 20:28
Re: Meson build updates 📎 Tristan Partin 20:47
Re: pgsql: Fix search_path to a safe value during maintenance operations. Jeff Davis 20:55
Re: pgsql: Fix search_path to a safe value during maintenance operations. David G. Johnston 21:00
Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Nathan Bossart 21:12
Re: pgsql: Fix search_path to a safe value during maintenance operations. Tom Lane 21:18
Fix a typo in md.c 📎 Masahiko Sawada 21:33
Re: Document that server will start even if it's unable to open some TCP/IP ports Nathan Bossart 21:38
Re: Support logical replication of DDLs Michael Paquier 21:56
Re: ERROR: wrong varnullingrels (b 3) (expected (b)) for Var 2/1 Tom Lane 22:02
Re: add non-option reordering to in-tree getopt_long Nathan Bossart 22:36
Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Michael Paquier 23:16
Re: add non-option reordering to in-tree getopt_long Michael Paquier 23:52
Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Nathan Bossart 23:54

June 14, 2023

Thread Author Time
Re: add non-option reordering to in-tree getopt_long Michael Paquier 00:03
Re: Improve logging when using Huge Pages Michael Paquier 00:15
Re: add non-option reordering to in-tree getopt_long Noah Misch 00:17
Re: Add wait event for log emission? Andres Freund 00:18
Re: Fix a typo in md.c Michael Paquier 00:19
Re: DSA failed to allocate memory 📎 Thomas Munro 00:29
Re: Inconsistent results with libc sorting on Windows Thomas Munro 00:58
Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c) Kyotaro Horiguchi 01:01
Re: [PATCH] Using named captures in Catalog::ParseHeader() Michael Paquier 01:03
Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c) Kyotaro Horiguchi 01:05
Re: Non-superuser subscription owners Amit Kapila 02:11
Re: Inconsistent results with libc sorting on Windows Peter Geoghegan 02:13
Re: make_ctags: use -I option to ignore pg_node_attr macro Tatsuo Ishii 02:16
Re: Add wait event for log emission? Kyotaro Horiguchi 02:18
Re: [PATCH] Add loongarch native checksum implementation. 📎 YANG Xudong 02:20
Re: Document that server will start even if it's unable to open some TCP/IP ports Kyotaro Horiguchi 02:56
Re: Views no longer in rangeTabls? Amit Langote 03:08
Re: [DOC] Update ALTER SUBSCRIPTION documentation v3 Amit Kapila 03:09
Re: Document that server will start even if it's unable to open some TCP/IP ports Tom Lane 03:11
RE: TRAP: FailedAssertion("prev_first_lsn < cur_txn->first_lsn", File: "reorderbuffer.c", Line: 927, PID: 568639) Zhijie Hou (Fujitsu) 03:15
Replace (GUC_UNIT_MEMORY | GUC_UNIT_TIME) with GUC_UNIT in guc.c Japin Li 03:33
RE: Non-superuser subscription owners 📎 Zhijie Hou (Fujitsu) 03:53
Re: [DOC] Update ALTER SUBSCRIPTION documentation v3 Peter Smith 03:54
Re: old_snapshot_threshold bottleneck on replica 📎 Thomas Munro 03:56
Re: [DOC] Update ALTER SUBSCRIPTION documentation v3 Amit Kapila 04:17
Re: Do we want a hashset type? Tom Dunstan 04:31
Re: Fix a typo in md.c Masahiko Sawada 04:31
Re: Replace (GUC_UNIT_MEMORY | GUC_UNIT_TIME) with GUC_UNIT in guc.c Masahiko Sawada 05:06
Re: make_ctags: use -I option to ignore pg_node_attr macro Masahiko Sawada 05:08
Re: Views no longer in rangeTabls? Amit Langote 05:34
Re: remap the .text segment into huge pages at run time John Naylor 05:40
Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Peter Smith 05:45
Re: Let's make PostgreSQL multi-threaded Konstantin Knizhnik 05:46
Re: Add connection active, idle time to pg_stat_activity 📎 Sergey Dudoladov 05:50
Re: [PoC] Improve dead tuple storage for lazy vacuum 📎 John Naylor 06:23
Re: pg_get_indexdef() modification to use TxnSnapshot 📎 vignesh C 06:31
Re: Views no longer in rangeTabls? Michael Paquier 06:44
Re: Views no longer in rangeTabls? Amit Langote 06:49
Re: postgres_fdw: wrong results with self join + enable_nestloop off 📎 Etsuro Fujita 06:49
Re: ERROR: wrong varnullingrels (b 3) (expected (b)) for Var 2/1 Richard Guo 06:55
Re: Let's make PostgreSQL multi-threaded Kyotaro Horiguchi 07:01
Re: Let's make PostgreSQL multi-threaded Andreas Karlsson 07:06
Re: pg_waldump: add test for coverage 📎 Peter Eisentraut 07:16
Re: pgindent vs. pgperltidy command-line arguments 📎 Peter Eisentraut 07:37
Re: Replace (GUC_UNIT_MEMORY | GUC_UNIT_TIME) with GUC_UNIT in guc.c Richard Guo 07:38
Re: Replace (GUC_UNIT_MEMORY | GUC_UNIT_TIME) with GUC_UNIT in guc.c Michael Paquier 07:47
Re: Do we want a hashset type? Joel Jacobson 07:56
Re: TRAP: FailedAssertion("prev_first_lsn < cur_txn->first_lsn", File: "reorderbuffer.c", Line: 927, PID: 568639) Tomas Vondra 09:05
Re: [PATCH] Using named captures in Catalog::ParseHeader() Dagfinn Ilmari Mannsåker 09:30
Re: Do we want a hashset type? Tomas Vondra 09:44
Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c) Richard Guo 09:50
Re: Replace (GUC_UNIT_MEMORY | GUC_UNIT_TIME) with GUC_UNIT in guc.c Richard Guo 09:52
Re: Pluggable toaster Nikita Malakhov 10:05
Re: Pluggable toaster Pavel Borisov 10:21
Re:Re: [DOC] Update ALTER SUBSCRIPTION documentation v3 刘庄 10:23
Re: Inconsistent results with libc sorting on Windows 📎 Juan José Santamaría Flecha 10:50
Re: Views no longer in rangeTabls? Amit Langote 10:51
Re: Pluggable toaster Aleksander Alekseev 10:56
Re: Setting restrictedtoken in pg_regress Andrew Dunstan 11:02
Re: [PATCH] Slight improvement of worker_spi.c example Aleksander Alekseev 11:08
Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c) 📎 Ranier Vilela 12:11
Re: [PATCH] Add native windows on arm64 support Niyas Sait 12:25
Re: Views no longer in rangeTabls? David Steele 12:34
Shouldn't cost_append() also scale the partial path's cost? 📎 Antonin Houska 12:36
Re: Do we want a hashset type? Joel Jacobson 12:57
Re: ERROR: wrong varnullingrels (b 3) (expected (b)) for Var 2/1 Tom Lane 13:06
Re: Do we want a hashset type? Tomas Vondra 13:16
Re: [DOC] Update ALTER SUBSCRIPTION documentation v3 Peter Eisentraut 13:22
RE: TRAP: FailedAssertion("prev_first_lsn < cur_txn->first_lsn", File: "reorderbuffer.c", Line: 927, PID: 568639) Zhijie Hou (Fujitsu) 13:39
Re: Replace (GUC_UNIT_MEMORY | GUC_UNIT_TIME) with GUC_UNIT in guc.c Japin Li 13:42
Re: Do we want a hashset type? Andrew Dunstan 14:38
Re: Use COPY for populating all pgbench tables Tristan Partin 14:41
Re: TRAP: FailedAssertion("prev_first_lsn < cur_txn->first_lsn", File: "reorderbuffer.c", Line: 927, PID: 568639) Tomas Vondra 15:27
Re: Use COPY for populating all pgbench tables 📎 Tristan Partin 15:58
Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c) Gurjeet Singh 16:32
Re: BUG #17946: LC_MONETARY & DO LANGUAGE plperl - BUG 📎 Tristan Partin 16:42
Re: RFC: Logging plan of the running query James Coleman 16:48
Re: remap the .text segment into huge pages at run time Andres Freund 17:05
Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX 📎 Nathan Bossart 18:17
Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX Jeff Davis 18:30
Re: Should heapam_estimate_rel_size consider fillfactor? Corey Huinker 18:41
trying again to get incremental backup 📎 Robert Haas 18:46
Re: Let's make PostgreSQL multi-threaded James Addison 19:15
Re: [PATCH] Missing dep on Catalog.pm in meson rules Andres Freund 19:32
Re: Let's make PostgreSQL multi-threaded Hannu Krosing 19:45
Re: trying again to get incremental backup Andres Freund 19:47
Re: Let's make PostgreSQL multi-threaded Robert Haas 19:47
Re: On login trigger: take three 📎 Mikhail Gribkov 19:49
Re: Let's make PostgreSQL multi-threaded Andres Freund 19:51
Re: Should heapam_estimate_rel_size consider fillfactor? Andres Freund 19:53
Re: Let's make PostgreSQL multi-threaded Robert Haas 19:56

Browse Archives

Prev | Next