Commits

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

DateSubjectAuthorReleases
2021-09-06 Fix bogus timetz_zone() results for DYNTZ abbreviations. Tom Lane 10.19
2021-09-04 Further portability tweaks for float4/float8 hash functions. Tom Lane 10.19
2021-09-04 Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl. Tom Lane 10.19
2021-09-03 Disallow creating an ICU collation if the DB encoding won't support it. Tom Lane 10.19
2021-09-02 Fix float4/float8 hash functions to produce uniform results for NaNs. Tom Lane 10.19
2021-08-31 In pg_dump, avoid doing per-table queries for RLS policies. Tom Lane 10.19
2021-08-31 Cache the results of format_type() queries in pg_dump. Tom Lane 10.19
2021-08-27 Count SP-GiST index scans in pg_stat statistics. Tom Lane 10.19
2021-08-24 Fix regexp misbehavior with capturing parens inside "{0}". Tom Lane 10.19
2021-08-23 Prevent regexp back-refs from sometimes matching when they shouldn't. Tom Lane 10.19
2021-08-20 Fix performance bug in regexp's citerdissect/creviterdissect. Tom Lane 10.19
2021-08-19 Avoid trying to lock OLD/NEW in a rule with FOR UPDATE. Tom Lane 10.19
2021-08-18 Fix check_agg_arguments' examination of aggregate FILTER clauses. Tom Lane 10.19
2021-08-13 Add RISC-V spinlock support in s_lock.h. Tom Lane 10.19
2021-08-10 Fix failure of btree_gin indexscans with "char" type and </<= operators. Tom Lane 10.19
2021-08-09 Stamp 10.18. Tom Lane 10.18
2021-08-08 Doc: remove bogus <indexterm> items. Tom Lane 10.18
2021-08-08 Release notes for 13.4, 12.8, 11.13, 10.18, 9.6.23. Tom Lane 10.18
2021-08-07 Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY. Tom Lane 10.18
2021-07-24 Fix check for conflicting session- vs transaction-level locks. Tom Lane 10.18
2021-07-24 Make printf("%s", NULL) print "(null)" instead of crashing. Tom Lane 10.18
2021-07-20 Fix corner-case uninitialized-variable issues in plpgsql. Tom Lane 10.18
2021-07-17 Doc: document the current-transaction-modes GUCs. Tom Lane 10.18
2021-07-11 Lock the extension during ALTER EXTENSION ADD/DROP. Tom Lane 10.18
2021-07-09 Un-break AIX build, take 2. Tom Lane 10.18