| Commit message (Expand) | Author | Age |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | CacheMemoryContext should be DLLIMPORT. | Tom Lane | 2002-06-19 |
* | Implement partial-key searching of syscaches, per recent suggestion | Tom Lane | 2002-04-06 |
* | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 |
* | I've attached a patch which implements Bob Jenkin's hash function for | Bruce Momjian | 2002-03-06 |
* | Catcaches can now store negative entries as well as positive ones, to | Tom Lane | 2002-03-03 |
* | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 |
* | 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 |
* | Clean up some longstanding problems in shared-cache invalidation. | Tom Lane | 2001-06-19 |
* | Do some restructuring to improve performance of the catcaches. Teach | Tom Lane | 2001-06-18 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Rename and document some invalidation routines to make it clearer that | Tom Lane | 2001-01-05 |
* | A catalog cache that never caches isn't much of a cache :-(. Mea culpa. | Tom Lane | 2000-11-24 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Clean up syscache so that recursive invocation is safe, and remove error | Tom Lane | 2000-11-10 |
* | Ensure that catcache 'busy' flags are reset at transaction abort. | Tom Lane | 2000-08-06 |
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 |
* | Clean out another pocket of functions called via nonspecific function | Tom Lane | 2000-06-17 |
* | Clean up #include's. | Bruce Momjian | 2000-06-15 |
* | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Clean up some really grotty coding in catcache.c, improve hashing | Tom Lane | 2000-02-21 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 |
* | Fix for failure to clean SysCache entry when a relation is deleted | Tom Lane | 1999-06-04 |
* | 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 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-02-23 |
* | 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 |
* | 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 |
* | finally, this directory is (should be!) totally clean | Marc G. Fournier | 1996-11-04 |
* | Next, based on utils/catcache.h | Marc G. Fournier | 1996-11-04 |
* | remove: | Marc G. Fournier | 1996-10-31 |
* | More cleanups of the include files | Marc G. Fournier | 1996-08-28 |