Commits

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

DateSubjectAuthorReleases
2011-09-08 Add missing format argument to ecpg_log() call Peter Eisentraut 8.2.22
2011-09-07 Fix corner case bug in numeric to_char(). Tom Lane 8.2.22
2011-09-06 Avoid possibly accessing off the end of memory in examine_attribute(). Tom Lane 8.2.22
2011-09-06 Update type-conversion documentation for long-ago changes. Tom Lane 8.2.22
2011-09-05 Update time zone data files to tzdata release 2011i. Tom Lane 8.2.22
2011-09-03 Fix typo in pg_srand48 (srand48 in older branches). Tom Lane 8.2.22
2011-08-29 Replace obsolete AC_LANG_FUNC_LINK_TRY autoconf macro. Tom Lane 8.2.22
2011-08-27 Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server. Tom Lane 8.2.22
2011-08-27 Ensure we discard unread/unsent data when abandoning a connection attempt. Tom Lane 8.2.22
2011-08-25 Fix pgstatindex() to give consistent results for empty indexes. Tom Lane 8.2.22
2011-08-20 Fix performance problem when building a lossy tidbitmap. Tom Lane 8.2.22
2011-08-16 Fix race condition in relcache init file invalidation. Tom Lane 8.2.22
2011-08-02 Avoid integer overflow when LIMIT + OFFSET >= 2^63. Heikki Linnakangas 8.2.22
2011-07-28 Fix pg_restore's direct-to-database mode for standard_conforming_strings. Tom Lane 8.2.22
2011-07-26 Add missing newlines at end of error messages Peter Eisentraut 8.2.22
2011-07-24 Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag. Tom Lane 8.2.22
2011-07-18 Adapted expected result for latest change to ecpglib. Michael Meskes 8.2.22
2011-07-18 Made ecpglib write double with a precision of 15 digits. Michael Meskes 8.2.22
2011-07-15 Fix two ancient bugs in GiST code to re-find a parent after page split: Heikki Linnakangas 8.2.22
2011-07-11 Remove excessively backpatched gitignore files Peter Eisentraut 8.2.22
2011-07-05 Fix psql's counting of script file line numbers during COPY. Tom Lane 8.2.22
2011-07-03 Back-patch creation of tar.bz2 tarball during "make dist". Tom Lane 8.2.22
2011-06-21 Apply upstream fix for blowfish signed-character bug (CVE-2011-2483). Tom Lane 8.2.22
2011-06-20 Fix missed use of "cp -i" in an example, per Fujii Masao. Tom Lane 8.2.22
2011-06-17 Don't use "cp -i" in the example WAL archive_command. Tom Lane 8.2.22