Commit Graph

52 Commits (e66a45344ff33d64aa6ff50673ff9fe8577ea6db)

Author SHA1 Message Date
Andres Freund 2c8f4836db Represent columns requiring insert and update privileges indentently. 11 years ago
Robert Haas e96b7c6b9f sepgsql: Improve error message when unsupported object type is labeled. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane f4e031c662 Add bms_next_member(), and use it where appropriate. 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Heikki Linnakangas 554bb3beba Fix typo in comment. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Robert Haas 568d4138c6 Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Tom Lane f8db76e875 Editorialize a bit on new ProcessUtility() API. 13 years ago
Robert Haas f050457978 sepgsql: Minor improvement to test script, doc fix. 13 years ago
Robert Haas 0bf5c548d6 sepgsql: One more getObjectIdentity in lieu of getObjectDescription. 13 years ago
Robert Haas f8a54e936b sepgsql: Enforce db_procedure:{execute} permission. 13 years ago
Robert Haas b620fdabba sepgql: Use getObjectIdentity rather than getObjectDescription. 13 years ago
Robert Haas e965e6344c sepgsql: Enforce db_schema:search permission. 13 years ago
Robert Haas 0f05840bf4 Allow sepgsql labels to depend on object name. 13 years ago
Robert Haas 1cea9bbb21 sepgsql: Support for new post-ALTER access hook. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Alvaro Herrera f4c4335a4a Add context info to OAT_POST_CREATE security hook 13 years ago
Robert Haas aa2b237ce5 sepgsql cleanups. 13 years ago
Robert Haas d7c734841b Reduce messages about implicit indexes and sequences to DEBUG1. 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Robert Haas 8fbe5a317d Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy' 14 years ago
Robert Haas e01e66f808 More duplicate word removal. 14 years ago
Robert Haas 5d4b60f2f2 Lots of doc corrections. 14 years ago
Robert Haas 523176cbf1 sepgsql_setcon(). 14 years ago
Robert Haas e914a144d3 sepgsql DROP support. 14 years ago
Robert Haas d44a3fb55d sepgsql: Move some code from hooks.c to label.c 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Robert Haas e1042a3484 sepgsql: Check CREATE permissions for some object types. 14 years ago
Tom Lane cc4ff8742b Take sepgsql regression tests out of the regular regression test mechanism. 14 years ago
Robert Haas a9d845be49 sepgsql uavc comment improvements. 14 years ago
Robert Haas 291873c155 Teach sepgsql about database labels. 14 years ago
Robert Haas e50b052a3b Add missing brackets to chkselinuxenv. 14 years ago
Robert Haas 4232c4b406 Userspace access vector cache for contrib/sepgsql. 14 years ago
Robert Haas 3d14bd2563 Fix "is db labeled test?" in chkselinuxenv script. 14 years ago
Tom Lane d1d388603e Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS. 14 years ago
Robert Haas a4b3feebc4 Clean up 'chkselinuxenv' script. 14 years ago
Robert Haas 10c378f235 Fix contrib/sepgsql and contrib/xml2 to always link required libraries. 14 years ago
Robert Haas a64bdf5f65 Allow sepgsql regression tests to be run from a user homedir. 14 years ago
Robert Haas ffaf9eca4c Typo fix. 14 years ago
Robert Haas 8cca49d8a0 Add some environment checks prior to sepgsql regression testing. 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Tom Lane 2594cf0e8c Revise the API for GUC variable assign hooks. 15 years ago
Robert Haas 595a441ae9 Add missing check on invocation of trusted procedures. 15 years ago
Alvaro Herrera e5948e3504 Add missing #include 15 years ago
Robert Haas 24bc6b3db3 Remove rule to build sepgsql-regtest.pp. 15 years ago
Robert Haas 87d967f70f Minor sepgsql regression test fixes. 15 years ago
Robert Haas c7689ee733 Various sepgsql corrections. 15 years ago