summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/spccache.c
AgeCommit message (Expand)Author
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-01-07Further fixes for per-tablespace options patch.Robert Haas
2010-01-06Fix spccache.c to not suppose that a cache entry will live across databaseTom Lane
2010-01-06Access hash entry before freeing it, not after.Tom Lane
2010-01-05Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas