Commits

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

DateSubjectAuthorReleases
2009-06-23 Fix an ancient error in dist_ps (distance from point to line segment), which Tom Lane 7.4.26
2009-06-10 Fix cash_in() to behave properly in locales where frac_digits is zero, Tom Lane 7.4.26
2009-05-02 Split the release notes into a separate file for each (active) major branch, Tom Lane 7.4.26
2009-05-01 When checking for datetime field overflow, we should allow a fractional-second Tom Lane 7.4.26
2009-04-25 Fix the handling of sub-SELECTs appearing in the arguments of an outer-level Tom Lane 7.4.26
2009-04-07 Defend against non-ASCII letters in fuzzystrmatch code. The functions Tom Lane 7.4.26
2009-04-04 Rewrite interval_hash() so that the hashcodes are equal for values that Tom Lane 7.4.26
2009-03-31 Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read Tom Lane 7.4.26
2009-03-12 Update back-branch release notes. Tom Lane 7.4.25
2009-03-12 Fix core dump due to null-pointer dereference in to_char() when datetime Tom Lane 7.4.25
2009-03-04 Put back our old workaround for machines that declare cbrt() in math.h but Tom Lane 7.4.25
2009-03-03 Ooops ... fix some confusion between gettext() and _() in my previous patch. Tom Lane 7.4.25
2009-03-02 When we are in error recursion trouble, arrange to suppress translation and Tom Lane 7.4.25
2009-02-28 Fix buffer allocations in encoding conversion routines so that they won't Tom Lane 7.4.25
2009-01-30 Update back-branch release notes. Tom Lane 7.4.24
2009-01-29 Replace argument-checking Asserts with regular test-and-elog checks in all Tom Lane 7.4.24
2009-01-06 Remove references to pgsql-ports and pgsql-patches mailing lists from Tom Lane 7.4.24
2008-10-30 Update back-branch release notes. Tom Lane 7.4.23
2008-10-27 Install a more robust solution for the problem of infinite error-processing Tom Lane 7.4.23
2008-10-16 Fix SPI_getvalue and SPI_getbinval to range-check the given attribute number Tom Lane 7.4.23
2008-10-02 Fix improper display of fractional seconds in interval values Tom Lane 7.4.23
2008-09-19 Update back-branch release notes. Tom Lane 7.4.22
2008-08-26 Fix pg_dump docs to acknowledge that you can use -Z with plain text output. Pointed out by Daniel Migowski. Tom Lane 7.4.22
2008-08-16 Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexec Tom Lane 7.4.22
2008-08-05 Do not allow Unique nodes to be scanned backwards. The code claimed that it Tom Lane 7.4.22