| Commit message (Expand) | Author | Age | Files | Lines |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 3 | -14/+4 |
| * | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane | 2001-10-05 | 1 | -21/+27 |
| * | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane | 2001-10-01 | 1 | -2/+2 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 3 | -129/+137 |
| * | Tweak out-of-memory error messages to include the request size, so that | Tom Lane | 2001-03-19 | 1 | -14/+20 |
| * | Tweak portal (cursor) code so that it will not call the executor again | Tom Lane | 2001-02-27 | 1 | -68/+11 |
| * | Update notes about memory context scheme. | Tom Lane | 2001-02-15 | 1 | -12/+15 |
| * | Out-of-bounds memory allocation request sizes should be treated as just | Tom Lane | 2001-02-06 | 1 | -5/+7 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 3 | -6/+6 |
| * | Improve realloc() per idea from Karel Zak --- if chunk to be enlarged is | Tom Lane | 2001-01-23 | 1 | -2/+52 |
| * | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 | 1 | -17/+19 |
| * | Remove useless DLLIMPORT (only needed in header files). | Peter Eisentraut | 2001-01-11 | 1 | -2/+2 |
| * | Log memory context stats to stderr when reporting a 'Memory exhausted' | Tom Lane | 2001-01-06 | 1 | -1/+13 |
| * | Clean up non-reentrant interface for hash_seq/HashTableWalk, so that | Tom Lane | 2001-01-02 | 1 | -58/+14 |
| * | I've just seen what happens when the MEMORY_CONTEXT_CHECKING code fires | Tom Lane | 2000-12-05 | 1 | -9/+13 |
| * | Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c's | Tom Lane | 2000-12-01 | 1 | -167/+204 |
| * | Clean up MEMORY_CONTEXT_CHECKING code, and apply it more thoroughly. Also, | Tom Lane | 2000-12-01 | 1 | -170/+202 |
| * | Make pgsql compile on FreeBSD-alpha. | Bruce Momjian | 2000-11-16 | 1 | -7/+7 |
| * | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -4/+4 |
| * | Add some more Assert checks. | Tom Lane | 2000-08-22 | 1 | -1/+13 |
| * | Update implementation notes for new memory management logic. | Tom Lane | 2000-07-15 | 1 | -41/+52 |
| * | Repair missing MEMORY_CONTEXT_CHECKING logic for realloc(). | Tom Lane | 2000-07-12 | 1 | -2/+11 |
| * | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 | 1 | -6/+7 |
| * | Here is the patch with memory leak checker. This checker allow detect | Bruce Momjian | 2000-07-11 | 2 | -30/+259 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 7 | -1425/+1030 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -2/+1 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -3/+1 |
| * | Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS is | Tom Lane | 2000-05-21 | 2 | -5/+60 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 3 | -14/+19 |
| * | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 | 1 | -2/+2 |
| * | Extend #ifdef CLOBBER_FREED_MEMORY debugging option so that memory | Tom Lane | 2000-03-08 | 1 | -1/+9 |
| * | Fix problems seen in parallel regress tests when SI buffer overruns (causing | Tom Lane | 2000-01-31 | 2 | -6/+11 |
| * | Add: | Bruce Momjian | 2000-01-26 | 5 | -10/+15 |
| * | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 | 1 | -2/+2 |
| * | Fixed everything in and surrounding createdb and dropdb to make it more | Peter Eisentraut | 2000-01-13 | 1 | -2/+2 |
| * | Fix it's and its to be correct. | Bruce Momjian | 2000-01-05 | 1 | -2/+2 |
| * | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 | 1 | -2/+2 |
| * | Rename several destroy* functions/tags to drop*. | Bruce Momjian | 1999-12-10 | 1 | -6/+6 |
| * | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 | 1 | -2/+2 |
| * | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane | 1999-10-23 | 1 | -2/+2 |
| * | Add TRUNCATE command, with psql help and sgml additions. | Bruce Momjian | 1999-09-23 | 1 | -1/+3 |
| * | Repair incorrect cleanup of heap memory allocation during | Tom Lane | 1999-09-09 | 1 | -3/+2 |
| * | Alter AllocSet routines so that requests larger than | Tom Lane | 1999-08-24 | 1 | -40/+133 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 4 | -17/+4 |
| * | Final cleanup | Bruce Momjian | 1999-07-16 | 4 | -9/+9 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 4 | -9/+9 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 3 | -13/+3 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 3 | -10/+3 |