summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 8.1.5.REL8_1_5Tom Lane2006-10-122-11/+11
* Sync 8.1 pg_config.h.in with expected autoheader output (looks likeTom Lane2006-10-121-1/+1
* Update release notes for SQL functions vs triggers fix.Tom Lane2006-10-121-1/+5
* Fix mishandling of after-trigger state when a SQL function returns multipleTom Lane2006-10-121-3/+11
* A bit of copy-editing on back-branch release notes.Tom Lane2006-10-111-58/+81
* Repair incorrect check for coercion of unknown literal to ANYARRAY, a bugTom Lane2006-10-111-5/+22
* CREATE TABLE ... LIKE ... should mark the columns it creates withTom Lane2006-10-111-4/+4
* Restore HPUX FAQ entry that talked about working around regressionBruce Momjian2006-10-101-1/+17
* Fix psql \d commands to behave properly when a pattern using regex | is given.Tom Lane2006-10-101-19/+9
* Backpatch FAQs to 8.1.X.Bruce Momjian2006-10-1012-1211/+1390
* Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian2006-10-096-11/+11
* Update release notes for releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian2006-10-091-1/+189
* Fix back-branch pg_regress scripts to try the "canonical" expected file if weTom Lane2006-10-091-4/+6
* Fix ancient oversight in psql's \d pattern processing code: when seeing twoTom Lane2006-10-071-9/+12
* Fix string_to_array() to correctly handle the case where there areTom Lane2006-10-071-146/+204
* Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane2006-10-063-19/+27
* date_trunc also accepts 'quarter'. Noted by Yoshihisa Nakano.Tom Lane2006-10-011-1/+2
* Fix overly enthusiastic Assert introduced in 8.1: it's expecting aTom Lane2006-10-011-3/+7
* Backpatch to 8.1.X fix for to_timestamp() where "PM/AM" specificationBruce Momjian2006-09-041-5/+5
* Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSIONTom Lane2006-08-311-1/+8
* Fix mistypingTeodor Sigaev2006-08-291-2/+2
* Add description of tsvector type layoutTeodor Sigaev2006-08-291-0/+14
* Remove pos comparison in silly_cmp_tsvector(): it is not a semantically signi...Teodor Sigaev2006-08-291-2/+0
* Fix incorrect length of lexemes in silly_cmp_tsvector()Teodor Sigaev2006-08-291-1/+1
* Fix regression tests: after changing comparing functionTeodor Sigaev2006-08-251-1/+1
* Fix compare bug for tsvector: problem was in aligment. Per Stefan Kaltenbrunn...Teodor Sigaev2006-08-241-8/+34
* In new "invalid byte sequence" error hint, call it "error", notBruce Momjian2006-08-221-2/+2
* Add hint for "invalid byte sequence for encoding" error message,Bruce Momjian2006-08-221-2/+5
* Remove obsolete tip about casting bool to int, per Taiki Yamaguchi.Tom Lane2006-08-211-14/+1
* Add installcheck-parallel target to top level makefiles.Andrew Dunstan2006-08-182-3/+3
* Backported buffer overrun from HEADMichael Meskes2006-08-181-31/+33
* Applied the connect patch from HEAD.Michael Meskes2006-08-181-9/+6
* Get rid of "lookahead" functionality in plpgsql's yylex() function,Tom Lane2006-08-142-158/+142
* Fix core dump in duration logging for a V3-protocol Execute messageTom Lane2006-08-131-18/+31
* Move Win32 inline define to win32.h so it is found, rather than c.h.Bruce Momjian2006-08-102-13/+13
* Move "#define inline __inline" from port/win32.h to c.h because Win32Bruce Momjian2006-08-101-1/+12
* Round microseconds on setitimer upwards.Bruce Momjian2006-08-091-7/+4
* On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren'tBruce Momjian2006-08-091-1/+7
* Fix statement_timeout on Win32 so that it properly treats micro-secondsBruce Momjian2006-08-091-2/+3
* Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@s...Teodor Sigaev2006-08-081-5/+25
* Back-port HEAD's configure fixes to select appropriate compiler switchesTom Lane2006-08-072-12/+196
* fix bug about modifying value in shared buffer,Teodor Sigaev2006-08-071-40/+12
* Fix references to the Options section in the pgcrypto documentation.Neil Conway2006-08-051-5/+5
* Fix documentation error: GRANT/REVOKE for roles only accept role namesTom Lane2006-08-023-8/+16
* Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji.Alvaro Herrera2006-07-311-2/+2
* prevent multiplexing Windows kernel event objects we listen for across variou...Andrew Dunstan2006-07-291-1/+11
* Fix table title.Tom Lane2006-07-281-2/+2
* Make it clearer that not every Postgres character set can be used as aTom Lane2006-07-281-20/+53
* Fix spectacular misspellings of procedural language namesPeter Eisentraut2006-07-241-7/+6
* Fix oversight in sizing of shared buffer lookup hashtable. BecauseTom Lane2006-07-231-4/+9