Skip to content
Snippets Groups Projects
  1. Sep 22, 1998
  2. Sep 21, 1998
  3. Sep 18, 1998
  4. Sep 16, 1998
  5. Sep 15, 1998
    • Marc G. Fournier's avatar
      · 672bc164
      Marc G. Fournier authored
      Forgot to remove README-1ST from the repository ...
      672bc164
  6. Sep 13, 1998
  7. Sep 12, 1998
    • Bruce Momjian's avatar
      The pg_atoi() function uses strtol() to convert the string to numbers. Some · 786b1802
      Bruce Momjian authored
      implementations of strtol() treat empty strings ("") as invalid arguments
      while others convert this (erroneously, IHMO) to zero (0).  Assuming that the
      expected behaviour of pg_atoi() is to return 0 if it is passed an empty
      string, I am supplying the following patch to explictly check for an empty
      string in pg_atoi() and return 0 if the string is empty.  The patch will also
      trap a NULL character pointer being passed to pg_atoi() and will use elog() to
      print out an error message if the input char pointer is NULL.
      
      
      Billy G. Allie
      786b1802
  8. Sep 11, 1998
  9. Sep 10, 1998
  10. Sep 09, 1998
  11. Sep 08, 1998
  12. Sep 07, 1998
  13. Sep 04, 1998
    • Bruce Momjian's avatar
      offsetof cleanup. · 4b814b18
      Bruce Momjian authored
      4b814b18
    • Bruce Momjian's avatar
      t_bits alignment fix from Tatsuo Ishii · f93281a1
      Bruce Momjian authored
      f93281a1
    • Marc G. Fournier's avatar
      · edd626cb
      Marc G. Fournier authored
      Try this snprintf() implementation, used in sendmail...
      edd626cb
    • Marc G. Fournier's avatar
      · 370d6cdb
      Marc G. Fournier authored
      From: David Hartwig <daybee@bellatlantic.net>
      
      I put some extra checks to make sure a query was a good candidate for
      rewrite into a UNION.    Besides the existing checks:
      
      1.  Make sure the AND/OR tree was rectangular.  ( i.e.    3 X 4  or 10 X
      3)
      2.  Only one table.
      3.  Must have an AND dimension.
      4.  At least 9 OP expressions total
      
      Also  cleaned up and commented.
      370d6cdb
  14. Sep 03, 1998
  15. Sep 02, 1998
Loading