summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr
Commit message (Expand)AuthorAgeFilesLines
* Stopgap patch for problem with cursors using hash joins: an ABORTTom Lane2000-11-101-1/+7
* Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS isTom Lane2000-05-212-5/+60
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-123-14/+19
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-171-2/+2
* Extend #ifdef CLOBBER_FREED_MEMORY debugging option so that memoryTom Lane2000-03-081-1/+9
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-312-6/+11
* Add:Bruce Momjian2000-01-265-10/+15
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-2/+2
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-131-2/+2
* Fix it's and its to be correct.Bruce Momjian2000-01-051-2/+2
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-6/+6
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* 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