postgresql/src/backend/utils/cache
Robert Haas 76a47c0e74 Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.
Attributes can now have options, just as relations and tablespaces do, and
the reloptions code is used to parse, validate, and store them.  For
simplicity and because these options are not performance critical, we store
them in a separate cache rather than the main relcache.

Thanks to Alex Hunsaker for the review.
2010-01-22 16:40:19 +00:00
..
catcache.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
inval.c During Hot Standby, set DatabasePath correctly during relcache init file 2010-01-09 16:49:27 +00:00
lsyscache.c When estimating the selectivity of an inequality "column > constant" or 2010-01-04 02:44:40 +00:00
Makefile Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. 2010-01-22 16:40:19 +00:00
plancache.c Do parse analysis of an EXPLAIN's contained statement during the normal 2010-01-15 22:36:35 +00:00
relcache.c When loading critical system indexes into the relcache, ensure we lock the 2010-01-13 23:07:08 +00:00
spccache.c Further fixes for per-tablespace options patch. 2010-01-07 03:53:08 +00:00
syscache.c Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). 2010-01-05 21:54:00 +00:00
ts_cache.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
typcache.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00