summaryrefslogtreecommitdiff
path: root/src/backend/commands/functioncmds.c
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-40/+61
* Create/drop cast now requires ownership of at least one of the types.Peter Eisentraut2002-08-111-28/+12
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-051-9/+3
* Use aclcheck_error() in place of ad-hoc permissions complaints.Tom Lane2002-07-291-13/+25
* Fix minor coding error: don't ReleaseSysCache until after last use ofTom Lane2002-07-291-3/+3
* Remove unused system table columns:Peter Eisentraut2002-07-241-43/+3
* Add unique index on pg_cast.oid, and document pg_cast table.Peter Eisentraut2002-07-221-10/+15
* Patch problems caused by code drift since OID patch creation.Bruce Momjian2002-07-201-3/+3
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-2/+2
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-181-27/+225
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-14/+68
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Add optional "validator" function to languages that can validate thePeter Eisentraut2002-05-221-1/+27
* Allow functions to be executed with the privileges of the function owner.Peter Eisentraut2002-05-181-2/+3
* Extend syntax of CREATE FUNCTION to resemble SQL99.Peter Eisentraut2002-05-171-23/+128
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-271-8/+32
* Restructure AclItem representation so that we can have more than eightTom Lane2002-04-211-2/+2
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-151-0/+431