Commit Graph

22149 Commits (8f332cf79eff2ce13c566cc858f88a872699a42c)
 

Author SHA1 Message Date
Teodor Sigaev 3e5a4a9a08 Fix backend crash in parsing incorrect tsquery. 19 years ago
Magnus Hagander b8a26a6240 Fix for early log messages during postmaster startup getting lost when 19 years ago
Tom Lane d6e3ae48ef Fix an ancient logic error in plpgsql's exec_stmt_block: it thought it could 19 years ago
Tom Lane cd0d50466f Rearrange use of plpgsql_add_initdatums() so that only the parsing of a 19 years ago
Bruce Momjian c0190adff9 Stamp releases notes for 8.2.3, 8.1.8, 8.0.12. 19 years ago
Tom Lane 5921066de4 Fix wrong spacing (I think Bruce tried to hand-edit this instead of letting autoconf do it) 19 years ago
Bruce Momjian 94bf5466b0 Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet. 19 years ago
Tom Lane e41cb89a03 Fix an error in the original coding of holdable cursors: PersistHoldablePortal 19 years ago
Tom Lane c60125a9be Remove typmod checking from the recent security-related patches. It turns 19 years ago
Michael Meskes 7fd912e854 Backported va_list handling cleanup 19 years ago
Neil Conway 2c39737843 Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32 under 19 years ago
Tom Lane 924c1d4ceb Stamp release 8.1.7. 19 years ago
Tom Lane 43072a7ec1 Update release notes for security-related releases in all active branches. 19 years ago
Tom Lane 1f1f5efa82 Repair failure to check that a table is still compatible with a previously 19 years ago
Tom Lane 088ef257fe Repair insufficiently careful type checking for SQL-language functions: 19 years ago
Peter Eisentraut 139e4a2635 Translation updates 19 years ago
Tom Lane 6c74f05cf2 Repair oversights in the mechanism used to store compiled plpgsql functions. 19 years ago
Tom Lane 458e9169d6 Add SPI_push/SPI_pop calls so that datatype input and output functions called 19 years ago
Tom Lane 5e6c06f040 Correct an old logic error in btree page splitting: when considering a split 19 years ago
Tom Lane 722ad326f1 Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests during 19 years ago
Tom Lane 03d1281477 Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same 19 years ago
Tom Lane 212df03ac9 Relax an Assert() that has been found to be too strict in some situations 19 years ago
Neil Conway bdc9d70edd Correct a minor inaccuracy in the pg_dumpall reference page: -g dumps 19 years ago
Alvaro Herrera d8b5a71c51 Fix autovacuum to avoid leaving non-permanent Xids in non-connectable 19 years ago
Tom Lane 0069d7c36a Fix a performance problem in databases with large numbers of tables 19 years ago
Tatsuo Ishii e6be37ffe2 Back port patch. 19 years ago
Tom Lane c3013376b2 Links to GUC variables from HISTORY don't work in back branches... 19 years ago
PostgreSQL Daemon e677ff2876 tag 8.1.6 19 years ago
Bruce Momjian 96959c18c6 Fix markup because older releases couldn't link to the reference section. 19 years ago
Tom Lane 17406c92ac Minor copy-editing for release note updates. 19 years ago
Bruce Momjian 9b9758bb77 Stamp release 8.1.6. 19 years ago
Bruce Momjian f921940be5 Create release notes for 8.1.6. 19 years ago
Tom Lane 15888bf0c0 Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the 19 years ago
Tom Lane 34aabc2071 Modify local buffer management to request memory for local buffers in blocks 19 years ago
Tom Lane f1d8828e3c Repair bug #2839: the various ExecReScan functions need to reset 19 years ago
Teodor Sigaev 3dd05aba09 Fix convertion for 'PFX flag N num' 19 years ago
Tom Lane 2244ccd408 Document the recently-understood hazard that a rollback can release row-level 19 years ago
Tom Lane 95f6a47f1a Update timezone data to tzdata2006p zic distribution. It seems Western 19 years ago
Tom Lane 0b11a15259 Mark to_number() and the numeric-type variants of to_char() as stable, not 19 years ago
Tom Lane 583159ff69 Back-patch HEAD's fixes to recognize __ppc64__ as equivalent to __powerpc64__. 19 years ago
Tom Lane 6db9d26727 Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin. 19 years ago
Tom Lane 2f523a6f53 Fix psql's \copy command to ensure that it cycles libpq back to the idle state 19 years ago
Bruce Momjian 35f9bf3725 Add release entry for 8.1.5 that was missing: 19 years ago
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