]> granicus.if.org Git - postgresql/history - src/test/regress/expected/plpgsql.out
Add support for invoking parser callback hooks via SPI and in cached plans.
[postgresql] / src / test / regress / expected / plpgsql.out
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
2009-09-29 Tom LaneAllow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD...
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-08-06 Tom LaneImprove plpgsql's ability to cope with rowtypes contain...
2009-08-01 Tom LaneImprove unique-constraint-violation error messages...
2009-04-19 Tom LaneRevise plpgsql's scanner to process comments and string...
2009-04-09 Tom LaneFix the plpgsql memory leak exhibited in bug #4677...
2009-02-18 Peter EisentrautMessage wordsmithing
2009-02-12 Peter EisentrautThe Czech (cs_CZ) and Slovak (sk_SK) locales sort numbe...
2009-02-05 Bruce MomjianAdd PL/PgSQL FOUND and GET DIAGNOSTICS support for...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-05-15 Tom LaneSupport SQL/PSM-compatible CASE statement in plpgsql.
2008-05-13 Tom LaneImprove plpgsql's RAISE command. It is now possible...
2008-05-03 Tom LaneSupport RETURN QUERY EXECUTE in plpgsql.
2008-04-06 Tom LaneMake plpgsql support FOR over a query specified by...
2008-04-01 Tom LaneSupport EXECUTE USING in plpgsql.
2008-02-15 Tom LaneAllow AS to be omitted when specifying an output column...
2007-07-25 Neil ConwayImplement RETURN QUERY for PL/PgSQL. This provides...
2007-07-20 Peter EisentrautFix regression tests for PL/pgSQL error message changes
2007-07-16 Tom LaneAllow plpgsql function parameter names to be qualified...
2007-06-03 Peter EisentrautClarify some error messages about duplicate things.
2007-04-29 Neil ConwaySupport for MOVE in PL/PgSQL. Initial patch from Magnus...
2007-04-28 Neil ConwayAdd support for IN as alternative to FROM in PL/PgSQL...
2007-04-16 Tom LaneSupport scrollable cursors (ie, 'direction' clause...
2006-08-14 Tom LaneSupport INSERT/UPDATE/DELETE RETURNING in plpgsql,...
2006-06-18 Tom LaneIncrease timeout in statement_timeout test from 1 secon...
2006-05-30 Bruce MomjianRevert patch, needs more work:
2006-05-30 Bruce MomjianAdd dynamic record inspection to PL/PgSQL, useful for...
2006-05-30 Bruce MomjianBack out patch, wrong previous commit message.
2006-05-30 Bruce MomjianAdd regexp_replace() to string functions section.
2006-03-23 Tom LaneFix plpgsql to pass only one copy of any given plpgsql...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-12 Tom LaneApply code-reviewed version of for-scalar-list patch...
2006-02-12 Bruce MomjianAllow PL/pgSQL FOR statement to return values to scalar...
2005-10-06 Tom LaneWhen a function not returning RECORD has a single OUT...
2005-09-14 Neil ConwayTweak the PL/PgSQL regression tests to catch the recent...
2005-07-02 Neil ConwayIn PL/PgSQL, allow a block's label to be optionally...
2005-07-01 Tom LaneAvoid function name conflict when plpgsql and rangefunc...
2005-06-22 Neil ConwayFix bug in CONTINUE statement for PL/pgSQL: when we...
2005-06-22 Neil ConwayAdd a CONTINUE statement to PL/PgSQL, which can be...
2005-06-14 Neil ConwayAllow the parameters to PL/PgSQL's RAISE statement...
2005-06-10 Neil ConwayImplement two new special variables in PL/PgSQL: SQLSTA...
2005-06-07 Neil ConwayAdd support for an optional INTO clause to PL/PgSQL...
2005-05-26 Bruce MomjianBack out SQLSTATE and SQLERRM support.
2005-05-26 Neil ConwayMinor cleanup for recent SQLSTATE / SQLERRM patch:...
2005-05-26 Bruce MomjianAdd PL/pgSQL SQLSTATE and SQLERRM support which sets...
2005-04-07 Tom LaneAllow plpgsql functions to omit RETURN command when...
2005-04-05 Tom Laneplpgsql does OUT parameters, as per my proposal a few...
2005-02-22 Neil ConwayThis patch changes makes some significant changes to...
2005-01-19 Neil ConwayAdd some basic regression tests for refcursors in PL...
2004-12-21 Tom Laneexec_eval_simple_expr() needs to do CommandCounterIncre...
2004-12-19 Tom Laneplpgsql's exec_eval_simple_expr() now has to take respo...
2004-11-16 Tom LaneRethink plpgsql's way of handling SPI execution during...
2004-09-20 Tom LaneChange some of the existing plpgsql regression test...
2004-09-10 Tom LaneFire non-deferred AFTER triggers immediately upon query...
2004-07-31 Tom LaneSupport "OR condition ..." in plpgsql EXCEPTION clauses...
2004-07-31 Tom Laneplpgsql does exceptions.
2003-11-21 Tom LaneCOMMENT ON casts, conversions, languages, operator...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-07-27 Tom LaneFix some localizability issues with existing errcontext...
2003-07-21 Tom LaneError message editing in backend/access.
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2002-11-10 Bruce MomjianThis patch makes a minor cleanup to the implementation...
2002-09-01 Tom Laneplpgsql functions can return RECORD, per Neil Conway.
2002-08-30 Tom LanePL/pgSQL functions can return sets. Neil Conway's...
2002-08-22 Tom LaneTranspose info from src/pl/plpgsql/test/README into...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-20 Bruce MomjianThis patch improves the behavior of FOUND in PL/PgSQL...
2001-09-21 Tom LaneQuick-and-dirty fix for recursive plpgsql functions...
2000-10-22 Tom LaneSome small polishing of Mark Hollomon's cleanup of...
2000-01-09 Tom LaneRemove CVS $Header lines from a couple of regress test...
2000-01-09 Tom LaneUpdate remaining tests for new psql, with the exception...
1999-11-23 Tom LaneUpdate for change of 'duplicate key' message.
1998-10-01 Marc G. Fournierfailed to add some of Jan's files :(