1. 23 Apr, 2004 3 commits
    • Neil Conway's avatar
      Add ceiling() as an alias for ceil(), and power() as an alias for pow(). · fc7fd501
      Neil Conway authored
      Regression tests and documentation have both been updated.
      
      SQL2003 requires that both ceiling() and ceil() be present, so I have
      documented both spellings. SQL2003 doesn't mention pow() as far as I
      can see, so I decided to replace pow() with power() in the documentation:
      there is little reason to encourage the continued usage of a function
      that isn't compliant with the standard, given a standard-compliant
      alternative.
      
      RELEASE NOTES: should state that pow() is considered deprecated
      (although I don't see the need to ever remove it.)
      fc7fd501
    • Bruce Momjian's avatar
      Add new auto-detection of thread flags. · 7a66015e
      Bruce Momjian authored
      Allow additional thread flags to be added via port templates.
      
      Change thread flag names to PTHREAD_CFLAGS and PTHREAD_LIBS to match new
      configure script.
      7a66015e
    • Michael Meskes's avatar
      77528c9b
  2. 22 Apr, 2004 14 commits
  3. 21 Apr, 2004 7 commits
  4. 20 Apr, 2004 12 commits
  5. 19 Apr, 2004 4 commits