summaryrefslogtreecommitdiff
path: root/contrib/sepgsql/expected
AgeCommit message (Expand)Author
2025-10-23Update expected output for contrib/sepgsql's regression tests.Tom Lane
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-11-01Update contrib/sepgsql regression tests for commit 89e51abcb.Tom Lane
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-03-05Update sepgsql expected output.Jeff Davis
2023-08-25Catalog not-null constraintsAlvaro Herrera
2023-08-17sepgsql: Adjust regression expected outputMichael Paquier
2023-05-08Adjust sepgsql expected output for 681d9e462 et al.Tom Lane
2023-05-05Fix sepgsql expected test outputAlvaro Herrera
2023-04-12Revert "Adjust contrib/sepgsql regression test expected outputs."Alvaro Herrera
2023-04-07Adjust contrib/sepgsql regression test expected outputs.Tom Lane
2022-01-12Include permissive/enforcing state in sepgsql log messages.Tom Lane
2021-08-10Fix regression test output of sepgsqlMichael Paquier
2021-01-28Remove gratuitous uses of deprecated SELECT INTOPeter Eisentraut
2020-11-24Fix expected output: the order of agg permission checks changed.Heikki Linnakangas
2020-04-16Fix cache reference leak in contrib/sepgsql.Tom Lane
2019-11-23Update sepgsql to add mandatory access control for TRUNCATEJoe Conway
2019-10-13Update test output of sepgsql for ALTER TABLE COLUMN DROPMichael Paquier
2019-07-17Fix sepgsql test results for commit d97b714a2.Tom Lane
2019-01-21Fix sepgsql regression test.Tom Lane
2018-12-18Update sepgsql regression test results for commit ca4103025.Tom Lane
2018-11-21Blind attempt at fixing sepgsql output for 578b22.Andres Freund
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-05-24Update sepgsql regression test output for getObjectDescription() changes.Tom Lane
2018-04-07Blindly attempt to fix sepgsql tests broken due to 9fdb675fc5.Andres Freund
2018-02-21Blindly attempt to adapt sepgsql regression tests.Andres Freund
2017-06-08Fix contrib/sepgsql regr tests for tup-routing constraint check change.Joe Conway
2017-05-21Fix contrib/sepgsql regression tests for partition NOT NULL change.Tom Lane
2017-04-10Fix whitespacePeter Eisentraut
2017-04-09Make sepgsql regression tests robust vs. collation differencesJoe Conway
2017-04-09Add partitioned table support to sepgsqlJoe Conway
2017-03-26Blindly attempt to fix sepgsql tests #2.Andres Freund
2017-03-26Blindly attempt to fix sepgsql tests.Andres Freund
2017-02-06Fix typo also in expected output.Heikki Linnakangas
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2015-09-06Adjust sepgsql regression output for recent error context changeJoe Conway
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-08-30Fix sepgsql regression tests.Joe Conway
2013-04-17sepgsql: One more getObjectIdentity in lieu of getObjectDescription.Robert Haas
2013-04-12sepgsql: Enforce db_procedure:{execute} permission.Robert Haas
2013-04-12sepgql: Use getObjectIdentity rather than getObjectDescription.Robert Haas
2013-04-05sepgsql: Enforce db_schema:search permission.Robert Haas
2013-03-28Allow sepgsql labels to depend on object name.Robert Haas
2013-03-27sepgsql: Support for new post-ALTER access hook.Robert Haas
2012-10-23Add context info to OAT_POST_CREATE security hookAlvaro Herrera
2012-07-05Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas
2012-05-22Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy'Robert Haas
2012-03-15sepgsql_setcon().Robert Haas
2012-03-09sepgsql DROP support.Robert Haas
2011-12-21sepgsql: Check CREATE permissions for some object types.Robert Haas