Commits

DateSubjectAuthorReleases
2014-01-07 Update copyright for 2014 Bruce Momjian 9.4.0
2013-07-24 Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL Stephen Frost 9.4.0
2013-07-03 Expose object name error fields in PL/pgSQL. Noah Misch 9.3.0
2013-07-03 Expose object name error fields in PL/pgSQL. Noah Misch 9.4.0
2013-01-01 Update copyrights for 2013 Bruce Momjian 9.3.0
2012-02-01 Code review for plpgsql fn_signature patch. Tom Lane 9.2.0
2012-01-01 Update copyright notices for year 2012. Bruce Momjian 9.2.0
2011-10-27 Avoid recursion while processing ELSIF lists in plpgsql. Tom Lane 9.2.0
2011-07-18 Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info. Tom Lane 9.2.0
2011-03-27 Fix plpgsql to release SPI plans when a function or DO block is freed. Tom Lane 9.1.0
2011-02-16 Add FOREACH IN ARRAY looping to plpgsql. Tom Lane 9.1.0
2011-01-01 Stamp copyrights for year 2011. Bruce Momjian 9.1.0
2010-09-20 Remove cvs keywords from all files. Magnus Hagander 9.1.0
2010-02-26 pgindent run for 9.0 Bruce Momjian 9.0.0
2010-02-17 Prevent #option dump from crashing on FORI statement with null step. Reported by Pavel. Tom Lane 8.3.10
2010-02-17 Prevent #option dump from crashing on FORI statement with null step. Reported by Pavel. Tom Lane 8.4.3
2010-02-17 Prevent #option dump from crashing on FORI statement with null step. Reported by Pavel. Tom Lane 9.0.0
2010-01-19 Add "USING expressions" option to plpgsql's OPEN cursor FOR EXECUTE. Tom Lane 9.0.0
2010-01-02 Update copyright for the year 2010. Bruce Momjian 9.0.0
2009-11-12 Remove plpgsql's separate lexer (finally!), in favor of using the core lexer Tom Lane 9.0.0
2009-11-07 Rearrange plpgsql parsing to simplify and speed it up a bit. Tom Lane 9.0.0
2009-11-06 Change plpgsql from using textual substitution to insert variable references Tom Lane 9.0.0
2009-11-05 Remove plpgsql's RENAME declaration, which has bizarre and mostly nonfunctional 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-29 Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE BACKWARD ALL Tom Lane 9.0.0