| Commit message (Expand) | Author | Age |
* | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Arrange to preallocate all required space for the buffer and FSM hash | Tom Lane | 2004-09-28 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian | 2003-12-20 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | [ Newest version of patch applied.] | Bruce Momjian | 2002-08-17 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane | 2001-10-05 |
* | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane | 2001-10-01 |
* | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 |
* | Get rid of PID entries in shmem hash table; there is no longer any need | Tom Lane | 2001-09-07 |
* | The attached patch enables the contrib subtree to build cleanly under | Bruce Momjian | 2001-06-18 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Change /*---- commants to /* where appropriate. pgindent will tighten | Bruce Momjian | 2001-02-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Clean up lockmanager data structures some more, in preparation for planned | Tom Lane | 2001-01-22 |
* | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane | 2000-11-28 |
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 |
* | More cleanup | Bruce Momjian | 1999-07-16 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Clean up compile errors and warnings, cf Billy Allie's | Tom Lane | 1999-04-02 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Rename BindingTable to ShmemIndex. | Bruce Momjian | 1998-06-27 |
* | Rename BindingTab to BindingTable. | Bruce Momjian | 1998-06-25 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Fix prototypes so they don't look like function definitions. | Bruce Momjian | 1998-01-24 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Add typdefs to pgindent run. | 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 |
* | TransactionIdIsInProgress moved to shmem.c | Vadim B. Mikheev | 1996-11-27 |
* | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 |
* | Another directory totally cleaned out | Marc G. Fournier | 1996-11-05 |
* | More cleanups of the include files | Marc G. Fournier | 1996-08-28 |