Messages by Thread
-
-
Non-robust plpgsql_trap test
Tom Lane
-
[PATCH] Fix null pointer dereference in PG19
Aleksander Alekseev
-
PGConf.dev 2026: Community session on batched/vectorized execution primitives
Amit Langote
-
[PATCH] Remove dead code in ExecForPortionOfLeftovers()
Aleksander Alekseev
-
Re: Incorrect checksum in control file with pg_rewind test
Alexander Korotkov
-
Re: Cleanup shadows variable warnings, round 1
David Rowley
-
Request to expedite cool-off period for new account
반지현
-
Re: Add \pset options for boolean value display
a.kozhemyakin
-
Warn on missing replica identity in CREATE/ALTER PUBLICATION
南拓弥
-
[PATCH] Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION
Ayush Tiwari
-
Fix translation error in zh_CN.po for "parameter specified more than once"
ji xu
-
logical: fix recomputation required LSN on restart_lsn-only advancement
Chao Li
-
Support logical replication of DDLs, take2
Masahiko Sawada
-
Re: Support logical replication of DDLs, take2
Dilip Kumar
-
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
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
-
Re: Support logical replication of DDLs, take2
Amit Kapila
-
[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)