1. 02 Mar, 2005 3 commits
    • Tom Lane's avatar
      Another go at making pred_test() handle all reasonable combinations · 3104a928
      Tom Lane authored
      of AND and OR clauses.  The key point here is that an OR on the
      predicate side has to be treated gingerly: we may be able to prove
      that the OR is implied even when no one of its components is implied.
      For example (x OR y) implies (x OR y OR z) even though no one of x,
      y, or z can be individually proven.  This code handles both the
      example shown recently by Sergey Koshcheyev and the one shown last
      October by Dawid Kuroczko.
      3104a928
    • Bruce Momjian's avatar
      Fix snprintf on Win32: · 47ea7148
      Bruce Momjian authored
       *  If vsnprintf() is not before snprintf() in this file, snprintf()
       *  will call the system vsnprintf() on MinGW.
      47ea7148
    • Bruce Momjian's avatar
      Make port snprintf.c finally thread-safe. · 9989e904
      Bruce Momjian authored
      9989e904
  2. 01 Mar, 2005 9 commits
  3. 28 Feb, 2005 4 commits
  4. 27 Feb, 2005 7 commits
  5. 26 Feb, 2005 6 commits
  6. 25 Feb, 2005 10 commits
  7. 24 Feb, 2005 1 commit
    • Bruce Momjian's avatar
      Add wording about UTF8: · 0b58d301
      Bruce Momjian authored
      < 	  like towupper().
      > 	  like towupper().  However, UTF8 already works with normal
      > 	  locales but provides no ordering.
      0b58d301