postgresql/src/pl
Tom Lane 73a2f6c653 More incremental refactoring in plpgsql: get rid of gram.y dependencies on
yytext.  This is a necessary change if we're going to have a lexer interface
layer that does lookahead, since yytext won't necessarily be in step with
what the grammar thinks is the current token.  yylval and yylloc should
be the only side-variables that we need to manage when doing lookahead.
2009-11-10 02:13:13 +00:00
..
plperl Ensure the previous Perl interpreter selection is restored upon exit from 2009-10-31 18:11:59 +00:00
plpgsql More incremental refactoring in plpgsql: get rid of gram.y dependencies on 2009-11-10 02:13:13 +00:00
plpython Improve PL/Python elog output 2009-11-03 11:05:03 +00:00
tcl Translations update for 8.5alpha2 2009-10-20 18:23:27 +00:00
Makefile Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00