aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relfilenodemap.c
Commit message (Expand)AuthorAge
* Reduce initial size of RelfilenodeMapHash.Tom Lane2017-05-12
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-18
* 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
* Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.cHeikki Linnakangas2013-12-16
* Fix relfilenodemap.c's handling of cache invalidations.Robert Haas2013-11-13
* Move variable closer to where it is usedPeter Eisentraut2013-11-13
* Initialize cached OID to Invalid in new hash entriesAlvaro Herrera2013-08-27
* Silence compiler warning on an unused variableAlvaro Herrera2013-07-22
* Add infrastructure for mapping relfilenodes to relation OIDs.Robert Haas2013-07-22