postgresql/src/backend/bootstrap
Tom Lane 1aebc3618a First phase of memory management rewrite (see backend/utils/mmgr/README
for details).  It doesn't really do that much yet, since there are no
short-term memory contexts in the executor, but the infrastructure is
in place and long-term contexts are handled reasonably.  A few long-
standing bugs have been fixed, such as 'VACUUM; anything' in a single
query string crashing.  Also, out-of-memory is now considered a
recoverable ERROR, not FATAL.
Eliminate a large amount of crufty, now-dead code in and around
memory management.
Fix problem with holding off SIGTRAP, SIGSEGV, etc in postmaster and
backend startup.
2000-06-28 03:33:33 +00:00
..
.cvsignore Add .cvsignore so cvs update doesn't complain about derived 2000-01-17 04:38:49 +00:00
boot.sed Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
bootparse.y Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the 2000-06-18 22:44:35 +00:00
bootscanner.l Add: 2000-01-26 05:58:53 +00:00
bootstrap.c First phase of memory management rewrite (see backend/utils/mmgr/README 2000-06-28 03:33:33 +00:00
Makefile Gen_fmgrtab.sh is strange: it is a platform dependent way (because it uses 2000-06-07 16:27:00 +00:00