]> granicus.if.org Git - postgresql/commitdiff
Vadim's updates to HISTORY file.
authorBruce Momjian <bruce@momjian.us>
Tue, 30 Sep 1997 03:12:43 +0000 (03:12 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 30 Sep 1997 03:12:43 +0000 (03:12 +0000)
HISTORY

diff --git a/HISTORY b/HISTORY
index e15aae3a2b08b7c9acc4d61943d10425de8cfb9d..ccba605abf290c295138e0a4b1d11b1379f96c92 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -20,6 +20,12 @@ Fix very old bug which made tuples changed/inserted by a commnd
 Fix for SELECT null, 'fail' FROM pg_am (Patrick)
 SELECT NULL as EMPTY_FIELD now allowed(Patrick)
 Remove un-needed signal stuff from contrib/pginterface
+Fix OR (where x <> 1 or x isnull didn't return tuples with x NULL) (Vadim)
+Fix time_cmp function (Vadim)
+Fix handling of functions with non-attribute first argument in 
+       WHERE clauses (Vadim)
+Fix GROUP BY when order of entries is different from order
+       in target list (Vadim)
 
 Enhancements
 ------------
@@ -29,7 +35,10 @@ Added JDBC driver as an interface(Adrian & Peter)
 pg_password utility
 Return number of tuples inserted/affected by INSERT/UPDATE/DELETE etc.(Vadim)
 Triggers implemented with CREATE TRIGGER (SQL3)(Vadim)
-SPI (Server Programming Interface) implemented to support triggers(Vadim)
+SPI (Server Programming Interface) - allows execution of queries inside 
+       C-functions (Vadim)
+       SPI implemented not just to support triggers, but functions too,
+               and as "workhorse" for procedural language(s) in future...
 NOT NULL implemented (SQL92)(Robson Paniago de Miranda)
 Include reserved words for string handling, outer joins, and unions(Thomas)
 Implement extended comments ("/* ... */") using exclusive states(Thomas)
@@ -65,6 +74,9 @@ Reduce open() calls(Bruce)
 psql:  Add PAGER for \h and \?,\C fix
 Fix for psql pager when no tty(Bruce)
 New entab utility(Bruce)
+General trigger functions for referential integrity (Vadim)
+General trigger functions for time travel (Vadim)
+MOVE implementation (Vadim)
 
 Source Tree Changes
 -------------------