OSDN Git Service

Invalidate PL/Python functions with composite type argument when the
[pg-rex/syncrep.git] / src / pl / plpgsql /
2011-02-16 Tom LaneAdd FOREACH IN ARRAY looping to plpgsql.
2011-02-08 Peter EisentrautPer-column collation support
2011-02-04 Robert HaasUnbreak the VPATH build.
2011-02-04 Robert HaasAvoid maintaining three separate copies of the error...
2011-02-01 Simon RiggsRe-classify ERRCODE_DATABASE_DROPPED to 57P04
2011-02-01 Itagaki TakahiroFix wrong error reports in 'number of array dimensions...
2011-02-01 Simon RiggsCreate new errcode for recovery conflict caused by...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-27 Robert HaasCorrections to patch adding SQL/MED error codes.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-18 Tom LaneImprove plpgsql's error reporting for no-such-column...
2010-10-29 Heikki LinnakangasGive a more specific error message if you try to COMMIT...
2010-10-28 Tom LaneSave a few cycles in plpgsql simple-expression initiali...
2010-10-28 Tom LaneFix plpgsql's handling of "simple" expression evaluation.
2010-10-21 Tom LaneImprove handling of domains over arrays.
2010-10-10 Tom LaneSupport triggers on views.
2010-10-08 Tom LaneFix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_...
2010-09-23 Robert HaasFix inconsistent capitalization of "PL/pgSQL".
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Tom LaneAllow USING and INTO clauses of plpgsql's EXECUTE to...
2010-08-19 Tom LaneKeep exec_simple_check_plan() from thinking "SELECT...
2010-08-19 Tom LaneBe a bit less cavalier with both the code and the comme...
2010-08-19 Heikki LinnakangasRevert patch to coerce 'unknown' type parameters in...
2010-08-09 Tom LaneFix incorrect logic in plpgsql for cleanup after evalua...
2010-08-09 Tom LaneModify the handling of RAISE without parameters so...
2010-08-02 Robert HaasRemove ancient PL/pgsql line numbering hack.
2010-07-08 Peter EisentrautTranslation updates for 9.0beta3
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-05 Heikki LinnakangasThe previous fix in CVS HEAD and 8.4 for handling the...
2010-06-25 Tom LaneFix thinko in tok_is_keyword(): it was looking at the...
2010-06-21 Heikki LinnakangasIn a PL/pgSQL "FOR cursor" statement, the statements...
2010-06-03 Peter EisentrautTranslation updates for 9.0beta2
2010-05-31 Bruce MomjianAdd error hint that PL/pgSQL "EXECUTE of SELECT .....
2010-05-13 Peter EisentrautTranslation update
2010-04-14 Tom LaneFix plpgsql's exec_eval_expr() to ensure it returns...
2010-03-13 Bruce MomjianAdd libpq warning message if the .pgpass-retrieved...
2010-03-03 Tom LaneInstead of trying (and failing) to allow <<label>>...
2010-03-02 Tom LaneCause plpgsql to throw an error if "INTO rowtype_var...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-19 Peter EisentrautTranslation updates for 9.0alpha4
2010-02-17 Tom LanePrevent #option dump from crashing on FORI statement...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-12 Tom LaneDon't choke when exec_move_row assigns a synthesized...
2010-01-19 Tom LaneAdd "USING expressions" option to plpgsql's OPEN cursor...
2010-01-10 Tom LaneImprove plpgsql parsing to report "foo is not a known...
2010-01-10 Tom LaneImprove plpgsql's handling of record field references...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-29 Heikki LinnakangasPrevious fix for temporary file management broke return...
2009-12-19 Peter EisentrautTranslation updates
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
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 LaneRemove ancient text file containing plpgsql installatio...
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-05 Tom LaneRemove plpgsql's RENAME declaration, which has bizarre...
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
2009-10-20 Peter EisentrautTranslations update for 8.5alpha2
2009-09-29 Tom LaneAllow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD...
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-08-28 Peter EisentrautDerived files that are shipped in the distribution...
2009-08-07 Peter EisentrautExpand test coverage support to entire tree
2009-08-06 Tom LaneImprove plpgsql's ability to cope with rowtypes contain...
2009-08-04 Alvaro HerreraAvoid including miscadmin.h into plpgsql.h; instead...
2009-07-22 Joe ConwayReplace PLpgSQL_dstring by StringInfo.
2009-07-18 Tom LaneFix error cleanup failure caused by 8.4 changes in...
2009-07-13 Tom LaneFix up PGDLLIMPORT marking for standard_conforming_stri...
2009-07-12 Tom LaneMove some declarations in the raw-parser header files...
2009-07-11 Peter EisentrautAlter some gratuitous uses of "ANSI" when "SQL standard...
2009-06-26 Peter EisentrautTranslation updates for 8.4 release.
2009-06-18 Peter EisentrautRefine the use of terminology around bound and unbound...
2009-06-17 Peter EisentrautFix typo in error message: tgargv -> tg_argv
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-10 Peter EisentrautTranslation updates
2009-06-10 Peter EisentrautClarify to the translator that plpgsql_yyerror() deals...
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-05-14 Alvaro HerreraTranslation updates
2009-05-02 Tom LaneFix plpgsql's EXIT so that an EXIT without a label...
2009-05-01 Tom LaneFix a couple of cases where the plpgsql grammar looked...
2009-04-19 Tom LaneRethink the idea of having plpgsql depend on parser...
2009-04-19 Tom LaneRevise plpgsql's scanner to process comments and string...
2009-04-09 Peter EisentrautTranslation updates for 8.4 beta
2009-04-09 Tom LaneFix the plpgsql memory leak exhibited in bug #4677...
2009-04-02 Tom LaneMinor code beautification/consolidation.
2009-04-02 Bruce MomjianHave PL/pgSQL FETCH set DIAGNOSTICS ROW_COUNT.
2009-04-02 Tom Laneplpgsql's exec_simple_cast_value() mistakenly supposed...
2009-03-26 Peter EisentrautGettext plural support
2009-03-04 Peter EisentrautAdd new SQL:2008 error codes for invalid LIMIT and...
2009-02-23 Peter EisentrautAdd quotes to message
2009-02-18 Peter EisentrautMessage wordsmithing
2009-02-17 Peter EisentrautAdd _() calls for the argument of plpgsql_yyerror(...
2009-02-17 Peter EisentrautAdd plpgsql_yyerror to gettext triggers
2009-02-17 Peter EisentrautMark 3rd argument of validate_tupdesc_compat() for...
2009-02-17 Peter EisentrautRedefine _() to dgettext() instead of gettext() so...
2009-02-17 Peter EisentrautRemove gettext trigger write_stderr(), which isn't...
2009-02-05 Bruce MomjianAdd PL/PgSQL FOUND and GET DIAGNOSTICS support for...
next