index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
xfunc.sgml
Commit message (
Expand
)
Author
Age
*
Document security implications of qualified names.
Noah Misch
2018-07-28
*
Doc: improve documentation about composite-value usage.
Tom Lane
2016-11-22
*
doc: list bigint as mapping to int8 and int64
Bruce Momjian
2015-05-14
*
Allow named parameters to be specified using => in addition to :=
Robert Haas
2015-03-10
*
Add note about how to make the SRF detoasted arguments live accross calls.
Fujii Masao
2015-02-26
*
Don't need to explain [1] kluge anymore in xfunc.sgml.
Tom Lane
2015-02-21
*
Docs: clarify treatment of variadic functions with zero variadic arguments.
Tom Lane
2014-12-21
*
Document SQL functions' behavior of parsing the whole function at once.
Tom Lane
2014-06-19
*
Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.
Tom Lane
2014-04-03
*
docs: remove unnecessary references to old PG versions
Bruce Momjian
2014-02-24
*
Fix concat() and format() to handle VARIADIC-labeled arguments correctly.
Tom Lane
2013-01-25
*
More documentation updates for LATERAL.
Tom Lane
2012-09-01
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
*
Documentation spell and markup checking
Peter Eisentraut
2012-06-08
*
Code review for protransform patches.
Tom Lane
2012-03-23
*
Doc clarifications regarding use of varlena.
Robert Haas
2012-03-22
*
Allow SQL-language functions to reference parameters by name.
Tom Lane
2012-02-04
*
Support range data types.
Heikki Linnakangas
2011-11-03
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
*
Add comments about the need to avoid uninitialized bits in datatype values.
Tom Lane
2011-04-27
*
Document collation handling in SQL and plpgsql functions.
Tom Lane
2011-03-25
*
In docs, rename "backwards compatibility" to "backward compatibility"
Bruce Momjian
2011-03-11
*
More wording improvements for disallowed SQL function commands.
Bruce Momjian
2011-03-10
*
Improve SQL function disallowed command wording.
Bruce Momjian
2011-03-10
*
Clarify what commands are not allowed in SQL functions.
Bruce Momjian
2011-03-10
*
In documentation example, use concat_values() instead of concat()
Bruce Momjian
2011-02-17
*
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
*
Properly capitalize hyphenated words in documentation titles.
Bruce Momjian
2011-02-01
*
Update contrib documention mentions to point to actual documentation
Bruce Momjian
2011-01-26
*
Prevent invoking I/O conversion casts via functional/attribute notation.
Tom Lane
2010-11-07
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Fix indexterm spelling
Peter Eisentraut
2010-08-06
*
Fix indentation of verbatim block elements
Peter Eisentraut
2010-07-29
*
Add table creation and population to example
Peter Eisentraut
2010-07-26
*
Add INSERT statement to example so that it can be reproduced
Peter Eisentraut
2010-07-25
*
Change the notation for calling functions with named parameters from
Tom Lane
2010-05-30
*
Insert line breaks in two places in SQL functions documentation.
Robert Haas
2010-05-16
*
Fix longstanding typo in V1 calling conventions documentation.
Robert Haas
2010-05-16
*
Modify ShmemInitStruct and ShmemInitHash to throw errors internally,
Tom Lane
2010-04-28
*
Remove unnecessary xref endterm attributes and title ids
Peter Eisentraut
2010-04-03
*
Improve PGXS makefile system to allow the module's makefile to specify
Tom Lane
2010-01-04
*
Add init[db] option to pg_ctl
Peter Eisentraut
2009-12-10
*
In SRF example, move oldcontext variable definition into the FIRSTCALL
Peter Eisentraut
2009-11-30
*
Add PG_MODULE_MAGIC and some missing include files to examples
Peter Eisentraut
2009-11-23
*
Support use of function argument names to identify which actual arguments
Tom Lane
2009-10-08
*
Make LOAD of an already-loaded library into a no-op, instead of attempting
Tom Lane
2009-09-03
*
Improve documentation about function volatility: mention the snapshot
Tom Lane
2009-05-27
*
Proofreading adjustments for first two parts of documentation (Tutorial
Bruce Momjian
2009-04-27
*
Code review for function default parameters patch. Fix numerous problems as
Tom Lane
2008-12-18
*
Desultorily enclose programlisting tags in CDATA, to get rid of some obnoxious
Alvaro Herrera
2008-12-07
[next]