Commits

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

DateSubjectAuthorReleases
2018-04-13 In libpq, free any partial query result before collecting a server error. Tom Lane 9.3.23
2018-04-12 Fix bogus affix-merging code. Tom Lane 9.3.23
2018-04-11 Ignore nextOid when replaying an ONLINE checkpoint. Tom Lane 9.3.23
2018-04-11 Do not select new object OIDs that match recently-dead entries. Tom Lane 9.3.23
2018-04-08 Doc: clarify explanation of pg_dump usage. Tom Lane 9.3.23
2018-03-30 Fix bogus provolatile/proparallel markings on a few built-in functions. Tom Lane 9.3.23
2018-03-25 Doc: add example of type resolution in nested UNIONs. Tom Lane 9.3.23
2018-03-25 Doc: remove extra comma in syntax summary for array_fill(). Tom Lane 9.3.23
2018-03-23 Fix make rules that generate multiple output files. Tom Lane 9.3.23
2018-03-22 Fix tuple counting in SP-GiST index build. Tom Lane 9.3.23
2018-03-22 Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c. Tom Lane 9.3.23
2018-03-18 Doc: note that statement-level view triggers require an INSTEAD OF trigger. Tom Lane 9.3.23
2018-03-17 Fix overflow handling in plpgsql's integer FOR loops. Tom Lane 9.3.23
2018-03-17 Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan. Tom Lane 9.3.23
2018-03-16 Fix query-lifespan memory leakage in repeatedly executed hash joins. Tom Lane 9.3.23
2018-03-16 Doc: explicitly point out that enum values can't be dropped. Tom Lane 9.3.23
2018-03-13 When updating reltuples after ANALYZE, just extrapolate from our sample. Tom Lane 9.3.23
2018-03-13 Avoid holding AutovacuumScheduleLock while rechecking table statistics. Tom Lane 9.3.23
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 9.3.23
2018-03-04 Fix assorted issues in convert_to_scalar(). Tom Lane 9.3.23
2018-03-02 Make gistvacuumcleanup() count the actual number of index tuples. Tom Lane 9.3.23
2018-03-01 Use ereport not elog for some corrupt-HOT-chain reports. Tom Lane 9.3.23
2018-03-01 Fix build failure on MSVC. Tom Lane 9.3.23
2018-02-28 Rename base64 routines to avoid conflict with Solaris built-in functions. Tom Lane 9.3.23
2018-02-28 Remove restriction on SQL block length in isolationtester scanner. Tom Lane 9.3.23