]> granicus.if.org Git - postgresql/history - doc/src/sgml/xfunc.sgml
Support domains over composite types.
[postgresql] / doc / src / sgml / xfunc.sgml
2017-10-26 Tom LaneSupport domains over composite types.
2017-10-20 Peter EisentrautConvert SGML IDs to lower case
2017-10-17 Peter EisentrautDon't use SGML empty tags
2017-08-31 Peter EisentrautRemove to pre-8.2 coding convention for PG_MODULE_MAGIC
2017-06-18 Peter EisentrautDocumentation spell checking and markup improvements
2017-06-14 Tom LaneDisallow set-returning functions inside CASE or COALESCE.
2017-06-09 Peter Eisentrautdoc: Improve types in example
2017-04-05 Peter EisentrautCapitalize names of PLs consistently
2017-03-30 Andres FreundTry to fix xml docs build broken in 5ded4bd.
2017-03-30 Andres FreundRemove support for version-0 calling conventions.
2017-03-12 Noah MischRecommend wrappers of PG_DETOAST_DATUM_PACKED().
2017-01-18 Tom LaneDoc: improve documentation of new SRF-in-tlist behavior.
2017-01-18 Andres FreundMove targetlist SRF handling from expression evaluation...
2016-11-22 Tom LaneDoc: improve documentation about composite-value usage.
2016-11-11 Tom LaneDoc: fix data types of FuncCallContext's call_cntr...
2016-11-07 Tom LaneRevert "Provide DLLEXPORT markers for C functions via...
2016-11-04 Tom LaneProvide DLLEXPORT markers for C functions via PG_FUNCTI...
2016-08-25 Bruce Momjiandoc: more replacement of <literal> with something...
2016-02-04 Robert HaasChange the way that LWLocks for extensions are allocated.
2015-08-06 Bruce Momjiandocs: HTML-escape '>' in '=>' using HTML entities
2015-05-14 Bruce Momjiandoc: list bigint as mapping to int8 and int64
2015-03-10 Robert HaasAllow named parameters to be specified using => in...
2015-02-26 Fujii MasaoAdd note about how to make the SRF detoasted arguments...
2015-02-21 Tom LaneDon't need to explain [1] kluge anymore in xfunc.sgml.
2014-12-21 Tom LaneDocs: clarify treatment of variadic functions with...
2014-06-19 Tom LaneDocument SQL functions' behavior of parsing the whole...
2014-04-04 Tom LaneFix non-equivalence of VARIADIC and non-VARIADIC functi...
2014-02-24 Bruce Momjiandocs: remove unnecessary references to old PG versions
2013-01-25 Tom LaneFix concat() and format() to handle VARIADIC-labeled...
2012-09-01 Tom LaneMore documentation updates for LATERAL.
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-06-07 Peter EisentrautDocumentation spell and markup checking
2012-03-23 Tom LaneCode review for protransform patches.
2012-03-22 Robert HaasDoc clarifications regarding use of varlena.
2012-02-05 Tom LaneAllow SQL-language functions to reference parameters...
2011-11-03 Heikki LinnakangasSupport range data types.
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-04-27 Tom LaneAdd comments about the need to avoid uninitialized...
2011-03-25 Tom LaneDocument collation handling in SQL and plpgsql functions.
2011-03-11 Bruce MomjianIn docs, rename "backwards compatibility" to "backward...
2011-03-10 Bruce MomjianMore wording improvements for disallowed SQL function...
2011-03-10 Bruce MomjianImprove SQL function disallowed command wording.
2011-03-10 Bruce MomjianClarify what commands are not allowed in SQL functions.
2011-02-17 Bruce MomjianIn documentation example, use concat_values() instead...
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-01 Bruce MomjianProperly capitalize hyphenated words in documentation...
2011-01-26 Bruce MomjianUpdate contrib documention mentions to point to actual...
2010-11-07 Tom LanePrevent invoking I/O conversion casts via functional...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-06 Peter EisentrautFix indexterm spelling
2010-07-29 Peter EisentrautFix indentation of verbatim block elements
2010-07-26 Peter EisentrautAdd table creation and population to example
2010-07-25 Peter EisentrautAdd INSERT statement to example so that it can be repro...
2010-05-30 Tom LaneChange the notation for calling functions with named...
2010-05-16 Robert HaasInsert line breaks in two places in SQL functions docum...
2010-05-16 Robert HaasFix longstanding typo in V1 calling conventions documen...
2010-04-28 Tom LaneModify ShmemInitStruct and ShmemInitHash to throw error...
2010-04-03 Peter EisentrautRemove unnecessary xref endterm attributes and title ids
2010-01-04 Tom LaneImprove PGXS makefile system to allow the module's...
2009-12-10 Peter EisentrautAdd init[db] option to pg_ctl
2009-11-30 Peter EisentrautIn SRF example, move oldcontext variable definition...
2009-11-23 Peter EisentrautAdd PG_MODULE_MAGIC and some missing include files...
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-09-03 Tom LaneMake LOAD of an already-loaded library into a no-op...
2009-05-27 Tom LaneImprove documentation about function volatility: mentio...
2009-04-27 Bruce MomjianProofreading adjustments for first two parts of documen...
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-07 Alvaro HerreraDesultorily enclose programlisting tags in CDATA, to...
2008-12-04 Peter EisentrautDefault values for function arguments
2008-10-31 Tom LaneAllow SQL-language functions to return the output of...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2007-11-10 Tom LaneAdd an example of a SQL function with output parameters...
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-06-06 Tom LaneFix up text concatenation so that it accepts all the...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-02-01 Bruce MomjianConsistenly use colons before '<programlisting>' blocks...
2007-01-31 Bruce MomjianUpdate documentation on may/can/might:
2007-01-30 Bruce MomjianUpdate documentation for backslashes to mention escape...
2006-12-15 Bruce MomjianRemove unneeded tab in file.
2006-11-23 Neil ConwayMore minor SGML improvements for xfunc.sgml, including...
2006-11-23 Neil ConwayFix a typo in recent xfunc addition, do some routine...
2006-11-23 Bruce MomjianShared Memory Hooks Documentation
2006-09-16 Bruce MomjianRemove emacs info from footer of SGML files.
2006-08-08 Tom LaneAdd a feature for automatic initialization and finaliza...
2006-05-31 Tom LaneMake PG_MODULE_MAGIC required in shared libraries that...
2006-05-30 Tom LaneCode review for magic-block patch. Remove separate...
2006-05-30 Bruce MomjianAdd pgmagic header block to store compile-time constants:
2006-04-23 Bruce MomjianRemoves or minimizes some documentation mentions of...
2006-03-10 Bruce MomjianMake $PostgreSQL CVS tags consistent for SGML files.
2006-01-19 Bruce MomjianClarify STABLE function documentation to highlight...
2005-11-29 Alvaro HerreraDocument PGXS' REGRESS feature.
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-10-15 Neil ConwayFix assorted typos in the documentation, and use Americ...
2005-10-15 Neil ConwayMerge some user-submitted suggestions for improvement...
2005-10-14 Andrew Dunstanfix nonsensical summary row on example
2005-09-14 Neil ConwayVarious documentation improvements. Add a lot of index...
2005-05-30 Tom LaneDocument get_call_result_type() and friends; mark TypeG...
next