postgresql/src/include/access
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
..
attnum.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
clog.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
genam.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
gin.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
gist_private.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
gist.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
gistscan.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
hash.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
heapam.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
hio.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
htup.h Remove partial, broken support for NULL pointers when fetching attributes. 2010-01-10 04:26:36 +00:00
itup.h Remove partial, broken support for NULL pointers when fetching attributes. 2010-01-10 04:26:36 +00:00
multixact.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
nbtree.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
printtup.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
reloptions.h Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. 2010-01-22 16:40:19 +00:00
relscan.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
rewriteheap.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
rmgr.h Allow read only connections during recovery, known as Hot Standby. 2009-12-19 01:32:45 +00:00
sdir.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
skey.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
slru.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
subtrans.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
sysattr.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
transam.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tupconvert.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tupdesc.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tupmacs.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tuptoaster.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
twophase_rmgr.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
twophase.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
valid.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
visibilitymap.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
xact.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
xlog_internal.h Introduce Streaming Replication. 2010-01-15 09:19:10 +00:00
xlog.h Write a WAL record whenever we perform an operation without WAL-logging 2010-01-20 19:43:40 +00:00
xlogdefs.h Introduce Streaming Replication. 2010-01-15 09:19:10 +00:00
xlogutils.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00