aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/alter_function.sgml
Commit message (Expand)AuthorAge
* More documentation update for GRANT ... WITH SET OPTION.Robert Haas2023-01-16
* doc: clarify how dropping of extensions affects dependent objs.Bruce Momjian2022-07-14
* Doc: fix confusion about LEAKPROOF in syntax summaries.Tom Lane2021-06-23
* Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut2020-09-17
* Add ALTER .. NO DEPENDS ONAlvaro Herrera2020-04-20
* Create the infrastructure for planner support functions.Tom Lane2019-02-09
* 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
* Use lower-case SGML attribute valuesPeter Eisentraut2017-10-10
* Allow referring to functions without arguments when uniquePeter Eisentraut2017-03-14
* Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT.Tom Lane2016-08-09
* Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera2016-04-05
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-16
* Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera2015-03-09
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-23
* Make CREATE/ALTER FUNCTION support NOT LEAKPROOF.Robert Haas2012-02-15
* Allow LEAKPROOF functions for better performance of security views.Robert Haas2012-02-13
* 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
* Easier to translate psql helpPeter Eisentraut2009-09-18
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-16
* Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane2007-09-03
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-03
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-22
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Minor SGML style police work.Neil Conway2006-02-18
* Make an editorial pass over the reference pages.Tom Lane2005-11-01
* Update documentation to reflect the new ALTER OWNER rules for allTom Lane2005-10-13
* Documentation for ALTER object SET SCHEMA commands. Also some minorTom Lane2005-08-01
* Document that utility commands such as DROP FUNCTION allow argument namesTom Lane2005-05-26
* Allow ALTER FUNCTION to change a function's strictness, volatility, andNeil Conway2005-03-14
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-25
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Remove a bunch of content-free Diagnostics sections, as per previousTom Lane2003-09-09
* Add/edit index entries.Peter Eisentraut2003-08-31
* First batch of object rename commands.Peter Eisentraut2003-06-27