Commits

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

DateSubjectAuthorReleases
2016-06-19 Docs: improve description of psql's %R prompt escape sequence. Tom Lane 9.1.23
2016-06-16 Fix validation of overly-long IPv6 addresses. Tom Lane 9.1.23
2016-06-13 Fix multiple minor infelicities in aclchk.c error reports. Tom Lane 9.1.23
2016-06-09 Clarify documentation of ceil/ceiling/floor functions. Tom Lane 9.1.23
2016-06-06 Don't reset changes_since_analyze after a selective-columns ANALYZE. Tom Lane 9.1.23
2016-05-24 Fetch XIDs atomically during vac_truncate_clog(). Tom Lane 9.1.23
2016-05-24 Avoid consuming an XID during vac_truncate_clog(). Tom Lane 9.1.23
2016-05-23 Fix latent crash in do_text_output_multiline(). Tom Lane 9.1.23
2016-05-20 Further improve documentation about --quote-all-identifiers switch. Tom Lane 9.1.23
2016-05-20 Improve documentation about pg_dump's --quote-all-identifiers switch. Tom Lane 9.1.23
2016-05-13 Ensure plan stability in contrib/btree_gist regression test. Tom Lane 9.1.23
2016-05-09 Stamp 9.1.22. Tom Lane 9.1.22
2016-05-07 Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22. Tom Lane 9.1.22
2016-05-06 Fix possible read past end of string in to_timestamp(). Tom Lane 9.1.22
2016-05-06 Update time zone data files to tzdata release 2016d. Tom Lane 9.1.22
2016-05-02 Fix configure's incorrect version tests for flex and perl. Tom Lane 9.1.22
2016-04-28 Adjust DatumGetBool macro, this time for sure. Tom Lane 9.1.22
2016-04-23 Rename strtoi() to strtoint(). Tom Lane 9.1.22
2016-04-22 Fix planner failure with full join in RHS of left join. Tom Lane 9.1.22
2016-04-21 Improve TranslateSocketError() to handle more Windows error codes. Tom Lane 9.1.22
2016-04-21 Remove dead code in win32.h. Tom Lane 9.1.22
2016-04-21 Provide errno-translation wrappers around bind() and listen() on Windows. Tom Lane 9.1.22
2016-04-21 Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK. Tom Lane 9.1.22
2016-04-21 Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait. Tom Lane 9.1.22
2016-04-13 Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works. Tom Lane 9.1.22