| Commit message (Expand) | Author | Age |
* | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Further cleanup of catcache.c ilist changes. | Tom Lane | 2012-10-18 |
* | Remove unnecessary "head" arguments from some dlist/slist functions. | Tom Lane | 2012-10-18 |
* | Embedded list interface | Alvaro Herrera | 2012-10-17 |
* | Split resowner.h | Alvaro Herrera | 2012-08-28 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Expose an API for calculating catcache hash values. | Tom Lane | 2012-03-07 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Fix race condition with toast table access from a stale syscache entry. | Tom Lane | 2011-11-01 |
* | Revise sinval code to remove no-longer-used tuple TID from inval messages. | Tom Lane | 2011-08-16 |
* | Forget about targeting catalog cache invalidations by tuple TID. | Tom Lane | 2011-08-16 |
* | Pass collations to functions in FunctionCallInfoData, not FmgrInfo. | Tom Lane | 2011-04-12 |
* | Clean up cruft around collation initialization for tupdescs and scankeys. | Tom Lane | 2011-03-26 |
* | Avoid potential deadlock in InitCatCachePhase2(). | Tom Lane | 2011-03-22 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Arrange for client authentication to occur before we select a specific | Tom Lane | 2010-04-20 |
* | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 |
* | Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that was | Tom Lane | 2010-02-08 |
* | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 |
* | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 |
* | In PrepareToInvalidateCacheTuple, don't force initialization of catalog | Tom Lane | 2008-03-05 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 |
* | Improve the way in which CatalogCacheComputeHashValue combines multiple key | Tom Lane | 2007-04-21 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 |
* | Fix SysCacheGetAttr() to handle the case where the specified syscache has not | Tom Lane | 2006-10-06 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 |
* | Remove the limit on the number of entries allowed in catcaches, and | Tom Lane | 2006-06-15 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | During CatCacheRemoveCList, we must now remove any members that are | Tom Lane | 2006-01-07 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane | 2005-09-24 |
* | Tweak catalog cache management algorithms to reduce cost of | Tom Lane | 2005-08-13 |
* | Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that the | Tom Lane | 2005-08-08 |
* | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 |