]> granicus.if.org Git - postgresql/history - doc/src/sgml/plpgsql.sgml
Fix some SGML-compiler warnings on -wxml mode.
[postgresql] / doc / src / sgml / plpgsql.sgml
2009-02-04 Alvaro HerreraFix some SGML-compiler warnings on -wxml mode.
2008-11-16 Tom LaneModify UPDATE/DELETE WHERE CURRENT OF to use the FOR...
2008-10-28 Tom LaneExtend ExecMakeFunctionResult() to support set-returnin...
2008-09-24 Bruce MomjianAdd documentation about when trigger values NEW/OLD...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-06-27 Tom LaneClarify plpgsql documentation by not treating IF THEN...
2008-05-15 Tom LaneSupport SQL/PSM-compatible CASE statement in plpgsql.
2008-05-13 Tom LaneImprove plpgsql's RAISE command. It is now possible...
2008-05-03 Tom LaneSupport RETURN QUERY EXECUTE in plpgsql.
2008-04-06 Tom LaneMake plpgsql support FOR over a query specified by...
2008-04-01 Tom LaneSupport EXECUTE USING in plpgsql.
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-23 Tom LaneCreate a function quote_nullable(), which works the...
2008-01-23 Tom LaneReference pgAdmin as a typical client-side tool, rather...
2007-12-03 Tom LaneEntity-ify a passel of & < > characters. Per gripe...
2007-11-28 Bruce MomjianRETURN NEXT doc improvement, per Alvaro.
2007-11-28 Bruce MomjianUpdate RETURN NEXT documentation for plpgsql.
2007-11-28 Bruce MomjianPlpgsql doc cleanup.
2007-11-28 Peter Eisentrautspell checker run
2007-10-26 Bruce MomjianAdd plpgsql doc example of RETURN NEXT.
2007-07-25 Neil ConwayImplement RETURN QUERY for PL/PgSQL. This provides...
2007-07-16 Tom LaneAllow plpgsql function parameter names to be qualified...
2007-07-15 Tom LaneNote incompatibility with Oracle's version of FOR ...
2007-07-14 Tom LaneEditorial overhaul of plpgsql documentation. Provide...
2007-06-11 Tom LaneImprove UPDATE/DELETE WHERE CURRENT OF so that they...
2007-06-11 Tom LaneMinor wording improvement.
2007-06-06 Tom LaneFix up text concatenation so that it accepts all the...
2007-04-29 Neil ConwaySupport for MOVE in PL/PgSQL. Initial patch from Magnus...
2007-04-28 Neil ConwayAdd support for IN as alternative to FROM in PL/PgSQL...
2007-04-16 Tom LaneSupport scrollable cursors (ie, 'direction' clause...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-02-01 Bruce MomjianConsistenly use colons before '<programlisting>' blocks...
2007-01-31 Bruce MomjianUpdate documentation on may/can/might:
2007-01-30 Bruce MomjianUpdate documentation for backslashes to mention escape...
2006-12-26 Tom LaneRemove incorrect semicolon in example. Joachim Wieland
2006-10-23 Peter EisentrautSpellchecking and such
2006-09-16 Bruce MomjianRemove emacs info from footer of SGML files.
2006-08-14 Tom LaneSupport INSERT/UPDATE/DELETE RETURNING in plpgsql,...
2006-08-12 Tom LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-06-16 Tom LaneCode review for SELECT INTO STRICT patch: use saner...
2006-06-15 Bruce MomjianAdd STRICT to PL/pgSQL SELECT INTO, so exceptions are...
2006-06-12 Bruce MomjianAdd BY clause to PL/PgSQL FOR loop, to control the...
2006-05-30 Bruce MomjianRevert patch, needs more work:
2006-05-30 Bruce MomjianAdd dynamic record inspection to PL/PgSQL, useful for...
2006-05-30 Bruce MomjianBack out patch, wrong previous commit message.
2006-05-30 Bruce MomjianAdd regexp_replace() to string functions section.
2006-05-30 Bruce MomjianUpdate PL documentation:
2006-05-28 Andrew DunstanTG_table_name and TG_table_schema for plpgsql, plus...
2006-03-10 Bruce MomjianMake $PostgreSQL CVS tags consistent for SGML files.
2006-02-18 Neil ConwayMinor SGML style police work.
2006-02-12 Tom LaneApply code-reviewed version of for-scalar-list patch...
2006-02-12 Bruce MomjianAllow PL/pgSQL FOR statement to return values to scalar...
2006-02-05 Bruce MomjianUpdate PL/pgSQL trigger example to be clearer about...
2005-12-29 Bruce MomjianRemove a space that incorrectly precedes a comma in...
2005-12-08 Bruce MomjianAdd documentation about the inability of plpsql to...
2005-12-01 Neil ConwayFix typo in PL/PgSQL documentation, per Chris KL.
2005-11-04 Peter EisentrautSpellchecking run, final cleanups
2005-10-21 Neil ConwayMinor PL/PgSQL doc tweak: use current_timestamp rather...
2005-10-15 Neil ConwayMerge some user-submitted suggestions for improvement...
2005-10-06 Neil ConwayMinor tweaks for PL/PgSQL documentation.
2005-09-14 Neil ConwayVarious documentation improvements. Add a lot of index...
2005-07-02 Neil ConwayIn PL/PgSQL, allow a block's label to be optionally...
2005-06-22 Neil ConwayAdd a CONTINUE statement to PL/PgSQL, which can be...
2005-06-19 Neil ConwayMinor documentation update for RAISE expression patch.
2005-06-14 Neil ConwayAllow the parameters to PL/PgSQL's RAISE statement...
2005-06-10 Neil ConwayImplement two new special variables in PL/PgSQL: SQLSTA...
2005-06-07 Neil ConwayAdd support for an optional INTO clause to PL/PgSQL...
2005-05-26 Bruce MomjianBack out SQLSTATE and SQLERRM support.
2005-05-26 Bruce MomjianAdd PL/pgSQL SQLSTATE and SQLERRM support which sets...
2005-04-19 Bruce Momjian>>>>Luckily, PG 8 is available for this. Do you have...
2005-04-19 Bruce Momjian> >Luckily, PG 8 is available for this. Do you have...
2005-04-07 Tom LaneAllow plpgsql functions to omit RETURN command when...
2005-04-05 Tom LaneAdjust grammar for plpgsql's OPEN command so that a...
2005-04-05 Tom Laneplpgsql does OUT parameters, as per my proposal a few...
2005-03-13 Neil ConwayMake default_with_oids default to false -- user-created...
2005-02-14 Neil ConwayMinor consistency improvement.
2005-02-10 Neil ConwayAdd some index entries for RAISE and exception handling...
2005-02-10 Neil ConwayUse now() rather than 'now' in an example in the PL...
2005-01-22 Bruce MomjianMore < and > cleanups converted to ampersands.
2005-01-15 Tom LaneSimplify trigger example, per Mark Kirkwood.
2005-01-14 Tom LaneIncorporate examples and doc patches from Mark Kirkwood...
2005-01-08 Tom LaneSome more small improvements in response to 7.4 interac...
2004-12-30 Tom LaneMore minor updates and copy-editing.
2004-12-19 Tom LaneFix broken markup.
2004-12-17 Neil ConwayAllow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL...
2004-12-13 Peter EisentrautSpell checker run
2004-12-03 Bruce Momjian>>This patch adds another plpgsql trigger example to...
2004-11-15 Neil ConwayReplace "--" and "---" with "&mdash;" as appropriate...
2004-10-04 Neil ConwayDocument that the semicolon following the final "END...
2004-09-24 Tom LaneFix slightly misleading description of PERFORM syntax.
2004-08-16 Tom LaneAdd trivial NULL statement to plpgsql, for Oracle compa...
2004-08-08 Tom LaneAdd note pointing out the difference in semantics betwe...
2004-08-08 Tom LaneUpdate plpgsql documentation for 8.0 (mostly, make...
2004-07-31 Tom LaneSupport "OR condition ..." in plpgsql EXCEPTION clauses...
2004-07-31 Tom Laneplpgsql does exceptions.
2004-07-11 Bruce MomjianThis patch fixes a small error in the Porting PL/SQL...
2004-07-11 Bruce MomjianRemove postgresql.conf of 'info' as a valid client_min_...
2004-07-04 Tom LaneOkay, I've had it with answering newbie questions about...
2004-05-16 Neil ConwayAdd documentation for the new "dollar quoting" feature...
next