Skip to content
Snippets Groups Projects
  1. Aug 01, 2000
    • 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
    • Tom Lane's avatar
      Make acl-related functions safe for TOAST. Mark pg_class.relacl as · 7d0c4188
      Tom Lane authored
      compressible but not externally storable (since we're not sure about
      whether creating a toast relation for pg_class would work).
      7d0c4188
  2. Jul 31, 2000
  3. Jul 30, 2000
    • 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
  4. Jul 29, 2000
  5. Jul 28, 2000
  6. Jul 27, 2000
  7. Jul 26, 2000
  8. Jul 25, 2000
  9. Jul 24, 2000
Loading