]> granicus.if.org Git - postgresql/history - src/pl/plpgsql/src/pl_handler.c
Update copyright for 2014
[postgresql] / src / pl / plpgsql / src / pl_handler.c
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-15 Tom LanePrevent leakage of cached plans and execution trees...
2013-10-07 Robert Haasplpgsql: Add new option print_strict_params.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-07-21 Tom LaneSuppress volatile-related warning seen in some compilers.
2012-07-21 Robert HaasRepair plpgsql_validator breakage.
2012-07-20 Robert HaasMake new event trigger facility actually do something.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-03-27 Tom LaneFix plpgsql to release SPI plans when a function or...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-13 Tom LaneAdd control knobs for plpgsql's variable resolution...
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
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-02-18 Peter EisentrautMessage wordsmithing
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-10-09 Alvaro HerreraImprove translatability of error messages for external...
2008-08-29 Peter EisentrautRemove all traces that suggest that a non-Bison yacc...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
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-19 Tom LaneClean up local redeclarations of variables with DLLIMPO...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-15 Tom LaneAdd hooks to allow debugging and performance measuremen...
2006-08-08 Tom LaneAdd a feature for automatic initialization and finaliza...
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-03-09 Bruce MomjianRemove Jan Wieck's name from copyrights, and put in...
2005-12-28 Tom LaneMove plpgsql's fetchArgInfo() into funcapi.c, and rename to
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-02-22 Neil ConwayThis patch changes makes some significant changes to...
2004-08-01 Tom LaneSome mop-up work for savepoints (nested transactions...
2004-07-31 Tom LaneBe more consistent about reporting SPI errors in the...
2004-03-22 Bruce MomjianAdds DLLIMPORT modifier to check_function_bodies
2004-03-19 Tom LaneCreate a validator for plpgsql, so that some minimal...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-28 Tom LaneRestructure plpgsql's caching of 'simple' expression...
2003-08-04 Bruce Momjianpgindent run.
2003-07-31 Tom LaneCause library-preload feature to report error if specif...
2003-07-27 Tom Laneelog mop-up.
2003-07-25 Tom LaneError message editing in src/pl. The plpython module...
2003-07-01 Tom LaneSupport polymorphic functions in plpgsql. Along the...
2002-08-30 Tom LanePL/pgSQL functions can return sets. Neil Conway's...
2002-06-15 Bruce MomjianThis patch wraps all accesses to t_xmin, t_cmin, t_xmax...
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-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2000-11-20 Tom LaneRevise handling of oldstyle/newstyle functions per...
2000-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-24 Bruce Momjianmove plpgsql to src/pl for Jan.