postgresql/src/backend/utils/cache
Tom Lane 1908abc4a3 Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
This saves several catalog lookups per reference.  It's not all that
exciting right now, because we'd managed to minimize the number of places
that need to fetch the data; but the upcoming writable-foreign-tables patch
needs this info in a lot more places.
2013-03-06 23:48:09 -05:00
..
attoptcache.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
catcache.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
evtcache.c Add ddl_command_end support for event triggers. 2013-01-21 18:00:24 -05:00
inval.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
lsyscache.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
Makefile Make new event trigger facility actually do something. 2012-07-20 11:39:01 -04:00
plancache.c Change plan caching to honor, not resist, changes in search_path. 2013-01-25 14:14:41 -05:00
relcache.c Arrange to cache FdwRoutine structs in foreign tables' relcache entries. 2013-03-06 23:48:09 -05:00
relmapper.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
spccache.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
syscache.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
ts_cache.c Fix error-checking typo in check_TSCurrentConfig(). 2013-01-20 23:09:35 -05:00
typcache.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00