Messages by Thread
-
-
-
Re: Support logical replication of DDLs, take2
Amit Kapila
-
Re: Support logical replication of DDLs, take2
Hannu Krosing
-
Re: Support logical replication of DDLs, take2
Dilip Kumar
-
Re: Support logical replication of DDLs, take2
Hannu Krosing
-
Re: Support logical replication of DDLs, take2
Dilip Kumar
-
Re: Support logical replication of DDLs, take2
Andres Freund
-
Re: Support logical replication of DDLs, take2
Hannu Krosing
-
Re: Support logical replication of DDLs, take2
Masahiko Sawada
-
Re: Support logical replication of DDLs, take2
Amit Kapila
-
Re: Support logical replication of DDLs, take2
Masahiko Sawada
-
Re: Support logical replication of DDLs, take2
Amit Kapila
-
Re: Support logical replication of DDLs, take2
Masahiko Sawada
-
[PATCH] Fix column name escaping in postgres_fdw stats import
Ayush Tiwari
-
[PATCH] pg_surgery: Fix WAL corruption from concurrent heap_force_kill
Fabrízio de Royes Mello
-
[Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure
SATYANARAYANA NARLAPURAM
-
[PATCH] Extend MXactCache lifetime from per-transaction to per-session
JoongHyuk Shin
-
Fix pg_upgrade to detect invalid logical replication slots on PG19
Lakshmi N
-
[PATCH] Reject ENCODING option for COPY TO FORMAT JSON
Ayush Tiwari
-
Cleanup: Replace sscanf with strtol/strtoul in snapmgr
Amul Sul
-
collecting photos related to Postgres history & community for pgconf.dev
Tomas Vondra
-
[BUG] Race in online checksums launcher_exit()
Ayush Tiwari
-
Re: Typos in the code and README
Alexander Lakhin
-
Possible premature SNAPBUILD_CONSISTENT with DB-specific running_xacts
SATYANARAYANA NARLAPURAM
-
[PATCH] Prevent repeated deadlock-check signals in standby buffer pin waits
JoongHyuk Shin
-
Re: Optimize LISTEN/NOTIFY
Alexander Lakhin
-
Re: sandboxing untrusted code
Robert Haas
-
BUG: jsonpath .split_part() bypasses lax-mode error suppression
SATYANARAYANA NARLAPURAM
-
Re: [PATCH] Add tests for Bitmapset
David Rowley
-
Bug: pg_get_viewdef() fails on GRAPH_TABLE views with lateral column references
SATYANARAYANA NARLAPURAM
-
[PATCH] Fix pg_dump emitting OVERRIDING SYSTEM VALUE for tables with dropped identity columns
William Bernbaum
-
Re: Inconsistent increment of pg_stat_database.xact_rollback with logical replication
Nikolay Samokhvalov
-
Typo Fixes and Patch
Abhi Kaki
-
[PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry
Tatsuya Kawata
-
[BUG]: WHERE CURRENT OF cursor fail on tables that have virtual generated columns
SATYANARAYANA NARLAPURAM
-
small cleanup patches for collation code
Jeff Davis
-
[PATCH] Use direct hash lookup in logicalrep_partmap_invalidate_cb()
DaeMyung Kang
-
xact_rollback spikes when logical walsender exits
Nikolay Samokhvalov
-
Re: [Bug Report + Patch] File descriptor leak when io_method=io_uring
Lucas DRAESCHER
-
Re: code contributions for 2025, WIP version
Dmitry Dolgov
-
Cleanup: Use modern macro for text-to-CString conversion in plsample.c
Amul Sul
-
test: avoid redundant standby catchup in 049_wait_for_lsn
Xuneng Zhou
-
A very quick observation of dangling pointers in Postgres pathlists
Andrei Lepikhov
-
[PATCH] Fix TOCTOU race in ReplicationSlotsComputeRequiredLSN()
JoongHyuk Shin
-
repack: fix a bug to reject deferrable primary key fallback for concurrent mode
Chao Li
-
Fix stats reporting delays in logical parallel apply worker
Zhijie Hou (Fujitsu)
-
pg_dump: eliminate tmpfile double-write in tar format output
Josh Kupershmidt
-
DOCS - CREATE PUBLICATION ... EXCEPT missing details on ONLY
Peter Smith
-
Add editorconfig support for Postgres spec files
Tristan Partin
-
[BUG] ON CONFLICT DO UPDATE SET x = EXCLUDED.<virtual-generated-column> errors or silently writes NULL
SATYANARAYANA NARLAPURAM
-
COPY FROM ON_ERROR SET_NULL bypasses domain NOT NULL with partial column list
SATYANARAYANA NARLAPURAM
-
PostgreSQL and OpenSSL 4.0.0
Daniel Gustafsson
-
[PATCH] Fix hashed ScalarArrayOp semantics for NULL LHS with non-strict comparators
Chengpeng Yan
-
Reject invalid databases in pg_get_database_ddl()
Lakshmi N
-
[PATCH] Compressed TOAST data corruption with REPACK CONCURRENTLY
SATYANARAYANA NARLAPURAM
-
RE: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.”
Hayato Kuroda (Fujitsu)