summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/alter_function.sgml
AgeCommit message (Expand)Author
2016-08-09Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT.Tom Lane
2016-04-05Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera
2015-09-16Determine whether it's safe to attempt a parallel plan for a query.Robert Haas
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2014-02-24doc: Improve DocBook XML validityPeter 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-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
2009-09-18Easier to translate psql helpPeter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-07-16Support "variadic" functions, which can accept a variable number of argumentsTom Lane
2007-09-03Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane
2007-09-03Implement function-local GUC parameter settings, as per recent discussion.Tom Lane
2007-01-22Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2006-02-18Minor SGML style police work.Neil Conway
2005-11-01Make an editorial pass over the reference pages.Tom Lane
2005-10-13Update documentation to reflect the new ALTER OWNER rules for allTom Lane
2005-08-01Documentation for ALTER object SET SCHEMA commands. Also some minorTom Lane
2005-05-26Document that utility commands such as DROP FUNCTION allow argument namesTom Lane
2005-03-14Allow ALTER FUNCTION to change a function's strictness, volatility, andNeil Conway
2004-06-25Support renaming of tablespaces, and changing the owners ofTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-09Remove a bunch of content-free Diagnostics sections, as per previousTom Lane
2003-08-31Add/edit index entries.Peter Eisentraut
2003-06-27First batch of object rename commands.Peter Eisentraut