summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-08-14Get rid of "lookahead" functionality in plpgsql's yylex() function,Tom Lane
2006-08-13Fix core dump in duration logging for a V3-protocol Execute messageTom Lane
2006-08-10Move Win32 inline define to win32.h so it is found, rather than c.h.Bruce Momjian
2006-08-10Move "#define inline __inline" from port/win32.h to c.h because Win32Bruce Momjian
2006-08-09Round microseconds on setitimer upwards.Bruce Momjian
2006-08-09On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren'tBruce Momjian
2006-08-09Fix statement_timeout on Win32 so that it properly treats micro-secondsBruce Momjian
2006-08-08Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@s...Teodor Sigaev
2006-08-07Back-port HEAD's configure fixes to select appropriate compiler switchesTom Lane
2006-08-07fix bug about modifying value in shared buffer,Teodor Sigaev
2006-08-05Fix references to the Options section in the pgcrypto documentation.Neil Conway
2006-08-02Fix documentation error: GRANT/REVOKE for roles only accept role namesTom Lane
2006-07-31Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji.Alvaro Herrera
2006-07-29prevent multiplexing Windows kernel event objects we listen for across variou...Andrew Dunstan
2006-07-28Fix table title.Tom Lane
2006-07-28Make it clearer that not every Postgres character set can be used as aTom Lane
2006-07-24Fix spectacular misspellings of procedural language namesPeter Eisentraut
2006-07-23Fix oversight in sizing of shared buffer lookup hashtable. BecauseTom Lane
2006-07-22Hmm, seems --disable-spinlocks has been broken for awhile and nobodyTom Lane
2006-07-20Don't try to truncate multixact SLRU files in checkpoints done during xlogTom Lane
2006-07-16Ensure that we retry rather than erroring out when send() or recv() returnTom Lane
2006-07-14Add dependency to fix parallel-make race condition. Alexander DupuyTom Lane