]> granicus.if.org Git - postgresql/history - src/backend/commands/functioncmds.c
Add unique index on pg_cast.oid, and document pg_cast table.
[postgresql] / src / backend / commands / functioncmds.c
2002-07-22 Peter EisentrautAdd unique index on pg_cast.oid, and document pg_cast...
2002-07-20 Bruce MomjianPatch problems caused by code drift since OID patch...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-22 Peter EisentrautAdd optional "validator" function to languages that...
2002-05-18 Peter EisentrautAllow functions to be executed with the privileges...
2002-05-17 Peter EisentrautExtend syntax of CREATE FUNCTION to resemble SQL99.
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-21 Tom LaneRestructure AclItem representation so that we can have...
2002-04-15 Tom LaneThe contents of command.c, creatinh.c, define.c, remove...