aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/catcache.c
Commit message (Expand)AuthorAge
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* Use varargs macro for CACHEDEBUGPeter Eisentraut2019-02-19
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Make collation-aware system catalog columns use "C" collation.Tom Lane2018-12-18
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Save a few bytes by removing useless last argument to SearchCatCacheList.Tom Lane2018-01-29
* Update copyright for 2018Bruce Momjian2018-01-02
* Improve sys/catcache performance.Andres Freund2017-10-13
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Remove AtEOXact_CatCache().Tom Lane2017-08-13
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane2017-05-12
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane2016-10-12
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Update copyright for 2016Bruce Momjian2016-01-02
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Add new OID alias type regnamespaceAndrew Dunstan2015-05-09
* Add new OID alias type regroleAndrew Dunstan2015-05-09
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Update copyright for 2015Bruce Momjian2015-01-06
* Add Asserts to verify that catalog cache keys are unique and not null.Tom Lane2014-06-20
* Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund2014-06-20
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Silence benign warnings from clang version 3.0-6ubuntu3.Kevin Grittner2013-11-07
* Make catalog cache hash tables resizeable.Heikki Linnakangas2013-09-05
* Assert that syscache lookups don't happen outside transactions.Robert Haas2013-07-15
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Further cleanup of catcache.c ilist changes.Tom Lane2012-10-18
* Remove unnecessary "head" arguments from some dlist/slist functions.Tom Lane2012-10-18
* Embedded list interfaceAlvaro Herrera2012-10-17
* Split resowner.hAlvaro Herrera2012-08-28
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Expose an API for calculating catcache hash values.Tom Lane2012-03-07
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fix race condition with toast table access from a stale syscache entry.Tom Lane2011-11-01