Messages by Thread
-
Re: Cleanup shadows variable warnings, round 1
David Rowley
-
Re: Exit walsender before confirming remote flush in logical replication
Evgeny Voropaev
-
Request to expedite cool-off period for new account
반지현
-
Re: Better shared data structure management and resizable shared data structures
Heikki Linnakangas
-
Re: DOCS: typo on CLUSTER page
Peter Smith
-
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
-
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
-
Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure
Ashutosh Bapat
-
Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure
SATYANARAYANA NARLAPURAM
-
Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure
Ashutosh Bapat
-
Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure
SATYANARAYANA NARLAPURAM
-
Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure
Ashutosh Bapat
-
Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure
Ashutosh Bapat
-
Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure
Chao Li
-
Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure
Peter Eisentraut
-
Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure
Chao Li
-
Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure
Peter Eisentraut
-
Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure
Ashutosh Bapat
-
Re: [Bug][patch]: After dropping the last label from a property graph element, invoking pg_get_propgraphdef() triggers an assertion failure
Ashutosh Bapat
-
Re: Skipping schema changes in publication
vignesh C
-
[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: Clean up remove_rel_from_query() after self-join elimination commit
Richard Guo
-
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