summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/plpgsql.sql
Commit message (Expand)AuthorAgeFilesLines
* Add some basic regression tests for refcursors in PL/PgSQL.Neil Conway2005-01-191-0/+56
* exec_eval_simple_expr() needs to do CommandCounterIncrement() not justTom Lane2004-12-211-0/+2
* plpgsql's exec_eval_simple_expr() now has to take responsibility forTom Lane2004-12-191-0/+41
* Rethink plpgsql's way of handling SPI execution during an exception block.Tom Lane2004-11-161-0/+18
* Change some of the existing plpgsql regression test cases so that theyTom Lane2004-09-201-23/+19
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-101-0/+51
* Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntaxTom Lane2004-07-311-1/+59
* plpgsql does exceptions.Tom Lane2004-07-311-0/+33
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-211-1/+5
* This patch makes a minor cleanup to the implementation of PERFORM inBruce Momjian2002-11-101-0/+45
* plpgsql functions can return RECORD, per Neil Conway.Tom Lane2002-09-011-0/+35
* PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane2002-08-301-1/+47
* Transpose info from src/pl/plpgsql/test/README into standard regression test ...Tom Lane2002-08-221-0/+20
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-22/+22
* This patch improves the behavior of FOUND in PL/PgSQL. In Oracle,Bruce Momjian2002-08-201-0/+44
* Quick-and-dirty fix for recursive plpgsql functions, per bug report fromTom Lane2001-09-211-0/+15
* Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane2000-10-221-8/+8
* Remove CVS $Header lines from a couple of regress test files that hadTom Lane2000-01-091-2/+0
* Clean up header for uniform appearance throughout tests.Thomas G. Lockhart2000-01-061-8/+5
* failed to add some of Jan's files :(Marc G. Fournier1998-10-011-0/+1406