pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/12/31
Re: Add a berief general comment on BTScanInsertData's nextkey and backward
Yugo Nagata
2025/12/31
Re: nbtree: Cache operator family OID in _bt_setup_array_cmp
Chao Li
2025/12/31
Re: nbtree: Cache operator family OID in _bt_setup_array_cmp
Kirill Reshke
2025/12/31
Planner : anti-join on left joins
Nicolas Adenis-Lamarre
2025/12/31
A typo in .cirrus.tasks.yml
Xueyu Gao
2025/12/31
Re: Fix comments on _bt_skiparray_strat_increment/decrement
Yugo Nagata
2025/12/31
psql: Add tab completion for \copy pstdin and pstdout
Yugo Nagata
2025/12/31
Re: Fix casting away const in _bt_reorder_array_cmp
Bertrand Drouvot
2025/12/31
PL/Python initialization cleanup
Peter Eisentraut
2025/12/31
Re: Don't cast away const where possible
Bertrand Drouvot
2025/12/31
nbtree: Cache operator family OID in _bt_setup_array_cmp
Chao Li
2025/12/31
Re: Error position support for ComputeIndexAttrs
jian he
2025/12/30
Fix casting away const in _bt_reorder_array_cmp
Chao Li
2025/12/30
Re: add function argument name to substring and substr
jian he
2025/12/30
Re: Fix comments on _bt_skiparray_strat_increment/decrement
Chao Li
2025/12/30
Re: Fix comments on _bt_skiparray_strat_increment/decrement
Yugo Nagata
2025/12/30
Re: CREATE TABLE LIKE INCLUDING TRIGGERS
jian he
2025/12/30
Re: [PATCH] Typo fix in fk-snapshot-3.spec
wenhui qiu
2025/12/30
Re: Fix comments on _bt_skiparray_strat_increment/decrement
Chao Li
2025/12/30
Re: disallow alter individual column if partition key contains wholerow reference
jian he
2025/12/30
Re: Speed up ICU case conversion by using ucasemap_utf8To*()
zengman
2025/12/30
Re: Wrong comment for ReplicationSlotCreate
Chao Li
2025/12/30
Re: [PATCH] Typo fix in fk-snapshot-3.spec
Japin Li
2025/12/30
Re: Remove header lock BufferGetLSNAtomic() on architectures with 64 bit atomic operations
Andreas Karlsson
2025/12/30
Re: Minor LLVM cleanups
Thomas Munro
2025/12/30
Re: Minor LLVM cleanups
Thomas Munro
2025/12/30
Re: [PATCH] Typo fix in fk-snapshot-3.spec
Aditya Gollamudi
2025/12/30
[PATCH] Typo fix in fk-snapshot-3.spec
Aditya Gollamudi
2025/12/30
Re: could sent_lsn be lower than write/flush/replay_lsn?
Jaime Casanova
2025/12/30
Re: CREATE SCHEMA ... CREATE DOMAIN support
jian he
2025/12/30
Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE
Tatsuya Kawata
2025/12/30
Re: Can we remove support for standard_conforming_strings = off yet?
Corey Huinker
2025/12/30
Re: Add support for EXTRA_REGRESS_OPTS for meson
Andreas Karlsson
2025/12/30
Re: Speed up ICU case conversion by using ucasemap_utf8To*()
Andreas Karlsson
2025/12/30
Re: lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId()
Tom Lane
2025/12/30
Re: Can we remove support for standard_conforming_strings = off yet?
Tom Lane
2025/12/30
Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE
Masahiko Sawada
2025/12/30
Re: Asynchronous MergeAppend
Alexander Pyhalov
2025/12/30
Re: Assertion failure in SnapBuildInitialSnapshot()
Masahiko Sawada
2025/12/30
Re: lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId()
Matthias van de Meent
2025/12/30
Re: Python Limited API for PL/Python on MSVC
Bryan Green
2025/12/30
Re: lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId()
Tom Lane
2025/12/30
Re: REASSIGN OWNED BY alters objects in other database.
Kirill Reshke
2025/12/30
Python Limited API for PL/Python on MSVC
Bryan Green
2025/12/30
Re: lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId()
Matthias van de Meent
2025/12/30
Re: REASSIGN OWNED BY alters objects in other database.
Álvaro Herrera
2025/12/30
Re: lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId()
Álvaro Herrera
2025/12/30
Re: REASSIGN OWNED BY alters objects in other database.
Kirill Reshke
2025/12/30
Re: Asynchronous MergeAppend
Alexander Pyhalov
2025/12/30
REASSIGN OWNED BY alters objects in other database.
Kirill Reshke
2025/12/30
Re: Minor refactor in catcache.c
cca5507
2025/12/30
Refactor PROCLOCK hash table into partitioned list allocator
Andrey Borodin
2025/12/30
Re: Minor refactor in catcache.c
Matthias van de Meent
2025/12/30
Minor refactor in catcache.c
cca5507
2025/12/30
Re: Wrong comment for ReplicationSlotCreate
Daniil Davydov
2025/12/30
Fix comments on _bt_skiparray_strat_increment/decrement
Yugo Nagata
2025/12/30
Re: SQL Property Graph Queries (SQL/PGQ)
Ashutosh Bapat
2025/12/30
Re: Compiler warning on Debian 12, PostgreSQL 16 Beta3
Thomas Munro
2025/12/30
Re: Wrong comment for ReplicationSlotCreate
Chao Li
2025/12/30
Re: Refactor to eliminate cast-away-const in pg_dump object sort comparator
Chao Li
2025/12/30
Re: Limit memory usage by postgres_fdw batches
Alexander Pyhalov
2025/12/30
Re: Refactor query normalization into core query jumbling
Bertrand Drouvot
2025/12/30
Re: Improve logical replication usability when tables lack primary keys
Chao Li
2025/12/30
Re: RFC: PostgreSQL Storage I/O Transformation Hooks
Zsolt Parragi
2025/12/29
Re: [Proposal] Expose internal MultiXact member count function for efficient monitoring
Michael Paquier
2025/12/29
Re: Resetting recovery target parameters in pg_createsubscriber
Alena Vinter
2025/12/29
Re: Refactor replication origin state reset helpers
Chao Li
2025/12/29
Re: Implement waiting for wal lsn replay: reloaded
Xuneng Zhou
2025/12/29
Re: Can we remove support for standard_conforming_strings = off yet?
Pavel Stehule
2025/12/29
Can we remove support for standard_conforming_strings = off yet?
Tom Lane
2025/12/29
Re: Refactor replication origin state reset helpers
Chao Li
2025/12/29
Re: [PATCH] Allow complex data for GUC extra.
Bryan Green
2025/12/29
Re: Refactor replication origin state reset helpers
Ashutosh Bapat
2025/12/29
Re: Fix duplicated word in lsyscache.c comment
Michael Paquier
2025/12/29
Re: Refactor query normalization into core query jumbling
Michael Paquier
2025/12/29
Re: Assertion failure in SnapBuildInitialSnapshot()
Chao Li
2025/12/29
Re: Implement waiting for wal lsn replay: reloaded
Chao Li
2025/12/29
Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE
Tatsuya Kawata
2025/12/29
Re: Implement waiting for wal lsn replay: reloaded
Álvaro Herrera
2025/12/29
Re: [BUG] Incorrect historic snapshot may be serialized to diskduring fast-forwarding
cca5507
2025/12/29
Re: [Proposal] Expose internal MultiXact member count function for efficient monitoring
Naga Appani
2025/12/29
Re: Streamify more code paths
Xuneng Zhou
2025/12/29
Re: Implement waiting for wal lsn replay: reloaded
Xuneng Zhou
2025/12/29
Re: RFC: PostgreSQL Storage I/O Transformation Hooks
Henson Choi
2025/12/29
Re: Refactor query normalization into core query jumbling
Lukas Fittl
2025/12/29
Re: [PATCH] Allow complex data for GUC extra.
Tom Lane
2025/12/29
Re: Implement waiting for wal lsn replay: reloaded
Xuneng Zhou
2025/12/29
Re: [PATCH] Allow complex data for GUC extra.
Bryan Green
2025/12/29
Re: [PATCH] Add missing XLogEnsureRecordSpace() call in LogLogicalMessage
Henson Choi
2025/12/29
Re: Streamify more code paths
Xuneng Zhou
2025/12/29
Re: POC: make mxidoff 64 bits
zengman
2025/12/29
Re: [PATCH] Allow complex data for GUC extra.
Tom Lane
2025/12/29
Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE
Chao Li
2025/12/29
Re: Fix ALTER TABLE DROP EXPRESSION with inheritance hierarchy
jian he
2025/12/29
[PATCH] Add missing XLogEnsureRecordSpace() call in LogLogicalMessage
Henson Choi
2025/12/29
Re: RFC: PostgreSQL Storage I/O Transformation Hooks
Tomas Vondra
2025/12/29
Re: pg_plan_advice
Lukas Fittl
2025/12/29
Re: Re: [BUG] Incorrect historic snapshot may be serialized to disk during fast-forwarding
Masahiko Sawada
2025/12/29
Re: [PATCH] Allow complex data for GUC extra.
Bryan Green
2025/12/29
Re: RFC: PostgreSQL Storage I/O Transformation Hooks
Henson Choi
2025/12/29
Re: Newly created replication slot may be invalidated by checkpoint
Masahiko Sawada
2025/12/29
Fix duplicated word in lsyscache.c comment
Chao Li
2025/12/29
Re: lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId()
Tom Lane
2025/12/29
Re: Fwd: [PATCH] Add zstd compression for TOAST using extended header format
Michael Paquier
2025/12/29
Re: lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId()
Matthias van de Meent
2025/12/29
Re: pg_plan_advice
Haibo Yan
2025/12/29
Re: [PATCH] Fix escaping for '\' and '"' in pageinspect for gist
Michael Paquier
2025/12/29
Re: lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId()
Chao Li
2025/12/29
Re: lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId()
Chao Li
2025/12/29
Re: lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId()
Tom Lane
2025/12/29
Re: [PATCH v1] replindex: Fix comment grammar in build_replindex_scan_key()
Chao Li
2025/12/29
Re: Assertion failure in SnapBuildInitialSnapshot()
Masahiko Sawada
2025/12/29
Re: Fix ALTER TABLE DROP EXPRESSION with inheritance hierarchy
Kirill Reshke
2025/12/29
Re: TAB completion for ALTER TABLE ... ALTER CONSTRAINT ... ENFORCED
Kirill Reshke
2025/12/29
Hash-based MCV matching for large IN-lists
Ilia Evdokimov
2025/12/29
Re: lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId()
Matthias van de Meent
2025/12/29
Re: [PATCH] Fix escaping for '\' and '"' in pageinspect for gist
Kirill Reshke
2025/12/29
Re: [PATCH] Fix escaping for '\' and '"' in pageinspect for gist
Tom Lane
2025/12/29
Re: [PATCH] Fix escaping for '\' and '"' in pageinspect for gist
Kirill Reshke
2025/12/29
Re: lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId()
Tom Lane
2025/12/29
Re: lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId()
Tom Lane
2025/12/29
Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE
Masahiko Sawada
2025/12/29
Re: [PATCH] Fix escaping for '\' and '"' in pageinspect for gist
Tom Lane
2025/12/29
Re: lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId()
Matthias van de Meent
2025/12/29
Re: Fix incorrect buffer lock description in pg_visibility comment
Masahiko Sawada
2025/12/29
Re: Fixing some ancient errors in hash join costing
Tom Lane
2025/12/29
Re: improve performance of pg_dump with many sequences
Tom Lane
2025/12/29
Re: Speed up COPY FROM text/CSV parsing using SIMD
Manni Wood
2025/12/29
Re: index prefetching
Konstantin Knizhnik
2025/12/29
Re: lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId()
Tom Lane
2025/12/29
Re: Define DatumGetInt8 function.
Kirill Reshke
2025/12/29
Re: [PATCH] Fix escaping for '\' and '"' in pageinspect for gist
Kirill Reshke
2025/12/29
Re: Define DatumGetInt8 function.
Tom Lane
2025/12/29
[PATCH] Fix escaping for '\' and '"' in pageinspect for gist
Roman Khapov
2025/12/29
Re: TAB completion for ALTER TABLE ... ALTER CONSTRAINT ... ENFORCED
Roman Khapov
2025/12/29
Re: Change checkpoint‑record‑missing PANIC to FATAL
Nitin Jadhav
2025/12/29
Re: Refactor replication origin state reset helpers
Álvaro Herrera
2025/12/29
Re: Refactor replication origin state reset helpers
Álvaro Herrera
2025/12/29
Re: Refactor to eliminate cast-away-const in pg_dump object sort comparator
Bertrand Drouvot
2025/12/29
Re: Fwd: [PATCH] Add zstd compression for TOAST using extended header format
Dharin Shah
2025/12/29
Wrong comment for ReplicationSlotCreate
Daniil Davydov
2025/12/29
Re: index prefetching
Konstantin Knizhnik
2025/12/29
Re: GIN pageinspect support for entry tree and posting tree
Kirill Reshke
2025/12/29
Re: pg_recvlogical: Prevent flushed data from being re-sent after restarting replication
Mircea Cadariu
2025/12/29
Re: [Proposal] Adding Log File Capability to pg_createsubscriber
vignesh C
2025/12/29
Re: Define DatumGetInt8 function.
Chao Li
2025/12/29
Define DatumGetInt8 function.
Kirill Reshke
2025/12/29
Re: Streamify more code paths
Nazir Bilal Yavuz
2025/12/29
Re: Regression with large XML data input
zengman
2025/12/29
Re: Checkpointer write combining
Soumya S Murali
2025/12/29
Re: Refactor to eliminate cast-away-const in pg_dump object sort comparator
Chao Li
2025/12/29
Re: Don't cast away const where possible
Chao Li
2025/12/29
lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId()
Chao Li
2025/12/29
Re: Don't cast away const where possible
Bertrand Drouvot
2025/12/29
Remove redundant AttStatsSlot initialization in eqjoinsel()
Chao Li
2025/12/29
Re: More const-marking cleanup
Bertrand Drouvot
2025/12/29
Re: Enhancing Memory Context Statistics Reporting
Rahila Syed
2025/12/29
Re: Assert when executing query on partitioned table
Dmitry Koval
2025/12/29
Re[2]: [PATCH] Add pg_current_vxact_id() function to expose virtual transaction IDs
Pavlo Golub
2025/12/29
Re: Proposal: Cascade REPLICA IDENTITY changes to leaf partitions
Chao Li
2025/12/29
[PATCH v1] replindex: Fix comment grammar in build_replindex_scan_key()
zourenli
2025/12/28
Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ...
zengman
2025/12/28
Re: RFC: PostgreSQL Storage I/O Transformation Hooks
Zsolt Parragi
2025/12/28
Re: domain for WITHOUT OVERLAPS
jian he
2025/12/28
Re: could sent_lsn be lower than write/flush/replay_lsn?
Ashutosh Bapat
2025/12/28
Re: RFC: PostgreSQL Storage I/O Transformation Hooks
Zsolt Parragi
2025/12/28
Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ...
VASUKI M
2025/12/28
Re: Fixing some ancient errors in hash join costing
Chao Li
2025/12/28
Re: Proposal: Conflict log history table for Logical Replication
shveta malik
2025/12/28
Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Pavel Stehule
2025/12/28
Re: RFC: PostgreSQL Storage I/O Transformation Hooks
Henson Choi
2025/12/28
Re: Regression with large XML data input
Tom Lane
2025/12/28
Re: [Proposal] Expose internal MultiXact member count function for efficient monitoring
Michael Paquier
2025/12/28
Re: cleanup: Split long Makefile lists across lines and sort them
Tom Lane
2025/12/28
Re: Fixing some ancient errors in hash join costing
Tom Lane
2025/12/28
Re: Introduce ENDLIST to terminate multiline makefile lists
Tom Lane
2025/12/28
Re: Introduce ENDLIST to terminate multiline makefile lists
Chao Li
2025/12/28
Re: RFC: PostgreSQL Storage I/O Transformation Hooks
Henson Choi
2025/12/28
Re: Introduce ENDLIST to terminate multiline makefile lists
Michael Paquier
2025/12/28
Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Michael Paquier
2025/12/28
Re: cleanup: Split long Makefile lists across lines and sort them
Chao Li
2025/12/28
Re: RFC: PostgreSQL Storage I/O Transformation Hooks
Henson Choi
2025/12/28
Introduce ENDLIST to terminate multiline makefile lists
Chao Li
2025/12/28
Re: [Patch] timezone/zic.c: Fix file handle leak in dolink()
zengman
2025/12/28
Re: let ALTER COLUMN SET DATA TYPE cope with trigger dependency
jian he
2025/12/28
Re: CREATE TABLE LIKE INCLUDING TRIGGERS
jian he
2025/12/28
Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Michael Paquier
2025/12/28
Re: Fixing some ancient errors in hash join costing
Chao Li
2025/12/28
Re: Regression with large XML data input
Michael Paquier
2025/12/28
Re: [PATCH] Add pg_current_vxact_id() function to expose virtual transaction IDs
Michael Paquier
2025/12/28
Re: index prefetching
Tomas Vondra
2025/12/28
Re: 回复: cleanup: Split long Makefile lists across lines and sort them
Michael Paquier
2025/12/28
Re: Fixing some ancient errors in hash join costing
Tom Lane
2025/12/28
Re: index prefetching
Konstantin Knizhnik
2025/12/28
Re: Fixing some ancient errors in hash join costing
Tom Lane
2025/12/28
Re: index prefetching
Tomas Vondra
2025/12/28
Re: RFC: PostgreSQL Storage I/O Transformation Hooks
Tomas Vondra
2025/12/28
Re: index prefetching
Konstantin Knizhnik
2025/12/28
Re: RFC: PostgreSQL Storage I/O Transformation Hooks
Konstantin Knizhnik
2025/12/28
Re: index prefetching
Tomas Vondra
Earlier messages
Later messages