]> granicus.if.org Git - postgresql/history - src/pl/plpgsql/src/pl_handler.c
Append major version number and for libraries soname major version number
[postgresql] / src / pl / plpgsql / src / pl_handler.c
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.