summaryrefslogtreecommitdiff
path: root/src/backend/commands/functioncmds.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for privileges on typesPeter Eisentraut2011-12-201-0/+24
* Further consolidation of DROP statement handling.Robert Haas2011-11-171-111/+0
* Remove ancient downcasing code from procedural language operations.Robert Haas2011-11-171-15/+7
* Clean up the #include mess a little.Tom Lane2011-09-041-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.Tom Lane2011-07-231-5/+5
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-2/+2
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-191-0/+2
* Remove collation information from TypeName, where it does not belong.Tom Lane2011-03-091-2/+2
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-081-15/+27
* Per-column collation supportPeter Eisentraut2011-02-081-2/+2
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Object access hook framework, with post-creation hook.Robert Haas2010-11-251-0/+5
* Centralize some ALTER <whatever> .. SET SCHEMA checks.Robert Haas2010-11-221-18/+2
* Refactor typenameTypeId()Peter Eisentraut2010-10-251-4/+4
* Improve handling of domains over arrays.Tom Lane2010-10-211-0/+17
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-051-21/+30
* pgindent run for 9.0Bruce Momjian2010-02-261-5/+5
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-171-2/+2
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-58/+28
* Remove the default_do_language parameter, instead making DO use a hardwiredTom Lane2010-01-261-3/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Keep track of language's trusted flag in InlineCodeBlock. Needed to support D...Andrew Dunstan2009-11-061-1/+2
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-081-1/+35
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-221-1/+108
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-13/+13
* Add some sanity checks to CREATE CAST ... WITHOUT FUNCTION. DisallowHeikki Linnakangas2009-03-041-3/+34
* Repair a longstanding bug in CLUSTER and the rewriting variants of ALTERTom Lane2009-02-241-2/+2
* Add some comments about why function parameter default expressions areTom Lane2009-01-061-1/+9
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom Lane2008-12-311-3/+19
* Support window functions a la SQL:2008.Tom Lane2008-12-281-1/+9
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-181-21/+45
* Default values for function argumentsPeter Eisentraut2008-12-041-5/+43
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-021-18/+18
* Add support for user-defined I/O conversion casts.Heikki Linnakangas2008-10-311-5/+17
* Use format_type_be() instead of TypeNameToString() for some more user-facingPeter Eisentraut2008-10-211-11/+11
* Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane2008-07-181-4/+6
* Add a "provariadic" column to pg_proc to eliminate the remarkably expensiveTom Lane2008-07-161-27/+29
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-161-3/+30
* More replacements of binary compatible to binary coercible.Peter Eisentraut2008-07-121-3/+3
* Allow binary-coercible types for cast function arguments and return types.Peter Eisentraut2008-07-111-5/+6
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-271-1/+3
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-5/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-9/+9