Commits

DateSubjectAuthorReleases
2011-04-07 Revise the API for GUC variable assign hooks. Tom Lane 9.1.0
2011-03-27 Fix plpgsql to release SPI plans when a function or DO block is freed. Tom Lane 9.1.0
2009-11-13 Add control knobs for plpgsql's variable resolution behavior, and make the Tom Lane 9.0.0
2009-11-04 Add support for invoking parser callback hooks via SPI and in cached plans. Tom Lane 9.0.0
2009-09-22 Implement the DO statement to support execution of PL code without having Tom Lane 9.0.0
2007-04-02 Support enum data types. Along the way, use macros for the values of Tom Lane 8.3.0
2007-01-30 Repair oversights in the mechanism used to store compiled plpgsql functions. Tom Lane 8.1.7
2007-01-30 Repair oversights in the mechanism used to store compiled plpgsql functions. Tom Lane 8.2.2
2007-01-30 Repair oversights in the mechanism used to store compiled plpgsql functions. Tom Lane 8.3.0
2007-01-28 Fix up plpgsql's "simple expression" evaluation mechanism so that it behaves Tom Lane 8.2.2
2007-01-28 Fix up plpgsql's "simple expression" evaluation mechanism so that it behaves Tom Lane 8.3.0
2006-10-19 Clean up local redeclarations of variables with DLLIMPORT, per report Tom Lane 8.2.0
2006-08-15 Add hooks to allow debugging and performance measurement plugins Tom Lane 8.2.0
2006-08-08 Add a feature for automatic initialization and finalization of dynamically Tom Lane 8.2.0
2006-05-30 Magic blocks don't do us any good unless we use 'em ... so install one Tom Lane 8.2.0
2005-12-28 Move plpgsql's fetchArgInfo() into funcapi.c, and rename to Tom Lane 8.2.0
2005-03-29 Convert oidvector and int2vector into variable-length arrays. This Tom Lane 8.1.0
2004-08-01 Some mop-up work for savepoints (nested transactions). Store a small Tom Lane 8.0.0
2004-07-31 Be more consistent about reporting SPI errors in the various PLs. Tom Lane 8.0.0
2004-03-19 Create a validator for plpgsql, so that some minimal syntax checking Tom Lane 8.0.0
2003-09-28 Restructure plpgsql's caching of 'simple' expression evaluation trees Tom Lane 7.4.1
2003-07-31 Cause library-preload feature to report error if specified initialization Tom Lane 7.4.1
2003-07-27 elog mop-up. Tom Lane 7.4.1
2003-07-25 Error message editing in src/pl. The plpython module could use another Tom Lane 7.4.1
2003-07-01 Support polymorphic functions in plpgsql. Along the way, replace Tom Lane 7.4.1