summaryrefslogtreecommitdiff
path: root/src/backend/commands/functioncmds.c
AgeCommit message (Expand)Author
2004-01-06Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-21COMMENT ON casts, conversions, languages, operator classes, andTom Lane
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-10-02Change some notices to warnings and vice versa according to criteriaPeter Eisentraut
2003-09-29More message editing, some suggested by Alvaro HerreraPeter Eisentraut
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-24Repair some REINDEX problems per recent discussions. The relcache isTom Lane
2003-09-10Add HINT if CREATE FUNCTION specifies a valid language, but the languageBruce Momjian
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-08-01Adjust 'permission denied' messages to be more useful and consistent.Tom Lane
2003-07-28A visit from the message-style police ...Tom Lane
2003-07-20Another round of error message editing, covering backend/commands/.Tom Lane
2003-07-18First bits of work on error message editing.Tom Lane
2003-07-04Some early work on error message editing. Operator-not-found andTom Lane
2003-06-27First batch of object rename commands.Peter Eisentraut
2003-02-01Remove restriction that cast functions cannot be volatile. ThisTom Lane
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