Commits

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

DateSubjectAuthorReleases
2017-08-17 Further tweaks to compiler flags for PL/Perl on Windows. Tom Lane 9.2.23
2017-08-14 Handle elog(FATAL) during ROLLBACK more robustly. Tom Lane 9.2.23
2017-08-14 Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant. Tom Lane 9.2.23
2017-08-13 Remove AtEOXact_CatCache(). Tom Lane 9.2.23
2017-08-09 Fix handling of container types in find_composite_type_dependencies. Tom Lane 9.2.23
2017-08-07 Stamp 9.2.22. Tom Lane 9.2.22
2017-08-07 Last-minute updates for release notes. Tom Lane 9.2.22
2017-08-06 Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22. Tom Lane 9.2.22
2017-08-04 Disallow SSL session tickets. Tom Lane 9.2.22
2017-08-02 Add pgtcl back to the list of externally-maintained client interfaces. Tom Lane 9.2.22
2017-08-02 Silence warning from modern perl about unescaped braces Tom Lane 9.2.22
2017-07-31 Doc: specify that the minimum supported version of Perl is 5.8.3. Tom Lane 9.2.22
2017-07-31 PL/Perl portability fix: absorb relevant -D switches from Perl. Tom Lane 9.2.22
2017-07-31 PL/Perl portability fix: avoid including XSUB.h in plperl.c. Tom Lane 9.2.22
2017-07-27 Fix psql tab completion for CREATE USER MAPPING. Tom Lane 9.2.22
2017-07-26 Clean up SQL emitted by psql/describe.c. Tom Lane 9.2.22
2017-07-24 Fix race condition in predicate-lock init code in EXEC_BACKEND builds. Tom Lane 9.2.22
2017-07-24 Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s. Tom Lane 9.2.22
2017-07-20 Doc: clarify description of degenerate NATURAL joins. Tom Lane 9.2.22
2017-07-19 Doc: add missing note about permissions needed to change log_lock_waits. Tom Lane 9.2.22
2017-07-17 Doc: explain dollar quoting in the intro part of the pl/pgsql chapter. Tom Lane 9.2.22
2017-07-17 Merge large_object.sql test into largeobject.source. Tom Lane 9.2.22
2017-07-13 Fix dumping of FUNCTION RTEs that contain non-function-call expressions. Tom Lane 9.2.22
2017-07-12 Fix ruleutils.c for domain-over-array cases, too. Tom Lane 9.2.22
2017-07-11 Fix multiple assignments to a column of a domain type. Tom Lane 9.2.22