Commits

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

DateSubjectAuthorReleases
2026-07-04 Disallow renaming a rule to "_RETURN". Tom Lane 19 (unreleased)
2026-07-03 Fix btree_gist's NotEqual strategy on internal index pages. Tom Lane 19 (unreleased)
2026-07-03 Use the proper comparator in gbt_bit_ssup_cmp. Tom Lane 19 (unreleased)
2026-07-01 btree_gist: fix NaN handling in float4/float8 opclasses. Tom Lane 19 (unreleased)
2026-06-30 Disallow set-returning functions within window OVER clauses. Tom Lane 19 (unreleased)
2026-06-28 Avoid collation lookup failure when considering a "char" column. Tom Lane 19 (unreleased)
2026-06-25 Fix null-pointer crash in ECPG compiler. Tom Lane 19 (unreleased)
2026-06-23 Fix incorrect declarations of variadic pg_get_*_ddl() functions. Tom Lane 19 (unreleased)
2026-06-23 psql: Tighten heuristics for BEGIN/END within CREATE SCHEMA. Tom Lane 19 (unreleased)
2026-06-22 Fix unsafe order of operations in ResourceOwnerReleaseAll(). Tom Lane 19 (unreleased)
2026-06-22 pgcrypto: avoid recursive ResourceOwnerForget(). Tom Lane 19 (unreleased)
2026-06-21 plpython: Use funccache.c infrastructure for procedure caching. Tom Lane 19 (unreleased)
2026-06-19 Make pg_mkdir_p() tolerant of a concurrent directory creation. Tom Lane 19 (unreleased)
2026-06-18 hstore_plperl: Add CHECK_FOR_INTERRUPTS() in reference-unwinding loop. Tom Lane 19 (unreleased)
2026-06-17 jsonb_plperl, jsonb_plpython: Fix unguarded recursion and loops. Tom Lane 19 (unreleased)
2026-06-15 Clean up quoting of variable strings within replication commands. Tom Lane 19 (unreleased)
2026-06-15 Doc: reword discussion of asterisk after table names in FROM. Tom Lane 19 (unreleased)
2026-06-15 Modernize pg_bsd_indent's error/warning reporting code. Tom Lane 19 (unreleased)
2026-06-14 Doc: remove stale entry for removed aclitem[] ~ aclitem operator. Tom Lane 19 (unreleased)
2026-06-10 Undo thinko in commit e78d1d6d4. Tom Lane 19 (unreleased)
2026-06-08 Remove inappropriate translation marker in getObjectIdentityParts(). Tom Lane 19 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 19 (unreleased)
2026-06-04 Improve reporting of invalid weight symbols in setweight() et al. Tom Lane 19 (unreleased)
2026-06-04 Fix another case of indirectly casting away const. Tom Lane 19 (unreleased)
2026-06-04 Ensure USE_AVX... symbols are not defined if not building for x86_64. Tom Lane 19 (unreleased)