postgresql/src/pl
Tom Lane fa7f6ff0db Fix possible crash at transaction end when a plpgsql function is used and
then modified within the same transaction.  The code was using a linked list
of active PLpgSQL_expr structs, which was OK when it was written because
plpgsql never released any parse data structures for the life of the backend.
But since Neil fixed plpgsql's memory management, elements of the linked list
could be freed, leading to crash when the list is chased.  Per report and test
case from Kris Jurka.
2006-03-02 05:34:12 +00:00
..
plperl Fix typo in comment. 2006-02-28 23:38:13 +00:00
plpgsql Fix possible crash at transaction end when a plpgsql function is used and 2006-03-02 05:34:12 +00:00
plpython Update the expected regression test results to account for the changes to 2006-03-01 21:09:32 +00:00
tcl Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 2006-02-27 16:09:50 +00:00
Makefile Convert the existing regression test scripts for the various optional 2005-05-14 17:55:22 +00:00