1. 03 Aug, 2000 1 commit
    • Tom Lane's avatar
      Repair bug noted by Paul Caskey: neqsel() has been generating a bogus · 1bd3a8f5
      Tom Lane authored
      result, in fact nearly the opposite of what it should, because it
      was passing the not-equal operator to eqsel() which would use it to
      compare the value against the most common value in the column, and
      of course obtain the wrong result therefrom.  Must pass the equality
      operator to eqsel() instead.  Fortunately that's easy to get from
      the oprnegate link.
      1bd3a8f5
  2. 01 Aug, 2000 2 commits
    • Tom Lane's avatar
      Convert all remaining float4 and float8 functions to new fmgr style. · 463f1f5c
      Tom Lane authored
      At this point I think it'd be possible to make float4 be pass-by-value
      without too much work --- and float8 too on machines where Datum is
      8 bytes.  Something to try when the mood strikes, anyway.
      463f1f5c
    • Philip Warner's avatar
      - Added --create, --no-owner, --superuser, --no-reconnect (pg_dump & pg_restore) · 92bd532c
      Philip Warner authored
      - Added code to dump 'Create Schema' statement (pg_dump)
      - Don't bother to disable/enable triggers if we don't have a superuser (pg_restore)
      - Cleaned up code for reconnecting to database.
      - Force a reconnect as superuser before enabling/disabling triggers.
      - Added & Removed --throttle (pg_dump)
      - Fixed minor bug in language dumping code: expbuffres were not being reset.
      - Fixed version number initialization in _allocAH (pg_backup_archiver.c)
      - Added second connection when restoring BLOBs to allow temp. table to survive
        (db reconnection causes temp tables to be lost).
      92bd532c
  3. 31 Jul, 2000 2 commits
  4. 30 Jul, 2000 2 commits
    • Tom Lane's avatar
      Type lztext is toast. · 8f9fa0e1
      Tom Lane authored
      (Sorry, couldn't help it...)
      
      Removed type filename as well, since it's unused and probably useless.
      INITDB FORCED, because pg_rewrite columns are now plain text again.
      8f9fa0e1
    • Tom Lane's avatar
      Convert all remaining geometric operators to new fmgr style. This · 3a9a74a0
      Tom Lane authored
      allows fixing problems with operators that expected to be able to
      return a NULL, such as the '#' line-segment-intersection operator
      that tried to return NULL when the two segments don't intersect.
      (See, eg, bug report from 1-Nov-99 on pghackers.)  Fix some other
      bugs in passing, such as backwards comparison in path_distance().
      3a9a74a0
  5. 29 Jul, 2000 2 commits
  6. 28 Jul, 2000 5 commits
  7. 27 Jul, 2000 16 commits
  8. 26 Jul, 2000 4 commits
  9. 25 Jul, 2000 6 commits