postgresql/src/backend/access/common
Alvaro Herrera 3a5b773715 Allow reloption names to have qualifiers, initially supporting a TOAST
qualifier, and add support for this in pg_dump.

This allows TOAST tables to have user-defined fillfactor, and will also
enable us to move the autovacuum parameters to reloptions without taking
away the possibility of setting values for TOAST tables.
2009-02-02 19:31:40 +00:00
..
Makefile Remove another target I forgot during the refactoring 2008-02-19 11:49:12 +00:00
heaptuple.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
indextuple.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
printtup.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
reloptions.c Allow reloption names to have qualifiers, initially supporting a TOAST 2009-02-02 19:31:40 +00:00
scankey.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
tupdesc.c Support column-level privileges, as required by SQL standard. 2009-01-22 20:16:10 +00:00