postgresql/src/backend/utils/cache
Tom Lane 537e92e41f Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes
it affects.  The original coding neglected tablespace entirely (causing
the indexes to move to the database's default tablespace) and for an index
belonging to a UNIQUE or PRIMARY KEY constraint, it would actually try to
assign the parent table's reloptions to the index :-(.  Per bug #3672 and
subsequent investigation.

8.0 and 8.1 did not have reloptions, but the tablespace bug is present.
2007-10-13 15:55:40 +00:00
..
catcache.c Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
inval.c Fix things so that when CREATE INDEX CONCURRENTLY sets pg_index.indisvalid 2007-05-02 21:08:46 +00:00
lsyscache.c Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes 2007-10-13 15:55:40 +00:00
Makefile Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
plancache.c Fix the plan-invalidation mechanism to treat regclass constants that refer to 2007-10-11 18:05:27 +00:00
relcache.c HOT updates. When we update a tuple without changing any of its indexed 2007-09-20 17:56:33 +00:00
syscache.c Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
ts_cache.c Code review for GUC revert-values-if-removed-from-postgresql.conf patch; 2007-09-10 00:57:22 +00:00
typcache.c Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00