summaryrefslogtreecommitdiff
path: root/src/backend/commands/functioncmds.c
AgeCommit message (Expand)Author
2002-11-01Reduce messages associated with shell-type function arguments/resultsTom Lane
2002-10-04Require superuser privilege to create a binary-compatible cast, perTom Lane
2002-09-21Provide an upgrade strategy for dump files containing functions declaredTom Lane
2002-09-18Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane
2002-09-15Cast functions can be immutable or stable.Peter Eisentraut
2002-09-04pgindent run.Bruce Momjian
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-08-11Create/drop cast now requires ownership of at least one of the types.Peter Eisentraut
2002-08-05Restructure system-catalog index updating logic. Instead of havingTom Lane
2002-07-29Use aclcheck_error() in place of ad-hoc permissions complaints.Tom Lane
2002-07-29Fix minor coding error: don't ReleaseSysCache until after last use ofTom Lane
2002-07-24Remove unused system table columns:Peter Eisentraut
2002-07-22Add unique index on pg_cast.oid, and document pg_cast table.Peter Eisentraut
2002-07-20Patch problems caused by code drift since OID patch creation.Bruce Momjian
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-07-18pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2002-05-22Add optional "validator" function to languages that can validate thePeter Eisentraut
2002-05-18Allow functions to be executed with the privileges of the function owner.Peter Eisentraut
2002-05-17Extend syntax of CREATE FUNCTION to resemble SQL99.Peter Eisentraut
2002-04-27Restructure aclcheck error reporting to make permission-failureTom Lane
2002-04-21Restructure AclItem representation so that we can have more than eightTom Lane
2002-04-15The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane