Commits

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

DateSubjectAuthorReleases
2021-10-02 Re-alphabetize the win32_tzmap[] array. Tom Lane 9.6.24
2021-09-29 Fix WAL replay in presence of an incomplete record Alvaro Herrera 9.6.24
2021-09-26 Fix typos in docs Michael Paquier 9.6.24
2021-09-25 Doc: extend warnings about collation-mismatch hazards in postgres_fdw. Tom Lane 9.6.24
2021-09-25 doc: Improve description of index vacuuming with GUCs Michael Paquier 9.6.24
2021-09-25 doc: Add missing markup in CREATE EVENT TRIGGER page Michael Paquier 9.6.24
2021-09-21 Fix places in TestLib.pm in need of adaptation to the output of Msys perl Michael Paquier 9.6.24
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-16 Fix variable shadowing in procarray.c. Fujii Masao 9.6.24
2021-09-13 Fix EXIT out of outermost block in plpgsql. Tom Lane 9.6.24
2021-09-13 Fix error handling with threads on OOM in ECPG connection logic Michael Paquier 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-09 Fix issue with WAL archiving in standby. Fujii Masao 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 Revert "Avoid creating archive status ".ready" files too early" Alvaro Herrera 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-09-02 doc: Replace some uses of "which" by "that" in parallel.sgml Michael Paquier 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