postgresql/src
Heikki Linnakangas 3a2f6b570f Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs.
transform_null_equals is only supposed to affect "foo = NULL" expressions
given directly by the user, not the internal "foo = NULL" expression
generated from CASE-WHEN.

This fixes bug #6242, reported by Sergey. Backpatch to all supported
branches.
2011-10-08 11:21:14 +03:00
..
backend Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs. 2011-10-08 11:21:14 +03:00
bin Translation updates 2011-09-22 22:13:43 +03:00
include Stamp 8.3.16. 2011-09-22 18:06:36 -04:00
interfaces Stamp 8.3.16. 2011-09-22 18:06:36 -04:00
makefiles Fix assorted issues with build and install paths containing spaces. 2011-06-14 16:24:45 -04:00
pl Fix assorted issues with build and install paths containing spaces. 2011-06-14 16:24:45 -04:00
port Stamp 8.3.16. 2011-09-22 18:06:36 -04:00
template
test Fix corner case bug in numeric to_char(). 2011-09-07 17:06:39 -04:00
timezone Fix our mapping of Windows timezones for Central America. 2011-09-23 22:14:06 -04:00
tools Back-patch Fix bat file quoting of %ENV from commit 19b7fac8. 2011-07-04 10:12:27 -04:00
tutorial
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Back-patch creation of tar.bz2 tarball during "make dist". 2011-07-03 16:40:34 -04:00
Makefile.shlib Fix assorted issues with build and install paths containing spaces. 2011-06-14 16:24:45 -04:00
nls-global.mk
win32.mak