1. 07 Apr, 2005 3 commits
  2. 06 Apr, 2005 6 commits
  3. 05 Apr, 2005 3 commits
  4. 04 Apr, 2005 5 commits
  5. 03 Apr, 2005 1 commit
  6. 02 Apr, 2005 2 commits
  7. 01 Apr, 2005 9 commits
  8. 31 Mar, 2005 6 commits
  9. 30 Mar, 2005 3 commits
  10. 29 Mar, 2005 2 commits
    • Tom Lane's avatar
      Add proallargtypes and proargmodes columns to pg_proc, as per my earlier · 0f085f6e
      Tom Lane authored
      proposal for OUT parameter support.  The columns don't actually *do*
      anything yet, they are just left NULLs.  But I thought I'd commit this
      part separately as a fairly pure example of the tasks needed when adding
      a column to pg_proc or one of the other core system tables.
      0f085f6e
    • Tom Lane's avatar
      Fix grammar for IN/OUT/INOUT parameters. This commit doesn't actually · eb47ee48
      Tom Lane authored
      implement any new feature, it just pushes the 'not implemented' error
      message deeper into the backend.  I also tweaked the grammar to accept
      Oracle-ish parameter syntax (parameter name first), as well as the
      SQL99 standard syntax (parameter mode first), since it was easy and
      people will doubtless try to use both anyway.
      eb47ee48