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