postgresql/src/pl
Tom Lane 20aea2ec7b Alter plpgsql's lexer so that yylineno and yymore are not used. This
avoids 'input buffer overflow' failure on long literals, improves
performance, gives the right answer for line position in functions
containing multiline literals, suppresses annoying compiler warnings,
and generally is so much better I wonder why we didn't do it before.
2003-05-05 16:46:28 +00:00
..
plperl Fix multiple causes of breakage in plperl's error handling. 2003-04-20 21:15:34 +00:00
plpgsql Alter plpgsql's lexer so that yylineno and yymore are not used. This 2003-05-05 16:46:28 +00:00
plpython It may not be obvious to you, but the plpython regression tests 2003-03-27 16:58:21 +00:00
tcl Fix core dump when pltcl_elog is called with wrong number of parameters, 2003-02-06 17:02:11 +00:00
Makefile Turn on plpython build by default if we have something that looks like a 2001-08-27 00:29:49 +00:00