summaryrefslogtreecommitdiff
path: root/src/include/lib/fstack.h
Commit message (Collapse)AuthorAgeFilesLines
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-115/+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 Momjian2000-01-261-2/+3
| | | | | | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files.
* pgindent run over code.Bruce Momjian1999-05-251-8/+8
|
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-9/+9
|
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+2
|
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-2/+2
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-081-10/+10
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-47/+49
|
* remove:Marc G. Fournier1996-10-311-2/+1
| | | | | #include "postgres.h" #include "c.h"
* Clean up th ecompile process by centralizing the include filesMarc G. Fournier1996-08-281-0/+113
- code compile tested, but due to a yet unresolved problem with parse.h's creation, compile not completed...