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