aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/xfunc.sgml
Commit message (Expand)AuthorAge
* Doc: improve documentation of new SRF-in-tlist behavior.Tom Lane2017-01-18
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-18
* Doc: improve documentation about composite-value usage.Tom Lane2016-11-22
* Doc: fix data types of FuncCallContext's call_cntr and max_calls fields.Tom Lane2016-11-11
* Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 mac...Tom Lane2016-11-07
* Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.Tom Lane2016-11-04
* doc: more replacement of <literal> with something betterBruce Momjian2016-08-24
* Change the way that LWLocks for extensions are allocated.Robert Haas2016-02-04
* docs: HTML-escape '>' in '=>' using HTML entitiesBruce Momjian2015-08-05
* doc: list bigint as mapping to int8 and int64Bruce Momjian2015-05-14
* Allow named parameters to be specified using => in addition to :=Robert Haas2015-03-10
* Add note about how to make the SRF detoasted arguments live accross calls.Fujii Masao2015-02-26
* Don't need to explain [1] kluge anymore in xfunc.sgml.Tom Lane2015-02-21
* Docs: clarify treatment of variadic functions with zero variadic arguments.Tom Lane2014-12-21
* Document SQL functions' behavior of parsing the whole function at once.Tom Lane2014-06-19
* Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.Tom Lane2014-04-03
* docs: remove unnecessary references to old PG versionsBruce Momjian2014-02-24
* Fix concat() and format() to handle VARIADIC-labeled arguments correctly.Tom Lane2013-01-25
* More documentation updates for LATERAL.Tom Lane2012-09-01
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Documentation spell and markup checkingPeter Eisentraut2012-06-08
* Code review for protransform patches.Tom Lane2012-03-23
* Doc clarifications regarding use of varlena.Robert Haas2012-03-22
* Allow SQL-language functions to reference parameters by name.Tom Lane2012-02-04
* Support range data types.Heikki Linnakangas2011-11-03
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Add comments about the need to avoid uninitialized bits in datatype values.Tom Lane2011-04-27
* Document collation handling in SQL and plpgsql functions.Tom Lane2011-03-25
* In docs, rename "backwards compatibility" to "backward compatibility"Bruce Momjian2011-03-11
* More wording improvements for disallowed SQL function commands.Bruce Momjian2011-03-10
* Improve SQL function disallowed command wording.Bruce Momjian2011-03-10
* Clarify what commands are not allowed in SQL functions.Bruce Momjian2011-03-10
* In documentation example, use concat_values() instead of concat()Bruce Momjian2011-02-17
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Properly capitalize hyphenated words in documentation titles.Bruce Momjian2011-02-01
* Update contrib documention mentions to point to actual documentationBruce Momjian2011-01-26
* Prevent invoking I/O conversion casts via functional/attribute notation.Tom Lane2010-11-07
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix indexterm spellingPeter Eisentraut2010-08-06
* Fix indentation of verbatim block elementsPeter Eisentraut2010-07-29
* Add table creation and population to examplePeter Eisentraut2010-07-26
* Add INSERT statement to example so that it can be reproducedPeter Eisentraut2010-07-25
* Change the notation for calling functions with named parameters fromTom Lane2010-05-30
* Insert line breaks in two places in SQL functions documentation.Robert Haas2010-05-16
* Fix longstanding typo in V1 calling conventions documentation.Robert Haas2010-05-16
* Modify ShmemInitStruct and ShmemInitHash to throw errors internally,Tom Lane2010-04-28
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Improve PGXS makefile system to allow the module's makefile to specifyTom Lane2010-01-04
* Add init[db] option to pg_ctlPeter Eisentraut2009-12-10
* In SRF example, move oldcontext variable definition into the FIRSTCALLPeter Eisentraut2009-11-30