Commits

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

DateSubjectAuthorReleases
2017-10-17 Fix misparsing of non-newline-terminated pg_hba.conf files. Tom Lane 9.3.20
2017-10-11 Doc: fix missing explanation of default object privileges. Tom Lane 9.3.20
2017-10-11 Fix low-probability loss of NOTIFY messages due to XID wraparound. Tom Lane 9.3.20
2017-10-06 Fix access-off-end-of-array in clog.c. Tom Lane 9.3.20
2017-09-27 Fix behavior when converting a float infinity to numeric. Tom Lane 9.3.20
2017-09-26 Improve wording of error message added in commit 714805010. Tom Lane 9.3.20
2017-09-22 Sync our copy of the timezone library with IANA tzcode master. Tom Lane 9.3.20
2017-09-21 Give a better error for duplicate entries in VACUUM/ANALYZE column list. Tom Lane 9.3.20
2017-09-17 Fix possible dangling pointer dereference in trigger.c. Tom Lane 9.3.20
2017-09-03 Fix macro-redefinition warning on MSVC. Tom Lane 9.3.20
2017-09-01 Make [U]INT64CONST safe for use in #if conditions. Tom Lane 9.3.20
2017-09-01 Ensure SIZE_MAX can be used throughout our code. Tom Lane 9.3.20
2017-08-29 Doc: document libpq's restriction to INT_MAX rows in a PGresult. Tom Lane 9.3.20
2017-08-29 Teach libpq to detect integer overflow in the row count of a PGresult. Tom Lane 9.3.20
2017-08-29 Improve docs about numeric formatting patterns (to_char/to_number). Tom Lane 9.3.20
2017-08-28 Stamp 9.3.19. Tom Lane 9.3.19
2017-08-28 Doc: adjust release-note credit for parallel pg_restore fix. Tom Lane 9.3.19
2017-08-27 Release notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23. Tom Lane 9.3.19
2017-08-19 Fix possible core dump in parallel restore when using a TOC list. Tom Lane 9.3.19
2017-08-17 Further tweaks to compiler flags for PL/Perl on Windows. Tom Lane 9.3.19
2017-08-14 Handle elog(FATAL) during ROLLBACK more robustly. Tom Lane 9.3.19
2017-08-14 Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant. Tom Lane 9.3.19
2017-08-13 Remove AtEOXact_CatCache(). Tom Lane 9.3.19
2017-08-09 Fix handling of container types in find_composite_type_dependencies. Tom Lane 9.3.19
2017-08-07 Stamp 9.3.18. Tom Lane 9.3.18