]> granicus.if.org Git - postgresql/history - src/pl/plpgsql/src/plpgsql.h
Combine cmin and cmax fields of HeapTupleHeaders into a single field, by
[postgresql] / src / pl / plpgsql / src / plpgsql.h
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...
2001-10-09 Tom LaneChange plpgsql to depend on main parser's type-declarat...
2001-08-02 Tom LaneClean up various memory leaks within plpgsql, and re...
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-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-19 Tom LaneChange plpgsql's GET DIAGNOSTICS statement to use SQL99...
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-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-01-20 Tom LaneClean up longstanding warnings. I think the remaining
2000-01-15 Tom LaneFix a passel of problems with incorrect calls to typinp...
2000-01-14 Tom LaneRemove redundant and now-incorrect declaration of pstrdup.
2000-01-10 Bruce MomjianMake number of args to a function configurable.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-01-27 Jan WieckSpeedup of PL/pgSQL by calling ExecEvalExpr() directly
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-24 Bruce Momjianmove plpgsql to src/pl for Jan.