| Commit message (Expand) | Author | Age |
* | Add some marginal tweaks to eliminate memory leakages associated with | Tom Lane | 2004-09-16 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Several Cygwin fixes pointed out by Reini Urban. | Bruce Momjian | 2004-08-29 |
* | Allow libpgport to call memory allocation routines even though | Bruce Momjian | 2004-08-08 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 |
* | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 |
* | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 |
* | Code review for palloc0 patch --- avoid dangerous and unnecessary | Tom Lane | 2002-12-16 |
* | Tweak default memory context allocation policy so that a context is not | Tom Lane | 2002-12-15 |
* | Split MemSet into three parts to constant comparisons can be optimized | Bruce Momjian | 2002-11-13 |
* | Add palloc0 function to inline MemSet for newNode call. | Bruce Momjian | 2002-11-10 |
* | Oops, back out newNode changes. We are not ready for that yet. | Bruce Momjian | 2002-10-11 |
* | Prevent tv_sec from becoming negative in connection timeout code. | Bruce Momjian | 2002-10-11 |
* | Change memory-space accounting mechanism in tuplesort.c and tuplestore.c | Tom Lane | 2002-08-12 |
* | This patch removes a lot of unused code related to assertions and | Bruce Momjian | 2002-08-10 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Out-of-bounds memory allocation request sizes should be treated as just | Tom Lane | 2001-02-06 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Remove useless DLLIMPORT (only needed in header files). | Peter Eisentraut | 2001-01-11 |
* | Add some more Assert checks. | Tom Lane | 2000-08-22 |
* | Here is the patch with memory leak checker. This checker allow detect | Bruce Momjian | 2000-07-11 |
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 |
* | Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS is | Tom Lane | 2000-05-21 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup | Bruce Momjian | 1999-07-16 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Hi, | Bruce Momjian | 1999-03-22 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | New alloc set code using a memory block pool for small allocations. | Jan Wieck | 1999-02-06 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 |
* | Compile and warning cleanup | Bruce Momjian | 1996-11-08 |