Commits

DateSubjectAuthorReleases
2008-05-13 Improve plpgsql's RAISE command. It is now possible to attach DETAIL and Tom Lane 8.4.0
2008-05-03 Support RETURN QUERY EXECUTE in plpgsql. Tom Lane 8.4.0
2008-04-06 Make plpgsql support FOR over a query specified by a cursor declaration, Tom Lane 8.4.0
2008-04-01 Support EXECUTE USING in plpgsql. Tom Lane 8.4.0
2007-11-27 Fix plpgsql to not lookup block labels except in contexts where a block label Tom Lane 8.3.0
2007-07-16 Allow plpgsql function parameter names to be qualified with the function's Tom Lane 8.3.0
2007-07-15 Reject zero or negative BY step in plpgsql integer FOR-loops, and behave Tom Lane 8.3.0
2007-04-16 Support scrollable cursors (ie, 'direction' clause in FETCH) in plpgsql. Tom Lane 8.3.0
2007-03-15 Make use of plancache module for SPI plans. In particular, since plpgsql Tom Lane 8.3.0
2007-02-09 Combine cmin and cmax fields of HeapTupleHeaders into a single field, by 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-08-15 Add hooks to allow debugging and performance measurement plugins Tom Lane 8.2.0
2006-08-14 Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checking Tom Lane 8.2.0
2006-08-08 Add a feature for automatic initialization and finalization of dynamically Tom Lane 8.2.0
2006-03-07 Make all our flex and bison files use %option prefix or %name-prefix Tom Lane 8.2.0
2006-03-02 Fix possible crash at transaction end when a plpgsql function is used and Tom Lane 8.1.4
2006-03-02 Fix possible crash at transaction end when a plpgsql function is used and Tom Lane 8.2.0
2005-04-05 plpgsql does OUT parameters, as per my proposal a few weeks ago. Tom Lane 8.1.0
2004-09-16 Restructure subtransaction handling to reduce resource consumption, Tom Lane 8.0.0
2004-09-13 Redesign query-snapshot timing so that volatile functions in READ COMMITTED Tom Lane 8.0.0
2004-08-20 Recognize plpgsql EXCEPTION condition names at function compile time Tom Lane 8.0.0