postgresql/src
Tom Lane 24558da14a Phase 2 of project to make index operator lossiness be determined at runtime
instead of plan time.  Extend the amgettuple API so that the index AM returns
a boolean indicating whether the indexquals need to be rechecked, and make
that rechecking happen in nodeIndexscan.c (currently the only place where
it's expected to be needed; other callers of index_getnext are just erroring
out for now).  For the moment, GIN and GIST have stub logic that just always
sets the recheck flag to TRUE --- I'm hoping to get Teodor to handle pushing
that control down to the opclass consistent() functions.  The planner no
longer pays any attention to amopreqcheck, and that catalog column will go
away in due course.
2008-04-13 19:18:14 +00:00
..
backend Phase 2 of project to make index operator lossiness be determined at runtime 2008-04-13 19:18:14 +00:00
bin Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops: 2008-04-13 03:49:22 +00:00
include Phase 2 of project to make index operator lossiness be determined at runtime 2008-04-13 19:18:14 +00:00
interfaces Make parameters in implementation have same const:ness as the ones in 2008-04-10 15:20:52 +00:00
makefiles Implement a few changes to how shared libraries and dynamically loadable 2008-04-07 14:15:58 +00:00
pl Implement a few changes to how shared libraries and dynamically loadable 2008-04-07 14:15:58 +00:00
port A quick try at un-breaking the Cygwin build. Whether it needs the 2008-04-11 23:53:00 +00:00
template Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS X 10.2 2007-09-26 00:32:46 +00:00
test Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole 2008-04-10 22:25:26 +00:00
timezone More README src cleanups. 2008-03-21 13:23:29 +00:00
tools Make integer_datetimes the default on msvc as well, to have the same 2008-04-08 07:50:41 +00:00
tutorial Implement a few changes to how shared libraries and dynamically loadable 2008-04-07 14:15:58 +00:00
bcc32.mak Remove old-style win32 client-only visual c++ build infrastructure for everything except 2007-03-05 14:18:38 +00:00
DEVELOPERS Testing commit stuff 2006-07-10 15:50:02 +00:00
Makefile Catch all errors in for and while loops in makefiles. Don't ignore any 2008-03-18 16:24:50 +00:00
Makefile.global.in Upgrade to Autoconf 2.61: 2008-02-17 16:36:43 +00:00
Makefile.shlib On cygwin and win32, don't override the shlib name when building a module. 2008-04-08 09:50:29 +00:00
nls-global.mk When merging PO files, take into consideration translations in other PO 2006-04-05 13:40:15 +00:00
win32.mak Update supported standalone VC++ version to 7.1+ only, and fix 2007-08-03 10:47:11 +00:00