Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 1 | -145/+0 |
| | | | | | | | | | | | | | 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. | ||||
* | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| | | | | | | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files. | ||||
* | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| | |||||
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -3/+3 |
| | |||||
* | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -5/+5 |
| | |||||
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -6/+6 |
| | |||||
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -9/+9 |
| | |||||
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -9/+1 |
| | |||||
* | ASSERT fixes. | Bruce Momjian | 1998-04-06 | 1 | -2/+2 |
| | |||||
* | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 | 1 | -7/+7 |
| | | | | indenting. Also static variable indenting. | ||||
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -70/+76 |
| | |||||
* | From: "D'Arcy J.M. Cain" <darcy@druid.net> | Marc G. Fournier | 1997-06-06 | 1 | -13/+5 |
| | | | | | | | Subject: [PATCHES] backend/lib/fstack.c - The FixedStackIsValid so obviously needs to be a macro - FixedStackContains only called if assert checking on | ||||
* | Slowly getting faster to make sure it compiles...still needs cleaning | Marc G. Fournier | 1996-11-06 | 1 | -3/+4 |
| | | | | up, but one thing at a time :) | ||||
* | Clean out makefile | Marc G. Fournier | 1996-10-31 | 1 | -2/+2 |
| | | | | add #include "postgres.h" | ||||
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 1 | -0/+153 |