]> granicus.if.org Git - postgresql/history - src/pl/plpgsql/src/gram.y
Make all our flex and bison files use %option prefix or %name-prefix
[postgresql] / src / pl / plpgsql / src / gram.y
2006-03-07 Tom LaneMake all our flex and bison files use %option prefix...
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...
2006-02-12 Tom LaneClean up plpgsql grammar to make sure that check_assign...
2005-10-13 Tom LaneFix small oversight in recent patch to add more CREATE...
2005-09-14 Tom LaneFix recent breakage of decl_cursor_arglist syntax,...
2005-07-02 Bruce MomjianAdd E'' to internally created SQL strings that contain...
2005-07-02 Neil ConwayIn PL/PgSQL, allow a block's label to be optionally...
2005-07-01 Bruce MomjianClarify code to double \\ and '.
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-08 Neil ConwayCorrect an omission in the syntax error message emitted...
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 LaneAdjust grammar for plpgsql's OPEN command so that a...
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-02-13 Bruce MomjianMove plpgsql DEBUG from DEBUG2 to DEBUG1 because it...
2004-10-25 Neil ConwayRemove three unnecessary casts from a pointer type...
2004-10-12 Tom Laneplpgsql EXIT construct forgot to downcase or quote...
2004-09-14 Neil ConwayCosmetic PL/PgSQL fix: declare the second parameter...
2004-08-20 Tom LaneRecognize plpgsql EXCEPTION condition names at function...
2004-08-16 Tom LaneAdd trivial NULL statement to plpgsql, for Oracle compa...
2004-07-31 Tom LaneSupport "OR condition ..." in plpgsql EXCEPTION clauses...
2004-07-31 Tom Laneplpgsql does exceptions.
2004-07-04 Tom LaneOkay, I've had it with answering newbie questions about...
2004-06-04 Tom LaneSupport assignment to whole-row variables in plpgsql...
2004-06-04 Tom LaneAllow plpgsql to pass composite-type arguments (ie...
2004-06-03 Tom LaneRestructure plpgsql's parsing of datatype declarations...
2004-04-15 Tom LaneImprove syntax error messages for invalid-argument...
2004-03-24 Tom LaneAdd a more useful error message for the case where...
2004-02-25 Tom LaneTeach plpgsql's lexer about dollar-quoted literals.
2003-12-23 Tom LaneAllow plpgsql variables' default value expressions...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-30 Tom LaneAllow the query for a plpgsql cursor to begin with...
2003-09-25 Tom LaneMake the world safe (more or less) for dropped columns...
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-25 Tom LaneError message editing in src/pl. The plpython module...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-05 Tom LaneAlter plpgsql's lexer so that yylineno and yymore are...
2003-04-27 Tom LaneFix plpgsql so that variables of composite types (rowty...
2003-03-25 Tom Laneplpgsql can assign to subscripted variables now, e.g.
2002-11-10 Bruce MomjianThis patch makes a minor cleanup to the implementation...
2002-11-01 Tom LaneArrange to compile flex output files as inclusions...
2002-09-22 Tom LaneRemove commas for compatibility with newer releases...
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-28 Bruce Momjianbackend where a statically sized buffer is written...
2002-08-08 Tom LaneClean up plpgsql identifier handling: process quoted...
2002-05-21 Tom LaneRepair OPEN cursor(args), which I broke on 11/29/01...
2002-05-01 Jan WieckThe attached patch fixes 4 instances of missing simi...
2002-03-06 Bruce MomjianAdd new elog() levels to stored procedure languages...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-11-29 Tom LaneTweak plpgsql's expression reader to be smarter about...
2001-11-15 Tom LaneFix some problems in new plpgsql cursor operations...
2001-10-09 Tom LaneChange plpgsql compiler so that all elogs are trapped...
2001-10-09 Tom LaneChange plpgsql to depend on main parser's type-declarat...
2001-09-26 Tom LaneThe trailing semicolon in a plpgsql function definition...
2001-07-12 Bruce MomjianBack out SET AUTHORIZATION patch until security is...
2001-07-12 Bruce MomjianMake code malloc memory of proper length.
2001-07-11 Bruce MomjianI updated the patch to use the SET AUTHORIZATION {...
2001-06-06 Jan WieckPatch from Ian Lance Taylor fixing multiple cursor...
2001-05-31 Bruce MomjianAllow IS and FOR in Pl/PgSQL cursors, per Oracle and...
2001-05-21 Jan WieckEnhancement of SPI to get access to portals
2001-05-18 Jan WieckAdding ELSIF support contributed by Klaus Reger.
2001-04-18 Tom LaneMake the world safe for passing whole rows of views...
2001-02-19 Tom LaneChange plpgsql's GET DIAGNOSTICS statement to use SQL99...
2001-02-10 Bruce MomjianFormat to match standard conventions
2001-02-10 Bruce MomjianConvert to standard 4-space tabs.
2001-01-06 Tom LaneFix misplaced strdup(), which could lead to error messa...
2000-09-05 Jan WieckGET DIAGNOSTICS statement to PL/pgSQL to access SPI_pro...
2000-08-31 Jan WieckAdded EXECUTE command to PL/pgSQL for execution of
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-05-29 Bruce MomjianCleanup of <> and ""
1999-11-28 Tom LaneFix "Unable to identify an operator =$" problem that...
1999-08-16 Bruce MomjianAllow BSD yacc and bison to compile pl code.
1999-08-09 Bruce Momjianreplace #Include .
1999-08-07 Bruce MomjianFix so BSD yacc works on file.
1999-03-21 Tom LaneAh, *now* I understand: plpgsql lexer must be generated...
1999-03-21 Tom LaneHmm, it seems some versions of flex declare yytext...
1999-01-28 Jan WieckPartial support for mixed case in PL/pgSQL.
1998-08-24 Bruce Momjianmove plpgsql to src/pl for Jan.