]> granicus.if.org Git - postgresql/history - doc/src/sgml/ref/create_function.sgml
Trim trailing whitespace
[postgresql] / doc / src / sgml / ref / create_function.sgml
2017-03-23 Peter EisentrautRemove createlang and droplang
2017-03-21 Bruce Momjiandoc: clarify that function "ownership" that controls...
2017-01-25 Tom LaneMake UNKNOWN into an actual pseudo-type.
2016-08-09 Tom LaneDoc: clarify description of CREATE/ALTER FUNCTION ...
2016-07-15 Tom LaneImprove documentation about search_path for SECURITY...
2016-05-12 Peter Eisentrautdoc: Small wording change for clarity
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-09-11 Peter Eisentrautdoc: Spell checking
2015-07-30 Joe ConwayImprove CREATE FUNCTION doc WRT to LEAKPROOF RLS intera...
2015-04-26 Peter EisentrautAdd transforms feature
2014-02-24 Peter Eisentrautdoc: Improve DocBook XML validity
2014-02-13 Bruce Momjiandocs: improve CREATE FUNCTION docs about language case...
2013-11-13 Tom LaneClarify CREATE FUNCTION documentation about handling...
2013-06-20 Peter EisentrautFurther update CREATE FUNCTION documentation about...
2013-05-11 Tom LaneUpdate CREATE FUNCTION documentation about argument...
2013-01-26 Bruce Momjiandoc: revert 80c20fcf3df17309b3c131962045825f42e45bc7 and
2013-01-25 Bruce Momjiandoc: split search_path index entries into separate...
2013-01-05 Peter Eisentrautdoc: Update CREATE FUNCTION compatibility information
2012-12-14 Peter Eisentrautdoc: Improve search_path mentions in index
2012-11-17 Peter Eisentrautdoc: Put pg_temp into documentation index
2012-02-15 Robert HaasMake CREATE/ALTER FUNCTION support NOT LEAKPROOF.
2012-02-14 Robert HaasAllow LEAKPROOF functions for better performance of...
2011-12-19 Peter EisentrautAdd support for privileges on types
2011-08-07 Peter EisentrautFix a whitespace issue with the man pages
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-04-03 Peter EisentrautRemove unnecessary xref endterm attributes and title ids
2010-03-03 Bruce MomjianFix SGML markup.
2010-03-03 Bruce MomjianRestructure CREATE FUNCTION "NOTES" section to be short...
2010-02-25 Bruce MomjianDocument that after triggers that need to see changed...
2010-02-14 Tom LaneOoops, let's get the non-null vs null bit right ...
2010-02-14 Tom LaneDocument the behavior of STRICT VARIADIC functions.
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-10-02 Tom LaneFix erroneous handling of shared dependencies (ie depen...
2009-09-19 Peter EisentrautMake the placeholder naming in the synopses of the...
2009-09-03 Tom LaneMake LOAD of an already-loaded library into a no-op...
2008-12-31 Tom LaneAdd a WINDOW attribute to CREATE FUNCTION, and teach...
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-04 Peter EisentrautDefault values for function arguments
2008-11-14 Peter EisentrautSet SQL man pages to be section 7 by default, and only...
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-09-11 Tom LaneArrange for SET LOCAL's effects to persist until the...
2007-09-03 Tom LaneSupport SET FROM CURRENT in CREATE/ALTER FUNCTION,...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-04-23 Neil ConwayFix newly-introduced documentation typo.
2007-04-20 Tom LaneSupport explicit placement of the temporary-table schem...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-31 Bruce MomjianUpdate reference documentation on may/can/might:
2007-01-22 Tom LaneAdd COST and ROWS options to CREATE/ALTER FUNCTION...
2006-11-10 Tom LaneEmphasize that immutable and stable functions are not...
2006-11-03 Tom LaneMention 'void' as the proper return type when there...
2006-09-16 Bruce MomjianRemove emacs info from footer of SGML files.
2005-11-01 Tom LaneMake an editorial pass over the reference pages.
2005-07-14 Neil ConwayThis doc patch replaces all inappropriate references...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-01-04 Tom LaneMore minor updates and copy-editing.
2004-11-27 Peter EisentrautUpdate of conformance information to SQL:2003
2004-10-01 Neil ConwayRemove more traces of libpgtcl from the source tree...
2004-09-20 Tom LaneSome editorializing on the docs for the dollar-quoting...
2004-09-16 Neil ConwayMinor doc tweak: mention that function names can be...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-07-11 Bruce MomjianExample for create function using argument names
2004-06-25 Dennis BjorklundAdd argument name to syntax.
2004-05-16 Neil ConwayAdd documentation for the new "dollar quoting" feature...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Peter EisentrautDocumentation cleanup
2003-10-26 Bruce MomjianAdd mention of quotes on function body to NOTES section.
2003-09-11 Bruce MomjianThis patch fixes a few missed GUC variables that were...
2003-09-10 Bruce MomjianThis patch fixes a trivial typo in the CREATE FUNCTION...
2003-09-09 Tom LaneRemove a bunch of content-free Diagnostics sections...
2003-08-31 Peter EisentrautAdd/edit index entries.
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-04-22 Peter EisentrautMore editing of reference pages.
2003-03-25 Peter EisentrautMerge documentation into one book. (Build with "make...
2003-03-20 Bruce MomjianMinor doc patch: create function
2003-01-19 Bruce MomjianThis patch includes a lot of minor cleanups to the...
2002-09-21 Peter EisentrautAdd more appropriate markup.
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-05-18 Peter EisentrautAllow functions to be executed with the privileges...
2002-05-17 Peter EisentrautExtend syntax of CREATE FUNCTION to resemble SQL99.
2002-04-23 Tom LaneUpdate SQL-command reference pages for schema features.
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-05 Tom LaneDivide functions into three volatility classes (immutab...
2002-03-22 Peter EisentrautSpell checking and markup additions
2002-03-01 Bruce MomjianRevert quotes, 7.2 doesn't need them for CREATE FUNCTION.
2002-03-01 Bruce MomjianOops, we didn't have single quotes around 'langname...
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2001-12-08 Thomas G. LockhartUse PostgreSQL consistantly throughout docs. Before...
2001-11-18 Peter EisentrautInitial round of tweakage for man pages
2001-10-26 Tom LaneMore cleanup of CREATE FUNCTION examples.
2001-10-02 Tom LaneAdd CREATE OR REPLACE FUNCTION syntax to allow replacin...
2001-09-03 Peter EisentrautPut some kind of grammatical uniformity in the <refpurp...
2001-08-13 Peter EisentrautMake LANCOMPILER clause in CREATE LANGUAGE optional...
2001-06-04 Bruce MomjianThis patch adds support for %TYPE in CREATE FUNCTION...
2001-05-19 Peter EisentrautAllow special '$libdir' macro to show up in object...
2001-04-28 Bruce MomjianIn create_function there is a remark concerning SQL...
2000-12-25 Peter EisentrautRefine some things to create better looking man pages.
next