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