]> granicus.if.org Git - postgresql/history - src/pl/plpgsql/src/gram.y
Back out SET AUTHORIZATION patch until security is resolved.
[postgresql] / src / pl / plpgsql / src / gram.y
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.