summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-28Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin.Tom Lane
2006-11-24Fix psql's \copy command to ensure that it cycles libpq back to the idle stateTom Lane
2006-11-23Add release entry for 8.1.5 that was missing:Bruce Momjian
2006-11-22Fix 1-byte buffer overrun when OID exceeds 1 billion. This probably can'tTom Lane
2006-11-20When truncating a relation in-place (eg during VACUUM), do not try to unlinkTom Lane
2006-11-19Repair problems with hash indexes that span multiple segments: the hash code'sTom Lane
2006-11-17Repair two related errors in heap_lock_tuple: it was failing to recognizeTom Lane
2006-11-08Applied patch by Peter Harris to free auto_mem struct in ECPGconnect.Michael Meskes
2006-11-06Repair bug #2694 concerning an ARRAY[] construct whose inputs are emptyTom Lane
2006-11-05Fix recently-identified PITR recovery hazard: the base backup could containTom Lane
2006-11-04Correct documentation error: in 8.1 and 8.2, %p in archive and restoreTom Lane
2006-11-01Fix "failed to re-find parent key" btree VACUUM failure by tweakingTom Lane
2006-11-01pg_restore failed on tar-format archives if they contained large objectsTom Lane
2006-10-20Back-patch second version of AIX getaddrinfo fix.Tom Lane
2006-10-19Work around reported problem that AIX's getaddrinfo() doesn't seem to zeroTom Lane
2006-10-13Update Japanese FAQ.Bruce Momjian
2006-10-13Fix typo in version number.Tom Lane
2006-10-13Fix infinite sleep and failes of send in Win32.Teodor Sigaev
2006-10-12Stamp 8.1.5.REL8_1_5Tom Lane
2006-10-12Sync 8.1 pg_config.h.in with expected autoheader output (looks likeTom Lane
2006-10-12Update release notes for SQL functions vs triggers fix.Tom Lane
2006-10-12Fix mishandling of after-trigger state when a SQL function returns multipleTom Lane
2006-10-11A bit of copy-editing on back-branch release notes.Tom Lane
2006-10-11Repair incorrect check for coercion of unknown literal to ANYARRAY, a bugTom Lane
2006-10-11CREATE TABLE ... LIKE ... should mark the columns it creates withTom Lane
2006-10-10Restore HPUX FAQ entry that talked about working around regressionBruce Momjian
2006-10-10Fix psql \d commands to behave properly when a pattern using regex | is given.Tom Lane
2006-10-10Backpatch FAQs to 8.1.X.Bruce Momjian
2006-10-09Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian
2006-10-09Update release notes for releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian
2006-10-09Fix back-branch pg_regress scripts to try the "canonical" expected file if weTom Lane
2006-10-07Fix ancient oversight in psql's \d pattern processing code: when seeing twoTom Lane
2006-10-07Fix string_to_array() to correctly handle the case where there areTom Lane
2006-10-06Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane
2006-10-01date_trunc also accepts 'quarter'. Noted by Yoshihisa Nakano.Tom Lane
2006-10-01Fix overly enthusiastic Assert introduced in 8.1: it's expecting aTom Lane
2006-09-04Backpatch to 8.1.X fix for to_timestamp() where "PM/AM" specificationBruce Momjian
2006-08-31Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSIONTom Lane
2006-08-29Fix mistypingTeodor Sigaev
2006-08-29Add description of tsvector type layoutTeodor Sigaev
2006-08-29Remove pos comparison in silly_cmp_tsvector(): it is not a semantically signi...Teodor Sigaev
2006-08-29Fix incorrect length of lexemes in silly_cmp_tsvector()Teodor Sigaev
2006-08-25Fix regression tests: after changing comparing functionTeodor Sigaev
2006-08-24Fix compare bug for tsvector: problem was in aligment. Per Stefan Kaltenbrunn...Teodor Sigaev
2006-08-22In new "invalid byte sequence" error hint, call it "error", notBruce Momjian
2006-08-22Add hint for "invalid byte sequence for encoding" error message,Bruce Momjian
2006-08-21Remove obsolete tip about casting bool to int, per Taiki Yamaguchi.Tom Lane
2006-08-18Add installcheck-parallel target to top level makefiles.Andrew Dunstan
2006-08-18Backported buffer overrun from HEADMichael Meskes
2006-08-18Applied the connect patch from HEAD.Michael Meskes