Commits

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

DateSubjectAuthorReleases
2026-04-22 Guard against overly-long numeric formatting symbols from locale. Tom Lane 19 (unreleased)
2026-04-22 Prevent some buffer overruns in spell.c's parsing of affix files. Tom Lane 19 (unreleased)
2026-04-22 Prevent buffer overrun in spell.c's CheckAffix(). Tom Lane 19 (unreleased)
2026-04-21 Fix not-quite-right Makefile for src/test/modules/test_checksums. Tom Lane 19 (unreleased)
2026-04-21 Remove gen_node_support.pl's ad-hoc ABI stability check. Tom Lane 19 (unreleased)
2026-04-21 Make plpgsql_trap test more robust and less resource-intensive. Tom Lane 19 (unreleased)
2026-04-20 Fix relid-set clobber during join removal. Tom Lane 19 (unreleased)
2026-04-20 Clean up all relid fields of RestrictInfos during join removal. Tom Lane 19 (unreleased)
2026-04-20 Make ExecForPortionOfLeftovers() obey SRF protocol. Tom Lane 19 (unreleased)
2026-04-07 Suppress unused-variable warning. Tom Lane 19 (unreleased)
2026-04-07 Fix WITHOUT OVERLAPS' interaction with domains. Tom Lane 19 (unreleased)
2026-04-06 Support more object types within CREATE SCHEMA. Tom Lane 19 (unreleased)
2026-04-06 Don't try to re-order the subcommands of CREATE SCHEMA. Tom Lane 19 (unreleased)
2026-04-06 Execute foreign key constraints in CREATE SCHEMA at the end. Tom Lane 19 (unreleased)
2026-04-06 Disallow system columns in COPY FROM WHERE conditions. Tom Lane 19 (unreleased)
2026-04-06 Add missing .gitignore files. Tom Lane 19 (unreleased)
2026-04-06 Fix null-bitmap combining in array_agg_array_combine(). Tom Lane 19 (unreleased)
2026-04-02 Further harden tests that might use not-so-compatible tar versions. Tom Lane 19 (unreleased)
2026-04-02 Harden astreamer tar parsing logic against archives it can't handle. Tom Lane 19 (unreleased)
2026-03-31 Doc: warn that parallel pg_restore may fail if --no-schema was used. Tom Lane 19 (unreleased)
2026-03-31 Doc: remove bogus claim that tsvectors can have up to 2^64 entries. Tom Lane 19 (unreleased)
2026-03-31 Doc: improve explanation of GiST compress/decompress methods. Tom Lane 19 (unreleased)
2026-03-30 Doc: update ddl.sgml's description of cmin and cmax. Tom Lane 19 (unreleased)
2026-03-30 Be more careful to preserve consistency of a tuplestore. Tom Lane 19 (unreleased)
2026-03-30 Detect pfree or repalloc of a previously-freed memory chunk. Tom Lane 19 (unreleased)