1. 18 Aug, 2003 2 commits
    • Tom Lane's avatar
      When compiling a plpgsql trigger function, include the OID of the table · 23e10843
      Tom Lane authored
      the trigger is attached to in the hashkey.  This ensures that we will
      create separate compiled trees for each table the trigger is used with,
      avoiding possible datatype-mismatch problems if the tables have different
      rowtypes.  This is essentially the same bug recently identified in plpython
      --- though plpgsql doesn't seem as prone to crash when the rowtype changes
      underneath it.  But failing robustly is no substitute for just working.
      23e10843
    • Bruce Momjian's avatar
      Done: · 14149035
      Bruce Momjian authored
      > * -Add btree index support for reltime, tinterval, regproc (Tom)
      14149035
  2. 17 Aug, 2003 23 commits
  3. 16 Aug, 2003 3 commits
  4. 15 Aug, 2003 4 commits
  5. 14 Aug, 2003 8 commits