summaryrefslogtreecommitdiff
path: root/contrib/sepgsql
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-0/+2
* Add missing check on invocation of trusted procedures.Robert Haas2011-04-044-1/+57
* Add missing #includeAlvaro Herrera2011-03-281-0/+2
* Remove rule to build sepgsql-regtest.pp.Robert Haas2011-02-171-4/+1
* Minor sepgsql regression test fixes.Robert Haas2011-02-023-2/+6
* Various sepgsql corrections.Robert Haas2011-02-0212-49/+127
* First round of cleanup of sepgsql code and documentation.Robert Haas2011-01-234-29/+30
* sepgsql, an SE-Linux integration for PostgreSQLRobert Haas2011-01-2319-0/+3383