summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/palloc.c
Commit message (Collapse)AuthorAgeFilesLines
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-41/+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.
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
|
* 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.
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-131-2/+2
| | | | error-proof. Rearranged some old code and removed dead sections.
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-231-2/+2
| | | | pg_dump and interfaces/odbc still need some work.)
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
|
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-4/+1
|
* pgindent run over code.Bruce Momjian1999-05-251-3/+2
|
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
|
* New alloc set code using a memory block pool for small allocations.Jan Wieck1999-02-061-81/+9
| | | | Jan
* Replace direct inclusions of c.h with inclusion of postgres.h,Tom Lane1999-01-171-2/+2
| | | | to ensure that config.h is included as well.
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-3/+3
|
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-3/+3
|
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-4/+4
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-081-5/+5
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-41/+41
|
* Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson1996-11-261-1/+4
|
* Typecasts, etc. to make compile work on AIX. Thanks Darren King..Bryan Henderson1996-11-241-5/+4
|
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+117