]> granicus.if.org Git - postgresql/history - src/backend/commands/schemacmds.c
Cause ALTER OWNER commands to update the object's ACL, replacing references
[postgresql] / src / backend / commands / schemacmds.c
2004-08-01 Tom LaneCause ALTER OWNER commands to update the object's ACL...
2004-06-25 Tom LaneSupport renaming of tablespaces, and changing the owners of
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-18 Tom LaneFirst bits of work on error message editing.
2003-06-27 Tom LaneFix compile warnings.
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-05-06 Tom LaneRestructure command destination handling so that we...
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2002-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2002-09-04 Bruce Momjianpgindent run.
2002-07-18 Tom LaneImplement DROP SCHEMA. It lacks support for dropping...
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-17 Tom LaneSupport temporary setting of search path during CREATE...
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-15 Tom LaneThe contents of command.c, creatinh.c, define.c, remove...