summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_language.sgml
AgeCommit message (Expand)Author
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-06-11Remove deprecated syntax from CREATE/DROP LANGUAGEPeter Eisentraut
2020-06-07doc: Fix man page whitespace issuesPeter Eisentraut
2020-03-05Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane
2020-01-29Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane
2018-08-22doc: Update uses of the word "procedure"Peter 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-03-23Remove createlang and droplangPeter Eisentraut
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2011-11-17Remove ancient downcasing code from procedural language operations.Robert Haas
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut
2011-03-05Update documentation to reflect that standard PLs are now extensions.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-05-30Clarify the meaning of "trusted language" in the documentation.Bruce Momjian
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2010-02-23Add an OR REPLACE option to CREATE LANGUAGE.Tom Lane
2009-12-19Adjust some more places in the documentation to match the fact thatTom Lane
2009-10-08Update plhandler.sgml to describe validators and inline handlers forTom Lane
2009-09-22Implement the DO statement to support execution of PL code without havingTom Lane
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2007-03-26Allow non-superuser database owners to create procedural languages.Tom Lane
2007-01-31Update reference documentation on may/can/might:Bruce Momjian
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2005-09-08Create the pg_pltemplate system catalog to hold template informationTom Lane
2005-09-05Implement a preliminary 'template' facility for procedural languages,Tom Lane
2005-01-04More minor updates and copy-editing.Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-22Make the SQL command synopses appear less random.Peter Eisentraut
2003-09-12Mop-up for error-message updates in documentation.Tom Lane
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
2003-04-22More editing of reference pages.Peter Eisentraut
2003-03-25Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut
2003-01-19This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian
2002-11-21Fixups for man pagesPeter Eisentraut
2002-09-21Provide an upgrade strategy for dump files containing functions declaredTom Lane
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-07-24Remove unused system table columns:Peter Eisentraut
2002-06-20This patch updates the CREATE LANGUAGE & pg_language docs for the 7.3Bruce Momjian
2002-05-22Add optional "validator" function to languages that can validate thePeter Eisentraut
2002-05-18Revise command completion tags as per hackers message on 20 March.Peter Eisentraut
2002-04-21Augment the date/time examples in the User's Guide to reflect the newerThomas G. Lockhart
2002-02-18Privileges on functions and procedural languagesPeter Eisentraut
2001-12-08Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart
2001-11-18Initial round of tweakage for man pagesPeter Eisentraut
2001-10-26More cleanup of CREATE FUNCTION examples.Tom Lane
2001-09-06Move the "how to write a PL call handler" parts from the CREATE LANGUAGEPeter Eisentraut