aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/plpgsql.sgml
Commit message (Expand)AuthorAge
* Allow => syntax for named cursor arguments in plpgsql.Tom Lane2025-03-03
* docs: fix incorrect plpgsql error messageBruce Momjian2024-08-16
* Doc: improve description of plpgsql's FETCH and MOVE commands.Tom Lane2024-07-22
* Doc: improve description of plpgsql's RAISE command.Tom Lane2024-07-18
* Doc: minor improvements for plpgsql "Transaction Management" section.Tom Lane2024-07-15
* Add RETURNING support to MERGE.Dean Rasheed2024-03-17
* In plpgsql, allow %TYPE and %ROWTYPE to be followed by array decoration.Tom Lane2024-01-04
* doc: Replace reference to ERRCODE_RAISE_EXCEPTION by "raise_exception"Michael Paquier2023-11-02
* Doc: use CURRENT_USER not USER in plpgsql trigger examples.Tom Lane2023-10-09
* Add a way to get the current function's OID in pl/pgsql.Tom Lane2023-04-04
* Doc: Miscellaneous doc updates for MERGE.Dean Rasheed2023-02-26
* Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane2023-01-09
* In plpgsql, don't preassign portal names to bound cursor variables.Tom Lane2023-01-01
* doc: fix type alignment for CREATE TABLE in triggersDaniel Gustafsson2022-12-02
* doc: Use more concise wording for pl/pgSQL TG_ variablesDaniel Gustafsson2022-11-15
* doc: Fix PL/pgSQL casing to be consistentDaniel Gustafsson2022-09-08
* doc: improve wording of plpgsql RAISE format textBruce Momjian2022-06-22
* Remove trailing whitespace from *.sgml files.Tom Lane2022-04-20
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Test and document the behavior of initialization cross-refs in plpgsql.Tom Lane2021-10-29
* Use the correct article for abbreviationsDavid Rowley2021-06-11
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-10
* Avoid misbehavior when persisting a non-stable cursor.Tom Lane2021-06-08
* Doc: improve discussion of variable substitution in PL/pgSQL.Tom Lane2021-03-17
* Doc: fix missing mention of procedure OUT parameters.Tom Lane2021-03-10
* Re-allow DISTINCT in pl/pgsql expressions.Tom Lane2021-01-22
* Re-implement pl/pgsql's expression and assignment parsing.Tom Lane2021-01-04
* dummy commitBruce Momjian2020-12-23
* doc: simplify wording of function error affectsBruce Momjian2020-10-26
* Misc documentation fixes.Heikki Linnakangas2020-10-19
* Support for OUT parameters in proceduresPeter Eisentraut2020-10-05
* Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut2020-10-03
* doc: Fix up title casePeter Eisentraut2020-08-25
* doc: Fix incorrect reference to textout in plpgsql examplesMichael Paquier2020-07-05
* doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5Bruce Momjian2020-06-11
* doc: add missing xreflabels to the main docs (not refs)Bruce Momjian2020-05-15
* Doc: further fooling-about with rendering of tables in PDF output.Tom Lane2020-05-06
* Introduce "anycompatible" family of polymorphic types.Tom Lane2020-03-19
* doc: Use proper em and en dashesPeter Eisentraut2019-10-25
* Doc: Update PL/pgSQL sample function in plpgsql.sgml.Amit Kapila2019-09-12
* doc: Clean up title case usePeter Eisentraut2019-09-08
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix grammar in error messagePeter Eisentraut2019-05-09
* Transaction chainingPeter Eisentraut2019-03-24
* Update docs & tests to reflect that unassigned OLD/NEW are now NULL.Tom Lane2019-01-09
* Doc: make cross-reference to format() function more specific.Tom Lane2018-12-07
* doc: fix wording for plpgsql, add "and"Bruce Momjian2018-11-26
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Fix bugs in plpgsql's handling of CALL argument lists.Tom Lane2018-11-04
* doc: Clarify some wording in PL/pgSQL about transactionsPeter Eisentraut2018-08-22