]> granicus.if.org Git - postgresql/history - src/pl/plpgsql/src/plpgsql.h
Add support for invoking parser callback hooks via SPI and in cached plans.
[postgresql] / src / pl / plpgsql / src / plpgsql.h
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-04 Alvaro HerreraAvoid including miscadmin.h into plpgsql.h; instead...
2009-07-22 Joe ConwayReplace PLpgSQL_dstring by StringInfo.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-19 Tom LaneRethink the idea of having plpgsql depend on parser...
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-17 Peter EisentrautRedefine _() to dgettext() instead of gettext() so...
2009-01-07 Tom LaneFix executor/spi.h to follow our usual conventions...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-11-05 Tom LaneRename several aliases for PLpgSQL_datum.dno to also...
2008-11-04 Alvaro HerreraRevert unwanted patch, per Tom.
2008-11-04 Alvaro HerreraRemove unused rfno from PLpgSQL_recfield
2008-10-09 Alvaro HerreraImprove translatability of error messages for external...
2008-10-09 Tom LaneFix overly tense optimization of PLpgSQL_func_hashkey...
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-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-27 Tom LaneFix plpgsql to not lookup block labels except in contex...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-07-25 Neil ConwayImplement RETURN QUERY for PL/PgSQL. This provides...
2007-07-16 Tom LaneAllow plpgsql function parameter names to be qualified...
2007-07-15 Tom LaneReject zero or negative BY step in plpgsql integer...
2007-04-29 Neil ConwaySupport for MOVE in PL/PgSQL. Initial patch from Magnus...
2007-04-16 Tom LaneSupport scrollable cursors (ie, 'direction' clause...
2007-03-15 Tom LaneMake use of plancache module for SPI plans. In particu...
2007-02-09 Tom LaneCombine cmin and cmax fields of HeapTupleHeaders into...
2007-01-30 Tom LaneRepair oversights in the mechanism used to store compil...
2007-01-28 Tom LaneFix up plpgsql's "simple expression" evaluation mechani...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-15 Tom LaneAdd hooks to allow debugging and performance measuremen...
2006-08-14 Tom LaneSupport INSERT/UPDATE/DELETE RETURNING in plpgsql,...
2006-08-08 Tom LaneAdd a feature for automatic initialization and finaliza...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-06-15 Bruce MomjianAdd STRICT to PL/pgSQL SELECT INTO, so exceptions are...
2006-06-12 Bruce MomjianAdd BY clause to PL/PgSQL FOR loop, to control the...
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-05-28 Andrew DunstanTG_table_name and TG_table_schema for plpgsql, plus...
2006-03-09 Bruce MomjianRemove Jan Wieck's name from copyrights, and put in...
2006-03-07 Tom LaneMake all our flex and bison files use %option prefix...
2006-03-02 Tom LaneFix possible crash at transaction end when a plpgsql...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
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 Bruce MomjianAdd PL/pgSQL SQLSTATE and SQLERRM support which sets...
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...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-09-14 Neil ConwayCosmetic PL/PgSQL fix: declare the second parameter...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-20 Tom LaneRecognize plpgsql EXCEPTION condition names at function...
2004-08-01 Tom LaneSome mop-up work for savepoints (nested transactions...
2004-07-31 Tom LaneSupport "OR condition ..." in plpgsql EXCEPTION clauses...
2004-07-31 Tom Laneplpgsql does exceptions.
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-06-03 Tom LaneRestructure plpgsql's parsing of datatype declarations...
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.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-28 Tom LaneRestructure plpgsql's caching of 'simple' expression...
2003-09-25 Tom LaneMake the world safe (more or less) for dropped columns...
2003-08-18 Tom LaneWhen compiling a plpgsql trigger function, include...
2003-08-04 Bruce Momjianpgindent run.
2003-07-31 Tom LaneCause library-preload feature to report error if specif...
2003-07-01 Tom LaneSupport polymorphic functions in plpgsql. Along the...
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-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-03-25 Tom Laneplpgsql can assign to subscripted variables now, e.g.
2003-03-25 Tom LaneFactor out duplicate code for computing values of PLpgS...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-11-10 Bruce MomjianThis patch makes a minor cleanup to the implementation...
2002-09-12 Bruce Momjian> Sean Chittenden <sean@chittenden.org> writes:
2002-09-04 Bruce Momjianpgindent run.
2002-08-30 Tom LanePL/pgSQL functions can return sets. Neil Conway's...
2002-08-08 Tom LaneClean up plpgsql identifier handling: process quoted...
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-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-09 Tom LaneChange plpgsql compiler so that all elogs are trapped...
next