]> granicus.if.org Git - postgresql/history - src/backend/utils/cache/ts_cache.c
Update copyright for 2016
[postgresql] / src / backend / utils / cache / ts_cache.c
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-09-03 Tom LaneUpdate comments concerning PGC_S_TEST.
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-01-21 Tom LaneFix error-checking typo in check_TSCurrentConfig().
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-28 Alvaro Herreraremove catcache.h from syscache.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-30 Heikki LinnakangasAccept a non-existent value in "ALTER USER/DATABASE...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-16 Tom LaneRevise sinval code to remove no-longer-used tuple TID...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-05 Robert HaasStandardize get_whatever_oid functions for other object...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-27 Tom LaneRemove a couple of unnecessary calls of CreateCacheMemo...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-09 Tom LaneImprove the plan cache invalidation mechanism to make...
2008-04-12 Tom LaneCreate new routines systable_beginscan_ordered, systabl...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-10 Tom LaneCode review for GUC revert-values-if-removed-from-postg...
2007-08-22 Tom LaneSimplify the syntax of CREATE/ALTER TEXT SEARCH DICTION...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...