aboutsummaryrefslogtreecommitdiff
path: root/src/include/funcapi.h
Commit message (Expand)AuthorAge
* Avoid holding a directory FD open across assorted SRF calls.Tom Lane2020-03-16
* Support INOUT arguments in proceduresPeter Eisentraut2018-03-14
* Update copyright for 2018Bruce Momjian2018-01-02
* Support domains over composite types.Tom Lane2017-10-26
* Add a utility function to extract variadic function argumentsAndrew Dunstan2017-10-25
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add transforms featurePeter Eisentraut2015-04-26
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix failure to detoast fields in composite elements of structured types.Tom Lane2014-05-01
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-23
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-08
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Move plpgsql's fetchArgInfo() into funcapi.c, and rename toTom Lane2005-12-28
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* When a function not returning RECORD has a single OUT parameter, useTom Lane2005-10-06
* Document get_call_result_type() and friends; mark TypeGetTupleDesc()Tom Lane2005-05-30
* plpgsql does OUT parameters, as per my proposal a few weeks ago.Tom Lane2005-04-05
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-31
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-06
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* pgindent run.Bruce Momjian2002-09-04
* Fix for breakage of C-coded SRFs, from Joe Conway.Tom Lane2002-08-30
* Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane2002-08-29
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* Here are two patches. The guc_and_tablefunc patch addresses the twoBruce Momjian2002-07-30
* Here is a patch for the Table Function API. It fixes a bug found by NeilBruce Momjian2002-07-18