aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/xfunc.sgml
Commit message (Expand)AuthorAge
* Document security implications of qualified names.Noah Misch2018-07-28
* Doc: improve documentation about composite-value usage.Tom Lane2016-11-22
* 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
* Add PG_MODULE_MAGIC and some missing include files to examplesPeter Eisentraut2009-11-23
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-08
* Make LOAD of an already-loaded library into a no-op, instead of attemptingTom Lane2009-09-03
* Improve documentation about function volatility: mention the snapshotTom Lane2009-05-27
* Proofreading adjustments for first two parts of documentation (TutorialBruce Momjian2009-04-27
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-18
* Desultorily enclose programlisting tags in CDATA, to get rid of some obnoxiousAlvaro Herrera2008-12-07