summaryrefslogtreecommitdiff
path: root/src/backend/commands/seclabel.c
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous tqual.h includes.Andres Freund2019-01-211-1/+0
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-12/+12
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-1/+2
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove duplicated words split across lines in commentsMichael Paquier2018-09-081-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-071-1/+1
* Remove objname/objargs split for referring to objectsPeter Eisentraut2017-03-061-2/+2
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-011-4/+4
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-311-11/+4
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Implement table partitioning.Robert Haas2016-12-071-1/+2
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"."Tom Lane2015-05-191-14/+10
* Change pg_seclabel.provider and pg_shseclabel.provider to type "name".Tom Lane2015-05-181-10/+14
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-031-2/+4
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update messages, comments and documentation for materialized views.Noah Misch2013-07-051-1/+1
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-021-6/+6
* Add a materialized view relations.Kevin Grittner2013-03-031-2/+3
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-291-1/+3
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-5/+5
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-4/+0
* Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas2011-07-201-6/+177
* Remove rel.h from objectaddress.h; only relcache.h is necessary.Alvaro Herrera2011-06-281-0/+1
* Add a missing_ok argument to get_object_address().Robert Haas2011-06-271-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-21/+22
* Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane2011-03-261-3/+0
* Refactor seclabel.c to use the new check_object_ownership function.Robert Haas2011-03-041-72/+18
* Per-column collation supportPeter Eisentraut2011-02-081-0/+3
* Basic foreign table support.Robert Haas2011-01-011-2/+4
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Fix dumb typo in SECURITY LABEL error message.Robert Haas2010-10-261-1/+1
* Add a SECURITY LABEL command.Robert Haas2010-09-271-0/+387