1. 21 Nov, 2004 1 commit
    • Tom Lane's avatar
      Fix plperl and pltcl error handling per my previous proposal. SPI · 35f49941
      Tom Lane authored
      operations are now run as subtransactions, so that errors in them
      can be reported as ordinary Perl or Tcl errors and caught by the
      normal error handling convention of those languages.  Also do some
      minor code cleanup in pltcl.c: extract a large chunk of duplicated
      code in pltcl_SPI_execute and pltcl_SPI_execute_plan into a shared
      subroutine.
      35f49941
  2. 20 Nov, 2004 13 commits
  3. 19 Nov, 2004 4 commits
  4. 18 Nov, 2004 4 commits
  5. 17 Nov, 2004 18 commits