Commit Graph

24642 Commits (REL8_2_STABLE)
 

Author SHA1 Message Date
Alvaro Herrera 105f3ef492 Disable -faggressive-loop-optimizations in gcc 4.8+ for pre-9.2 branches. 11 years ago
Andrew Dunstan 91a1e14899 Disable excessive FP optimization by recent versions of gcc. 14 years ago
Tom Lane fa1369a6b9 Stamp 8.2.23. 14 years ago
Tom Lane 0564f628fd Update information about configuring SysV IPC parameters on NetBSD. 14 years ago
Tom Lane d3050ded99 Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23. 14 years ago
Tom Lane 122d05e6b1 Update time zone data files to tzdata release 2011n. 14 years ago
Tom Lane f97aaaa06c Tweak previous patch to ensure edata->filename always gets initialized. 14 years ago
Peter Eisentraut 1a44811775 Strip file names reported in error messages in vpath builds 14 years ago
Andrew Dunstan e53724fd5e Backpatch "Use the preferred version of xsubpp." 14 years ago
Robert Haas d2202a6987 Don't elide blank lines when accumulating psql command history. 14 years ago
Peter Eisentraut 003fae7ab4 Fix server header file installation with vpath builds 14 years ago
Tom Lane 73e8ee9ebf Don't assume that a tuple's header size is unchanged during toasting. 14 years ago
Tom Lane b24e6cafca Fix race condition with toast table access from a stale syscache entry. 14 years ago
Tom Lane 5b297de51b Fix assorted bogosities in cash_in() and cash_out(). 14 years ago
Tom Lane 7208e0bb90 Update docs to point to the timezone library's new home at IANA. 14 years ago
Tom Lane 1f897aee1a Change FK trigger creation order to better support self-referential FKs. 14 years ago
Tom Lane 9a743ffdd6 Fix bugs in information_schema.referential_constraints view. 14 years ago
Tom Lane 7a0c5845bd Improve documentation of psql's \q command. 14 years ago
Heikki Linnakangas aadfd6e5d6 Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs. 14 years ago
Robert Haas b6959eee38 Make pgstatindex respond to cancel interrupts. 14 years ago
Tom Lane 6f4f000a97 Fix our mapping of Windows timezones for Central America. 14 years ago
Tom Lane d08aa1937f Stamp 8.2.22. 14 years ago
Tom Lane 3a15399278 Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22. 14 years ago
Peter Eisentraut 7b93bbba79 Translation updates 14 years ago
Tom Lane ca00f19157 gistendscan() forgot to free so->giststate. 14 years ago
Peter Eisentraut 33e111f225 Add missing format argument to ecpg_log() call 14 years ago
Tom Lane eb9a98b6e2 Fix corner case bug in numeric to_char(). 14 years ago
Tom Lane 80360976e6 Avoid possibly accessing off the end of memory in examine_attribute(). 14 years ago
Tom Lane 1426abb516 Update type-conversion documentation for long-ago changes. 14 years ago
Tom Lane c2042d04ac Update time zone data files to tzdata release 2011i. 14 years ago
Tom Lane f655a9fd26 Fix typo in pg_srand48 (srand48 in older branches). 14 years ago
Tom Lane cbd51548dc Replace obsolete AC_LANG_FUNC_LINK_TRY autoconf macro. 14 years ago
Tom Lane a2d9f9478e Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server. 14 years ago
Tom Lane bb42ad1231 Ensure we discard unread/unsent data when abandoning a connection attempt. 14 years ago
Tom Lane ae42744e4e Fix pgstatindex() to give consistent results for empty indexes. 14 years ago
Tom Lane 6016005118 Fix performance problem when building a lossy tidbitmap. 14 years ago
Tom Lane 44631eec32 Fix race condition in relcache init file invalidation. 14 years ago
Heikki Linnakangas 443a44ba62 Avoid integer overflow when LIMIT + OFFSET >= 2^63. 14 years ago
Tom Lane 8daf82ef85 Fix pg_restore's direct-to-database mode for standard_conforming_strings. 14 years ago
Peter Eisentraut c4222d3880 Add missing newlines at end of error messages 14 years ago
Tom Lane a5b0d95744 Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag. 14 years ago
Michael Meskes 18e52ae172 Adapted expected result for latest change to ecpglib. 14 years ago
Michael Meskes e9a1a0d00b Made ecpglib write double with a precision of 15 digits. 14 years ago
Heikki Linnakangas e2bf629599 Fix two ancient bugs in GiST code to re-find a parent after page split: 14 years ago
Peter Eisentraut 335a00ab57 Remove excessively backpatched gitignore files 14 years ago
Tom Lane 71a436847b Fix psql's counting of script file line numbers during COPY. 14 years ago
Tom Lane 41fd969289 Back-patch creation of tar.bz2 tarball during "make dist". 14 years ago
Tom Lane 457c2d9158 Apply upstream fix for blowfish signed-character bug (CVE-2011-2483). 14 years ago
Tom Lane 66cab2b600 Fix missed use of "cp -i" in an example, per Fujii Masao. 14 years ago
Tom Lane 26996cf78e Don't use "cp -i" in the example WAL archive_command. 14 years ago