summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr
Commit message (Expand)AuthorAgeFilesLines
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-231-2/+2
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-231-1/+3
* Repair incorrect cleanup of heap memory allocation duringTom Lane1999-09-091-3/+2
* Alter AllocSet routines so that requests larger thanTom Lane1999-08-241-40/+133
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-174-17/+4
* Final cleanupBruce Momjian1999-07-164-9/+9
* Update #include cleanupsBruce Momjian1999-07-164-9/+9
* Remove unused #includes in *.c files.Bruce Momjian1999-07-153-13/+3
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-153-10/+3
* Rename to vararg_format().Bruce Momjian1999-06-191-3/+3
* Change form() to varargform() to prevent portability problems.Bruce Momjian1999-06-191-3/+3
* Reversed out Massimo patch.Bruce Momjian1999-06-121-19/+1
* I don't like last minute patches before the final freeze, but I believe thatBruce Momjian1999-06-121-1/+19
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-1/+3
* pgindent run over code.Bruce Momjian1999-05-255-114/+117
* Modify aset.c logic so that blocks requested from malloc getTom Lane1999-05-221-31/+114
* Hi,Bruce Momjian1999-03-221-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-135-64/+64
* Fixed problem with multiple portals shown up in portals_p2 regressionJan Wieck1999-02-071-10/+1
* New alloc set code using a memory block pool for small allocations.Jan Wieck1999-02-064-285/+204
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* Replace direct inclusions of c.h with inclusion of postgres.h,Tom Lane1999-01-172-4/+4
* Some security, since we now have vsnprintf, I remade an old patchBruce Momjian1999-01-011-4/+4
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-014-11/+9
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-015-50/+50
* Remove un-needed braces around single statements.Bruce Momjian1998-06-154-36/+4
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-151-34/+42
* Hi,Bruce Momjian1998-04-061-5/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-263-8/+8
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-3/+3
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-191-4/+6
* Inline memset() as MemSet().Bruce Momjian1997-09-181-4/+4
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-083-25/+25
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-085-89/+89
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-075-1152/+1206
* Major patch to speed up backend startup after profiling analysis.Bruce Momjian1997-08-241-15/+5
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-194-11/+31
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-2/+2
* 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
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-1/+3
* Makefile cleanup after reorganizationBruce Momjian1996-11-091-2/+1
* Compile and warning cleanupBruce Momjian1996-11-083-7/+13
* Another directory that compiles with no errors, and few warningsMarc G. Fournier1996-11-061-4/+7
* Produce a clean compile of backend...Marc G. Fournier1996-11-031-3/+2
* Simplify make files, add full dependencies.Bryan Henderson1996-10-272-15/+37
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-096-0/+2176