summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/plpgsql.out
AgeCommit message (Expand)Author
2005-10-06When a function not returning RECORD has a single OUT parameter, useTom Lane
2005-09-14Tweak the PL/PgSQL regression tests to catch the recently reported bugNeil Conway
2005-07-02In PL/PgSQL, allow a block's label to be optionally specified at theNeil Conway
2005-07-01Avoid function name conflict when plpgsql and rangefuncs regression testsTom Lane
2005-06-22Fix bug in CONTINUE statement for PL/pgSQL: when we continue a loop,Neil Conway
2005-06-22Add a CONTINUE statement to PL/PgSQL, which can be used to begin theNeil Conway
2005-06-14Allow the parameters to PL/PgSQL's RAISE statement to be expressions,Neil Conway
2005-06-10Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway
2005-06-07Add support for an optional INTO clause to PL/PgSQL's EXECUTE command.Neil Conway
2005-05-26Back out SQLSTATE and SQLERRM support.Bruce Momjian
2005-05-26Minor cleanup for recent SQLSTATE / SQLERRM patch: spell "successful"Neil Conway
2005-05-26Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values onBruce Momjian
2005-04-07Allow plpgsql functions to omit RETURN command when the function returnsTom Lane
2005-04-05plpgsql does OUT parameters, as per my proposal a few weeks ago.Tom Lane
2005-02-22This patch changes makes some significant changes to how compilationNeil Conway
2005-01-19Add some basic regression tests for refcursors in PL/PgSQL.Neil Conway
2004-12-21exec_eval_simple_expr() needs to do CommandCounterIncrement() not justTom Lane
2004-12-19plpgsql's exec_eval_simple_expr() now has to take responsibility forTom Lane
2004-11-16Rethink plpgsql's way of handling SPI execution during an exception block.Tom Lane
2004-09-20Change some of the existing plpgsql regression test cases so that theyTom Lane
2004-09-10Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane
2004-07-31Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntaxTom Lane
2004-07-31plpgsql does exceptions.Tom Lane
2003-11-21COMMENT ON casts, conversions, languages, operator classes, andTom Lane
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-07-27Fix some localizability issues with existing errcontext() calls.Tom Lane
2003-07-21Error message editing in backend/access.Tom Lane
2003-04-24Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane
2002-11-10This patch makes a minor cleanup to the implementation of PERFORM inBruce Momjian
2002-09-01plpgsql functions can return RECORD, per Neil Conway.Tom Lane
2002-08-30PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane
2002-08-22Transpose info from src/pl/plpgsql/test/README into standard regression test ...Tom Lane
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-08-20This patch improves the behavior of FOUND in PL/PgSQL. In Oracle,Bruce Momjian
2001-09-21Quick-and-dirty fix for recursive plpgsql functions, per bug report fromTom Lane
2000-10-22Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane
2000-01-09Remove CVS $Header lines from a couple of regress test files that hadTom Lane
2000-01-09Update remaining tests for new psql, with the exception of 'arrays',Tom Lane
1999-11-23Update for change of 'duplicate key' message.Tom Lane
1998-10-01failed to add some of Jan's files :(Marc G. Fournier