postgresql/src/backend/commands
Tom Lane 6e38e34d64 Change the bootstrap sequence so that toast tables for system catalogs are
created in the bootstrap phase proper, rather than added after-the-fact
by initdb.  This is cleaner than before because it allows us to retire the
undocumented ALTER TABLE ... CREATE TOAST TABLE command, but the real reason
I'm doing it is so that toast tables of shared catalogs will now have
predetermined OIDs.  This will allow a reasonably clean solution to the
problem of locking tables before we load their relcache entries, to appear
in a forthcoming patch.
2006-07-31 01:16:38 +00:00
..
Makefile Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
aggregatecmds.c Aggregate functions now support multiple input arguments. I also took 2006-07-27 19:52:07 +00:00
alter.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
analyze.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
async.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
cluster.c Change the bootstrap sequence so that toast tables for system catalogs are 2006-07-31 01:16:38 +00:00
comment.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
conversioncmds.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
copy.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
dbcommands.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
define.c Code review for FILLFACTOR patch. Change WITH grammar as per earlier 2006-07-03 22:45:41 +00:00
explain.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
functioncmds.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
indexcmds.c Change the bootstrap sequence so that toast tables for system catalogs are 2006-07-31 01:16:38 +00:00
lockcmds.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
opclasscmds.c Mark a few functions as static or NOT_USED. 2006-07-18 17:42:01 +00:00
operatorcmds.c DROP ... IF EXISTS for the following cases: 2006-06-16 20:23:45 +00:00
portalcmds.c Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
prepare.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
proclang.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
schemacmds.c Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
sequence.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
tablecmds.c Change the bootstrap sequence so that toast tables for system catalogs are 2006-07-31 01:16:38 +00:00
tablespace.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
trigger.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
typecmds.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
user.c Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
vacuum.c Modify snapshot definition so that lazy vacuums are ignored by other 2006-07-30 02:07:18 +00:00
vacuumlazy.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
variable.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
view.c Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00