postgresql/src
Tom Lane b0c4a50bbb Instead of rechecking lossy index operators by putting them into the
regular qpqual ('filter condition'), add special-purpose code to
nodeIndexscan.c to recheck them.  This ends being almost no net addition
of code, because the removal of planner code balances out the extra
executor code, but it is significantly more efficient when a lossy
operator is involved in an OR indexscan.  The old implementation had
to recheck the entire indexqual in such cases.
2004-01-06 04:31:01 +00:00
..
backend Instead of rechecking lossy index operators by putting them into the 2004-01-06 04:31:01 +00:00
bin Translation updates 2004-01-05 19:15:48 +00:00
corba make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
include Instead of rechecking lossy index operators by putting them into the 2004-01-06 04:31:01 +00:00
interfaces Translation updates 2004-01-05 19:15:48 +00:00
makefiles $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pl Remove trailing semicolons from macro initializations in plpython. 2004-01-04 00:14:17 +00:00
port make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
template Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag. 2003-12-31 16:14:44 +00:00
test > > I have no idea if this in Oracle or not. But it's something I 2003-12-25 03:36:24 +00:00
tools Remove trailing newline from file. 2004-01-04 00:50:11 +00:00
tutorial make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
utils $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
Makefile.global.in Supress ecpg thread test if configure didn't enable threads. Fix 2003-12-19 23:29:15 +00:00
Makefile.shlib Win32 patch for Makefile.shlib 2003-12-01 22:23:06 +00:00
bcc32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
nls-global.mk $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
win32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00