Commits

DateSubjectAuthorReleases
2009-11-12 Remove plpgsql's separate lexer (finally!), in favor of using the core lexer Tom Lane 9.0.0
2009-11-10 More incremental refactoring in plpgsql: get rid of gram.y dependencies on Tom Lane 9.0.0
2009-11-09 Modernize plpgsql's handling of parse locations, making it look a lot more 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-05 Remove plpgsql's RENAME declaration, which has bizarre and mostly nonfunctional 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-07-13 Fix up PGDLLIMPORT marking for standard_conforming_strings. Moving it Tom Lane 9.0.0
2009-04-19 Rethink the idea of having plpgsql depend on parser/gram.h. Aside from the Tom Lane 8.4.0
2009-04-19 Revise plpgsql's scanner to process comments and string literals in a way Tom Lane 8.4.0
2008-05-15 Support SQL/PSM-compatible CASE statement in plpgsql. Tom Lane 8.4.0
2008-05-13 Improve plpgsql's RAISE command. It is now possible to attach DETAIL and Tom Lane 8.4.0
2008-04-01 Support EXECUTE USING in plpgsql. Tom Lane 8.4.0
2007-11-09 Recognize RETURN QUERY via a textual test, so that QUERY doesn't need to be Tom Lane 8.3.0
2007-04-16 Support scrollable cursors (ie, 'direction' clause in FETCH) in plpgsql. Tom Lane 8.3.0
2006-08-14 Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checking Tom Lane 8.2.0
2006-08-14 Get rid of "lookahead" functionality in plpgsql's yylex() function, Tom Lane 8.1.5
2006-08-14 Get rid of "lookahead" functionality in plpgsql's yylex() function, Tom Lane 8.2.0
2006-06-16 Code review for SELECT INTO STRICT patch: use saner choices of error 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
2005-06-26 Code review for escape-strings patch. Sync psql and plpgsql lexers Tom Lane 8.1.0
2004-07-31 Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntax Tom Lane 8.0.0
2004-06-03 Restructure plpgsql's parsing of datatype declarations to unify the Tom Lane 8.0.0
2004-03-21 Revise syntax-error reporting behavior to give pleasant results for Tom Lane 8.0.0
2004-03-19 Create a validator for plpgsql, so that some minimal syntax checking Tom Lane 8.0.0
2004-02-25 Teach plpgsql's lexer about dollar-quoted literals. Tom Lane 8.0.0