postgresql/src/backend
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
..
access Modify snapshot definition so that lazy vacuums are ignored by other 2006-07-30 02:07:18 +00:00
bootstrap Change the bootstrap sequence so that toast tables for system catalogs are 2006-07-31 01:16:38 +00:00
catalog Change the bootstrap sequence so that toast tables for system catalogs are 2006-07-31 01:16:38 +00:00
commands Change the bootstrap sequence so that toast tables for system catalogs are 2006-07-31 01:16:38 +00:00
executor Change the bootstrap sequence so that toast tables for system catalogs are 2006-07-31 01:16:38 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
main Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
nodes Aggregate functions now support multiple input arguments. I also took 2006-07-27 19:52:07 +00:00
optimizer Aggregate functions now support multiple input arguments. I also took 2006-07-27 19:52:07 +00:00
parser Change the bootstrap sequence so that toast tables for system catalogs are 2006-07-31 01:16:38 +00:00
po Fix a few places where $Id$ and $Header$ CVS tags had crept into the 2006-07-16 02:44:01 +00:00
port prevent multiplexing Windows kernel event objects we listen for across various sockets - should fix the occasional stats test regression failures we see. 2006-07-29 19:55:18 +00:00
postmaster Adjust initialization sequence for timezone_abbreviations so that 2006-07-29 03:02:56 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
rewrite Mark a few functions as static or NOT_USED. 2006-07-18 17:42:01 +00:00
storage Fix a couple of comments. 2006-07-30 20:17:11 +00:00
tcop Change the bootstrap sequence so that toast tables for system catalogs are 2006-07-31 01:16:38 +00:00
utils Adjust initialization sequence for timezone_abbreviations so that 2006-07-29 03:02:56 +00:00
Makefile DTrace support, with a small initial set of probes 2006-07-24 16:32:45 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00