Commits

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

DateSubjectAuthorReleases
2021-09-20 Don't elide casting to typmod -1. Tom Lane 9.6.24
2021-09-19 Doc: fix typos. Tom Lane 9.6.24
2021-09-13 Fix EXIT out of outermost block in plpgsql. Tom Lane 9.6.24
2021-09-11 Make pg_regexec() robust against out-of-range search_start. Tom Lane 9.6.24
2021-09-09 Check for relation length overrun soon enough. Tom Lane 9.6.24
2021-09-08 Avoid useless malloc/free traffic around getFormattedTypeName(). Tom Lane 9.6.24
2021-09-08 Fix rewriter to set hasModifyingCTE correctly on rewritten queries. Tom Lane 9.6.24
2021-09-06 Fix bogus timetz_zone() results for DYNTZ abbreviations. Tom Lane 9.6.24
2021-09-04 Further portability tweaks for float4/float8 hash functions. Tom Lane 9.6.24
2021-09-04 Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl. Tom Lane 9.6.24
2021-09-02 Fix float4/float8 hash functions to produce uniform results for NaNs. Tom Lane 9.6.24
2021-08-31 In pg_dump, avoid doing per-table queries for RLS policies. Tom Lane 9.6.24
2021-08-31 Cache the results of format_type() queries in pg_dump. Tom Lane 9.6.24
2021-08-27 Count SP-GiST index scans in pg_stat statistics. Tom Lane 9.6.24
2021-08-24 Fix regexp misbehavior with capturing parens inside "{0}". Tom Lane 9.6.24
2021-08-23 Prevent regexp back-refs from sometimes matching when they shouldn't. Tom Lane 9.6.24
2021-08-20 Fix performance bug in regexp's citerdissect/creviterdissect. Tom Lane 9.6.24
2021-08-19 Avoid trying to lock OLD/NEW in a rule with FOR UPDATE. Tom Lane 9.6.24
2021-08-18 Fix check_agg_arguments' examination of aggregate FILTER clauses. Tom Lane 9.6.24
2021-08-13 Add RISC-V spinlock support in s_lock.h. Tom Lane 9.6.24
2021-08-10 Fix failure of btree_gin indexscans with "char" type and </<= operators. Tom Lane 9.6.24
2021-08-09 Stamp 9.6.23. Tom Lane 9.6.23
2021-08-08 Doc: remove bogus <indexterm> items. Tom Lane 9.6.23
2021-08-08 Release notes for 13.4, 12.8, 11.13, 10.18, 9.6.23. Tom Lane 9.6.23
2021-08-07 Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY. Tom Lane 9.6.23