aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/functioncmds.c
Commit message (Expand)AuthorAge
* Add some comments about why function parameter default expressions areTom Lane2009-01-06
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom Lane2008-12-31
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-18
* Default values for function argumentsPeter Eisentraut2008-12-04
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Add support for user-defined I/O conversion casts.Heikki Linnakangas2008-10-31
* Use format_type_be() instead of TypeNameToString() for some more user-facingPeter Eisentraut2008-10-21
* Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane2008-07-18
* Add a "provariadic" column to pg_proc to eliminate the remarkably expensiveTom Lane2008-07-16
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-16
* More replacements of binary compatible to binary coercible.Peter Eisentraut2008-07-12
* Allow binary-coercible types for cast function arguments and return types.Peter Eisentraut2008-07-11
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-27
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-11
* Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane2007-09-03
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-03
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-22
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Message style improvementsPeter Eisentraut2006-10-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-03
* Fix notice message from DROP FUNCTION IF EXISTS, and improve messageTom Lane2006-09-25
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-16
* Support the syntaxTom Lane2006-04-15
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-27
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-21
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-24
* Create the pg_pltemplate system catalog to hold template informationTom Lane2005-09-08
* Fix unwanted denial of ALTER OWNER rights to superusers. There was someTom Lane2005-08-22
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-01
* Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane2005-07-14
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-07
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-31
* Fix grammar for IN/OUT/INOUT parameters. This commit doesn't actuallyTom Lane2005-03-29