]> granicus.if.org Git - postgresql/history - src/pl/plpgsql/src/pl_comp.c
Update copyright for 2014
[postgresql] / src / pl / plpgsql / src / pl_comp.c
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-22 Robert HaasChange the way we mark tuples as frozen.
2013-10-07 Robert Haasplpgsql: Add new option print_strict_params.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
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 Robert HaasRevert temporary patch to debug Windows breakage.
2012-07-20 Robert HaasTemporary patch to try to debug why event trigger patch...
2012-07-20 Robert HaasMake new event trigger facility actually do something.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-02-01 Tom LaneCode review for plpgsql fn_signature patch.
2012-01-31 Heikki LinnakangasPrint function signature, not just name, in PL/pgSQL...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-11-21 Tom LaneFurther code review for range types patch.
2011-11-12 Tom LaneIn plpgsql, allow foreign tables to define row types.
2011-11-03 Heikki LinnakangasSupport range data types.
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-26 Bruce MomjianAdd another marker.
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-05-23 Tom LaneMake plpgsql complain about conflicting IN and OUT...
2011-05-22 Tom LaneMake plpgsql provide the typmods for its variables...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-27 Tom LaneFix plpgsql to release SPI plans when a function or...
2011-03-26 Tom LaneClean up cruft around collation initialization for...
2011-03-25 Tom LaneFix collation handling in plpgsql functions.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-18 Tom LaneImprove plpgsql's error reporting for no-such-column...
2010-09-23 Robert HaasFix inconsistent capitalization of "PL/pgSQL".
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-10 Tom LaneImprove plpgsql's handling of record field references...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-13 Tom LaneAdd control knobs for plpgsql's variable resolution...
2009-11-12 Tom LaneRemove plpgsql's separate lexer (finally!), in favor...
2009-11-10 Tom LaneMore incremental refactoring in plpgsql: get rid of...
2009-11-09 Tom LaneModernize plpgsql's handling of parse locations, making...
2009-11-07 Tom LaneRearrange plpgsql parsing to simplify and speed it...
2009-11-06 Tom LaneChange plpgsql from using textual substitution to inser...
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-09-20 Tom LaneAllow plpgsql IN parameters to be assigned to. Since...
2009-07-12 Tom LaneMove some declarations in the raw-parser header files...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-19 Tom LaneRevise plpgsql's scanner to process comments and string...
2009-02-18 Peter EisentrautMessage wordsmithing
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-05 Tom LaneRename several aliases for PLpgSQL_datum.dno to also...
2008-10-09 Tom LaneFix overly tense optimization of PLpgSQL_func_hashkey...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-29 Peter EisentrautRemove all traces that suggest that a non-Bison yacc...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-05-13 Tom LaneImprove plpgsql's RAISE command. It is now possible...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-06 Tom LaneMake plpgsql support FOR over a query specified by...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
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 Momjianpgindent run for 8.3.
2007-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-07-16 Tom LaneAllow plpgsql function parameter names to be qualified...
2007-06-26 Alvaro HerreraRemove unused "caller" argument from stringToQualifiedN...
2007-06-06 Tom LaneFix up text concatenation so that it accepts all the...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-02-09 Tom LaneCombine cmin and cmax fields of HeapTupleHeaders into...
2007-02-08 Tom LaneRearrange use of plpgsql_add_initdatums() so that only...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-30 Tom LaneRepair oversights in the mechanism used to store compil...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
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-14 Tom LaneImprove parser so that we can show an error cursor...
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...
2005-12-28 Tom LaneMove plpgsql's fetchArgInfo() into funcapi.c, and rename to
2005-12-09 Tom LaneFix core dump in error path of plpgsql_parse_tripwordty...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-07-06 Tom LaneAdd a check for trigger function with declared argument...
2005-06-10 Neil ConwayImplement two new special variables in PL/PgSQL: SQLSTA...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-07 Tom LaneAllow plpgsql functions to omit RETURN command when...
next