| Commit message (Expand) | Author | Age | Files | Lines |
| * | Would it be wise to have the plsql.sgml file renamed to plpgsql.sgml? | Bruce Momjian | 2002-07-30 | 1 | -3001/+0 |
| * | plpgsql's PERFORM statement now sets FOUND depending on whether any | Tom Lane | 2002-06-24 | 1 | -7/+5 |
| * | On Wed, 2002-05-29 at 01:41, Tom Lane wrote: | Bruce Momjian | 2002-06-15 | 1 | -1/+24 |
| * | Remove the last traces of datatypes datetime and timespan. | Tom Lane | 2002-05-03 | 1 | -2/+2 |
| * | More cleanups of cursor text. | Bruce Momjian | 2002-04-09 | 1 | -5/+5 |
| * | Fix markup problem with recent change. | Bruce Momjian | 2002-04-09 | 1 | -3/+3 |
| * | Update refcursor documentation with examples of how to return pl/pgsql | Bruce Momjian | 2002-04-09 | 1 | -25/+88 |
| * | Spell checking and markup additions | Peter Eisentraut | 2002-03-22 | 1 | -23/+23 |
| * | Editorial review | Peter Eisentraut | 2002-01-07 | 1 | -2/+2 |
| * | Fix incorrect description of rowtype variable declarations. Eventually | Tom Lane | 2002-01-02 | 1 | -9/+23 |
| * | Reiterate that parsing of plpgsql functions is per-process. | Tom Lane | 2001-11-28 | 1 | -2/+3 |
| * | Deprecate 'current' for date/time input. | Thomas G. Lockhart | 2001-11-21 | 1 | -41/+41 |
| * | Fix silly error in plpgsql example. | Tom Lane | 2001-11-16 | 1 | -3/+3 |
| * | Add documentation for new plpgsql cursor operations. Also, another | Tom Lane | 2001-11-15 | 1 | -140/+355 |
| * | Significant editorial overhaul of plpgsql documentation. | Tom Lane | 2001-11-15 | 1 | -435/+500 |
| * | Fix indexterms | Peter Eisentraut | 2001-11-08 | 1 | -3/+3 |
| * | More keyword uppercasing. | Bruce Momjian | 2001-10-13 | 1 | -4/+4 |
| * | Uppercase keywords where appropriate. | Bruce Momjian | 2001-10-12 | 1 | -124/+119 |
| * | Fix reverse FOR loop to work properly, uppercase cleanup in file. | Bruce Momjian | 2001-10-12 | 1 | -56/+61 |
| * | Correct some errors in plpgsql examples, as reported by Junichi Kobayasi. | Tom Lane | 2001-10-09 | 1 | -7/+7 |
| * | Change plpgsql to depend on main parser's type-declaration grammar, | Tom Lane | 2001-10-09 | 1 | -7/+6 |
| * | Generate index.html as the root file name of the documentation set, | Peter Eisentraut | 2001-09-18 | 1 | -2/+4 |
| * | Replace ASCII-quotes with proper markup. | Peter Eisentraut | 2001-09-13 | 1 | -4/+4 |
| * | Markup and spell-check run over Programmer's Guide (rather incomplete still). | Peter Eisentraut | 2001-09-10 | 1 | -87/+87 |
| * | Fix typo. | Tatsuo Ishii | 2001-09-10 | 1 | -2/+2 |
| * | Example program lacks RETURN | Tatsuo Ishii | 2001-09-10 | 1 | -1/+3 |
| * | Cause plpgsql's PERFORM to behave according to its documentation, | Tom Lane | 2001-05-28 | 1 | -5/+2 |
| * | markup fix | Peter Eisentraut | 2001-05-28 | 1 | -2/+1 |
| * | ELSEIF PL/PgSQL doc patch. | Bruce Momjian | 2001-05-22 | 1 | -7/+41 |
| * | Change "indices" to "indexes", per OED. | Peter Eisentraut | 2001-05-17 | 1 | -2/+2 |
| * | Add index. Only some parts of the manual set have index entries so far... | Peter Eisentraut | 2001-05-12 | 1 | -1/+13 |
| * | Improve discussion of %TYPE and %ROWTYPE. | Tom Lane | 2001-05-11 | 1 | -16/+18 |
| * | Further cleanup of RAISE discussion; in particular, remove example | Tom Lane | 2001-05-08 | 1 | -9/+18 |
| * | Fix raise mention that %% output as %. | Bruce Momjian | 2001-05-08 | 1 | -3/+3 |
| * | Update RAISE manual concerning % format symbols. | Bruce Momjian | 2001-05-08 | 1 | -7/+8 |
| * | Update RAISE mention in manual to take string/variable not format/identifier. | Bruce Momjian | 2001-05-08 | 1 | -2/+2 |
| * | Doc update from Roberto Mello: improved versions of instr() examples. | Tom Lane | 2001-03-23 | 1 | -92/+86 |
| * | Repair. | Peter Eisentraut | 2001-03-17 | 1 | -310/+368 |
| * | New updates from Roberto Mello sent privately today due to email troubles. | Thomas G. Lockhart | 2001-03-17 | 1 | -601/+1203 |
| * | Integrate "Porting from Oracle PL/SQL" HOWTO from Roberto Mello. | Peter Eisentraut | 2001-03-09 | 1 | -5/+905 |
| * | Fix markup. (A <keyword> isn't what it is in SQL.) Add jungle of more | Peter Eisentraut | 2001-02-21 | 1 | -146/+147 |
| * | Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatible | Tom Lane | 2001-02-19 | 1 | -5/+25 |
| * | Fix documentation of EXECUTE, add documentation of FOR ... EXECUTE. | Tom Lane | 2001-02-10 | 1 | -24/+53 |
| * | Replace some oldish, non-SQL'ish elements with more standard forms. (cast | Peter Eisentraut | 2001-01-20 | 1 | -15/+15 |
| * | Replace contraction with long form. Cosmetic only. | Thomas G. Lockhart | 2001-01-18 | 1 | -2/+2 |
| * | Functions -> Function's | Bruce Momjian | 2001-01-17 | 1 | -4/+4 |
| * | There are misprints in postgres doc., in : | Bruce Momjian | 2001-01-17 | 1 | -3/+3 |
| * | Terminology cleanup: class -> table, instance -> row, attribute -> column, | Peter Eisentraut | 2001-01-13 | 1 | -8/+8 |
| * | A patch for doc/src/sgml/plsql.sgml to add a little more info about PL/pgSQL | Bruce Momjian | 2001-01-09 | 1 | -5/+15 |
| * | EXECUTE documentation, from "Robert B. Easter" <reaster@comptechnews.com>. | Peter Eisentraut | 2001-01-06 | 1 | -36/+80 |