Mailing lists [pgsql-hackers]
- Re: Order changes in PG16 since ICU introduction Peter Eisentraut
- Re: Shouldn't construct_array_builtin and deconstruct_array_builtin agree on types? Peter Eisentraut
- Re: Let's make PostgreSQL multi-threaded Heikki Linnakangas
- Re: Meson build updates Peter Eisentraut
- Re: index prefetching Tomasz Rybak
- Re: BUG #17946: LC_MONETARY & DO LANGUAGE plperl - BUG Joe Conway
- Re: Improve logging when using Huge Pages Nathan Bossart
- Re: Meson build updates Tristan Partin
- Re: Let's make PostgreSQL multi-threaded Michael Paquier
- Re: Atomic ops for unlogged LSN Nathan Bossart
- Re: Setting restrictedtoken in pg_regress Nathan Bossart
- Re: Shouldn't construct_array_builtin and deconstruct_array_builtin agree on types? Michael Paquier
- Re: Atomic ops for unlogged LSN Stephen Frost
- Re: Setting restrictedtoken in pg_regress Michael Paquier
- Re: [PATCH] Slight improvement of worker_spi.c example Nathan Bossart
- Re: Setting restrictedtoken in pg_regress Nathan Bossart
- Re: query_id, pg_stat_activity, extended query protocol Michael Paquier
- Re: Shouldn't construct_array_builtin and deconstruct_array_builtin agree on types? Tom Lane
- RE: Partial aggregates pushdown Fujii.Yuki@df.MitsubishiElectric.co.jp"
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- Re: add non-option reordering to in-tree getopt_long Kyotaro Horiguchi
- Re: ERROR: wrong varnullingrels (b 3) (expected (b)) for Var 2/1 Richard Guo
- Re: ERROR: wrong varnullingrels (b 3) (expected (b)) for Var 2/1 Tom Lane
- Re: pg_stat_io for the startup process Kyotaro Horiguchi
- Re: TRAP: FailedAssertion("prev_first_lsn < cur_txn->first_lsn", File: "reorderbuffer.c", Line: 927, PID: 568639) Amit Kapila
- Re: Views no longer in rangeTabls? Amit Langote
- Re: pg_stat_io for the startup process Andres Freund
- RE: TRAP: FailedAssertion("prev_first_lsn < cur_txn->first_lsn", File: "reorderbuffer.c", Line: 927, PID: 568639) Zhijie Hou (Fujitsu)
- Re: index prefetching Dilip Kumar
- Re: pg_stat_io for the startup process Kyotaro Horiguchi
- Re: Atomic ops for unlogged LSN Nathan Bossart
- Re: add non-option reordering to in-tree getopt_long Nathan Bossart
- Re: Support logical replication of DDLs Amit Kapila
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: Improve logging when using Huge Pages Michael Paquier
- Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c) Gurjeet Singh
- Re: RFC: Adding \history [options] [filename] to psql (Snippets and Shared Queries) Gurjeet Singh
- Re: Document that server will start even if it's unable to open some TCP/IP ports Nathan Bossart
- Re: Improve logging when using Huge Pages Nathan Bossart
- Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c) Michael Paquier
- Re: Improving FTS for Greek Peter Eisentraut
- Re: query_id, pg_stat_activity, extended query protocol kaido vaikla
- Re: pg_get_indexdef() modification to use TxnSnapshot Masahiko Sawada
- Re: Improve logging when using Huge Pages Michael Paquier
- Re: Let's make PostgreSQL multi-threaded Konstantin Knizhnik
- Re: Document that server will start even if it's unable to open some TCP/IP ports Gurjeet Singh
- Re: add non-option reordering to in-tree getopt_long Kyotaro Horiguchi
- Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c) Kyotaro Horiguchi
- Re: Views no longer in rangeTabls? David Steele
- Re: Support logical replication of DDLs Michael Paquier
- Re: Let's make PostgreSQL multi-threaded Kyotaro Horiguchi
- Re: Doc limitation update proposal: include out-of-line OID usage per TOAST-ed columns John Naylor
- Re: Let's make PostgreSQL multi-threaded Konstantin Knizhnik
- Re: Views no longer in rangeTabls? Amit Langote
- Re: Skip collecting decoded changes of already-aborted transactions Masahiko Sawada
- Re: Let's make PostgreSQL multi-threaded Kyotaro Horiguchi
- Re: Non-superuser subscription owners Amit Kapila
- Re: Views no longer in rangeTabls? David Steele
- Re: Non-superuser subscription owners Amit Kapila
- OK to build LLVM (*.bc) with CLANG but rest of postgresql with CC (other compiler)? Palle Girgensohn
- OK to build LLVM (*.bc) with CLANG but rest of postgresql with CC (other compiler)? Palle Girgensohn
- Re: Views no longer in rangeTabls? Alvaro Herrera
- Re: [PATCH] Slight improvement of worker_spi.c example Aleksander Alekseev
- Re: Views no longer in rangeTabls? Amit Langote
- Re: Let's make PostgreSQL multi-threaded Andreas Karlsson
- RE: [PATCH] Reuse Workers and Replication Slots during Logical Replication Hayato Kuroda (Fujitsu)
- Re: [PATCH] Add loongarch native checksum implementation. John Naylor
- Re: [BUG] pg_dump does not properly deal with BEGIN ATOMIC function Alvaro Herrera
- Re: [PATCH] Using named captures in Catalog::ParseHeader() John Naylor
- Re: Making empty Bitmapsets always be NULL David Rowley
- Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c) Ranier Vilela
- Re: extended statistics n-distinct on multiple columns not used when join two tables David Rowley
- Re: extended statistics n-distinct on multiple columns not used when join two tables Pavel Stehule
- RE: extended statistics n-distinct on multiple columns not used when join two tables James Pang (chaolpan)
- Re: [PATCH] Slight improvement of worker_spi.c example Julien Rouhaud
- Re: Views no longer in rangeTabls? David Steele
- Re: Support logical replication of DDLs Amit Kapila
- Re: logical decoding and replication of sequences, take 2 Ashutosh Bapat
- Re: [PATCH] Using named captures in Catalog::ParseHeader() Dagfinn Ilmari Mannsåker
- Re: RFC: Logging plan of the running query torikoshia
- Re: Allow pg_archivecleanup to remove backup history files torikoshia
- Re: Use COPY for populating all pgbench tables Tristan Partin
- Re: RFC: Logging plan of the running query James Coleman
- Support TZ format code in to_timestamp() Tom Lane
- Add wait event for log emission? Andres Freund
- Re: logical decoding and replication of sequences, take 2 Tomas Vondra
- Re: Use COPY for populating all pgbench tables Tristan Partin
- Re: [BUG] pg_dump does not properly deal with BEGIN ATOMIC function Morris de Oryx
- Re: Add wait event for log emission? Nathan Bossart
- Re: [PATCH] Slight improvement of worker_spi.c example Nathan Bossart
- Re: Do we want a hashset type? Joel Jacobson
- Re: Add wait event for log emission? Magnus Hagander
- Re: [BUG] pg_dump does not properly deal with BEGIN ATOMIC function Morris de Oryx
- Re: Document that server will start even if it's unable to open some TCP/IP ports Nathan Bossart
- Re: Meson build updates Tristan Partin
- Re: Meson build updates Tristan Partin
- Re: Meson build updates Tristan Partin
- Re: Do we want a hashset type? Joel Jacobson
- Re: Document that server will start even if it's unable to open some TCP/IP ports Tom Lane
- Re: Meson build updates Tristan Partin