| 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 |
| * | Fix SysCacheGetAttr() to handle the case where the specified syscache has not | Tom Lane | 2006-10-06 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -2/+2 |
| * | More include file adjustments. | Bruce Momjian | 2006-07-13 | 1 | -2/+1 |
| * | More include file adjustments. | Bruce Momjian | 2006-07-13 | 1 | -1/+3 |
| * | Remove the limit on the number of entries allowed in catcaches, and | Tom Lane | 2006-06-15 | 1 | -13/+8 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -10/+10 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -33/+32 |
| * | Tweak catalog cache management algorithms to reduce cost of | Tom Lane | 2005-08-13 | 1 | -11/+15 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -3/+3 |
| * | Fix resource owner code to generate catcache and relcache leak warnings | Tom Lane | 2005-03-25 | 1 | -1/+4 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 1 | -9/+1 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -1/+9 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -1/+2 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -18/+21 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | CacheMemoryContext should be DLLIMPORT. | Tom Lane | 2002-06-19 | 1 | -2/+2 |
| * | Implement partial-key searching of syscaches, per recent suggestion | Tom Lane | 2002-04-06 | 1 | -6/+64 |
| * | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 1 | -5/+5 |
| * | I've attached a patch which implements Bob Jenkin's hash function for | Bruce Momjian | 2002-03-06 | 1 | -3/+3 |
| * | Catcaches can now store negative entries as well as positive ones, to | Tom Lane | 2002-03-03 | 1 | -5/+20 |
| * | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 | 1 | -1/+8 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -7/+7 |
| * | Clean up some longstanding problems in shared-cache invalidation. | Tom Lane | 2001-06-19 | 1 | -3/+4 |
| * | Do some restructuring to improve performance of the catcaches. Teach | Tom Lane | 2001-06-18 | 1 | -31/+33 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -9/+9 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Rename and document some invalidation routines to make it clearer that | Tom Lane | 2001-01-05 | 1 | -2/+2 |
| * | A catalog cache that never caches isn't much of a cache :-(. Mea culpa. | Tom Lane | 2000-11-24 | 1 | -2/+2 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -11/+25 |
| * | Clean up syscache so that recursive invocation is safe, and remove error | Tom Lane | 2000-11-10 | 1 | -35/+26 |
| * | Ensure that catcache 'busy' flags are reset at transaction abort. | Tom Lane | 2000-08-06 | 1 | -1/+2 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 1 | -2/+4 |
| * | Clean out another pocket of functions called via nonspecific function | Tom Lane | 2000-06-17 | 1 | -11/+24 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 1 | -2/+1 |
| * | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 | 1 | -3/+3 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -5/+7 |
| * | Clean up some really grotty coding in catcache.c, improve hashing | Tom Lane | 2000-02-21 | 1 | -3/+5 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -3/+3 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -4/+1 |
| * | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | 1 | -1/+2 |
| * | Fix for failure to clean SysCache entry when a relation is deleted | Tom Lane | 1999-06-04 | 1 | -6/+8 |