index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
/
relfilenodemap.c
Commit message (
Expand
)
Author
Age
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
*
Fix more wrong paths in header comments
Alexander Korotkov
2018-07-11
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Reduce initial size of RelfilenodeMapHash.
Tom Lane
2017-05-12
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
*
Don't allow to disable backend assertions via the debug_assertions GUC.
Andres Freund
2014-06-20
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c
Heikki Linnakangas
2013-12-16
*
Fix relfilenodemap.c's handling of cache invalidations.
Robert Haas
2013-11-13
*
Move variable closer to where it is used
Peter Eisentraut
2013-11-13
*
Initialize cached OID to Invalid in new hash entries
Alvaro Herrera
2013-08-27
*
Silence compiler warning on an unused variable
Alvaro Herrera
2013-07-22
*
Add infrastructure for mapping relfilenodes to relation OIDs.
Robert Haas
2013-07-22