summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/plpgsql.sql
Commit message (Expand)AuthorAgeFilesLines
* Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checkingTom Lane2006-08-141-0/+116
* Increase timeout in statement_timeout test from 1 second to 2 seconds.Tom Lane2006-06-181-2/+2
* Revert patch, needs more work:Bruce Momjian2006-05-301-32/+0
* Add dynamic record inspection to PL/PgSQL, useful for generic triggers:Bruce Momjian2006-05-301-0/+32
* Back out patch, wrong previous commit message.Bruce Momjian2006-05-301-32/+0
* Add regexp_replace() to string functions section.Bruce Momjian2006-05-301-0/+32
* Fix plpgsql to pass only one copy of any given plpgsql variable into a SQLTom Lane2006-03-231-0/+15
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-38/+38
* Apply code-reviewed version of for-scalar-list patch: mostly, fixingTom Lane2006-02-121-8/+15
* Allow PL/pgSQL FOR statement to return values to scalars as well asBruce Momjian2006-02-121-0/+22
* Tweak the PL/PgSQL regression tests to catch the recently reported bugNeil Conway2005-09-141-5/+5
* In PL/PgSQL, allow a block's label to be optionally specified at theNeil Conway2005-07-021-2/+50
* Avoid function name conflict when plpgsql and rangefuncs regression testsTom Lane2005-07-011-4/+4
* Fix bug in CONTINUE statement for PL/pgSQL: when we continue a loop,Neil Conway2005-06-221-1/+27
* Add a CONTINUE statement to PL/PgSQL, which can be used to begin theNeil Conway2005-06-221-0/+94
* Allow the parameters to PL/PgSQL's RAISE statement to be expressions,Neil Conway2005-06-141-8/+26
* Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway2005-06-101-0/+44
* Add support for an optional INTO clause to PL/PgSQL's EXECUTE command.Neil Conway2005-06-071-0/+32
* Back out SQLSTATE and SQLERRM support.Bruce Momjian2005-05-261-21/+0
* Minor cleanup for recent SQLSTATE / SQLERRM patch: spell "successful"Neil Conway2005-05-261-1/+2
* Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values onBruce Momjian2005-05-261-0/+20
* Allow plpgsql functions to omit RETURN command when the function returnsTom Lane2005-04-071-4/+21
* plpgsql does OUT parameters, as per my proposal a few weeks ago.Tom Lane2005-04-051-1/+84
* This patch changes makes some significant changes to how compilationNeil Conway2005-02-221-0/+55
* 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