Commits

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

DateSubjectAuthorReleases
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-04 doc: Fix more typos Peter Eisentraut 9.1.22
2016-05-04 doc: Fix typos Peter Eisentraut 9.1.22
2016-05-02 Fix configure's incorrect version tests for flex and perl. Tom Lane 9.1.22
2016-05-02 Remove unused macros. Heikki Linnakangas 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-16 doc: Add missing parentheses Peter Eisentraut 9.1.22
2016-04-15 Remove trailing commas in enums. Andres Freund 9.1.22
2016-04-13 Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works. Tom Lane 9.1.22
2016-04-08 Fix possible use of uninitialised value in ts_headline() Teodor Sigaev 9.1.22
2016-04-08 Turn down MSVC compiler verbosity Andrew Dunstan 9.1.22
2016-04-04 Fix latent portability issue in pgwin32_dispatch_queued_signals(). Tom Lane 9.1.22
2016-03-29 Avoid possibly-unsafe use of Windows' FormatMessage() function. Tom Lane 9.1.22
2016-03-28 Stamp 9.1.21. Tom Lane 9.1.21
2016-03-28 Translation updates Peter Eisentraut 9.1.21
2016-03-27 Release notes for 9.5.2, 9.4.7, 9.3.12, 9.2.16, 9.1.21. Tom Lane 9.1.21
2016-03-27 Change various Gin*Is* macros to return 0/1. Andres Freund 9.1.21