Commits

Showing commits that first shipped in 9.0 (backpatches included). Clear

DateSubjectAuthorReleases
2015-02-26 Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables. Noah Misch 9.0.20
2010-11-03 Reduce recursion depth in recently-added regression test. Tom Lane 9.0.2
2010-10-28 Fix plpgsql's handling of "simple" expression evaluation. Tom Lane 9.0.2
2010-08-09 Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple Tom Lane 9.0.0
2010-06-25 Fix thinko in tok_is_keyword(): it was looking at the wrong union variant Tom Lane 9.0.0
2010-01-26 Remove the default_do_language parameter, instead making DO use a hardwired Tom Lane 9.0.0
2010-01-19 Add "USING expressions" option to plpgsql's OPEN cursor FOR EXECUTE. Tom Lane 9.0.0
2009-11-13 Add control knobs for plpgsql's variable resolution behavior, and make the Tom Lane 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-09 Fix WHERE CURRENT OF to work as designed within plpgsql. The argument 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
2009-09-22 Implement the DO statement to support execution of PL code without having Tom Lane 9.0.0
2009-08-06 Improve plpgsql's ability to cope with rowtypes containing dropped columns, Tom Lane 9.0.0