summaryrefslogtreecommitdiff
path: root/src/backend/commands/functioncmds.c
Commit message (Expand)AuthorAgeFilesLines
* Update obsolete comment.Neil Conway2005-03-131-10/+4
* Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway2005-01-271-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-16/+16
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Cause ALTER OWNER commands to update the object's ACL, replacing referencesTom Lane2004-08-011-7/+36
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-251-1/+55
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-161-8/+23
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-10/+10
* Tighten parsing of boolean options to CREATE TYPE and related functions,Tom Lane2004-05-141-3/+4
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-3/+3
* Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane2004-02-211-3/+3
* Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane2004-01-061-10/+19
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-211-2/+3
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-5/+5
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-4/+4
* Change some notices to warnings and vice versa according to criteriaPeter Eisentraut2003-10-021-2/+2
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-291-7/+2
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-2/+2
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-241-10/+11
* Add HINT if CREATE FUNCTION specifies a valid language, but the languageBruce Momjian2003-09-101-3/+16
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-25/+26
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-8/+15
* A visit from the message-style police ...Tom Lane2003-07-281-5/+5
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-5/+6
* First bits of work on error message editing.Tom Lane2003-07-181-110/+189
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-041-5/+4
* First batch of object rename commands.Peter Eisentraut2003-06-271-1/+67
* Remove restriction that cast functions cannot be volatile. ThisTom Lane2003-02-011-1/+8
* Reduce messages associated with shell-type function arguments/resultsTom Lane2002-11-011-7/+7
* Require superuser privilege to create a binary-compatible cast, perTom Lane2002-10-041-1/+28
* Provide an upgrade strategy for dump files containing functions declaredTom Lane2002-09-211-1/+80
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-24/+49
* Cast functions can be immutable or stable.Peter Eisentraut2002-09-151-3/+3
* pgindent run.Bruce Momjian2002-09-041-39/+38
* 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