1. 03 Mar, 2006 17 commits
  2. 02 Mar, 2006 13 commits
  3. 01 Mar, 2006 8 commits
  4. 28 Feb, 2006 2 commits
    • Neil Conway's avatar
      Fix typo in comment. · e24cea8b
      Neil Conway authored
      e24cea8b
    • Tom Lane's avatar
      Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit · 8e68d783
      Tom Lane authored
      creation of a shell type.  This allows a less hacky way of dealing with
      the mutual dependency between a datatype and its I/O functions: make a
      shell type, then make the functions, then define the datatype fully.
      We should fix pg_dump to handle things this way, but this commit just deals
      with the backend.
      
      Martijn van Oosterhout, with some corrections by Tom Lane.
      8e68d783