]> granicus.if.org Git - postgresql/history - src/pl/plpgsql/src/scan.l
For some reason access/tupmacs.h has been #including utils/memutils.h,
[postgresql] / src / pl / plpgsql / src / scan.l
2005-03-11 Bruce MomjianAdd fprintf() custom version to libpgport.
2005-02-22 Neil ConwayThis patch changes makes some significant changes to...
2004-12-17 Neil ConwayAllow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL...
2004-09-13 Neil ConwayFix two typos in comments.
2004-07-31 Tom LaneSupport "OR condition ..." in plpgsql EXCEPTION clauses...
2004-06-03 Tom LaneRestructure plpgsql's parsing of datatype declarations...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-03-19 Tom LaneCreate a validator for plpgsql, so that some minimal...
2004-02-25 Tom LaneTeach plpgsql's lexer about dollar-quoted literals.
2004-02-24 Tom LaneAdd %option nodefault to all our flex lexers. Fix...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-07-25 Tom LaneError message editing in src/pl. The plpython module...
2003-06-19 Tom LaneDisallow dollar sign in operator names, instead allow...
2003-06-17 Tom LaneFix error line numbers reported for errors in plpgsql_p...
2003-05-29 Tom LaneEnsure that in all flex lexers that are part of the...
2003-05-05 Tom LaneAlter plpgsql's lexer so that yylineno and yymore are...
2002-11-07 Tom LaneRemove no-longer-needed inclusions to improve backward...
2002-09-12 Bruce Momjian> Sean Chittenden <sean@chittenden.org> writes:
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.