aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix performance problem when building a lossy tidbitmap.Tom Lane2011-08-20
* Fix race condition in relcache init file invalidation.Tom Lane2011-08-16
* Avoid integer overflow when LIMIT + OFFSET >= 2^63.Heikki Linnakangas2011-08-02
* Fix pg_restore's direct-to-database mode for standard_conforming_strings.Tom Lane2011-07-28
* Add missing newlines at end of error messagesPeter Eisentraut2011-07-26
* Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.Tom Lane2011-07-24
* Adapted expected result for latest change to ecpglib.Michael Meskes2011-07-18
* Made ecpglib write double with a precision of 15 digits.Michael Meskes2011-07-18
* Fix two ancient bugs in GiST code to re-find a parent after page split:Heikki Linnakangas2011-07-15
* Remove excessively backpatched gitignore filesPeter Eisentraut2011-07-11
* Fix psql's counting of script file line numbers during COPY.Tom Lane2011-07-05
* Back-patch creation of tar.bz2 tarball during "make dist".Tom Lane2011-07-03
* Obtain table locks as soon as practical during pg_dump.Tom Lane2011-06-17
* Add overflow checks to int4 and int8 versions of generate_series().Robert Haas2011-06-17
* Fix assorted issues with build and install paths containing spaces.Tom Lane2011-06-14
* Fix aboriginal copy-paste mistake in error messageAlvaro Herrera2011-06-13
* Work around gcc 4.6.0 bug that breaks WAL replay.Tom Lane2011-06-10
* Allow building with perl 5.14.Andrew Dunstan2011-06-04
* Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list.Tom Lane2011-06-04
* Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence.Tom Lane2011-06-02
* Disallow SELECT FOR UPDATE/SHARE on sequences.Tom Lane2011-06-02
* Protect GIST logic that assumes penalty values can't be negative.Tom Lane2011-05-31
* Fix portability bugs in use of credentials control messages for peer auth.Tom Lane2011-05-30
* Make decompilation of optimized CASE constructs more robust.Tom Lane2011-05-26
* Install defenses against overflow in BuildTupleHashTable().Tom Lane2011-05-23
* Fix write-past-buffer-end in ldapServiceLookup().Tom Lane2011-05-12
* Catch errors in for loop in makefilePeter Eisentraut2011-05-02
* Rewrite pg_size_pretty() to avoid compiler bug.Tom Lane2011-04-29
* Fix array- and path-creating functions to ensure padding bytes are zeroes.Tom Lane2011-04-27
* Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX.Tom Lane2011-04-25
* Tag 8.2.21.REL8_2_21Marc G. Fournier2011-04-15
* Translation updatesPeter Eisentraut2011-04-14
* Update time zone data files to tzdata release 2011f.Tom Lane2011-04-13
* On IA64 architecture, we check the depth of the register stack in additionHeikki Linnakangas2011-04-13
* Modernize dlopen interface code for FreeBSD and OpenBSD.Tom Lane2011-04-07
* Fix SortTocFromFile() to cope with lines that are too long for its buffer.Tom Lane2011-04-07
* Avoid potential deadlock in InitCatCachePhase2().Tom Lane2011-03-22
* Fix PL/Python memory leak involving array slicesAlvaro Herrera2011-03-17
* Use correct PATH separator for Cygwin in pg_regress.c.Andrew Dunstan2011-03-17
* On further reflection, we'd better do the same in int.c.Tom Lane2011-03-11
* Put in some more safeguards against executing a division-by-zero.Tom Lane2011-03-11
* Fix dangling-pointer problem in before-row update trigger processing.Tom Lane2011-02-21
* Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.Tom Lane2011-02-15
* Fix wrong error reports in 'number of array dimensions exceeds theItagaki Takahiro2011-02-01
* Tag 8.2.20REL8_2_20Marc G. Fournier2011-01-27
* Don't include <asm/ia64regs.h> unnecessarily.Tom Lane2011-01-27
* Translation updates for release 8.2.20Peter Eisentraut2011-01-27
* Fix pg_restore to do the right thing when escaping large objects.Tom Lane2011-01-21
* Fix miscalculation of itemsafter in array_set_slice().Tom Lane2011-01-17
* Allow older branches to be built with Visual Studio 2008. This is a backport ...Andrew Dunstan2011-01-04