1. 03 Feb, 2007 2 commits
  2. 02 Feb, 2007 11 commits
  3. 01 Feb, 2007 21 commits
  4. 31 Jan, 2007 6 commits
    • Bruce Momjian's avatar
      Update reference documentation on may/can/might: · e81c138e
      Bruce Momjian authored
      Standard English uses "may", "can", and "might" in different ways:
      
              may - permission, "You may borrow my rake."
      
              can - ability, "I can lift that log."
      
              might - possibility, "It might rain today."
      
      Unfortunately, in conversational English, their use is often mixed, as
      in, "You may use this variable to do X", when in fact, "can" is a better
      choice.  Similarly, "It may crash" is better stated, "It might crash".
      e81c138e
    • Bruce Momjian's avatar
      Update comment. · bc799fab
      Bruce Momjian authored
      bc799fab
    • Bruce Momjian's avatar
    • Bruce Momjian's avatar
      Update documentation on may/can/might: · a134ee33
      Bruce Momjian authored
      Standard English uses "may", "can", and "might" in different ways:
      
              may - permission, "You may borrow my rake."
      
              can - ability, "I can lift that log."
      
              might - possibility, "It might rain today."
      
      Unfortunately, in conversational English, their use is often mixed, as
      in, "You may use this variable to do X", when in fact, "can" is a better
      choice.  Similarly, "It may crash" is better stated, "It might crash".
      
      Also update two error messages mentioned in the documenation to match.
      a134ee33
    • Neil Conway's avatar
      Add missing Makefile dependencies for the "bigtest" and "bigcheck" · 67a1ae9f
      Neil Conway authored
      targets, and refactor the tablespace setup code into a separate
      Makefile target.
      67a1ae9f
    • Neil Conway's avatar
      Rewrite uuid input and output routines to avoid dependency on the · 05ce7d6a
      Neil Conway authored
      nonportable "hh" sprintf(3) length modifier. Instead, do the parsing
      and output by hand. The code to do this isn't ideal, but this is
      an interim measure anyway: the uuid type should probably use the
      in-memory struct layout specified by RFC 4122. For now, this patch
      should hopefully rectify the buildfarm failures for the uuid test.
      
      Along the way, re-add pg_cast entries for uuid <-> varchar, which
      I mistakenly removed earlier, and bump the catversion.
      05ce7d6a