summaryrefslogtreecommitdiff
path: root/src/backend/commands/functioncmds.c
Commit message (Expand)AuthorAgeFilesLines
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-161-7/+29
* Support the syntaxTom Lane2006-04-151-5/+11
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-42/+8
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-2/+2
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-211-10/+47
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-57/+57
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-241-2/+9
* Create the pg_pltemplate system catalog to hold template informationTom Lane2005-09-081-9/+4
* Fix unwanted denial of ALTER OWNER rights to superusers. There was someTom Lane2005-08-221-15/+20
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-011-1/+87
* Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane2005-07-141-6/+16
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-071-1/+4
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-5/+5
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-14/+14
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-5/+5
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-311-39/+128
* Fix grammar for IN/OUT/INOUT parameters. This commit doesn't actuallyTom Lane2005-03-291-1/+10
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-11/+11
* Allow ALTER FUNCTION to change a function's strictness, volatility, andNeil Conway2005-03-141-40/+141
* 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