1. 25 Mar, 2003 7 commits
  2. 24 Mar, 2003 7 commits
  3. 23 Mar, 2003 4 commits
  4. 22 Mar, 2003 7 commits
  5. 21 Mar, 2003 12 commits
  6. 20 Mar, 2003 3 commits
    • Bruce Momjian's avatar
      Fix multiline C comments in psql. · 5ae42452
      Bruce Momjian authored
      5ae42452
    • Bruce Momjian's avatar
      Update for new serial functionality. · e5f5e73f
      Bruce Momjian authored
      e5f5e73f
    • Bruce Momjian's avatar
      This is not the only place in the system catalogs where NULL is · b2e09fcd
      Bruce Momjian authored
      effectively used to mean a default value that could also be spelled
      out explicitly.  (ACLs behave that way, and useconfig/datconfig
      do too IIRC.)
      
      It's a bit of a hack, but it saves table space and backend code ---
      without this convention the default would have to be inserted "manually"
      since we have no mechanism to supply defaults when C code is forming a
      new catalog tuple.
      
      I'm inclined to leave the code alone.  But Alvaro is right that it'd be
      good to point out the 'infinity' option in the CREATE USER and ALTER
      USER man pages.  (Doc patch please?)
      
      Alvaro Herrera
      b2e09fcd