aboutsummaryrefslogtreecommitdiff
path: root/contrib/sepgsql/relation.c
Commit message (Collapse)AuthorAge
* Update copyrights for 2013Bruce Momjian2013-01-01
| | | | | Fully update git head, and update back branches in ./COPYRIGHT and legal.sgml files.
* Add context info to OAT_POST_CREATE security hookAlvaro Herrera2012-10-23
| | | | | | | | | ... and have sepgsql use it to determine whether to check permissions during certain operations. Indexes that are being created as a result of REINDEX, for instance, do not need to have their permissions checked; they were already checked when the index was created. Author: KaiGai Kohei, slightly revised by me
* sepgsql cleanups.Robert Haas2012-09-05
| | | | | | | This is needed to match recent changes elsewhere. Along the way, some renaming for clarity. KaiGai Kohei
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
| | | | commit-fest.
* sepgsql DROP support.Robert Haas2012-03-09
| | | | KaiGai Kohei
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
|
* sepgsql: Check CREATE permissions for some object types.Robert Haas2011-12-21
| | | | KaiGai Kohei, reviewed by Dimitri Fontaine and me.
* Userspace access vector cache for contrib/sepgsql.Robert Haas2011-09-01
| | | | KaiGai Kohei
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
|
* Various sepgsql corrections.Robert Haas2011-02-02
| | | | KaiGai Kohei
* sepgsql, an SE-Linux integration for PostgreSQLRobert Haas2011-01-23
This is still pretty rough - among other things, the documentation needs work, and the messages need a visit from the style police - but this gets the basic framework in place. KaiGai Kohei