postgresql/src/pl
Tom Lane 2b7ec402c4 Code review for IS DISTINCT FROM patch. Fix incorrect constant-folding
logic, dissuade planner from thinking that 'x IS DISTINCT FROM 42' may
be optimized into 'x = 42' (!!), cause dependency on = operator to be
recorded correctly, minor other improvements.
2002-11-30 21:25:08 +00:00
..
plperl Make 'dummy' declarations in header files be 'extern int no_such_variable' 2002-10-18 20:33:57 +00:00
plpgsql Code review for IS DISTINCT FROM patch. Fix incorrect constant-folding 2002-11-30 21:25:08 +00:00
plpython Fix a dozen or so places that were passing unpredictable data strings 2002-11-22 16:25:32 +00:00
tcl Fix a dozen or so places that were passing unpredictable data strings 2002-11-22 16:25:32 +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