1. 10 Jan, 2004 5 commits
  2. 09 Jan, 2004 14 commits
  3. 08 Jan, 2004 9 commits
  4. 07 Jan, 2004 10 commits
  5. 06 Jan, 2004 2 commits
    • Tom Lane's avatar
      Apply the core parts of Dennis Bjorklund's patch to allow function · a77e32d7
      Tom Lane authored
      parameters to be declared with names.  pg_proc has a column to store
      names, and CREATE FUNCTION can insert data into it, but that's all as
      yet.  I need to do more work on the pg_dump and plpgsql portions of the
      patch before committing those, but I thought I'd get the bulky changes
      in before the tree drifts under me.
      initdb forced due to pg_proc change.
      a77e32d7
    • Bruce Momjian's avatar
      Final rearrangement of main postgresql child process (ie. · 488f2785
      Bruce Momjian authored
      BackendFork/SSDataBase/pgstat) startup, to allow fork/exec calls to
      closely mimic (the soon to be provided) Win32 CreateProcess equivalent
      calls.
      
      Claudio Natoli
      488f2785