Update per Tom:
authorBruce Momjian <bruce@momjian.us>
Tue, 21 Oct 2003 02:48:09 +0000 (02:48 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 21 Oct 2003 02:48:09 +0000 (02:48 +0000)
commitd58c70c6ae4694d3efd4420166b9a5b9909d0efe
treef822584b610bb8a32c65f9adef60bb47a0f6bb8f
parent2f603a8b0ce2ddaf065c7a4fac98b2ef2f5d555a
Update per Tom:

< * Allow INET subnet tests using non-constants
> * Allow INET subnet tests to use indexes
101a102
>  o Allow MIN()/MAX() on arrays
144c145
< * Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) datetime_ops)
> * -Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) datetime_ops)
166c167
< * Improve handling of index scans for NULL
> * Allow use of indexes to search for NULLs
203a205
> * Add optional textual message to NOTIFY
252c254
<  o Add SET SCHEMA
>  o Add SET PATH for schemas
297a300
> * Allow fastpast to pass values in portable format
344a348
> * Allow statement-level triggers to access modified rows
526d529
<  o Add optional textual message to NOTIFY
530d532
<  o Allow fastpast to pass values in portable format
533c535
<  o Special passing of binary values in platform-neutral format (bytea?)
>  o -Special passing of binary values in platform-neutral format (bytea?)
doc/TODO