OSDN Git Service

Revise collation derivation method and expression-tree representation.
[pg-rex/syncrep.git] / src / pl / plpgsql / src / pl_comp.c
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...
2005-04-05 Tom Laneplpgsql does OUT parameters, as per my proposal a few...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-02-22 Neil ConwayThis patch changes makes some significant changes to...
2004-11-30 Neil ConwayFix a few typos in comments.
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-07-31 Tom LaneRestructure error handling as recently discussed. ...
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-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-03-19 Tom LaneCreate a validator for plpgsql, so that some minimal...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2004-01-07 Tom LaneSupport function parameter names in plpgsql. This...
2004-01-06 Tom LaneApply the core parts of Dennis Bjorklund's patch to...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-30 Tom Laneheap_open => relation_open to avoid unwanted restrictio...
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-08 Tom LaneAvoid malloc(0). Although standard mallocs seem not...
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: bring some straggling fprintf(stderr)...
2003-07-27 Tom LaneFix some localizability issues with existing errcontext...
2003-07-26 Bruce Momjian>>You can alias $0, similar to the argument variables...
2003-07-25 Tom LaneError message editing in src/pl. The plpython module...
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...
next