index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
seclabel.c
Age
Commit message (
Expand
)
Author
2017-03-06
Remove objname/objargs split for referring to objects
Peter Eisentraut
2017-02-01
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-01-31
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-07
Implement table partitioning.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-19
Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"."
Tom Lane
2015-05-19
Change pg_seclabel.provider and pg_shseclabel.provider to type "name".
Tom Lane
2015-03-03
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-07-05
Update messages, comments and documentation for materialized views.
Noah Misch
2013-07-02
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-03-04
Add a materialized view relations.
Kevin Grittner
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-29
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-07-20
Support SECURITY LABEL on databases, tablespaces, and roles.
Robert Haas
2011-06-28
Remove rel.h from objectaddress.h; only relcache.h is necessary.
Alvaro Herrera
2011-06-28
Add a missing_ok argument to get_object_address().
Robert Haas
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-26
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-04
Refactor seclabel.c to use the new check_object_ownership function.
Robert Haas
2011-02-08
Per-column collation support
Peter Eisentraut
2011-01-02
Basic foreign table support.
Robert Haas
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-10-26
Fix dumb typo in SECURITY LABEL error message.
Robert Haas
2010-09-28
Add a SECURITY LABEL command.
Robert Haas