pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/05/16
Re: Random pg_upgrade 004_subscription test failure on drongo
Andrew Dunstan
2026/05/16
Re: [PATCH] Add NESTED_STATEMENTS option to EXPLAIN
Zsolt Parragi
2026/05/16
Re: [PATCH] Fix overflow and underflow in regr_r2()
Dean Rasheed
2026/05/16
Re: Import Statistics in postgres_fdw before resorting to sampling.
Etsuro Fujita
2026/05/16
Re: [PATCH] Rebuild CHECK constraints after generated column SET EXPRESSION
Ayush Tiwari
2026/05/16
Re: BUG: Cascading standby fails to reconnect after falling back to archive recovery
Xuneng Zhou
2026/05/15
[PATCH] Add NESTED_STATEMENTS option to EXPLAIN
Mohamed ALi
2026/05/15
Re: [PATCH] Rebuild CHECK constraints after generated column SET EXPRESSION
jian he
2026/05/15
Re: Fix bug of COPY (on_error set_null)
jian he
2026/05/15
Re: Move FOR PORTION OF checks out of analysis
Paul A Jungwirth
2026/05/15
Re: Re-add recently-removed tests for ltree and intarray
Michael Paquier
2026/05/15
Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server
Jeff Davis
2026/05/15
Re: Move FOR PORTION OF checks out of analysis
Álvaro Herrera
2026/05/15
Re: [PATCH] Fix null pointer dereference in PG19
Paul A Jungwirth
2026/05/15
Move FOR PORTION OF checks out of analysis
Paul A Jungwirth
2026/05/15
Re: FOR PORTION OF should reject GENERATED columns
Paul A Jungwirth
2026/05/15
Re: Vacuumlo improvements
Nathan Bossart
2026/05/15
Re: Track skipped tables during autovacuum and autoanalyze
Zsolt Parragi
2026/05/15
Re: [PATCH] doc: Document that invalid indexes are skipped during ATTACH PARTITION
Sami Imseih
2026/05/15
Re: Order of tables dumped by pg_dump
Tom Lane
2026/05/15
Re: Vacuumlo improvements
Sami Imseih
2026/05/15
Order of tables dumped by pg_dump
Isaac Morland
2026/05/15
Re: [PATCH] refint: Avoid reusing cascade UPDATE plans.
Ayush Tiwari
2026/05/15
[PATCH] doc: Document that invalid indexes are skipped during ATTACH PARTITION
Mohamed ALi
2026/05/15
Re: First draft of PG 19 release notes
Bruce Momjian
2026/05/15
Re: [PATCH] refint: Avoid reusing cascade UPDATE plans.
Nathan Bossart
2026/05/15
[PATCH] vacuumdb: Add --exclude-database option
Mohamed ALi
2026/05/15
Re: First draft of PG 19 release notes
Peter Geoghegan
2026/05/15
Re: Track skipped tables during autovacuum and autoanalyze
Sami Imseih
2026/05/15
Re: postgres_fdw: use_scram_passthrough on user mapping is ignored when also set on server
Matheus Alcantara
2026/05/15
Re: (SQL/PGQ) cache lookup failed for label
Ayush Tiwari
2026/05/15
Re: [PATCH] refint: Avoid reusing cascade UPDATE plans.
Ayush Tiwari
2026/05/15
Re: (SQL/PGQ) cache lookup failed for label
Junwang Zhao
2026/05/15
pg_recvlogical: honor source cluster file permissions for output files
Fujii Masao
2026/05/15
Re: [PATCH] refint: Avoid reusing cascade UPDATE plans.
Nathan Bossart
2026/05/15
Re: [PATCH] refint: Avoid reusing cascade UPDATE plans.
Álvaro Herrera
2026/05/15
Re: [PATCH] Fix psql tab completion for REPACK boolean options
Álvaro Herrera
2026/05/15
Re: [PATCH] refint: Avoid reusing cascade UPDATE plans.
Nathan Bossart
2026/05/15
Re: misleading error message in ProcessUtilitySlow T_CreateStatsStmt
Álvaro Herrera
2026/05/15
Re: Support EXCEPT for TABLES IN SCHEMA publications
Nisha Moond
2026/05/15
Re: Bound memory usage during manual slot sync retries
Xuneng Zhou
2026/05/15
Re: Bound memory usage during manual slot sync retries
Xuneng Zhou
2026/05/15
Re: [PATCH] Fix ProcKill lock-group vs procLatch recycle race
Vlad Lesin
2026/05/15
Re: COPY ON_CONFLICT TABLE; save duplicated record to another table.
Zsolt Parragi
2026/05/15
Re: [PATCH] Fix for bug #19474: LIKE fails to match literal backslashes with nondeterministic collations
Nitin Motiani
2026/05/15
Re: SQL/JSON json_table plan clause
Nikita Malakhov
2026/05/15
Re: on_error table, saving error info to a table
Zsolt Parragi
2026/05/15
Re: doc: fix pg_restore_extended_stats() example syntax
Michael Paquier
2026/05/15
Re: Improve conflict detection when replication origins are reused
Nisha Moond
2026/05/15
Re: (SQL/PGQ) cache lookup failed for label
Ayush Tiwari
2026/05/15
Re: Truncate logs by max_log_size
Jim Jones
2026/05/15
Re: (SQL/PGQ) cache lookup failed for label
Ayush Tiwari
2026/05/15
Re: Proposal: Conflict log history table for Logical Replication
Nisha Moond
2026/05/15
Re: Improve conflict detection when replication origins are reused
shveta malik
2026/05/15
Re: Bug? pg_rewind produces unusable but starting database with standby recovery
Zsolt Parragi
2026/05/15
Re: [PATCH] Fix psql tab completion for REPACK boolean options
Fujii Masao
2026/05/15
doc: fix pg_restore_extended_stats() example syntax
Chao Li
2026/05/15
Re: Bound memory usage during manual slot sync retries
Amit Kapila
2026/05/15
Re: on_error table, saving error info to a table
jian he
2026/05/15
Re: Track skipped tables during autovacuum and autoanalyze
Zsolt Parragi
2026/05/15
Re: postgres_fdw: restore_stats uses current user's mapping instead of table owner's during ANALYZE
Etsuro Fujita
2026/05/15
RE: Bound memory usage during manual slot sync retries
Zhijie Hou (Fujitsu)
2026/05/15
Re: Adjust pg_stat_get_lock() prorows to match lock types
Chao Li
2026/05/15
Re: Simplify signature of ProcessStartupPacket()
Michael Paquier
2026/05/15
Re: Simplify signature of ProcessStartupPacket()
Heikki Linnakangas
2026/05/15
Re: Should IGNORE NULLS cache nullness for volatile arguments?
Tatsuo Ishii
2026/05/15
Re: Support EXCEPT for TABLES IN SCHEMA publications
Peter Smith
2026/05/15
Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server
Chao Li
2026/05/14
Re: Re-add recently-removed tests for ltree and intarray
Michael Paquier
2026/05/14
Re: [PATCH] refint: Avoid reusing cascade UPDATE plans.
Ayush Tiwari
2026/05/14
Re: Bound memory usage during manual slot sync retries
shveta malik
2026/05/14
Re: Re-add recently-removed tests for ltree and intarray
John Naylor
2026/05/14
Re: [PATCH] Expose checkpoint timestamp and duration in pg_stat_checkpointer
Soumya S Murali
2026/05/14
Simplify signature of ProcessStartupPacket()
Michael Paquier
2026/05/14
A trivial fix on a comment in pgstat_assoc_relation()
Yugo Nagata
2026/05/14
Bound memory usage during manual slot sync retries
Xuneng Zhou
2026/05/14
Re: Add psql tab completion support for FOR PORTION OF
Kiran Kaki
2026/05/14
Re: Track skipped tables during autovacuum and autoanalyze
Yugo Nagata
2026/05/14
Re: Re-add recently-removed tests for ltree and intarray
Michael Paquier
2026/05/14
Re: postgres_fdw: restore_stats uses current user's mapping instead of table owner's during ANALYZE
Fujii Masao
2026/05/14
Re: [PATCH] Add pg_get_subscription_ddl() function
solai v
2026/05/14
Re: Fix the race condition for updating slot minimum LSN
solai v
2026/05/14
Re: postgres_fdw: use_scram_passthrough on user mapping is ignored when also set on server
Fujii Masao
2026/05/14
Review comments on createPartitions() in pgbench.c
vellaipandiyan sm
2026/05/14
Re: [PATCH] Rebuild CHECK constraints after generated column SET EXPRESSION
Ayush Tiwari
2026/05/14
Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication
shveta malik
2026/05/14
Re: Add a guard against uninitialized default locale
Ayush Tiwari
2026/05/14
Re: Improve conflict detection when replication origins are reused
shveta malik
2026/05/14
Re: Should IGNORE NULLS cache nullness for volatile arguments?
Chao Li
2026/05/14
Re: [PATCH] Rebuild CHECK constraints after generated column SET EXPRESSION
jian he
2026/05/14
Re: Re-add recently-removed tests for ltree and intarray
Tom Lane
2026/05/14
Re: Re-add recently-removed tests for ltree and intarray
John Naylor
2026/05/14
Re: Re-add recently-removed tests for ltree and intarray
Tom Lane
2026/05/14
Fix bug of COPY (on_error set_null)
Chao Li
2026/05/14
Re: Track skipped tables during autovacuum and autoanalyze
Sami Imseih
2026/05/14
Re: postgres_fdw: restore_stats uses current user's mapping instead of table owner's during ANALYZE
Etsuro Fujita
2026/05/14
Re: Fix jsonpath .split_part() to honor silent mode
Michael Paquier
2026/05/14
Re-add recently-removed tests for ltree and intarray
Michael Paquier
2026/05/14
Re: Adding a stored generated column without long-lived locks
Alberto Piai
2026/05/14
Re: Refactor: allow pg_strncoll(), etc., to accept -1 length for NUL-terminated cstrings.
Andres Freund
2026/05/14
Re: Add a guard against uninitialized default locale
Jeff Davis
2026/05/14
Re: Refactor: allow pg_strncoll(), etc., to accept -1 length for NUL-terminated cstrings.
Jeff Davis
2026/05/14
Re: Startup process deadlock: WaitForProcSignalBarriers vs aux process
Masahiko Sawada
2026/05/14
Re: Track skipped tables during autovacuum and autoanalyze
Zsolt Parragi
2026/05/14
Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server
Jeff Davis
2026/05/14
Re: [PATCH] refint: Avoid reusing cascade UPDATE plans.
Nathan Bossart
2026/05/14
Re: postgres_fdw: use_scram_passthrough on user mapping is ignored when also set on server
Matheus Alcantara
2026/05/14
Re: call for applications: hacker mentoring 2026
Robert Haas
2026/05/14
[PATCH] refint: Avoid reusing cascade UPDATE plans.
Ayush Tiwari
2026/05/14
Re: Fix bug of COPY TO support partition table
Masahiko Sawada
2026/05/14
Re: [PATCH] Fix for bug #19474: LIKE fails to match literal backslashes with nondeterministic collations
Zsolt Parragi
2026/05/14
postgres_fdw: use_scram_passthrough on user mapping is ignored when also set on server
Fujii Masao
2026/05/14
Set calcSumX2 = true in numeric_(poly_)deserialize
Maxime Schoemans
2026/05/14
Re: on_error table, saving error info to a table
Zsolt Parragi
2026/05/14
Re: [PATCH] Rebuild CHECK constraints after generated column SET EXPRESSION
Ayush Tiwari
2026/05/14
Re: Fix bug of COPY TO support partition table
Fujii Masao
2026/05/14
Re: Fix bug with accessing to temporary tables of other sessions
Daniil Davydov
2026/05/14
Re: Fix bug with accessing to temporary tables of other sessions
Jim Jones
2026/05/14
Re: Fix bug of COPY TO support partition table
Masahiko Sawada
2026/05/14
Re: Fix bug of COPY TO support partition table
Fujii Masao
2026/05/14
Re: [PATCH] Make spelling consistent in waiteventset.c
Bruce Momjian
2026/05/14
Re: [SQL/PGQ] Early pruning for GRAPH_TABLE path generation
Junwang Zhao
2026/05/14
Re: [PATCH] Add pg_current_vxact_id() function to expose virtual transaction IDs
solai v
2026/05/14
Re: [PATCH] no table rewrite when set column type to constrained domain
solai v
2026/05/14
Re: libpq: Process buffered SSL read bytes to support records >8kB on async API
solai v
2026/05/14
Lazy snapshot distribution in logical decoding
Rui Zhao
2026/05/14
postgres_fdw: restore_stats uses current user's mapping instead of table owner's during ANALYZE
Fujii Masao
2026/05/14
Re: (SQL/PGQ) cache lookup failed for label
zengman
2026/05/14
Re: Fix bug with accessing to temporary tables of other sessions
Alexander Korotkov
2026/05/14
[PATCH] REPLICA IDENTITY USING INDEX accepts column with invalid NOT NULL
Ante Krešić
2026/05/14
Re: Should IGNORE NULLS cache nullness for volatile arguments?
Tatsuo Ishii
2026/05/14
Re: Use pg_current_xact_id() instead of deprecated txid_current()
Shinya Kato
2026/05/14
Re: Fix jsonpath .split_part() to honor silent mode
Andrew Dunstan
2026/05/14
Re: Import Statistics in postgres_fdw before resorting to sampling.
Etsuro Fujita
2026/05/14
[PATCH] Fix for bug #19474: LIKE fails to match literal backslashes with nondeterministic collations
Nitin Motiani
2026/05/14
Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication
shveta malik
2026/05/14
Re: Proposal: Conflict log history table for Logical Replication
Amit Kapila
2026/05/14
Fix bug of COPY TO support partition table
Chao Li
2026/05/14
Re: Proposal: Conflict log history table for Logical Replication
shveta malik
2026/05/14
Re: Fix array-element quoting in postgres_fdw import statistics
Etsuro Fujita
2026/05/14
Re: Proposal: Conflict log history table for Logical Replication
vignesh C
2026/05/14
Re: Proposal: Conflict log history table for Logical Replication
shveta malik
2026/05/14
Re: Add a greedy join search algorithm to handle large join problems
Tomas Vondra
2026/05/14
Re: [PATCH] Fix column name escaping in postgres_fdw stats import
Etsuro Fujita
2026/05/14
Re: Should IGNORE NULLS cache nullness for volatile arguments?
Tatsuo Ishii
2026/05/14
Re: Proposal: Conflict log history table for Logical Replication
Peter Smith
2026/05/14
Re: Adding REPACK [concurrently]
Amit Kapila
2026/05/13
Re: Fix SPLIT PARTITION bound-overlap bug and other improvements
Chao Li
2026/05/13
Re: Fix bug with accessing to temporary tables of other sessions
Michael Paquier
2026/05/13
Re: [SQL/PGQ] Early pruning for GRAPH_TABLE path generation
Ashutosh Bapat
2026/05/13
Re: Fix bug with accessing to temporary tables of other sessions
Alexander Korotkov
2026/05/13
Re: Fix jsonpath .split_part() to honor silent mode
Michael Paquier
2026/05/13
Re: Add a greedy join search algorithm to handle large join problems
John Naylor
2026/05/13
Re: Add pg_stat_kind_info system view
Michael Paquier
2026/05/13
Re: Add “FOR UPDATE NOWAIT” lock details to the log.
cca5507
2026/05/13
Re: [PATCH] Rebuild CHECK constraints after generated column SET EXPRESSION
jian he
2026/05/13
Re: Remove invalid SS2/SS3 handling from EUC-KR routines
SungJun Jang
2026/05/13
Should IGNORE NULLS cache nullness for volatile arguments?
Chao Li
2026/05/13
Re: Experimental patch for terminating VACUUM freeze blockers
wenhui qiu
2026/05/13
Re: pgbench: make verbose error messages thread-safe
Fujii Masao
2026/05/13
Re: Vacuumlo improvements
Nathan Bossart
2026/05/13
Improve conflict detection when replication origins are reused
Nisha Moond
2026/05/13
Re: Remove invalid SS2/SS3 handling from EUC-KR routines
Henson Choi
2026/05/13
Re: Proposal: Conflict log history table for Logical Replication
Peter Smith
2026/05/13
Re: [SQL/PGQ] Early pruning for GRAPH_TABLE path generation
Junwang Zhao
2026/05/13
Re: [PATCH] Add pg_current_vxact_id() function to expose virtual transaction IDs
Henson Choi
2026/05/13
Re: Fix SPLIT PARTITION bound-overlap bug and other improvements
Dmitry Koval
2026/05/13
Re: Avoid orphaned objects dependencies, take 3
Robert Haas
2026/05/13
Re: Experimental patch for terminating VACUUM freeze blockers
Sami Imseih
2026/05/13
Re: Add ssl_(supported|shared)_groups to sslinfo
Dmitry Dolgov
2026/05/13
Re: Is there value in having optimizer stats for joins/foreignkeys?
Alexandra Wang
2026/05/13
Re: [PATCH] Add pg_current_vxact_id() function to expose virtual transaction IDs
Robert Haas
2026/05/13
Re: Adding REPACK [concurrently]
Alvaro Herrera
2026/05/13
Re: [SQL/PGQ] Early pruning for GRAPH_TABLE path generation
Henson Choi
2026/05/13
Re: [PATCH] Fix errhint messages for REPACK (CONCURRENTLY) restrictions
Álvaro Herrera
2026/05/13
Re: egrep is obsolescent
Tom Lane
2026/05/13
Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column
Paul A Jungwirth
2026/05/13
FOR PORTION OF should reject GENERATED columns
Paul A Jungwirth
2026/05/13
Re: egrep is obsolescent
Peter Eisentraut
2026/05/13
Re: Vacuumlo improvements
Sami Imseih
2026/05/13
egrep is obsolescent
Tom Lane
2026/05/13
Re: Is there value in having optimizer stats for joins/foreignkeys?
jian he
2026/05/13
Re: Subquery pull-up increases jointree search space
Andrei Lepikhov
2026/05/13
Re: [PATCH] Rebuild CHECK constraints after generated column SET EXPRESSION
Zsolt Parragi
2026/05/13
[PATCH v4] pg_stat_statements: Add last_execution_start column
Pavlo Golub
2026/05/13
Re: Experimental patch for terminating VACUUM freeze blockers
Nathan Bossart
2026/05/13
Re: [SQL/PGQ] Early pruning for GRAPH_TABLE path generation
Junwang Zhao
2026/05/13
Re: pgindent versus struct members and typedefs
Tom Lane
2026/05/13
Re: pgindent versus struct members and typedefs
Nathan Bossart
2026/05/13
Re: pull-up subquery if JOIN-ON contains refs to upper-query
Alena Rybakina
2026/05/13
Re: Try a presorted outer path when referenced by an ORDER BY prefix
Zsolt Parragi
2026/05/13
Re: Remove invalid SS2/SS3 handling from EUC-KR routines
SungJun Jang
2026/05/13
Re: pull-up subquery if JOIN-ON contains refs to upper-query
Alena Rybakina
2026/05/13
duckdb has extensible parser
Pavel Stehule
2026/05/13
Re: [PATCH] Fix errhint messages for REPACK (CONCURRENTLY) restrictions
Álvaro Herrera
2026/05/13
Re: [PATCH] Fix psql tab completion for REPACK boolean options
Álvaro Herrera
2026/05/13
Re: Adding REPACK [concurrently]
Amit Kapila
2026/05/13
Re: Add a greedy join search algorithm to handle large join problems
Tomas Vondra
2026/05/13
Re: FOR PORTION OF vs. object_aclcheck
Robert Haas
2026/05/13
Re: Fix REPACK with WITHOUT OVERLAPS replica identity indexes
Antonin Houska
Earlier messages
Later messages