aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relfilenodemap.c
Commit message (Expand)AuthorAge
* Spelling adjustmentsPeter Eisentraut2020-06-07
* 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
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* 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
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* Fix more wrong paths in header commentsAlexander Korotkov2018-07-11
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Reduce initial size of RelfilenodeMapHash.Tom Lane2017-05-12
* Update copyright via script for 2017Bruce Momjian2017-01-03
* 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