postgresql/src/backend
Tom Lane 2f8a7bf290 Fix make_restrictinfo_from_bitmapqual() to preserve AND/OR flatness of its
output, ie, no OR immediately below an OR.  Otherwise we get Asserts or
wrong answers for cases such as
	select * from tenk1 a, tenk1 b
	where (a.ten = b.ten and (a.unique1 = 100 or a.unique1 = 101))
	   or (a.hundred = b.hundred and a.unique1 = 42);
Per report from Rafael Martinez Guerrero.
2006-04-07 17:05:39 +00:00
..
access Fix a bunch of problems with domains by making them use special input functions 2006-04-05 22:11:58 +00:00
bootstrap Modify all callers of datatype input and receive functions so that if these 2006-04-04 19:35:37 +00:00
catalog Update information schema for SQL:2003 and new PostgreSQL features. 2006-04-02 17:38:13 +00:00
commands Fix a bunch of problems with domains by making them use special input functions 2006-04-05 22:11:58 +00:00
executor Modify all callers of datatype input and receive functions so that if these 2006-04-04 19:35:37 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Minor refactoring: initialize_SSL() only returns 0, so it should return 2006-03-21 18:18:35 +00:00
main Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
nodes Modify all callers of datatype input and receive functions so that if these 2006-04-04 19:35:37 +00:00
optimizer Fix make_restrictinfo_from_bitmapqual() to preserve AND/OR flatness of its 2006-04-07 17:05:39 +00:00
parser Fix a bunch of problems with domains by making them use special input functions 2006-04-05 22:11:58 +00:00
po Remove DOS line endings ("\r\n") from several .po files. DOS line endings 2006-01-01 10:13:56 +00:00
port Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
postmaster Remove the pgstats logic for delaying destruction of stats table entries. 2006-04-06 20:38:00 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
rewrite Fix a bunch of problems with domains by making them use special input functions 2006-04-05 22:11:58 +00:00
storage Clean up WAL/buffer interactions as per my recent proposal. Get rid of the 2006-03-31 23:32:07 +00:00
tcop Modify all callers of datatype input and receive functions so that if these 2006-04-04 19:35:37 +00:00
utils Fix a bunch of problems with domains by making them use special input functions 2006-04-05 22:11:58 +00:00
Makefile Remove QNX port. 2006-01-05 01:56:30 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00