postgresql/src/pl
Tom Lane ae1b7e298c Allow plpgsql function parameter names to be qualified with the function's
name.  With this patch, it is always possible for the user to qualify a
plpgsql variable name if needed to avoid ambiguity.  While there is much more
work to be done in this area, this simple change removes one unnecessary
incompatibility with Oracle.  Per discussion.
2007-07-16 17:01:11 +00:00
..
plperl Fix incorrect tests for undef Perl values in some places in plperl.c. 2007-06-28 17:49:59 +00:00
plpgsql Allow plpgsql function parameter names to be qualified with the function's 2007-07-16 17:01:11 +00:00
plpython Volatile-qualify a dozen variables in plpython.c to eliminate warnings 2007-07-13 04:57:59 +00:00
tcl Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00
Makefile Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends 2007-06-01 19:38:07 +00:00