Commits

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

DateSubjectAuthorReleases
2014-10-22 Ensure libpq reports a suitable error message on unexpected socket EOF. Tom Lane 9.0.19
2014-10-18 Declare mkdtemp() only if we're providing it. Tom Lane 9.0.19
2014-10-17 Fix core dump in pg_dump --binary-upgrade on zero-column composite type. Tom Lane 9.0.19
2014-10-16 Support timezone abbreviations that sometimes change. Tom Lane 9.0.19
2014-10-07 Fix array overrun in ecpg's version of ParseDateTime(). Tom Lane 9.0.19
2014-10-04 Update time zone data files to tzdata release 2014h. Tom Lane 9.0.19
2014-10-03 Update time zone abbreviations lists. Tom Lane 9.0.19
2014-10-01 Fix some more problems with nested append relations. Tom Lane 9.0.19
2014-09-12 Fix power_var_int() for large integer exponents. Tom Lane 9.0.19
2014-09-08 Fix psql \s to work with recent libedit, and add pager support. Tom Lane 9.0.19
2014-09-08 Documentation fix: sum(float4) returns float4, not float8. Tom Lane 9.0.19
2014-08-18 Fix obsolete mention of non-int64 support in CREATE SEQUENCE documentation. Tom Lane 9.0.19
2014-08-14 Update SysV parameter configuration documentation for FreeBSD. Tom Lane 9.0.19
2014-08-10 Clarify type resolution behavior for domain types. Tom Lane 9.0.19
2014-08-09 Reject duplicate column names in foreign key referenced-columns lists. Tom Lane 9.0.19
2014-07-30 Avoid wholesale autovacuuming when autovacuum is nominally off. Tom Lane 9.0.19
2014-07-23 Rearrange documentation paragraph describing pg_relation_size(). Tom Lane 9.0.19
2014-07-23 Revert "Reformat commit 6b2a1445ec8a631060c4cbff3f172bf31d3379b9" Tom Lane 9.0.19
2014-07-22 Check block number against the correct fork in get_raw_page(). Tom Lane 9.0.19
2014-07-22 Reject out-of-range numeric timezone specifications. Tom Lane 9.0.19
2014-07-21 Stamp 9.0.18. Tom Lane 9.0.18
2014-07-21 Release notes for 9.3.5, 9.2.9, 9.1.14, 9.0.18, 8.4.22. Tom Lane 9.0.18
2014-07-19 Update time zone data files to tzdata release 2014e. Tom Lane 9.0.18
2014-07-18 Fix two low-probability memory leaks in regular expression parsing. Tom Lane 9.0.18
2014-07-11 Fix bug with whole-row references to append subplans. Tom Lane 9.0.18