Commits

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

DateSubjectAuthorReleases
2018-02-27 Fix up ecpg's configuration so it handles "long long int" in MSVC builds. Tom Lane 9.3.23
2018-02-27 Remove regression tests' CREATE FUNCTION commands for unused C functions. Tom Lane 9.3.23
2018-02-27 Prevent dangling-pointer access when update trigger returns old tuple. Tom Lane 9.3.23
2018-02-26 Stamp 9.3.22. Tom Lane 9.3.22
2018-02-26 Last-minute updates for release notes. Tom Lane 9.3.22
2018-02-26 Avoid using unsafe search_path settings during dump and restore. Tom Lane 9.3.22
2018-02-25 Release notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22. Tom Lane 9.3.22
2018-02-23 Allow auto_explain.log_min_duration to go up to INT_MAX. Tom Lane 9.3.22
2018-02-23 Fix planner failures with overlapping mergejoin clauses in an outer join. Tom Lane 9.3.22
2018-02-21 Repair pg_upgrade's failure to preserve relfrozenxid for matviews. Tom Lane 9.3.22
2018-02-19 Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks. Tom Lane 9.3.22
2018-02-15 Doc: fix minor bug in CREATE TABLE example. Tom Lane 9.3.22
2018-02-14 Fix broken logic for reporting PL/Python function names in errcontext. Tom Lane 9.3.22
2018-02-05 Stamp 9.3.21. Tom Lane 9.3.21
2018-02-05 Last-minute updates for release notes. Tom Lane 9.3.21
2018-02-05 Ensure that all temp files made during pg_upgrade are non-world-readable. Tom Lane 9.3.21
2018-02-04 Release notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21. Tom Lane 9.3.21
2018-01-28 Add stack-overflow guards in set-operation planning. Tom Lane 9.3.21
2018-01-27 Update time zone data files to tzdata release 2018c. Tom Lane 9.3.21
2018-01-23 Teach reparameterize_path() to handle AppendPaths. Tom Lane 9.3.21
2018-01-22 Make pg_dump's ACL, sec label, and comment entries reliably identifiable. Tom Lane 9.3.21
2018-01-12 Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT. Tom Lane 9.3.21
2018-01-10 Fix sample INSTR() functions in the plpgsql documentation. Tom Lane 9.3.21
2017-12-11 Fix corner-case coredump in _SPI_error_callback(). Tom Lane 9.3.21
2017-12-04 Clean up assorted messiness around AllocateDir() usage. Tom Lane 9.3.21