1. 03 Feb, 2007 3 commits
  2. 02 Feb, 2007 11 commits
  3. 01 Feb, 2007 21 commits
  4. 31 Jan, 2007 5 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