summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Links to GUC variables from HISTORY don't work in back branches...REL8_1_6Tom Lane2007-01-061-9/+5
* tag 8.1.6PostgreSQL Daemon2007-01-062-11/+11
* Fix markup because older releases couldn't link to the reference section.Bruce Momjian2007-01-061-9/+5
* Minor copy-editing for release note updates.Tom Lane2007-01-051-91/+96
* Stamp release 8.1.6.Bruce Momjian2007-01-056-12/+12
* Create release notes for 8.1.6.Bruce Momjian2007-01-051-1/+412
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-033-46/+105
* Modify local buffer management to request memory for local buffers in blocksTom Lane2006-12-271-6/+51
* Repair bug #2839: the various ExecReScan functions need to resetTom Lane2006-12-267-7/+25
* 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-1/+27
* 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
* Back-patch HEAD's fixes to recognize __ppc64__ as equivalent to __powerpc64__.Tom Lane2006-11-281-4/+5
* Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin.Tom Lane2006-11-281-1/+1
* Fix psql's \copy command to ensure that it cycles libpq back to the idle stateTom Lane2006-11-241-1/+13
* Add release entry for 8.1.5 that was missing:Bruce Momjian2006-11-231-1/+2
* 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-37/+62
* Repair problems with hash indexes that span multiple segments: the hash code'sTom Lane2006-11-192-44/+182
* Repair two related errors in heap_lock_tuple: it was failing to recognizeTom Lane2006-11-174-46/+115
* 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 recently-identified PITR recovery hazard: the base backup could containTom Lane2006-11-053-6/+50
* Correct documentation error: in 8.1 and 8.2, %p in archive and restoreTom Lane2006-11-042-8/+16
* Fix "failed to re-find parent key" btree VACUUM failure by tweakingTom Lane2006-11-013-11/+39
* pg_restore failed on tar-format archives if they contained large objectsTom Lane2006-11-011-3/+16
* 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
* Update Japanese FAQ.Bruce Momjian2006-10-132-16/+18
* Fix typo in version number.Tom Lane2006-10-131-2/+2
* Fix infinite sleep and failes of send in Win32.Teodor Sigaev2006-10-131-25/+81
* Stamp 8.1.5.REL8_1_5Tom Lane2006-10-122-11/+11
* Sync 8.1 pg_config.h.in with expected autoheader output (looks likeTom Lane2006-10-121-1/+1
* Update release notes for SQL functions vs triggers fix.Tom Lane2006-10-121-1/+5
* 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-58/+81
* 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
* Restore HPUX FAQ entry that talked about working around regressionBruce Momjian2006-10-101-1/+17
* Fix psql \d commands to behave properly when a pattern using regex | is given.Tom Lane2006-10-101-19/+9
* Backpatch FAQs to 8.1.X.Bruce Momjian2006-10-1012-1211/+1390
* 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/+189
* 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/+204
* Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane2006-10-063-19/+27
* date_trunc also accepts 'quarter'. Noted by Yoshihisa Nakano.Tom Lane2006-10-011-1/+2
* Fix overly enthusiastic Assert introduced in 8.1: it's expecting aTom Lane2006-10-011-3/+7