Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | prototype cleanup | Bruce Momjian | 1996-11-10 | |
| | ||||
* | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 | |
| | ||||
* | Quiet compiler warnings. | Bryan Henderson | 1996-11-10 | |
| | ||||
* | More compile cleanups | Bruce Momjian | 1996-11-08 | |
| | ||||
* | Compile and warning cleanup | Bruce Momjian | 1996-11-08 | |
| | ||||
* | Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | 1996-11-06 | |
| | ||||
* | Remove NULL_PATCH define | Bruce Momjian | 1996-11-04 | |
| | ||||
* | Add #include "postgres.h" | Marc G. Fournier | 1996-10-31 | |
| | ||||
* | Fixes: | Marc G. Fournier | 1996-07-19 | |
| | | | | | | | | | | | | | | | | | | | I have written some patches which add support for NULLs to Postgres95. In fact support for NULLs was already present in postgres, but it had been disabled because not completely debugged, I believe. My patches simply add some checks here and there. To enable the new code you must add -DNULL_PATCH to CFLAGS in Makefile.global. After recompiling you can do things like: insert into a (x, y) values (1, NULL); update a set x = NULL where x = 0; You can't still use a "where x=NULL" clause, you must use ISNULL instead. This could probably be an easy fix to do. Submitted by: Massimo Dal Zotto <dz@cs.unitn.it> | |||
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | |