Commit Graph

21887 Commits (43072a7ec1f744ba146d76f8ded5dd51ef02423b)
 

Author SHA1 Message Date
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
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