aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/plpgsql.sgml
Commit message (Expand)AuthorAge
* doc: Put PL/pgSQL RAISE USING keywords into a listPeter Eisentraut2012-12-17
* Improve pl/pgsql to support composite-type expressions in RETURN.Tom Lane2012-12-06
* Properly document that NEW is unassigned in plpgsql for DELETE (notBruce Momjian2012-08-15
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* Fix sample INSTR function to return 0 if third arg is 0.Robert Haas2012-07-04
* Make xrefs to tables instead of assuming they appear belowPeter Eisentraut2012-05-15
* Add caution about multiple unique indexes breaking plpgsql upsert example.Tom Lane2012-01-28
* Add support for passing cursor parameters in named notation in PL/pgSQL.Heikki Linnakangas2011-12-14
* Support range data types.Heikki Linnakangas2011-11-03
* Marginal improvements to documentation of plpgsql's OPEN cursor statement.Tom Lane2011-10-15
* Remove the custom_variable_classes parameter.Tom Lane2011-10-04
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Revert documentation patch about NEW/OLD and triggers.Bruce Momjian2011-09-07
* Properly document the existance of OLD/NEW trigger pl/pgsql triggerBruce Momjian2011-09-06
* Fix plpgsql "PERFORM" markup.Bruce Momjian2011-09-06
* Document PERFORM limitation when using WITH queries.Bruce Momjian2011-09-06
* Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info.Tom Lane2011-07-18
* Capitalization fixesPeter Eisentraut2011-06-19
* Spell checking and markup refinementPeter Eisentraut2011-05-19
* Support a COLLATE clause in plpgsql variable declarations.Tom Lane2011-04-17
* Avoid extra whitespace in the arguments of <indexterm>.Tom Lane2011-04-08
* Document collation handling in SQL and plpgsql functions.Tom Lane2011-03-25
* In plpsql docs, use RAISE rather than undefined log function.Bruce Momjian2011-03-11
* Remove doc mention about read committed in upsert example.Bruce Momjian2011-02-17
* Document that plpgsql upsert example can fail if insert triggers returnBruce Momjian2011-02-17
* Add FOREACH IN ARRAY looping to plpgsql.Tom Lane2011-02-16
* Properly capitalize hyphenated words in documentation titles.Bruce Momjian2011-02-01
* Properly capitalize documentation headings; some only had initial-wordBruce Momjian2011-01-29
* Add new SQL function, format(text).Robert Haas2010-11-20
* Support triggers on views.Tom Lane2010-10-10
* Fix inconsistent capitalization of "PL/pgSQL".Robert Haas2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix bad grammar.Tom Lane2010-09-16
* Spell and markup checkingPeter Eisentraut2010-08-17
* Modify the handling of RAISE without parameters so that the error it throwsTom Lane2010-08-09
* Fix indentation of verbatim block elementsPeter Eisentraut2010-07-29
* Fix typo in PL/pgsql code example.Robert Haas2010-07-27
* In documentation, use "lower case"/"upper case" consistently (use spaceBruce Momjian2010-06-29
* Reformat code examples in plpgsql docs for better readability in PDF outputAlvaro Herrera2010-04-27
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* Add "USING expressions" option to plpgsql's OPEN cursor FOR EXECUTE.Tom Lane2010-01-19
* Small wording improvement and clarification in PL/pgSQL trigger documentationPeter Eisentraut2009-12-28
* Adjust some more places in the documentation to match the fact thatTom Lane2009-12-19
* Add control knobs for plpgsql's variable resolution behavior, and make theTom Lane2009-11-13
* DIAGNOSTICS/FOUND wordingBruce Momjian2009-11-10
* PL/pgSQL FOUNDBruce Momjian2009-11-10
* Remove plpgsql's RENAME declaration, which has bizarre and mostly nonfunctionalTom Lane2009-11-05
* Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE BACKWARD ALLTom Lane2009-09-29
* Refine the use of terminology around bound and unbound cursors and cursorPeter Eisentraut2009-06-18