postgresql/src/backend/access/common
Alvaro Herrera c0f92b57dc Allow extracting and parsing of reloptions from a bare pg_class tuple, and
refactor the relcache code that used to do that.  This allows other callers
(particularly autovacuum) to do the same without necessarily having to open
and lock a table.
2009-01-26 19:41:06 +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
Makefile Remove another target I forgot during the refactoring 2008-02-19 11:49:12 +00:00
printtup.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
reloptions.c Allow extracting and parsing of reloptions from a bare pg_class tuple, and 2009-01-26 19:41:06 +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