]> granicus.if.org Git - postgresql/history - src/pl/plpgsql/src/scan.l
PL/pgSQL functions can return sets. Neil Conway's patch, modified so
[postgresql] / src / pl / plpgsql / src / scan.l
2002-08-30 Tom LanePL/pgSQL functions can return sets. Neil Conway's...
2002-08-08 Tom LaneClean up plpgsql identifier handling: process quoted...
2002-08-04 Bruce MomjianBack out pl/pgsql quotation fix. Has problems.
2002-08-04 Bruce Momjian I send a simple patch for PL/pgSQL parser which...
2002-07-30 Tom LaneSince we're depending on %option noyywrap in the main...
2002-03-06 Bruce MomjianAdd new elog() levels to stored procedure languages...
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-07-12 Bruce MomjianBack out SET AUTHORIZATION patch until security is...
2001-07-11 Bruce MomjianI updated the patch to use the SET AUTHORIZATION {...
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...
2000-09-15 Tatsuo IshiiAllow PL/pgSQL accept non ascii identifiers
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-08-22 Tom LaneFix plpgsql lexer to accept Windows-style and Mac-style...
2000-06-20 Peter EisentrautCleaned up PL/pgSQL build. Fixed a couple of copyandpas...
1999-05-26 Bruce MomjianFix compile of plpgsql by adding 'extern int yylineno.'
1999-01-28 Jan WieckPartial support for mixed case in PL/pgSQL.
1998-08-24 Bruce Momjianmove plpgsql to src/pl for Jan.