summaryrefslogtreecommitdiff
path: root/src/backend/commands/seclabel.c
AgeCommit message (Expand)Author
2013-03-03Add a materialized view relations.Kevin Grittner
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-29Adjust more backend functions to return OID rather than void.Robert Haas
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-07-20Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas
2011-06-28Remove rel.h from objectaddress.h; only relcache.h is necessary.Alvaro Herrera
2011-06-27Add a missing_ok argument to get_object_address().Robert Haas
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-26Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane
2011-03-04Refactor seclabel.c to use the new check_object_ownership function.Robert Haas
2011-02-08Per-column collation supportPeter Eisentraut
2011-01-01Basic foreign table support.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-10-26Fix dumb typo in SECURITY LABEL error message.Robert Haas
2010-09-27Add a SECURITY LABEL command.Robert Haas