summaryrefslogtreecommitdiff
path: root/doc/src/sgml/pltcl.sgml
AgeCommit message (Expand)Author
2024-07-05Improve PL/Tcl's method for choosing Tcl names of procedures.Tom Lane
2023-05-02Doc: clarify behavior of row-limit arguments in the PLs' SPI wrappers.Tom Lane
2022-05-19doc: Properly punctuate "etc."Peter Eisentraut
2022-02-03doc: clarify syntax notation, particularly parenthesesBruce Momjian
2021-06-11Use the correct article for abbreviationsDavid Rowley
2020-12-23dummy commitBruce Momjian
2020-07-18doc: Refresh more URLs in the docsMichael Paquier
2019-10-25doc: Use proper em and en dashesPeter Eisentraut
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-08-22Change PROCEDURE to FUNCTION in CREATE TRIGGER syntaxPeter Eisentraut
2018-08-22doc: Update uses of the word "procedure"Peter Eisentraut
2018-03-14Support INOUT arguments in proceduresPeter Eisentraut
2018-01-22Transaction control in PL proceduresPeter Eisentraut
2017-11-30SQL proceduresPeter Eisentraut
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-06-18Documentation spell checking and markup improvementsPeter Eisentraut
2017-03-23Remove createlang and droplangPeter Eisentraut
2017-03-11Add a "subtransaction" command to PL/Tcl.Tom Lane
2017-03-07Invent start_proc parameters for PL/Tcl.Tom Lane
2017-02-27Remove PL/Tcl's "module" facility.Tom Lane
2016-11-06Support PL/Tcl functions that return composite types and/or sets.Tom Lane
2016-11-06Rationalize and document pltcl's handling of magic ".tupno" array element.Tom Lane
2016-03-25Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE.Tom Lane
2016-03-25In PL/Tcl, make database errors return additional info in the errorCode.Tom Lane
2014-08-30doc: Various typo/grammar fixesKevin Grittner
2014-05-07doc: Fix DocBook XML validityPeter Eisentraut
2013-11-24PL/Tcl: Add event trigger supportPeter Eisentraut
2011-04-08Avoid extra whitespace in the arguments of <indexterm>.Tom Lane
2011-03-05Update documentation to reflect that standard PLs are now extensions.Tom Lane
2011-01-29Properly capitalize documentation headings; some only had initial-wordBruce Momjian
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-10-10Support triggers on views.Tom Lane
2010-09-30Use a separate interpreter for each calling SQL userid in plperl and pltcl.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-05-13Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unlessTom Lane
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2008-03-28Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane
2007-12-03Entity-ify a passel of & < > characters. Per gripe from Devrim.Tom Lane
2007-02-21Allow pltcl args to spi_prepare and plpython args to plpy.prepare to be stand...Andrew Dunstan
2007-02-01Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian
2007-01-31Update documentation on may/can/might:Bruce Momjian
2007-01-30Update documentation for backslashes to mention escape string syntaxBruce Momjian
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2006-05-30Update PL documentation:Bruce Momjian
2006-05-27TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs.Andrew Dunstan
2006-03-10Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian
2005-05-20Add some links to the CREATE FUNCTION reference page when describingNeil Conway
2005-04-09We don't put URL's in ulink's because the URL is always generated, butBruce Momjian
2005-03-31Adjust SGML ulink tags to the URL is always displayed in our printed docs.Bruce Momjian