1. 04 Jun, 2001 1 commit
  2. 20 Nov, 2000 1 commit
    • Tom Lane's avatar
      Revise handling of oldstyle/newstyle functions per recent discussions · 5bb2300b
      Tom Lane authored
      in pghackers list.  Support for oldstyle internal functions is gone
      (no longer needed, since conversion is complete) and pg_language entry
      'internal' now implies newstyle call convention.  pg_language entry
      'newC' is gone; both old and newstyle dynamically loaded C functions
      are now called language 'C'.  A newstyle function must be identified
      by an associated info routine.  See src/backend/utils/fmgr/README.
      5bb2300b
  3. 27 Oct, 2000 1 commit
  4. 30 Jul, 2000 1 commit
    • 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. 13 Jun, 2000 1 commit
  6. 05 Jun, 2000 1 commit
  7. 09 Jan, 2000 1 commit
  8. 05 Jan, 2000 1 commit
  9. 26 Apr, 1998 1 commit
  10. 07 Apr, 1998 1 commit
  11. 30 Mar, 1998 1 commit
    • Bruce Momjian's avatar
      The following uuencoded, gzip'd file will ... · 57b59664
      Bruce Momjian authored
      1. Remove the char2, char4, char8 and char16 types from postgresql
      2. Change references of char16 to name in the regression tests.
      3. Rename the char16.sql regression test to name.sql.  4. Modify
      the regression test scripts and outputs to match up.
      
      Might require new regression.{SYSTEM} files...
      
      Darren King
      57b59664
  12. 02 May, 1997 1 commit
  13. 27 Apr, 1997 1 commit
  14. 06 Apr, 1997 1 commit
  15. 05 Apr, 1997 1 commit