| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | More run-time checking errors: | Marc G. Fournier | 1996-08-19 | 1 | -4/+4 | |
| | | | | | -Kurt | |||||
| * | Fixes: | Marc G. Fournier | 1996-08-06 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | I've enclosed two patches. The first affects Solaris compilability. The bug stems from netdb.h (where MAXHOSTNAMELEN is defined on a stock system). If the user has installed the header files from BIND 4.9.x, there will be no definition of MAXHOSTNAMELEN. The patch will, if all else fails, try to include <arpa/nameser.h> and set MAXHOSTNAMELEN to MAXDNAME, which is 256 (just like MAXHOSTNAMELEN on a stock system). The second patch adds aliases for "ISNULL" to "IS NULL" and likewise for "NOTNULL" to "IS NOT NULL". I have not removed the postgres specific ISNULL and NOTNULL. I noticed this on the TODO list, and figured it would be easy to remove. The full semantics are: [ expression IS NULL ] [ expression IS NOT NULL ] --Jason Submitted by: Jason Wright <jason@oozoo.vnet.net> | |||||
| * | More merges from Dr. George's tree... | Marc G. Fournier | 1996-07-22 | 1 | -19/+19 | |
| | | | | | | | | | | - src/backend/tcop/* - cosmetic changes to OPENLINK patches - src/backend/storage/* - more changes, mostly cosmetic - src/backend/ports/* - merge in patches for aix and i386_solaris | |||||
| * | Fixes: | Marc G. Fournier | 1996-07-19 | 1 | -2/+5 | |
| | | | | | | | | | This is a patch to prevent an endless loop occuring in the Postgres backend when a 'warning' error condition generates another warning error contition in the handler code. Submitted by: Chris Dunlop, <chris@onthe.net.au> | |||||
| * | fsync patch from openlink | Marc G. Fournier | 1996-07-15 | 1 | -3/+28 | |
| | | ||||||
| * | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 1 | -0/+1500 | |
