summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable -faggressive-loop-optimizations in gcc 4.8+ for pre-9.2 branches.REL8_2_STABLEAlvaro Herrera2015-01-202-0/+58
* Disable excessive FP optimization by recent versions of gcc.Andrew Dunstan2011-12-142-0/+56
* Stamp 8.2.23.REL8_2_23Tom Lane2011-12-016-21/+21
* Update information about configuring SysV IPC parameters on NetBSD.Tom Lane2011-11-301-18/+45
* Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23.Tom Lane2011-11-301-0/+228
* Update time zone data files to tzdata release 2011n.Tom Lane2011-11-308-54/+294
* Tweak previous patch to ensure edata->filename always gets initialized.Tom Lane2011-11-301-2/+6
* Strip file names reported in error messages in vpath buildsPeter Eisentraut2011-11-301-2/+16
* Backpatch "Use the preferred version of xsubpp."Andrew Dunstan2011-11-282-2/+8
* Don't elide blank lines when accumulating psql command history.Robert Haas2011-11-151-2/+2
* Fix server header file installation with vpath buildsPeter Eisentraut2011-11-101-0/+6
* Don't assume that a tuple's header size is unchanged during toasting.Tom Lane2011-11-041-30/+52
* Fix race condition with toast table access from a stale syscache entry.Tom Lane2011-11-013-1/+105
* Fix assorted bogosities in cash_in() and cash_out().Tom Lane2011-10-291-89/+112
* Update docs to point to the timezone library's new home at IANA.Tom Lane2011-10-271-6/+12
* Change FK trigger creation order to better support self-referential FKs.Tom Lane2011-10-263-7/+75
* Fix bugs in information_schema.referential_constraints view.Tom Lane2011-10-141-11/+15
* Improve documentation of psql's \q command.Tom Lane2011-10-121-1/+2
* Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs.Heikki Linnakangas2011-10-081-2/+5
* Make pgstatindex respond to cancel interrupts.Robert Haas2011-10-061-0/+2
* Fix our mapping of Windows timezones for Central America.Tom Lane2011-09-231-1/+2
* Stamp 8.2.22.REL8_2_22Tom Lane2011-09-226-21/+21
* Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22.Tom Lane2011-09-221-1/+308
* Translation updatesPeter Eisentraut2011-09-2217-14937/+15073
* gistendscan() forgot to free so->giststate.Tom Lane2011-09-161-1/+4
* Add missing format argument to ecpg_log() callPeter Eisentraut2011-09-081-1/+1
* Fix corner case bug in numeric to_char().Tom Lane2011-09-073-7/+42
* Avoid possibly accessing off the end of memory in examine_attribute().Tom Lane2011-09-061-7/+5
* Update type-conversion documentation for long-ago changes.Tom Lane2011-09-061-10/+12
* Update time zone data files to tzdata release 2011i.Tom Lane2011-09-059-70/+259
* Fix typo in pg_srand48 (srand48 in older branches).Tom Lane2011-09-031-1/+1
* Replace obsolete AC_LANG_FUNC_LINK_TRY autoconf macro.Tom Lane2011-08-292-325/+298
* Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server.Tom Lane2011-08-271-25/+17
* Ensure we discard unread/unsent data when abandoning a connection attempt.Tom Lane2011-08-271-0/+15
* Fix pgstatindex() to give consistent results for empty indexes.Tom Lane2011-08-241-2/+10
* Fix performance problem when building a lossy tidbitmap.Tom Lane2011-08-201-3/+19
* Fix race condition in relcache init file invalidation.Tom Lane2011-08-163-36/+43
* Avoid integer overflow when LIMIT + OFFSET >= 2^63.Heikki Linnakangas2011-08-021-1/+1
* Fix pg_restore's direct-to-database mode for standard_conforming_strings.Tom Lane2011-07-284-378/+65
* Add missing newlines at end of error messagesPeter Eisentraut2011-07-262-2/+2
* Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.Tom Lane2011-07-242-0/+12
* Adapted expected result for latest change to ecpglib.Michael Meskes2011-07-181-3/+3
* Made ecpglib write double with a precision of 15 digits.Michael Meskes2011-07-181-4/+4
* Fix two ancient bugs in GiST code to re-find a parent after page split:Heikki Linnakangas2011-07-151-9/+24
* Remove excessively backpatched gitignore filesPeter Eisentraut2011-07-1112-12/+0
* Fix psql's counting of script file line numbers during COPY.Tom Lane2011-07-051-1/+2
* Back-patch creation of tar.bz2 tarball during "make dist".Tom Lane2011-07-032-5/+7
* Apply upstream fix for blowfish signed-character bug (CVE-2011-2483).Tom Lane2011-06-212-10/+17
* Fix missed use of "cp -i" in an example, per Fujii Masao.Tom Lane2011-06-201-1/+1
* Don't use "cp -i" in the example WAL archive_command.Tom Lane2011-06-171-10/+13