summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Stamp 8.2.23.REL8_2_23Tom Lane2011-12-013-10/+10
* 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
* Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs.Heikki Linnakangas2011-10-081-2/+5
* Fix our mapping of Windows timezones for Central America.Tom Lane2011-09-231-1/+2
* Stamp 8.2.22.REL8_2_22Tom Lane2011-09-223-10/+10
* 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 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
* 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 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-111-1/+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-031-2/+2
* Obtain table locks as soon as practical during pg_dump.Tom Lane2011-06-171-4/+10
* Add overflow checks to int4 and int8 versions of generate_series().Robert Haas2011-06-172-0/+8
* Fix assorted issues with build and install paths containing spaces.Tom Lane2011-06-146-11/+11
* Fix aboriginal copy-paste mistake in error messageAlvaro Herrera2011-06-131-2/+1
* Work around gcc 4.6.0 bug that breaks WAL replay.Tom Lane2011-06-101-9/+11
* Allow building with perl 5.14.Andrew Dunstan2011-06-042-1/+6
* Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list.Tom Lane2011-06-041-1/+2
* Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence.Tom Lane2011-06-021-0/+16
* Disallow SELECT FOR UPDATE/SHARE on sequences.Tom Lane2011-06-021-0/+37
* Protect GIST logic that assumes penalty values can't be negative.Tom Lane2011-05-311-3/+11
* Fix portability bugs in use of credentials control messages for peer auth.Tom Lane2011-05-302-34/+46
* Make decompilation of optimized CASE constructs more robust.Tom Lane2011-05-261-34/+33
* Install defenses against overflow in BuildTupleHashTable().Tom Lane2011-05-231-1/+15