pgsql: Take a little more care in set_backtrace().

2025-08-03 Thread Tom Lane
Take a little more care in set_backtrace(). Coverity complained that the "errtrace" string is leaked if we return early because backtrace_symbols fails. Another criticism that could be leveled at this is that not providing any hint of what happened is user-unfriendly. Fix that. The odds of a le

pgsql: Detect and report update_deleted conflicts.

2025-08-03 Thread Amit Kapila
Detect and report update_deleted conflicts. This enhancement builds upon the infrastructure introduced in commit 228c370868, which enables the preservation of deleted tuples and their origin information on the subscriber. This capability is crucial for handling concurrent transactions replicated f

pgsql: Fix incorrect comment regarding mod_since_analyze

2025-08-03 Thread David Rowley
Fix incorrect comment regarding mod_since_analyze Author: Yugo Nagata Discussion: https://postgr.es/m/20250804140120.280c2d6a9d2ea687cd167...@sraoss.co.jp Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/bca9a1900c87df86dd10d227910050cf85000c53 Modified Files