Commit Graph

53 Commits (master)

Author SHA1 Message Date
Álvaro Herrera 14e87ffa5c
Add pg_constraint rows for not-null constraints 10 months ago
Tom Lane cf590c568d Update contrib/sepgsql regression tests for commit 89e51abcb. 10 months ago
Alvaro Herrera 6f8bb7c1e9
Revert structural changes to not-null constraints 1 year ago
Jeff Davis c7ea3f4229 Update sepgsql expected output. 2 years ago
Alvaro Herrera b0e96f3119
Catalog not-null constraints 2 years ago
Michael Paquier d3c25ca1bf sepgsql: Adjust regression expected output 2 years ago
Tom Lane 8d525d7b95 Adjust sepgsql expected output for 681d9e462 et al. 2 years ago
Alvaro Herrera 95f5a7a42c
Fix sepgsql expected test output 2 years ago
Alvaro Herrera 21e6bf4ddd
Revert "Adjust contrib/sepgsql regression test expected outputs." 2 years ago
Tom Lane 76c111a7f1 Adjust contrib/sepgsql regression test expected outputs. 2 years ago
Tom Lane 134d974636 Include permissive/enforcing state in sepgsql log messages. 4 years ago
Michael Paquier 1e3445237b Fix regression test output of sepgsql 4 years ago
Peter Eisentraut b034ef9b37 Remove gratuitous uses of deprecated SELECT INTO 5 years ago
Heikki Linnakangas 8818ad5b15 Fix expected output: the order of agg permission checks changed. 5 years ago
Tom Lane fc576b7c4f Fix cache reference leak in contrib/sepgsql. 5 years ago
Joe Conway 4f66c93f61 Update sepgsql to add mandatory access control for TRUNCATE 6 years ago
Michael Paquier 14ac4237cb Update test output of sepgsql for ALTER TABLE COLUMN DROP 6 years ago
Tom Lane 82c8a3c52a Fix sepgsql test results for commit d97b714a2. 6 years ago
Tom Lane 071e11898d Fix sepgsql regression test. 7 years ago
Tom Lane b2d9e17768 Update sepgsql regression test results for commit ca4103025. 7 years ago
Andres Freund 7306d5e920 Blind attempt at fixing sepgsql output for 578b22. 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Tom Lane f248453b7a Update sepgsql regression test output for getObjectDescription() changes. 7 years ago
Andres Freund 4f813c7203 Blindly attempt to fix sepgsql tests broken due to 9fdb675fc5. 8 years ago
Andres Freund 29d432e477 Blindly attempt to adapt sepgsql regression tests. 8 years ago
Joe Conway 06c0afe56e Fix contrib/sepgsql regr tests for tup-routing constraint check change. 8 years ago
Tom Lane 2dd510e630 Fix contrib/sepgsql regression tests for partition NOT NULL change. 8 years ago
Peter Eisentraut 244f1c8907 Fix whitespace 9 years ago
Joe Conway 86fa9b2d1b Make sepgsql regression tests robust vs. collation differences 9 years ago
Joe Conway 25542d77dd Add partitioned table support to sepgsql 9 years ago
Andres Freund d253b0f6e3 Blindly attempt to fix sepgsql tests #2. 9 years ago
Andres Freund 83bbcb04ab Blindly attempt to fix sepgsql tests. 9 years ago
Heikki Linnakangas d93b7535a6 Fix typo also in expected output. 9 years ago
Tom Lane 18555b1323 Establish conventions about global object names used in regression tests. 9 years ago
Joe Conway 03543afe15 Adjust sepgsql regression output for recent error context change 10 years ago
Tom Lane 0426f349ef Rearrange the handling of error context reports. 10 years ago
Joe Conway 794e2558be Fix sepgsql regression tests. 10 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
Alvaro Herrera f4c4335a4a Add context info to OAT_POST_CREATE security hook 13 years ago
Robert Haas d7c734841b Reduce messages about implicit indexes and sequences to DEBUG1. 13 years ago
Robert Haas 8fbe5a317d Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy' 14 years ago
Robert Haas 523176cbf1 sepgsql_setcon(). 14 years ago
Robert Haas e914a144d3 sepgsql DROP support. 14 years ago
Robert Haas e1042a3484 sepgsql: Check CREATE permissions for some object types. 14 years ago
Robert Haas 595a441ae9 Add missing check on invocation of trusted procedures. 15 years ago