postgresql/src/pl
Tom Lane 4fb92718be Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL
command or expression, rather than one copy for each textual occurrence as
it did before.  This might result in some small performance improvement,
but the compelling reason to do it is that not doing so can result in
unexpected grouping failures because the main SQL parser won't see different
parameter numbers as equivalent.  Add a regression test for the failure case.
Per report from Robert Davidson.
2006-03-23 04:22:37 +00:00
..
plperl Fix a few places that were checking for the return value of palloc() to be 2006-03-19 22:22:56 +00:00
plpgsql Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL 2006-03-23 04:22:37 +00:00
plpython Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
tcl Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
Makefile Convert the existing regression test scripts for the various optional 2005-05-14 17:55:22 +00:00