Commits

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

DateSubjectAuthorReleases
2016-03-26 Modernize zic's test for valid timezone abbreviations. Tom Lane 9.1.21
2016-03-25 Update time zone data files to tzdata release 2016c. Tom Lane 9.1.21
2016-03-19 Remove dependency on psed for MSVC builds. Andrew Dunstan 9.1.21
2016-03-17 Fix "pg_bench -C -M prepared". Tom Lane 9.1.21
2016-03-15 Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>. Tom Lane 9.1.21
2016-03-14 Add missing NULL terminator to list_SECURITY_LABEL_preposition[]. Tom Lane 9.1.21
2016-03-10 Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds Magnus Hagander 9.1.21
2016-03-10 Introduce durable_rename() and durable_link_or_rename(). Andres Freund 9.1.21
2016-03-10 Avoid unlikely data-loss scenarios due to rename() without fsync. Andres Freund 9.1.21
2016-03-09 Fix incorrect handling of NULL index entries in indexed ROW() comparisons. Tom Lane 9.1.21
2016-03-08 ltree: Zero padding bytes when allocating memory for externally visible data. Andres Freund 9.1.21
2016-03-08 plperl: Correctly handle empty arrays in plperl_ref_from_pg_array. Andres Freund 9.1.21
2016-03-07 Fix backwards test for Windows service-ness in pg_ctl. Tom Lane 9.1.21
2016-03-07 Fix not-terribly-safe coding in NIImportOOAffixes() and NIImportAffixes(). Tom Lane 9.1.21
2016-03-04 Fix compile breakage due to 0315dfa8f4afa8390383119330ca0bf241be4ad4. Robert Haas 9.1.21
2016-03-04 Fix query-based tab completion for multibyte characters. Robert Haas 9.1.21
2016-03-01 Improve error message for rejecting RETURNING clauses with dropped columns. Tom Lane 9.1.21
2016-02-29 Fix typos Alvaro Herrera 9.1.21
2016-02-29 doc: document MANPATH as /usr/local/pgsql/share/man Alvaro Herrera 9.1.21
2016-02-29 Avoid multiple free_struct_lconv() calls on same data. Tom Lane 9.1.21
2016-02-21 Fix wording in the Tutorial document. Tatsuo Ishii 9.1.21
2016-02-19 Correct StartupSUBTRANS for page wraparound Simon Riggs 9.1.21
2016-02-18 Fix multiple bugs in contrib/pgstattuple's pgstatindex() function. Tom Lane 9.1.21
2016-02-17 Make plpython cope with funny characters in function names. Tom Lane 9.1.21
2016-02-16 Improve documentation about CREATE INDEX CONCURRENTLY. Tom Lane 9.1.21