summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/catcache.c
AgeCommit message (Expand)Author
2017-08-13Remove AtEOXact_CatCache().Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-12Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-12Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-09Add new OID alias type regnamespaceAndrew Dunstan
2015-05-09Add new OID alias type regroleAndrew Dunstan
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-06-20Add Asserts to verify that catalog cache keys are unique and not null.Tom Lane
2014-06-20Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-07Silence benign warnings from clang version 3.0-6ubuntu3.Kevin Grittner
2013-09-05Make catalog cache hash tables resizeable.Heikki Linnakangas
2013-07-15Assert that syscache lookups don't happen outside transactions.Robert Haas
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-10-18Further cleanup of catcache.c ilist changes.Tom Lane
2012-10-18Remove unnecessary "head" arguments from some dlist/slist functions.Tom Lane
2012-10-17Embedded list interfaceAlvaro Herrera
2012-08-28Split resowner.hAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-07Expose an API for calculating catcache hash values.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-01Fix race condition with toast table access from a stale syscache entry.Tom Lane
2011-08-16Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane
2011-08-16Forget about targeting catalog cache invalidations by tuple TID.Tom Lane
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-03-26Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane
2011-03-22Avoid potential deadlock in InitCatCachePhase2().Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-04-20Arrange for client authentication to occur before we select a specificTom Lane
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-02-08Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that wasTom Lane
2010-02-07Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-02Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane
2008-06-19Improve our #include situation by moving pointer types away from theAlvaro Herrera
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-03-26Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera