Commit Graph

22149 Commits (8f332cf79eff2ce13c566cc858f88a872699a42c)
 

Author SHA1 Message Date
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. 19 years ago
Tom Lane 9acbb81dd7 Fix overly enthusiastic Assert introduced in 8.1: it's expecting a 19 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
Bruce Momjian 512d7eab82 Move "#define inline __inline" from port/win32.h to c.h because Win32 20 years ago
Bruce Momjian a42c545f62 Round microseconds on setitimer upwards. 20 years ago
Bruce Momjian 83b27b9180 On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren't 20 years ago
Bruce Momjian 1e35f9aa04 Fix statement_timeout on Win32 so that it properly treats micro-seconds 20 years ago
Teodor Sigaev 73761f3659 Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@sime.com> 20 years ago
Tom Lane 804e7c5c53 Back-port HEAD's configure fixes to select appropriate compiler switches 20 years ago
Teodor Sigaev e33ab5b6d5 fix bug about modifying value in shared buffer, 20 years ago