1. 06 Nov, 2000 4 commits
    • Thomas G. Lockhart's avatar
      Fix INTERVAL output when year/month has different sign as day/hour etc. · 2cf16424
      Thomas G. Lockhart authored
       Previously, all fields were unsigned, with only a trailing "ago" to
       indicate negative intervals. Now, ISO format does not use "ago", and
       and the traditional PostgreSQL format has the first numeric field unsigned
       with "ago" supporting that field. So "1 month - 2 days ago" is two days
       less than a month in the past.
      Fix interval arithmetic across daylight savings time boundaries.
       Previously, most math across boundaries introduced a one hour offset.
      Allow some date/time functions to return NULL if called with NULL args.
      Implement functions for AT TIME ZONE support.
      Support "SAT" as an Australian time zone if USE_AUSTRALIAN_RULES
       is defined.
      2cf16424
    • Thomas G. Lockhart's avatar
      Implement AT TIME ZONE SQL9x syntax. · df9462ac
      Thomas G. Lockhart authored
       AT is now a keyword but is not a reserved word.
      df9462ac
    • Thomas G. Lockhart's avatar
      Allow type resolution for UNKNOWN arguments to functions to fall back to · 155e0b99
      Thomas G. Lockhart authored
       any available string type. Previously, all candidate choices must have
       fallen within the same "type category" for PostgreSQL to be willing to
       choose any of them.
      Need to apply the same fixup to operator type resolution.
      155e0b99
    • Bruce Momjian's avatar
      Update TODO list. · 493635b2
      Bruce Momjian authored
      493635b2
  2. 05 Nov, 2000 6 commits
  3. 04 Nov, 2000 15 commits
  4. 03 Nov, 2000 7 commits
  5. 02 Nov, 2000 8 commits