1- PostgreSQL 6.2beta Sat Sep 27 07:20:16 PDT 1997
1+ PostgreSQL 6.2 Thu Oct 02 12:53:46 EDT 1997
22-------------------------------------------------------------
33
44A dump/restore is required for those wishing to migrate data from
@@ -26,6 +26,7 @@ Fix handling of functions with non-attribute first argument in
2626WHERE clauses (Vadim)
2727Fix GROUP BY when order of entries is different from order
2828in target list (Vadim)
29+ Fix pg_dump for aggregates without sfunc1 (Vadim)
2930
3031Enhancements
3132------------
@@ -35,10 +36,8 @@ Added JDBC driver as an interface(Adrian & Peter)
3536pg_password utility
3637Return number of tuples inserted/affected by INSERT/UPDATE/DELETE etc.(Vadim)
3738Triggers implemented with CREATE TRIGGER (SQL3)(Vadim)
38- SPI (Server Programming Interface)- allows execution of queries inside
39+ SPI (Server Programming Interface) allows execution of queries inside
3940C-functions (Vadim)
40- SPI implemented not just to support triggers, but functions too,
41- and as "workhorse" for procedural language(s) in future...
4241NOT NULL implemented (SQL92)(Robson Paniago de Miranda)
4342Include reserved words for string handling, outer joins, and unions(Thomas)
4443Implement extended comments ("/* ... */") using exclusive states(Thomas)
@@ -76,6 +75,7 @@ Fix for psql pager when no tty(Bruce)
7675New entab utility(Bruce)
7776General trigger functions for referential integrity (Vadim)
7877General trigger functions for time travel (Vadim)
78+ General trigger functions for AUTOINCREMENT/IDENTITY feature (Vadim)
7979MOVE implementation (Vadim)
8080
8181Source Tree Changes
@@ -111,6 +111,7 @@ Add comments syntax regression test(Thomas)
111111Add PGINDENT and support program(Bruce)
112112Massive commit to run PGINDENT on all *.c and *.h files(Bruce)
113113Files moved to /src/tools directory(Bruce)
114+ SPI and Trigger programming guides (Vadim & D'Arcy)
114115
115116
116117PostgreSQL 6.1.1 Mon Jul 22 18:04:49 EDT 1997