summaryrefslogtreecommitdiff
path: root/src/backend/commands/functioncmds.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-111-11/+25
* Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane2007-09-031-23/+10
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-031-4/+103
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-3/+3
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-221-7/+103
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Message style improvementsPeter Eisentraut2006-10-061-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-4/+4
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-031-2/+2
* Fix notice message from DROP FUNCTION IF EXISTS, and improve messageTom Lane2006-09-251-6/+4
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* 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