Commit Graph

228 Commits (fdf87ed451ef1ccb710f4e65dddbc6da17e92ba7)

Author SHA1 Message Date
Peter Eisentraut 1c53f612bc Escape < and & in SGML 8 years ago
Tom Lane 533463307b Doc: explain dollar quoting in the intro part of the pl/pgsql chapter. 9 years ago
Robert Haas 8e709a612f doc: Remove unnecessary RETURN statements from example. 9 years ago
Peter Eisentraut afd79873a0 Capitalize names of PLs consistently 9 years ago
Peter Eisentraut 47b55d4174 doc: Put callouts in SQL comments 9 years ago
Tom Lane ade64d05a0 Doc: improve discussion of plpgsql's GET DIAGNOSTICS, other minor fixes. 10 years ago
Tom Lane 769159fd39 Docs: minor improvements for documentation about plpgsql triggers. 10 years ago
Tom Lane 23f11dc21b In examples of Oracle PL/SQL code, use varchar2 not varchar. 10 years ago
Peter Eisentraut 122b99478a doc: Small wording change for clarity 10 years ago
Peter Eisentraut 741ccd5015 Use gender-neutral language in documentation 10 years ago
Peter Eisentraut 103ef20211 doc: Spell checking 10 years ago
Andres Freund 168d5805e4 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 11 years ago
Tom Lane a4847fc3ef Add an ASSERT statement in plpgsql. 11 years ago
Bruce Momjian 0e1f6d8132 PL/pgSQL docs: recommend format() for query construction 11 years ago
Tom Lane 1345cc67bb Use standard casting mechanism to convert types in plpgsql, when possible. 11 years ago
Tom Lane 0923b01e3e Update 9.4 release notes. 11 years ago
Fujii Masao f19f0ee716 Fix broken example in PL/pgSQL document. 11 years ago
Heikki Linnakangas c1008f0037 Check number of parameters in RAISE statement at compile time. 12 years ago
Peter Eisentraut 232f1475dc doc: Clean up some recently added PL/pgSQL documentation 12 years ago
Peter Eisentraut aa68872561 doc: Spell checking 12 years ago
Peter Eisentraut 8522f21400 Fix whitespace 12 years ago
Simon Riggs 7d8f1de1bc Extra warnings and errors for PL/pgSQL 12 years ago
Bruce Momjian 6f14a6f703 docs: remove unnecessary references to old PG versions 12 years ago
Stephen Frost 00ba97365d Use E, not e, for escaping in example docs 12 years ago
Bruce Momjian d8a0b96c50 doc: rename "Equals" to "Equal" 12 years ago
Bruce Momjian 93c4bbc999 doc: fix := description typo. 12 years ago
Bruce Momjian 7e1955b861 docs: update PL/pgSQL docs about the use of := and = 12 years ago
Bruce Momjian d84c584ece Revert fd2ace8028 12 years ago
Bruce Momjian fd2ace8028 docs: remove undocumented assign syntax in plpgsql examples 12 years ago
Robert Haas 689746c045 plpgsql: Add new option print_strict_params. 12 years ago
Stephen Frost 8312832567 Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL 13 years ago
Noah Misch 7cd9b1371d Expose object name error fields in PL/pgSQL. 13 years ago
Peter Eisentraut 256f6ba78a Documentation spell checking and markup improvements 13 years ago
Peter Eisentraut 4d67961110 PL/pgSQL doc: Add example for RETURN QUERY 13 years ago
Peter Eisentraut e7d5ffe8ea doc: Improve example formatting 13 years ago
Peter Eisentraut 53ecfddceb doc: Fix syntax in example 13 years ago
Tom Lane 0d5fbdc157 Change plan caching to honor, not resist, changes in search_path. 13 years ago
Peter Eisentraut 8d2e9a9dbd doc: Put PL/pgSQL RAISE USING keywords into a list 13 years ago
Tom Lane 31a891857a Improve pl/pgsql to support composite-type expressions in RETURN. 13 years ago
Bruce Momjian 0729271adf Properly document that NEW is unassigned in plpgsql for DELETE (not 14 years ago
Robert Haas 3a0e4d36eb Make new event trigger facility actually do something. 14 years ago
Robert Haas 0fc32c00d7 Fix sample INSTR function to return 0 if third arg is 0. 14 years ago
Peter Eisentraut 131b4d6473 Make xrefs to tables instead of assuming they appear below 14 years ago
Tom Lane ed6e0545f5 Add caution about multiple unique indexes breaking plpgsql upsert example. 14 years ago
Heikki Linnakangas 4adead1d22 Add support for passing cursor parameters in named notation in PL/pgSQL. 14 years ago
Heikki Linnakangas 4429f6a9e3 Support range data types. 14 years ago
Tom Lane 0898d71f66 Marginal improvements to documentation of plpgsql's OPEN cursor statement. 14 years ago
Tom Lane 1a00c0ef53 Remove the custom_variable_classes parameter. 14 years ago
Tom Lane e6faf910d7 Redesign the plancache mechanism for more flexibility and efficiency. 15 years ago
Bruce Momjian 8eacb25cbe Revert documentation patch about NEW/OLD and triggers. 15 years ago