]> granicus.if.org Git - postgresql/history - src/test/regress/expected/privileges.out
Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow,
[postgresql] / src / test / regress / expected / privileges.out
2008-07-03 Peter EisentrautDon't refer to the database name "regression" inside...
2008-06-08 Tom LaneRewrite DROP's dependency traversal algorithm into...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2006-09-05 Tom LaneGet rid of the separate RULE privilege for tables:...
2006-07-18 Tom LaneMake pg_regress a tad simpler and more general-purpose...
2006-01-21 Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2005-08-15 Tom LaneClean up some stray remaining references to pg_shadow...
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-04-07 Neil ConwayAdd a "USING" clause to DELETE, which is equivalent...
2004-08-29 Bruce MomjianAdjust regression expected file for new grant language...
2004-06-01 Tom LaneAlign GRANT/REVOKE behavior more closely with the SQL...
2004-05-02 Bruce MomjianRevert patch --- needs more generalized solution.
2004-04-26 Bruce MomjianPlease find a attached a small patch that adds accessor...
2003-09-15 Peter EisentrautRemove warnings for operations that have no effect...
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-07-21 Tom LaneError message editing in backend/catalog.
2003-07-18 Tom LaneFirst bits of work on error message editing.
2003-07-04 Tom LaneSome early work on error message editing. Operator...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-01-23 Peter EisentrautGrant options, and cascading revoke. Grant options...
2002-10-19 Bruce MomjianMake regression tests safe for autocommit = 'off'.
2002-09-24 Tom LaneChange default privileges for languages and functions...
2002-09-22 Tom LaneMove most of the error checking for foreign-key constra...
2002-07-16 Tom LaneAdd code to extract dependencies from an expression...
2002-05-19 Peter EisentrautRemove bitrotten view_perms test. Add some similar...
2002-05-18 Peter EisentrautAllow functions to be executed with the privileges...
2002-05-17 Tom LaneGet rid of the last few uses of typeidTypeName() rather...
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-26 Tom LaneAdd current_schema() and current_schemas() inquiry...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-03-21 Tom LaneChange the aclchk.c routines to uniformly use OIDs...
2002-03-06 Bruce MomjianChange made to elog:
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2001-06-14 Tom Lanehas_table_privilege functions from Joe Conway (with...
2001-06-09 Peter EisentrautAllow GRANT/REVOKE to/from more than one user per invoc...
2001-05-27 Peter EisentrautMake UPDATE and DELETE privileges distinct. Add REFERE...