Commits

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

DateSubjectAuthorReleases
2015-04-01 Fix incorrect markup in documentation of window frame clauses. Tom Lane 9.0.20
2015-03-30 Fix bogus concurrent use of _hash_getnewbuf() in bucket split code. Tom Lane 9.0.20
2015-03-29 Add vacuum_delay_point call in compute_index_stats's per-sample-row loop. Tom Lane 9.0.20
2015-03-24 Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation. Tom Lane 9.0.20
2015-03-16 Replace insertion sort in contrib/intarray with qsort(). Tom Lane 9.0.20
2015-03-14 Remove workaround for ancient incompatibility between readline and libedit. Tom Lane 9.0.20
2015-03-08 Fix documentation for libpq's PQfn(). Tom Lane 9.0.20
2015-02-25 Fix dumping of views that are just VALUES(...) but have column aliases. Tom Lane 9.0.20
2015-02-17 Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses. Tom Lane 9.0.20
2015-02-16 Fix misuse of memcpy() in check_ip(). Tom Lane 9.0.20
2015-02-11 Fix pg_dump's heuristic for deciding which casts to dump. Tom Lane 9.0.20
2015-02-11 Fix GEQO to not assume its join order heuristic always works. Tom Lane 9.0.20
2015-02-02 Stamp 9.0.19. Tom Lane 9.0.19
2015-02-02 Last-minute updates for release notes. Tom Lane 9.0.19
2015-02-01 Release notes for 9.4.1, 9.3.6, 9.2.10, 9.1.15, 9.0.19. Tom Lane 9.0.19
2015-01-31 Fix documentation of psql's ECHO all mode. Tom Lane 9.0.19
2015-01-31 Update time zone data files to tzdata release 2015a. Tom Lane 9.0.19
2015-01-30 Fix Coverity warning about contrib/pgcrypto's mdc_finish(). Tom Lane 9.0.19
2015-01-30 Handle unexpected query results, especially NULLs, safely in connectby(). Tom Lane 9.0.19
2015-01-26 Fix volatile-safety issue in pltcl_SPI_execute_plan(). Tom Lane 9.0.19
2015-01-26 Fix volatile-safety issue in asyncQueueReadAllNotifications(). Tom Lane 9.0.19
2015-01-24 Replace a bunch more uses of strncpy() with safer coding. Tom Lane 9.0.19
2015-01-21 Improve documentation of random() function. Tom Lane 9.0.19
2015-01-20 In pg_regress, remove the temporary installation upon successful exit. Tom Lane 9.0.19
2015-01-20 Adjust "pgstat wait timeout" message to be a translatable LOG message. Tom Lane 9.0.19