postgresql/src/backend/commands
Tom Lane 4a8c5d0375 Create executor and planner-backend support for decoupled heap and index
scans, using in-memory tuple ID bitmaps as the intermediary.  The planner
frontend (path creation and cost estimation) is not there yet, so none
of this code can be executed.  I have tested it using some hacked planner
code that is far too ugly to see the light of day, however.  Committing
now so that the bulk of the infrastructure changes go in before the tree
drifts under me.
2005-04-19 22:35:18 +00:00
..
Makefile Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
aggregatecmds.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
alter.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
analyze.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
async.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
cluster.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
comment.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
conversioncmds.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
copy.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
dbcommands.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
define.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
explain.c Create executor and planner-backend support for decoupled heap and index 2005-04-19 22:35:18 +00:00
functioncmds.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
indexcmds.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
lockcmds.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
opclasscmds.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
operatorcmds.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
portalcmds.c PersistHoldablePortal must establish the correct value for ActiveSnapshot 2005-04-11 15:59:34 +00:00
prepare.c Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
proclang.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
schemacmds.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
sequence.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
tablecmds.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
tablespace.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
trigger.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
typecmds.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
user.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
vacuum.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
vacuumlazy.c Remove lazy_update_relstats; go back to having VACUUM just record the 2005-03-25 22:51:31 +00:00
variable.c Attached patch gets rid of the global timezone in the following steps: 2005-04-19 03:13:59 +00:00
view.c First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00