postgresql/src/pl
Tom Lane 51972a9d5d COALESCE() and NULLIF() are now first-class expressions, not macros
that turn into CASE expressions.  They evaluate their arguments at most
once.  Patch by Kris Jurka, review and (very light) editorializing by me.
2003-02-16 02:30:39 +00:00
..
plperl Make 'dummy' declarations in header files be 'extern int no_such_variable' 2002-10-18 20:33:57 +00:00
plpgsql COALESCE() and NULLIF() are now first-class expressions, not macros 2003-02-16 02:30:39 +00:00
plpython Repair incorrect indexing for atttypmod, per Brad McLean. 2003-02-13 23:06:15 +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