summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-20Disable -faggressive-loop-optimizations in gcc 4.8+ for pre-9.2 branches.REL8_2_STABLEAlvaro Herrera
2011-12-14Disable excessive FP optimization by recent versions of gcc.Andrew Dunstan
2011-12-01Stamp 8.2.23.REL8_2_23Tom Lane
2011-12-01Update information about configuring SysV IPC parameters on NetBSD.Tom Lane
2011-12-01Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23.Tom Lane
2011-11-30Update time zone data files to tzdata release 2011n.Tom Lane
2011-11-30Tweak previous patch to ensure edata->filename always gets initialized.Tom Lane
2011-11-30Strip file names reported in error messages in vpath buildsPeter Eisentraut
2011-11-28Backpatch "Use the preferred version of xsubpp."Andrew Dunstan
2011-11-16Don't elide blank lines when accumulating psql command history.Robert Haas
2011-11-10Fix server header file installation with vpath buildsPeter Eisentraut
2011-11-05Don't assume that a tuple's header size is unchanged during toasting.Tom Lane
2011-11-01Fix race condition with toast table access from a stale syscache entry.Tom Lane
2011-10-29Fix assorted bogosities in cash_in() and cash_out().Tom Lane
2011-10-28Update docs to point to the timezone library's new home at IANA.Tom Lane
2011-10-26Change FK trigger creation order to better support self-referential FKs.Tom Lane
2011-10-15Fix bugs in information_schema.referential_constraints view.Tom Lane
2011-10-12Improve documentation of psql's \q command.Tom Lane
2011-10-08Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs.Heikki Linnakangas
2011-10-06Make pgstatindex respond to cancel interrupts.Robert Haas
2011-09-24Fix our mapping of Windows timezones for Central America.Tom Lane
2011-09-22Stamp 8.2.22.REL8_2_22Tom Lane
2011-09-22Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22.Tom Lane
2011-09-22Translation updatesPeter Eisentraut
2011-09-16gistendscan() forgot to free so->giststate.Tom Lane
2011-09-08Add missing format argument to ecpg_log() callPeter Eisentraut
2011-09-07Fix corner case bug in numeric to_char().Tom Lane
2011-09-06Avoid possibly accessing off the end of memory in examine_attribute().Tom Lane
2011-09-06Update type-conversion documentation for long-ago changes.Tom Lane
2011-09-05Update time zone data files to tzdata release 2011i.Tom Lane
2011-09-03Fix typo in pg_srand48 (srand48 in older branches).Tom Lane
2011-08-29Replace obsolete AC_LANG_FUNC_LINK_TRY autoconf macro.Tom Lane
2011-08-27Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server.Tom Lane
2011-08-27Ensure we discard unread/unsent data when abandoning a connection attempt.Tom Lane
2011-08-25Fix pgstatindex() to give consistent results for empty indexes.Tom Lane
2011-08-20Fix performance problem when building a lossy tidbitmap.Tom Lane
2011-08-16Fix race condition in relcache init file invalidation.Tom Lane
2011-08-02Avoid integer overflow when LIMIT + OFFSET >= 2^63.Heikki Linnakangas
2011-07-28Fix pg_restore's direct-to-database mode for standard_conforming_strings.Tom Lane
2011-07-26Add missing newlines at end of error messagesPeter Eisentraut
2011-07-24Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.Tom Lane
2011-07-18Adapted expected result for latest change to ecpglib.Michael Meskes
2011-07-18Made ecpglib write double with a precision of 15 digits.Michael Meskes
2011-07-15Fix two ancient bugs in GiST code to re-find a parent after page split:Heikki Linnakangas
2011-07-11Remove excessively backpatched gitignore filesPeter Eisentraut
2011-07-05Fix psql's counting of script file line numbers during COPY.Tom Lane
2011-07-03Back-patch creation of tar.bz2 tarball during "make dist".Tom Lane
2011-06-21Apply upstream fix for blowfish signed-character bug (CVE-2011-2483).Tom Lane
2011-06-20Fix missed use of "cp -i" in an example, per Fujii Masao.Tom Lane
2011-06-17Don't use "cp -i" in the example WAL archive_command.Tom Lane