postgresql/src/backend/commands
Tom Lane 6543d81d65 Restructure handling of inheritance queries so that they work with outer
joins, and clean things up a good deal at the same time.  Append plan node
no longer hacks on rangetable at runtime --- instead, all child tables are
given their own RT entries during planning.  Concept of multiple target
tables pushed up into execMain, replacing bug-prone implementation within
nodeAppend.  Planner now supports generating Append plans for inheritance
sets either at the top of the plan (the old way) or at the bottom.  Expanding
at the bottom is appropriate for tables used as sources, since they may
appear inside an outer join; but we must still expand at the top when the
target of an UPDATE or DELETE is an inheritance set, because we actually need
a different targetlist and junkfilter for each target table in that case.
Fortunately a target table can't be inside an outer join...  Bizarre mutual
recursion between union_planner and prepunion.c is gone --- in fact,
union_planner doesn't really have much to do with union queries anymore,
so I renamed it grouping_planner.
2000-11-12 00:37:02 +00:00
..
_deadcode Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
analyze.c Remove NO_SECURITY define. 2000-10-16 17:08:11 +00:00
async.c New diff that now covers the entire tree. Applying this gets postgresql 2000-10-03 03:11:26 +00:00
cluster.c Make DROP TABLE rollback-able: postpone physical file delete until commit. 2000-11-08 22:10:03 +00:00
command.c Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
comment.c Make DROP TABLE rollback-able: postpone physical file delete until commit. 2000-11-08 22:10:03 +00:00
copy.c Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
creatinh.c Make DROP TABLE rollback-able: postpone physical file delete until commit. 2000-11-08 22:10:03 +00:00
dbcommands.c Clean up compiler warnings. 2000-11-08 23:24:24 +00:00
define.c Arrange that no database accesses are attempted during parser() --- this 2000-10-07 00:58:23 +00:00
explain.c Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
indexcmds.c Make DROP TABLE rollback-able: postpone physical file delete until commit. 2000-11-08 22:10:03 +00:00
proclang.c Update textin() and textout() to new fmgr style. This is just phase 2000-07-05 23:12:09 +00:00
remove.c Remove NO_SECURITY define. 2000-10-16 17:08:11 +00:00
rename.c Make DROP TABLE rollback-able: postpone physical file delete until commit. 2000-11-08 22:10:03 +00:00
sequence.c Remove NO_SECURITY define. 2000-10-16 17:08:11 +00:00
trigger.c Make DROP TABLE rollback-able: postpone physical file delete until commit. 2000-11-08 22:10:03 +00:00
user.c Fix missing CommandCounterIncrement in DROP USER. 2000-10-19 03:55:51 +00:00
vacuum.c WAL 2000-10-28 16:21:00 +00:00
variable.c Fix breakage I introduced yesterday in MULTIBYTE compilations. 2000-10-26 17:31:35 +00:00
view.c Clean up gcc warnings in MULTIBYTE mode. 2000-10-26 17:04:12 +00:00