postgresql/src/pl
Tom Lane 77a41e71a3 Fix plpgsql to avoid reference to already-freed memory when returning a
pass-by-reference data type and the RETURN statement is within an EXCEPTION
block.  Bug introduced by my fix of 2007-01-28 to use per-subtransaction
ExprContexts/EStates; since that wasn't back-patched into older branches,
only 8.2 and HEAD are affected.  Per report from Gary Winslow.
2007-04-19 16:33:24 +00:00
..
plperl Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00
plpgsql Fix plpgsql to avoid reference to already-freed memory when returning a 2007-04-19 16:33:24 +00:00
plpython Remove plpython casts C source code casts: 2007-04-04 17:28:11 +00:00
tcl Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00