Архив рассылок [pgsql-hackers]
- Re: Improve error reporting in 027_stream_regress test Michael Paquier
- Re: pgsql: Drop unnamed portal immediately after execution to completion Michael Paquier
- Re: Some efforts to get rid of "long" in our codebase David Rowley
- Re: Dead code in ps_status.c Thomas Munro
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Peter Smith
- Re: Use opresulttype instead of calling SearchSysCache1() in match_orclause_to_indexcol() Alexander Korotkov
- Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 Peter Smith
- Re: Report oldest xmin source when autovacuum cannot remove tuples wenhui qiu
- Re: Report oldest xmin source when autovacuum cannot remove tuples Dilip Kumar
- Re: GNU/Hurd portability patches Thomas Munro
- Re: PartitionKeyData->partattrs, refactor some 0 to InvalidAttrNumber jian he
- Re: fallocate() causes btrfs to never compress postgresql files Bráulio Oliveira
- Re: fallocate() causes btrfs to never compress postgresql files Thomas Munro
- Re: Use opresulttype instead of calling SearchSysCache1() in match_orclause_to_indexcol() Tender Wang
- Re: Compile error on the aarch64 platform: Missing asm/hwcap.h Steven Niu
- misleading error message in DefineIndex jian he
- Re: Patch: dumping tables data in multiple chunks in pg_dump Dilip Kumar
- Re: pg_waldump: support decoding of WAL inside tarfile Amul Sul
- Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Ashutosh Bapat
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila
- Re: Skipping schema changes in publication Peter Smith
- Re: Skipping schema changes in publication Peter Smith
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila
- Re: Make COPY format extendable: Extract COPY TO format implementations Sutou Kouhei
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Chao Li
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: Row pattern recognition Tatsuo Ishii
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: Fix GetOperatorFromCompareType Neil Chen
- Re: Use exact nullingrels matches for NestLoopParams Richard Guo
- Re: Skipping schema changes in publication Peter Smith
- Re: virtual generated column as partition key jian he
- Re: [PATCH] jit: fix build with LLVM-21 Anthonin Bonnefoy
- Re: pgsql: Drop unnamed portal immediately after execution to completion Mircea Cadariu
- Re: Adding basic NUMA awareness Jakub Wartak
- Re: Dead code in ps_status.c Michael Banck
- Re: GNU/Hurd portability patches Michael Banck
- quoteOneName() inconsistency with quote_all_identifiers — replacement API proposed Chao Li
- Re: ON CONFLICT DO SELECT (take 3) v@viktorh.net
- Fix build of llvmjit_types.bc with meson Anthonin Bonnefoy
- Re: Compile error on the aarch64 platform: Missing asm/hwcap.h 高增琦
- Running a single test Viktor Holmberg
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Chao Li
- Re: Issue with logical replication slot during switchover Alexander Kukushkin
- RE: Newly created replication slot may be invalidated by checkpoint Zhijie Hou (Fujitsu)
- Re: Running a single test Heikki Linnakangas
- Re: [PATCH] Refactor bytea_sortsupport(), take two Aleksander Alekseev
- Re: Fix build of llvmjit_types.bc with meson Thomas Munro
- Re: Rename sync_error_count to tbl_sync_error_count in subscription statistics Amit Kapila
- Re: [PATCH] jit: fix build with LLVM-21 Thomas Munro
- Re: Running a single test Aleksander Alekseev
- Re: [PATCH] jit: fix build with LLVM-21 Holger Hoffstätte
- Re: ON CONFLICT DO SELECT (take 3) Dean Rasheed
- Fix a couple of misspellings in comments of logic replication Chao Li
- Re: Running a single test jian he
- Re: [Patch] Mention md5 is deprecated in postgresql.conf.sample Daniel Gustafsson
- Re: Fix a couple of misspellings in comments of logic replication Daniel Gustafsson
- Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Boris Mironov
- parallel data loading for pgbench -i Mircea Cadariu
- Re: generic plans and "initial" pruning Amit Langote
- Re: misleading error message in DefineIndex Daniel Gustafsson
- Re: Extended Statistics set/restore/clear functions. jian he
- Re: backend/nodes cleanup: Move loop variables definitions into for statement Chao Li
- Re: [PATCH] jit: fix build with LLVM-21 Daniel Gustafsson
- Re: gen_guc_tables.pl: Validate required GUC fields before code generation Chao Li
- Re: Consistently use the XLogRecPtrIsInvalid() macro Bertrand Drouvot
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Amul Sul
- Re: Suggestion to add --continue-client-on-abort option to pgbench Yugo Nagata
- Re: Clarification on when _PG_init() is invoked for extensions Rahila Syed
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Sugamoto Shinya
- Re: Non-text mode for pg_dumpall tushar
- Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement Manni Wood
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Daniel Gustafsson
- Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 Timur Magomedov
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Akshay Joshi
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Akshay Joshi
- Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 Timur Magomedov
- Re: pg_plan_advice Matheus Alcantara
- Re: [PATCH] Add pg_get_subscription_ddl() function Vaibhav Dalvi
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Fujii Masao
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Daniel Gustafsson
- Re: [PATCH] jit: fix build with LLVM-21 Thomas Munro
- Re: pg_plan_advice Robert Haas
- Re: Use merge-based matching for MCVs in eqjoinsel Ilia Evdokimov
- Re: Use merge-based matching for MCVs in eqjoinsel David Geier
- Re: Use merge-based matching for MCVs in eqjoinsel David Geier
- Re: tuple radix sort David Geier
- Re: Use merge-based matching for MCVs in eqjoinsel Ilia Evdokimov
- Re: make -C src/test/isolation failure in index-killtuples due to btree_gist Nazir Bilal Yavuz
- Re: POC: make mxidoff 64 bits Heikki Linnakangas
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Nathan Bossart
- Re: Make COPY format extendable: Extract COPY TO format implementations Tomas Vondra
- Re: Non-text mode for pg_dumpall Mahendra Singh Thalor
- minor improvement in snapbuild: use existing interface and remove fake code ocean_li_996
- Re: Extended Statistics set/restore/clear functions. Corey Huinker
- Re: Adding basic NUMA awareness Tomas Vondra
- Re: Consistently use the XLogRecPtrIsInvalid() macro Bertrand Drouvot
- Re: Updating IPC::Run in CI? Jacob Champion
- Re: Use merge-based matching for MCVs in eqjoinsel Tom Lane
- Re: Report oldest xmin source when autovacuum cannot remove tuples Sami Imseih
- Re: Use merge-based matching for MCVs in eqjoinsel Tom Lane
- Re: postgresql.conf.sample tab width Nathan Bossart
- Re: Use opresulttype instead of calling SearchSysCache1() in match_orclause_to_indexcol() Tom Lane
- Re: postgresql.conf.sample tab width Tom Lane
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: Compile error on the aarch64 platform: Missing asm/hwcap.h Tom Lane
- Re: Updating IPC::Run in CI? Noah Misch
- Re: Compile error on the aarch64 platform: Missing asm/hwcap.h Tom Lane
- Re: [PATCH] Add hints for invalid binary encoding names in encode/decode functions Masahiko Sawada