| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -2/+1 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -20/+19 |
| * | Further marginal speed hacking: in MemoryContextReset, don't call | Tom Lane | 2005-05-14 | 1 | -2/+5 |
| * | Convert MemoryContextSwitchTo() into an inline function when using GCC. | Tom Lane | 2005-02-18 | 1 | -1/+9 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Fix some typos. | Bruce Momjian | 2004-10-17 | 1 | -2/+2 |
| * | Add some marginal tweaks to eliminate memory leakages associated with | Tom Lane | 2004-09-16 | 1 | -3/+21 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -1/+2 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Several Cygwin fixes pointed out by Reini Urban. | Bruce Momjian | 2004-08-29 | 1 | -2/+3 |
| * | Allow libpgport to call memory allocation routines even though | Bruce Momjian | 2004-08-08 | 1 | -1/+36 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -1/+2 |
| * | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 | 1 | -2/+2 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -3/+4 |
| * | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 | 1 | -6/+6 |
| * | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 | 1 | -3/+5 |
| * | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 | 1 | -2/+3 |
| * | Code review for palloc0 patch --- avoid dangerous and unnecessary | Tom Lane | 2002-12-16 | 1 | -5/+61 |
| * | Tweak default memory context allocation policy so that a context is not | Tom Lane | 2002-12-15 | 1 | -2/+2 |
| * | Split MemSet into three parts to constant comparisons can be optimized | Bruce Momjian | 2002-11-13 | 1 | -4/+4 |
| * | Add palloc0 function to inline MemSet for newNode call. | Bruce Momjian | 2002-11-10 | 1 | -1/+24 |
| * | Oops, back out newNode changes. We are not ready for that yet. | Bruce Momjian | 2002-10-11 | 1 | -24/+1 |
| * | Prevent tv_sec from becoming negative in connection timeout code. | Bruce Momjian | 2002-10-11 | 1 | -1/+24 |
| * | Change memory-space accounting mechanism in tuplesort.c and tuplestore.c | Tom Lane | 2002-08-12 | 1 | -1/+34 |
| * | This patch removes a lot of unused code related to assertions and | Bruce Momjian | 2002-08-10 | 1 | -2/+1 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -2/+1 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -50/+49 |
| * | 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 | 1 | -2/+2 |
| * | Remove useless DLLIMPORT (only needed in header files). | Peter Eisentraut | 2001-01-11 | 1 | -2/+2 |
| * | Add some more Assert checks. | Tom Lane | 2000-08-22 | 1 | -1/+13 |
| * | Here is the patch with memory leak checker. This checker allow detect | Bruce Momjian | 2000-07-11 | 1 | -1/+22 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 1 | -407/+353 |
| * | Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS is | Tom Lane | 2000-05-21 | 1 | -4/+21 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+1 |
| * | Final cleanup | Bruce Momjian | 1999-07-16 | 1 | -4/+3 |
| * | 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 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -4/+1 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -21/+21 |
| * | Hi, | Bruce Momjian | 1999-03-22 | 1 | -2/+2 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -20/+20 |
| * | New alloc set code using a memory block pool for small allocations. | Jan Wieck | 1999-02-06 | 1 | -5/+6 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -3/+2 |