Commit Graph

21856 Commits (c4950aa1eeb62b6661b4fb1fc1edb53dba96f98d)
 

Author SHA1 Message Date
Tom Lane c4950aa1ee Fix 1-byte buffer overrun when OID exceeds 1 billion. This probably can't 19 years ago
Tom Lane 504d87c7cd When truncating a relation in-place (eg during VACUUM), do not try to unlink 19 years ago
Tom Lane dfb25d2863 Repair problems with hash indexes that span multiple segments: the hash code's 19 years ago
Tom Lane 91eb4895bb Repair two related errors in heap_lock_tuple: it was failing to recognize 19 years ago
Michael Meskes a2281c8e6f Applied patch by Peter Harris to free auto_mem struct in ECPGconnect. 19 years ago
Tom Lane b3234f2912 Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty 19 years ago
Tom Lane befd4e4e48 Fix recently-identified PITR recovery hazard: the base backup could contain 19 years ago
Tom Lane 23092b9928 Correct documentation error: in 8.1 and 8.2, %p in archive and restore 19 years ago
Tom Lane 6f48f84874 Fix "failed to re-find parent key" btree VACUUM failure by tweaking 19 years ago
Tom Lane ecaa7ebed8 pg_restore failed on tar-format archives if they contained large objects 19 years ago
Tom Lane 8a6ed093b4 Back-patch second version of AIX getaddrinfo fix. 19 years ago
Tom Lane 62fc3b9929 Work around reported problem that AIX's getaddrinfo() doesn't seem to zero 19 years ago
Bruce Momjian 09b98773ab Update Japanese FAQ. 19 years ago
Tom Lane 91ddf5b548 Fix typo in version number. 19 years ago
Teodor Sigaev 9f1b531420 Fix infinite sleep and failes of send in Win32. 19 years ago
Tom Lane 87d57b6c93 Stamp 8.1.5. 19 years ago
Tom Lane 424157a803 Sync 8.1 pg_config.h.in with expected autoheader output (looks like 19 years ago
Tom Lane 9d457ea802 Update release notes for SQL functions vs triggers fix. 19 years ago
Tom Lane fb27f43123 Fix mishandling of after-trigger state when a SQL function returns multiple 19 years ago
Tom Lane 23c64e18ec A bit of copy-editing on back-branch release notes. 19 years ago
Tom Lane c2caa7b736 Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug 19 years ago
Tom Lane 97fc0f6e83 CREATE TABLE ... LIKE ... should mark the columns it creates with 19 years ago
Bruce Momjian 34cd09fdd0 Restore HPUX FAQ entry that talked about working around regression 19 years ago
Tom Lane 9c2b6ec695 Fix psql \d commands to behave properly when a pattern using regex | is given. 19 years ago
Bruce Momjian 61c91fd2d2 Backpatch FAQs to 8.1.X. 19 years ago
Bruce Momjian 7cec8b4e4a Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. 19 years ago
Bruce Momjian 5c13747ac9 Update release notes for releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. 19 years ago
Tom Lane b7edacccbe Fix back-branch pg_regress scripts to try the "canonical" expected file if we 19 years ago
Tom Lane e407ca3a7b Fix ancient oversight in psql's \d pattern processing code: when seeing two 19 years ago
Tom Lane a5d892b1c9 Fix string_to_array() to correctly handle the case where there are 19 years ago
Tom Lane a222a158b0 Fix SysCacheGetAttr() to handle the case where the specified syscache has not 19 years ago
Tom Lane 4af74cc007 date_trunc also accepts 'quarter'. Noted by Yoshihisa Nakano. 20 years ago
Tom Lane 9acbb81dd7 Fix overly enthusiastic Assert introduced in 8.1: it's expecting a 20 years ago
Bruce Momjian e73687f2ec Backpatch to 8.1.X fix for to_timestamp() where "PM/AM" specification 20 years ago
Tom Lane 1e64862ab3 Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION 20 years ago
Teodor Sigaev 780451b43d Fix mistyping 20 years ago
Teodor Sigaev 60a25e6f6f Add description of tsvector type layout 20 years ago
Teodor Sigaev 3538b740f3 Remove pos comparison in silly_cmp_tsvector(): it is not a semantically significant 20 years ago
Teodor Sigaev a3cb2221f3 Fix incorrect length of lexemes in silly_cmp_tsvector() 20 years ago
Teodor Sigaev 747b82aa6a Fix regression tests: after changing comparing function 20 years ago
Teodor Sigaev 2ec2b2caf0 Fix compare bug for tsvector: problem was in aligment. Per Stefan Kaltenbrunner <stefan@kaltenbrunner.cc> and Phil Frost <indigo@bitglue.com> 20 years ago
Bruce Momjian 368f3b2cca In new "invalid byte sequence" error hint, call it "error", not 20 years ago
Bruce Momjian d16e2ceb59 Add hint for "invalid byte sequence for encoding" error message, 20 years ago
Tom Lane 574878f110 Remove obsolete tip about casting bool to int, per Taiki Yamaguchi. 20 years ago
Andrew Dunstan 331428205b Add installcheck-parallel target to top level makefiles. 20 years ago
Michael Meskes 9084f700e5 Backported buffer overrun from HEAD 20 years ago
Michael Meskes 017d79b10d Applied the connect patch from HEAD. 20 years ago
Tom Lane 7ed55aac1c Get rid of "lookahead" functionality in plpgsql's yylex() function, 20 years ago
Tom Lane e4596d8e60 Fix core dump in duration logging for a V3-protocol Execute message 20 years ago
Bruce Momjian b6f564c012 Move Win32 inline define to win32.h so it is found, rather than c.h. 20 years ago