1. 02 Aug, 2004 1 commit
    • Tom Lane's avatar
      Allow DECLARE CURSOR to take parameters from the portal in which it is · f622c540
      Tom Lane authored
      executed.  Previously, the DECLARE would succeed but subsequent FETCHes
      would fail since the parameter values supplied to DECLARE were not
      propagated to the portal created for the cursor.
      In support of this, add type Oids to ParamListInfo entries, which seems
      like a good idea anyway since code that extracts a value can double-check
      that it got the type of value it was expecting.
      Oliver Jowett, with minor editorialization by Tom Lane.
      f622c540
  2. 01 Aug, 2004 17 commits
  3. 31 Jul, 2004 14 commits
  4. 30 Jul, 2004 4 commits
  5. 29 Jul, 2004 4 commits