aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_function.sgml
Commit message (Expand)AuthorAge
* Allow "internal" subtransactions in parallel mode.Tom Lane2024-03-28
* Assorted improvements to SECURITY DEFINER functions documentation.Robert Haas2023-01-16
* revert "warn of SECURITY DEFINER schemas for non-sql_body funcs"Bruce Momjian2022-09-28
* doc: warn of SECURITY DEFINER schemas for non-sql_body functionsBruce Momjian2022-08-31
* Doc: fix confusion about LEAKPROOF in syntax summaries.Tom Lane2021-06-23
* Use the correct article for abbreviationsDavid Rowley2021-06-11
* SQL-standard function bodyPeter Eisentraut2021-04-07
* Doc: improve introductory information about procedures.Tom Lane2021-03-10
* Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut2020-10-03
* doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian2020-08-31
* doc: make ref/*.sgml file header comment layout consistentBruce Momjian2020-05-15
* Create the infrastructure for planner support functions.Tom Lane2019-02-09
* Refactor documentation about privileges to centralize the info.Tom Lane2018-12-03
* Document security implications of qualified names.Noah Misch2018-07-28
* Remove the obsolete WITH clause of CREATE FUNCTION.Tom Lane2018-01-26
* SQL proceduresPeter Eisentraut2017-11-30
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Convert SGML IDs to lower casePeter Eisentraut2017-10-20
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Upgrade documentation connected with shared_preload_libraries et al.Tom Lane2017-06-20
* Remove createlang and droplangPeter Eisentraut2017-03-23
* doc: clarify that function "ownership" that controls permissionBruce Momjian2017-03-20
* Make UNKNOWN into an actual pseudo-type.Tom Lane2017-01-25
* Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT.Tom Lane2016-08-09
* Improve documentation about search_path for SECURITY DEFINER functions.Tom Lane2016-07-15
* doc: Small wording change for clarityPeter Eisentraut2016-05-12
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-16
* doc: Spell checkingPeter Eisentraut2015-09-10
* Improve CREATE FUNCTION doc WRT to LEAKPROOF RLS interaction.Joe Conway2015-07-30
* Add transforms featurePeter Eisentraut2015-04-26
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-23
* docs: improve CREATE FUNCTION docs about language case and quotingBruce Momjian2014-02-13
* Clarify CREATE FUNCTION documentation about handling of typmods.Tom Lane2013-11-13
* Further update CREATE FUNCTION documentation about argument namesPeter Eisentraut2013-06-19
* Update CREATE FUNCTION documentation about argument names.Tom Lane2013-05-11
* doc: revert 80c20fcf3df17309b3c131962045825f42e45bc7 andBruce Momjian2013-01-25
* doc: split search_path index entries into separate secondariesBruce Momjian2013-01-25
* doc: Update CREATE FUNCTION compatibility informationPeter Eisentraut2013-01-05
* doc: Improve search_path mentions in indexPeter Eisentraut2012-12-13
* doc: Put pg_temp into documentation indexPeter Eisentraut2012-11-17
* Make CREATE/ALTER FUNCTION support NOT LEAKPROOF.Robert Haas2012-02-15
* Allow LEAKPROOF functions for better performance of security views.Robert Haas2012-02-13
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Fix SGML markup.Bruce Momjian2010-03-03
* Restructure CREATE FUNCTION "NOTES" section to be shorter; move itemsBruce Momjian2010-03-03
* Document that after triggers that need to see changed rows should not beBruce Momjian2010-02-25