summaryrefslogtreecommitdiff
path: root/contrib/sepgsql
Commit message (Expand)AuthorAgeFilesLines
* Fix cache reference leak in contrib/sepgsql.Tom Lane2020-04-161-11/+10
* Fix contrib/sepgsql test policy to work with latest SELinux releases.Tom Lane2019-07-251-0/+11
* Silence compiler warning in sepgsqlJoe Conway2017-04-061-2/+10
* Fix typo also in expected output.Heikki Linnakangas2017-02-061-1/+1
* Fix typos in comments.Heikki Linnakangas2017-02-062-2/+2
* Fix sepgsql regression tests.Joe Conway2015-08-3011-378/+449
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-081-11/+20
* sepgsql: Improve error message when unsupported object type is labeled.Robert Haas2015-03-111-1/+4
* Update copyright for 2015Bruce Momjian2015-01-0611-11/+11
* Add bms_next_member(), and use it where appropriate.Tom Lane2014-11-281-9/+7
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+2
* pgindent run for 9.4Bruce Momjian2014-05-062-3/+3
* Fix typo in comment.Heikki Linnakangas2014-04-011-1/+1
* Update copyright for 2014Bruce Momjian2014-01-0711-11/+11
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-021-1/+1
* pgindent run for release 9.3Bruce Momjian2013-05-295-40/+40
* Editorialize a bit on new ProcessUtility() API.Tom Lane2013-04-281-6/+8
* sepgsql: Minor improvement to test script, doc fix.Robert Haas2013-04-171-0/+3
* sepgsql: One more getObjectIdentity in lieu of getObjectDescription.Robert Haas2013-04-173-17/+17
* sepgsql: Enforce db_procedure:{execute} permission.Robert Haas2013-04-129-19/+172
* sepgql: Use getObjectIdentity rather than getObjectDescription.Robert Haas2013-04-127-330/+351
* sepgsql: Enforce db_schema:search permission.Robert Haas2013-04-058-12/+176
* Allow sepgsql labels to depend on object name.Robert Haas2013-03-2810-23/+86
* sepgsql: Support for new post-ALTER access hook.Robert Haas2013-03-2711-10/+674
* Update copyrights for 2013Bruce Momjian2013-01-0111-11/+11
* Add context info to OAT_POST_CREATE security hookAlvaro Herrera2012-10-235-106/+280
* sepgsql cleanups.Robert Haas2012-09-0510-23/+33
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-042-4/+0
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-109-198/+220
* Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy'Robert Haas2012-05-221-1/+1
* More duplicate word removal.Robert Haas2012-05-021-1/+1
* Lots of doc corrections.Robert Haas2012-04-231-1/+1
* sepgsql_setcon().Robert Haas2012-03-157-22/+818
* sepgsql DROP support.Robert Haas2012-03-0910-86/+467
* sepgsql: Move some code from hooks.c to label.cRobert Haas2012-02-153-196/+200
* Update copyright notices for year 2012.Bruce Momjian2012-01-0111-11/+11
* sepgsql: Check CREATE permissions for some object types.Robert Haas2011-12-219-84/+579
* Take sepgsql regression tests out of the regular regression test mechanism.Tom Lane2011-09-273-238/+267
* sepgsql uavc comment improvements.Robert Haas2011-09-271-28/+46
* Teach sepgsql about database labels.Robert Haas2011-09-236-13/+128
* Add missing brackets to chkselinuxenv.Robert Haas2011-09-231-1/+1
* Userspace access vector cache for contrib/sepgsql.Robert Haas2011-09-019-186/+646
* Fix "is db labeled test?" in chkselinuxenv script.Robert Haas2011-09-011-1/+1
* Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS.Tom Lane2011-08-241-1/+3
* Clean up 'chkselinuxenv' script.Robert Haas2011-08-191-192/+136
* Fix contrib/sepgsql and contrib/xml2 to always link required libraries.Robert Haas2011-08-191-1/+1
* Allow sepgsql regression tests to be run from a user homedir.Robert Haas2011-08-192-12/+53
* Typo fix.Robert Haas2011-08-181-1/+1
* Add some environment checks prior to sepgsql regression testing.Robert Haas2011-07-252-0/+251
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-108-436/+746