Skip to content
Snippets Groups Projects
  1. Oct 25, 2003
  2. Oct 24, 2003
  3. Oct 23, 2003
  4. Oct 22, 2003
  5. Oct 21, 2003
    • Tom Lane's avatar
      Fix built-in SQL-language functions to ensure that referenced names · 2b23bf37
      Tom Lane authored
      are properly schema-qualified.
      
      Christopher Kings-Lynne
      2b23bf37
    • Bruce Momjian's avatar
      Remove: · d4273a52
      Bruce Momjian authored
      < 	o Allow BINARY option to SELECT, just like DECLARE
      d4273a52
    • Bruce Momjian's avatar
      Update: · d8e3515f
      Bruce Momjian authored
      < * Allow INET subnet tests to use indexes
      > * Allow INET subnet tests using non-constants to be indexed
      d8e3515f
    • Tom Lane's avatar
      Cope with platforms that offer LONGLONG_MIN in place of the C99-spec · 7eb67fc9
      Tom Lane authored
      LLONG_MIN.  One example is AIX, per report from Andreas.
      7eb67fc9
    • Tom Lane's avatar
      Revert to 7.3-and-before practice of only including <fcntl.h> in c.h · c9f8c2fd
      Tom Lane authored
      on Windows; per complaint from Andreas that it breaks AIX build.
      c9f8c2fd
    • Tom Lane's avatar
      Fix findLastBuiltinOid_V70() to deliver correct result when running · 10add9d8
      Tom Lane authored
      against a 7.0 server.
      
      Christopher Kings-Lynne
      10add9d8
    • Bruce Momjian's avatar
      Update per Tom: · d58c70c6
      Bruce Momjian authored
      < * 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?)
      d58c70c6
Loading