postgresql/src/backend/utils/cache
Tom Lane f70f095c90 Allow new relmapper entries when allow_system_table_mods is true.
This restores the pre-9.0 situation that it's possible to add new indexes
on pg_class and other mapped-but-not-shared catalogs, so long as you broke
the glass and flipped the big red Dont-Touch-Me switch.  As before, there
are a lot of gotchas, and you'd have to be pretty desperate to try this
on a production database; but there doesn't seem to be a reason for
relmapper.c to be preventing such things all by itself.  Per
experimentation with a case suggested by Cody Cutrer.
2012-03-21 14:09:39 -04:00
..
attoptcache.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
catcache.c Expose an API for calculating catcache hash values. 2012-03-07 14:51:13 -05:00
inval.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
lsyscache.c Allow LEAKPROOF functions for better performance of security views. 2012-02-13 22:21:14 -05:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
plancache.c Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 2012-03-19 21:38:12 -04:00
relcache.c Do not access indclass through Form_pg_index 2012-01-27 20:08:34 +02:00
relmapper.c Allow new relmapper entries when allow_system_table_mods is true. 2012-03-21 14:09:39 -04:00
spccache.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
syscache.c Expose an API for calculating catcache hash values. 2012-03-07 14:51:13 -05:00
ts_cache.c Accept a non-existent value in "ALTER USER/DATABASE SET ..." command. 2012-01-30 11:13:36 +02:00
typcache.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00