| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | 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 |
| * | Log memory context stats to stderr when reporting a 'Memory exhausted' | Tom Lane | 2001-01-06 | 1 | -1/+13 |
| * | 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 |
| * | 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 | 1 | -29/+237 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 1 | -112/+253 |
| * | Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS is | Tom Lane | 2000-05-21 | 1 | -1/+39 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -10/+14 |
| * | 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 | 1 | -1/+6 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Fix it's and its to be correct. | Bruce Momjian | 2000-01-05 | 1 | -2/+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 | 1 | -7/+1 |
| * | Final cleanup | Bruce Momjian | 1999-07-16 | 1 | -1/+2 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -47/+51 |
| * | Modify aset.c logic so that blocks requested from malloc get | Tom Lane | 1999-05-22 | 1 | -31/+114 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -9/+9 |
| * | Fixed problem with multiple portals shown up in portals_p2 regression | Jan Wieck | 1999-02-07 | 1 | -10/+1 |
| * | New alloc set code using a memory block pool for small allocations. | Jan Wieck | 1999-02-06 | 1 | -198/+169 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -3/+2 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -8/+8 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -15/+1 |
| * | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 | 1 | -2/+2 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -19/+19 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -199/+212 |
| * | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 1 | -3/+9 |
| * | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 | 1 | -1/+3 |
| * | Compile and warning cleanup | Bruce Momjian | 1996-11-08 | 1 | -2/+2 |
| * | Another directory that compiles with no errors, and few warnings | Marc G. Fournier | 1996-11-06 | 1 | -4/+7 |
| * | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 1 | -0/+381 |