summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp release 8.0.11.REL8_0_11Tom Lane2007-02-026-20/+20
* Update release notes for security-related releases in all active branches.Tom Lane2007-02-021-1/+201
* Repair failure to check that a table is still compatible with a previouslyTom Lane2007-02-023-81/+262
* Repair insufficiently careful type checking for SQL-language functions:Tom Lane2007-02-022-63/+35
* Translation updatesPeter Eisentraut2007-01-3112-12291/+13252
* Add SPI_push/SPI_pop calls so that datatype input and output functions calledTom Lane2007-01-301-5/+14
* Correct an old logic error in btree page splitting: when considering a splitTom Lane2007-01-271-2/+7
* Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the sameTom Lane2007-01-241-16/+36
* Relax an Assert() that has been found to be too strict in some situationsTom Lane2007-01-241-2/+12
* Back port patch.Tatsuo Ishii2007-01-131-3/+3
* tag itREL8_0_10PostgreSQL Daemon2007-01-062-11/+11
* Links to GUC variables from HISTORY don't work in back branches...Tom Lane2007-01-061-7/+4
* Fix markup because older releases couldn't link to the reference section.Bruce Momjian2007-01-061-7/+4
* Minor copy-editing for release note updates.Tom Lane2007-01-051-43/+43
* Stamp release 8.0.10.Bruce Momjian2007-01-056-12/+12
* Create release notes for 8.0.10.Bruce Momjian2007-01-051-1/+267
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-033-51/+108
* Repair bug #2839: the various ExecReScan functions need to resetTom Lane2006-12-266-6/+20
* Fix convertion for 'PFX flag N num'Teodor Sigaev2006-12-211-1/+1
* Document the recently-understood hazard that a rollback can release row-levelTom Lane2006-12-011-9/+34
* Update timezone data to tzdata2006p zic distribution. It seems WesternTom Lane2006-11-2819-702/+1341
* Mark to_number() and the numeric-type variants of to_char() as stable, notTom Lane2006-11-281-7/+7
* Fix psql's \copy command to ensure that it cycles libpq back to the idle stateTom Lane2006-11-241-1/+13
* Fix 1-byte buffer overrun when OID exceeds 1 billion. This probably can'tTom Lane2006-11-221-2/+2
* When truncating a relation in-place (eg during VACUUM), do not try to unlinkTom Lane2006-11-201-35/+60
* Repair problems with hash indexes that span multiple segments: the hash code'sTom Lane2006-11-192-43/+181
* Applied patch by Peter Harris to free auto_mem struct in ECPGconnect.Michael Meskes2006-11-081-1/+3
* Repair bug #2694 concerning an ARRAY[] construct whose inputs are emptyTom Lane2006-11-061-3/+36
* Fix "failed to re-find parent key" btree VACUUM failure by tweakingTom Lane2006-11-013-13/+40
* Back-patch second version of AIX getaddrinfo fix.Tom Lane2006-10-201-8/+29
* Work around reported problem that AIX's getaddrinfo() doesn't seem to zeroTom Lane2006-10-191-1/+10
* Fix infinite sleep and failes of send in Win32.Teodor Sigaev2006-10-131-25/+81
* Stamp 8.0.9.REL8_0_9Tom Lane2006-10-122-11/+11
* Update release notes for SQL functions vs triggers fix.Tom Lane2006-10-121-1/+3
* Fix mishandling of after-trigger state when a SQL function returns multipleTom Lane2006-10-121-3/+11
* A bit of copy-editing on back-branch release notes.Tom Lane2006-10-111-28/+42
* Repair incorrect check for coercion of unknown literal to ANYARRAY, a bugTom Lane2006-10-111-5/+22
* CREATE TABLE ... LIKE ... should mark the columns it creates withTom Lane2006-10-111-4/+4
* Fix psql \d commands to behave properly when a pattern using regex | is given.Tom Lane2006-10-101-19/+9
* Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian2006-10-096-11/+11
* Update release notes for releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian2006-10-091-1/+126
* Fix back-branch pg_regress scripts to try the "canonical" expected file if weTom Lane2006-10-091-4/+6
* Fix ancient oversight in psql's \d pattern processing code: when seeing twoTom Lane2006-10-071-9/+12
* Fix string_to_array() to correctly handle the case where there areTom Lane2006-10-071-146/+221
* Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane2006-10-063-20/+28
* date_trunc also accepts 'quarter'. Noted by Yoshihisa Nakano.Tom Lane2006-10-011-1/+2
* Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSIONTom Lane2006-08-311-1/+7
* Fix mistypingTeodor Sigaev2006-08-291-2/+2
* Add installcheck-parallel target to top level makefiles.Andrew Dunstan2006-08-182-3/+3
* Backported buffer overrun fix from HEADMichael Meskes2006-08-181-31/+33