pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/06/30
Re: Fix psql pager selection for wrapped expanded output
Erik Wienhold
2026/06/30
Re: Global temporary tables
Pavel Stehule
2026/06/30
Improving display of octal GUCs
Tom Lane
2026/06/30
Re: Correct documentation for protocol version
Jelte Fennema-Nio
2026/06/30
Re: BUG with accessing to temporary tables of other sessions still exists
Alexander Korotkov
2026/06/30
Re: Global temporary tables
Dean Rasheed
2026/06/30
Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Alexander Korotkov
2026/06/30
Re: Global temporary tables
Pavel Stehule
2026/06/30
Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint()
Ayush Tiwari
2026/06/30
Re: psql tab completion for user functions and if explicitly required also "pg_"
Mario González Troncoso
2026/06/30
Re: Add MIN/MAX aggregate support for uuid
Masahiko Sawada
2026/06/30
Re: [PATCH] Avoid internal error for invalid interval typmods
Haibo Yan
2026/06/30
Re: Optimize UUID parse using SIMD
Haibo Yan
2026/06/30
Re: Optimize UUID parse using SIMD
Masahiko Sawada
2026/06/30
Re: Fix race condition in pg_get_publication_tables with concurrent DROP TABLE
Masahiko Sawada
2026/06/30
Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions
Salma El-Sayed
2026/06/30
Wrong query result w/ propgraph single lateral col reference
Noah Misch
2026/06/30
Re: Add wait events for server logging destination writes
신성준
2026/06/30
Re: occasional ECPG failures on dikkop (FreeBSD)
Tomas Vondra
2026/06/30
Re: Correct documentation for protocol version
Jacob Champion
2026/06/30
Re: occasional ECPG failures on dikkop (FreeBSD)
Tomas Vondra
2026/06/30
Re: Centralised architecture detection
Tom Lane
2026/06/30
Re: use of SPI by postgresImportForeignStatistics
Corey Huinker
2026/06/30
Re: remove pg_spin_delay() from atomics code
Nathan Bossart
2026/06/30
Re: use of SPI by postgresImportForeignStatistics
Corey Huinker
2026/06/30
Re: Handle concurrent drop when doing whole database vacuum
Nathan Bossart
2026/06/30
Re: occasional ECPG failures on dikkop (FreeBSD)
Tomas Vondra
2026/06/30
Re: statatt_build_stavalues->LOCAL_FCINFO wrong number
Corey Huinker
2026/06/30
Re: pg_plan_advice: FOREIGN_JOIN advice generated for a single-relation foreign scan is not round-trip safe
Robert Haas
2026/06/30
pg_plan_advice: FOREIGN_JOIN advice generated for a single-relation foreign scan is not round-trip safe
Mahendra Singh Thalor
2026/06/30
Re: occasional ECPG failures on dikkop (FreeBSD)
Tom Lane
2026/06/30
Re: [PATCH] GROUP BY ALL
Tom Lane
2026/06/30
Re: Make SPI_prepare argtypes argument const
Peter Eisentraut
2026/06/30
Re: WAL compression setting after PostgreSQL LZ4 default change
Japin Li
2026/06/30
Re: COALESCE patch
prankware
2026/06/30
Re: Adding a stored generated column without long-lived locks
Alberto Piai
2026/06/30
pg_dump: drop column default before adding identity when needed
Виолин Антуан
2026/06/30
Re: DROP INVALID INDEXES command
Álvaro Herrera
2026/06/30
Re: Adding basic NUMA awareness
Jakub Wartak
2026/06/30
Re: Report bytes and transactions actually sent downtream
Ashutosh Sharma
2026/06/30
Re: use of SPI by postgresImportForeignStatistics
Etsuro Fujita
2026/06/30
Re: JSON_VALUE/JSON_TABLE DEFAULT expression ignores RETURNING typmod
Amit Langote
2026/06/30
Using ForeignScan::fs_server to find user mapping
Anton Ratundalov
2026/06/30
Refactor function pg_get_multixact_stats (src/backend/utils/adt/multixactfuncs.c)
Ranier Vilela
2026/06/30
Re: Fix bug with accessing to temporary tables of other sessions
Daniil Davydov
2026/06/30
Re: Fix bug with accessing to temporary tables of other sessions
Alexander Korotkov
2026/06/30
COALESCE patch
prankware
2026/06/30
Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Pavel Borisov
2026/06/30
Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement
Akshay Joshi
2026/06/30
Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Alexander Korotkov
2026/06/30
Re: Differential Code Coverage report for Postgres
Nazir Bilal Yavuz
2026/06/30
Re: WAL compression setting after PostgreSQL LZ4 default change
Christoph Berg
2026/06/30
WAL compression setting after PostgreSQL LZ4 default change
wenhui qiu
2026/06/30
DROP INVALID INDEXES command
Roman Khapov
2026/06/30
Re: [PATCH] Document wal_compression=on
Christoph Berg
2026/06/30
Re: Support EXCEPT for TABLES IN SCHEMA publications
shveta malik
2026/06/30
Re: [PATCH] Document wal_compression=on
John Naylor
2026/06/30
Re: [PATCH] Document wal_compression=on
Christoph Berg
2026/06/30
Re: [PATCH] Document wal_compression=on
John Naylor
2026/06/30
Re: [PATCH] Document wal_compression=on
wenhui qiu
2026/06/30
Re: Fix HAVING-to-WHERE pushdown with mismatched operator families
Richard Guo
2026/06/30
Re: Proposal: Conflict log history table for Logical Replication
Amit Kapila
2026/06/30
Re: Do not scan index in right table if condition for left join evaluates to false using columns in left table
Andrei Lepikhov
2026/06/30
Re: occasional ECPG failures on dikkop (FreeBSD)
Tomas Vondra
2026/06/30
Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows
Chao Li
2026/06/30
Re: Add per-backend lock statistics
Michael Paquier
2026/06/30
Re: Add pg_stat_kind_info system view
Michael Paquier
2026/06/30
Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows
Chao Li
2026/06/30
Re: Add pg_stat_kind_info system view
Bertrand Drouvot
2026/06/30
Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows
Ayush Tiwari
2026/06/30
Re: Support EXCEPT for ALL SEQUENCES publications
Ashutosh Sharma
2026/06/30
Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows
Chao Li
2026/06/30
Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
Henson Choi
2026/06/30
JSON_VALUE/JSON_TABLE DEFAULT expression ignores RETURNING typmod
Ewan Young
2026/06/30
Re: Report bytes and transactions actually sent downtream
Ashutosh Sharma
2026/06/29
Re: Include sequences in publications created by pg_createsubscriber
vignesh C
2026/06/29
Re: Support EXCEPT for ALL SEQUENCES publications
Shlok Kyal
2026/06/29
Re: Add pg_stat_kind_info system view
Michael Paquier
2026/06/29
Re: DDL deparse
Vitaly Davydov
2026/06/29
Re: Per-thread leak in ECPG's memory.c
Thom Brown
2026/06/29
Re: autovacuum launcher crash: assert in pgstat_count_io_op (IOOP_EXTEND on pg_database's VM)
Ewan Young
2026/06/29
Re: Proposal: Conflict log history table for Logical Replication
Amit Kapila
2026/06/29
Re: Add per-backend lock statistics
Bertrand Drouvot
2026/06/29
Re: Return pg_control from pg_backup_stop().
David Steele
2026/06/29
Re: Handle concurrent drop when doing whole database vacuum
Michael Paquier
2026/06/29
Re: [PATCH] Avoid internal error for invalid interval typmods
Feng Wu
2026/06/29
[PATCH] Avoid internal error for invalid interval typmods
Feng Wu
2026/06/29
Re: statatt_build_stavalues->LOCAL_FCINFO wrong number
jian he
2026/06/29
[PATCH] Avoid internal error for invalid interval typmods
Feng Wu
2026/06/29
Re: [SP-]GiST IOS visibility bug (was: Why doens't GiST require super-exclusive lock)
solai v
2026/06/29
Re: [PATCH] Document wal_compression=on
Michael Paquier
2026/06/29
Re: Proposal: Conflict log history table for Logical Replication
Dilip Kumar
2026/06/29
Re: Row pattern recognition
jian he
2026/06/29
Re: [PATCH] Change wait_time column of pg_stat_lock to double precision
Michael Paquier
2026/06/29
Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10
Fujii Masao
2026/06/29
Re: Proposal: Conflict log history table for Logical Replication
shveta malik
2026/06/29
Re: Deadlock detector fails to activate on a hot standby replica
Xuneng Zhou
2026/06/29
Re: PROPERTY GRAPH pg_dump ACL minimization
Tom Lane
2026/06/29
PROPERTY GRAPH pg_dump ACL minimization
Noah Misch
2026/06/29
Re: 048_vacuum_horizon_floor.pl hangs due to wakeup lost inside LockBufferForCleanup
Xuneng Zhou
2026/06/29
Re: Per-thread leak in ECPG's memory.c
Thomas Munro
2026/06/29
Re: Proposal: Conflict log history table for Logical Replication
Peter Smith
2026/06/29
Re: occasional ECPG failures on dikkop (FreeBSD)
Tom Lane
2026/06/29
Re: 048_vacuum_horizon_floor.pl hangs due to wakeup lost inside LockBufferForCleanup
Fujii Masao
2026/06/29
Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f').
Fujii Masao
2026/06/29
Re: Collation & ctype method table, and extension hooks
Noah Misch
2026/06/29
Re: [PATCH] Fix sequence value may rollback after CREATE DATABASE TEMPLATE with WAL_LOG strategy
Daisuke Higuchi
2026/06/29
Re: Per-thread leak in ECPG's memory.c
Thom Brown
2026/06/29
Re:Re: COPY FROM with RLS
Yilin Zhang
2026/06/29
Re: use of SPI by postgresImportForeignStatistics
Corey Huinker
2026/06/29
Re: Optimize UUID parse using SIMD
Haibo Yan
2026/06/29
Re: statatt_build_stavalues->LOCAL_FCINFO wrong number
Corey Huinker
2026/06/29
Re: md5_password_warnings for password auth with MD5-encrypted passwords
Fujii Masao
2026/06/29
Re: Get rid of "Section.N.N.N" on DOCs
Bruce Momjian
2026/06/29
Re: Row pattern recognition
Henson Choi
2026/06/29
Re: Fix publisher-side sequence permission reporting
Fujii Masao
2026/06/29
Re: PostgreSQL select-only CTE removal is too aggressive?
David G. Johnston
2026/06/29
Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks
Michael Paquier
2026/06/29
Re: statatt_build_stavalues->LOCAL_FCINFO wrong number
Michael Paquier
2026/06/29
Re: Per-thread leak in ECPG's memory.c
Thomas Munro
2026/06/29
Re: uuidv7 improperly accepts dates before 1970-01-01
Masahiko Sawada
2026/06/29
Re: Report bytes and transactions actually sent downtream
Masahiko Sawada
2026/06/29
Re: occasional ECPG failures on dikkop (FreeBSD)
Tomas Vondra
2026/06/29
Missing FSM Update when Updating VM On-access
Melanie Plageman
2026/06/29
Re: Can we use Statistics Import and Export feature to perforamance testing?
Kenichiro Tanaka
2026/06/29
Re: Optimize UUID parse using SIMD
Masahiko Sawada
2026/06/29
Re: Optimize UUID parse using SIMD
Masahiko Sawada
2026/06/29
Re: implement CAST(expr AS type FORMAT 'template')
Zsolt Parragi
2026/06/29
Re: First draft of PG 19 release notes
Bruce Momjian
2026/06/29
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Zsolt Parragi
2026/06/29
Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks
Zsolt Parragi
2026/06/29
Multi-insert for logical replication apply
Bharath Rupireddy
2026/06/29
Re: pg_createsubscriber --dry-run logging concerns
Álvaro Herrera
2026/06/29
Re: PostgreSQL select-only CTE removal is too aggressive?
Tom Lane
2026/06/29
Re: pg_createsubscriber --dry-run logging concerns
Peter Smith
2026/06/29
Re: pg_createsubscriber --dry-run logging concerns
Euler Taveira
2026/06/29
Re: PostgreSQL select-only CTE removal is too aggressive?
Kirill Reshke
2026/06/29
Re: [BUG] Take a long time to reach consistent after pg_rewind
surya poondla
2026/06/29
Re: use of SPI by postgresImportForeignStatistics
Robert Haas
2026/06/29
Re: implement CAST(expr AS type FORMAT 'template')
Robert Haas
2026/06/29
Re: Differential Code Coverage report for Postgres
Álvaro Herrera
2026/06/29
[PATCH] - Re: libpq: decouple the .pgpass lookup port from the connection port
Diego
2026/06/29
Re: Handle concurrent drop when doing whole database vacuum
Nathan Bossart
2026/06/29
Re: RFC: Logging plan of the running query
Robert Haas
2026/06/29
Re: Handle concurrent drop when doing whole database vacuum
Bharath Rupireddy
2026/06/29
Re: Allow progress tracking of sub-commands
Rahila Syed
2026/06/29
Re: Fix publisher-side sequence permission reporting
vignesh C
2026/06/29
Re: Report oldest xmin source when autovacuum cannot remove tuples
Sami Imseih
2026/06/29
Re: Report index currently being vacuumed in pg_stat_progress_vacuum
Bharath Rupireddy
2026/06/29
Re: Report oldest xmin source when autovacuum cannot remove tuples
Bharath Rupireddy
2026/06/29
Re: PostgreSQL select-only CTE removal is too aggressive?
Tom Lane
2026/06/29
Re: Why clearing the VM doesn't require registering vm buffer in wal record
Robert Haas
2026/06/29
Re: md5_password_warnings for password auth with MD5-encrypted passwords
Nathan Bossart
2026/06/29
Re: Include sequences in publications created by pg_createsubscriber
Shlok Kyal
2026/06/29
Re: Per-thread leak in ECPG's memory.c
Thom Brown
2026/06/29
Re: [PATCH] Document wal_compression=on
Christoph Berg
2026/06/29
Re: coerce_type discard unnecessary CollateExprs
jian he
2026/06/29
Re: pg_createsubscriber --dry-run logging concerns
Peter Eisentraut
2026/06/29
Re: [PATCH] Improving index selection for logical replication apply with replica identity full
Ethan Mertz
2026/06/29
Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement
Akshay Joshi
2026/06/29
Re: coerce_type discard unnecessary CollateExprs
Tom Lane
2026/06/29
Re: FOR PORTION OF should not allow WHERE CURRENT OF
Peter Eisentraut
2026/06/29
Per-thread leak in ECPG's memory.c
Thomas Munro
2026/06/29
Re: [PATCH] Prevent repeated deadlock-check signals in standby buffer pin waits
Xuneng Zhou
2026/06/29
Guidance on Calculating max_locks_per_transaction for a Highly Partitioned Environment
Vivek Gadge
2026/06/29
Re: doc: fix two id/xreflabel inconsistencies in config.sgml
Bill Kim
2026/06/29
Allow progress tracking of sub-commands
Antonin Houska
2026/06/29
Re: Proposal: Conflict log history table for Logical Replication
Nisha Moond
2026/06/29
Re: use of SPI by postgresImportForeignStatistics
Etsuro Fujita
2026/06/29
Re: Fix handling of copy_file_range() return value
Peter Eisentraut
2026/06/29
coerce_type discard unnecessary CollateExprs
jian he
2026/06/29
Re: statatt_build_stavalues->LOCAL_FCINFO wrong number
jian he
2026/06/29
Re: Fix HAVING-to-WHERE pushdown with mismatched operator families
Chengpeng Yan
2026/06/29
Re: [PATCH] Document wal_compression=on
John Naylor
2026/06/29
Re: Proposal: Conflict log history table for Logical Replication
Amit Kapila
2026/06/29
Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
Henson Choi
2026/06/29
Re: Proposal: Conflict log history table for Logical Replication
Shlok Kyal
2026/06/29
Re: Support EXCEPT for ALL SEQUENCES publications
shveta malik
2026/06/29
Re: Additional message in pg_terminate_backend
warda Bibi
2026/06/29
Re:Re: COPY FROM with RLS
Yilin Zhang
2026/06/29
[PATCH] Document wal_compression=on
Christoph Berg
2026/06/29
RE: Add enable_groupagg GUC parameter to control GroupAggregate usage
Tatsuro Yamada
2026/06/29
Re: Row pattern recognition
Tatsuo Ishii
2026/06/29
Re: vectorized CRC on ARM64
John Naylor
2026/06/29
Re: Bypassing cursors in postgres_fdw to enable parallel plans
Rafia Sabih
2026/06/29
Fix FSM range endpoint after relation extension
Jingtang Zhang
2026/06/29
Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication
Ashutosh Sharma
2026/06/29
Re: Fix GROUP BY ALL handling of ORDER BY operator semantics
Chao Li
2026/06/29
Re: Report bytes and transactions actually sent downtream
Ashutosh Sharma
2026/06/29
Re: PostgreSQL select-only CTE removal is too aggressive?
Kirill Reshke
2026/06/29
Re: vectorized CRC on ARM64
Peter Eisentraut
2026/06/29
PostgreSQL select-only CTE removal is too aggressive?
Kirill Reshke
2026/06/29
Re: Proposal: Conflict log history table for Logical Replication
shveta malik
2026/06/29
Re: Include sequences in publications created by pg_createsubscriber
vignesh C
2026/06/29
Re: Fix HAVING-to-WHERE pushdown with mismatched operator families
Tender Wang
2026/06/29
Re: statatt_build_stavalues->LOCAL_FCINFO wrong number
Michael Paquier
2026/06/29
Re: Report oldest xmin source when autovacuum cannot remove tuples
Kyotaro Horiguchi
2026/06/29
Re: Remove the refint contrib module (for v20)
Ayush Tiwari
2026/06/29
Re: Remove the refint contrib module (for v20)
Ayush Tiwari
2026/06/29
Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks
JoongHyuk Shin
Earlier messages
Later messages