Commits

Showing commits that first shipped in 19 (backpatches included). Clear

DateSubjectAuthorReleases
2026-06-14 Fix oversight in commit aa1f93a33. Etsuro Fujita 19 (unreleased)
2026-05-16 postgres_fdw: Replace buffers in RemoteAttributeMapping with pointers. Etsuro Fujita 19 (unreleased)
2026-05-14 postgres_fdw: Fix deparsing of remote column names in stats import. Etsuro Fujita 19 (unreleased)
2026-05-13 Pre-beta mechanical code beautification, step 1: run pgindent. Tom Lane 19 (unreleased)
2026-05-08 postgres_fdw: Fix syntax error in fetch_attstats(). Etsuro Fujita 19 (unreleased)
2026-04-21 Fix a set of typos and grammar issues across the tree Michael Paquier 19 (unreleased)
2026-04-08 Add support for importing statistics from remote servers. Etsuro Fujita 19 (unreleased)
2026-04-05 instrumentation: Separate per-node logic from other uses Andres Freund 19 (unreleased)
2026-03-16 Reduce header inclusions via execnodes.h Álvaro Herrera 19 (unreleased)
2026-03-06 CREATE SUBSCRIPTION ... SERVER. Jeff Davis 19 (unreleased)
2026-02-12 Add support for INSERT ... ON CONFLICT DO SELECT. Dean Rasheed 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-11 Use palloc_object() and palloc_array(), the last change Michael Paquier 19 (unreleased)
2025-11-06 Use stack allocated StringInfoDatas, where possible David Rowley 19 (unreleased)
2025-07-29 Split up pgfdw_report_error so that we can mark it pg_noreturn. Tom Lane 19 (unreleased)
2025-07-29 Suppress uninitialized-variable warning. Tom Lane 19 (unreleased)
2025-07-25 Run pgindent on the changes of the previous patch. Tom Lane 19 (unreleased)
2025-07-25 Reap the benefits of not having to avoid leaking PGresults. Tom Lane 19 (unreleased)
2025-07-25 Create infrastructure to reliably prevent leakage of PGresults. Tom Lane 19 (unreleased)
2025-07-06 postgres_fdw: Add Assert to estimate_path_cost_size(). Etsuro Fujita 19 (unreleased)