summaryrefslogtreecommitdiff
path: root/src/pl/plpgsql
AgeCommit message (Expand)Author
2011-07-18Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info.Tom Lane
2011-07-16Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane
2011-07-09Try to acquire relation locks in RangeVarGetRelid.Robert Haas
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-07-03Put comments on the installable procedural languages.Tom Lane
2011-06-26Add the possibility to pass --flag arguments to xgettext callsPeter Eisentraut
2011-06-26Refactor common gettext triggersPeter Eisentraut
2011-06-26Make _ be automatically included in GETTEXT_TRIGGERSPeter Eisentraut
2011-06-26Replace := by = in nls.mk filesPeter Eisentraut
2011-06-26Remove some cruft from nls.mk filesPeter Eisentraut
2011-06-09Translation updates for 9.1beta2Peter Eisentraut
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-05-23Make plpgsql complain about conflicting IN and OUT parameter names.Tom Lane
2011-05-22Make plpgsql provide the typmods for its variables to the main parser.Tom Lane
2011-05-20Message style improvementsPeter Eisentraut
2011-05-01Rewrite installation makefile rules without for loopsPeter Eisentraut
2011-04-17Support a COLLATE clause in plpgsql variable declarations.Tom Lane
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-04-11Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-07Revise the API for GUC variable assign hooks.Tom Lane
2011-03-27Fix plpgsql to release SPI plans when a function or DO block is freed.Tom Lane
2011-03-26Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane
2011-03-25Fix collation handling in plpgsql functions.Tom Lane
2011-03-20Revise collation derivation method and expression-tree representation.Tom Lane
2011-03-16Add hint suggesting the use of EXECUTE CREATE TABLE ... AS for EXECUTE INTO.Bruce Momjian
2011-03-11Split CollateClause into separate raw and analyzed node types.Tom Lane
2011-03-10Remove collation information from TypeName, where it does not belong.Tom Lane
2011-03-05Fix parallel gmake for extension directory addition in PL languages.Bruce Momjian
2011-03-05Create extension infrastructure for the core procedural languages.Tom Lane
2011-02-16Add FOREACH IN ARRAY looping to plpgsql.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2011-02-04Unbreak the VPATH build.Robert Haas
2011-02-04Avoid maintaining three separate copies of the error codes list.Robert Haas
2011-02-01Re-classify ERRCODE_DATABASE_DROPPED to 57P04Simon Riggs
2011-02-01Fix wrong error reports in 'number of array dimensions exceeds theItagaki Takahiro
2011-02-01Create new errcode for recovery conflict caused by db drop on master.Simon Riggs
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-27Corrections to patch adding SQL/MED error codes.Robert Haas
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-18Improve plpgsql's error reporting for no-such-column cases.Tom Lane
2010-10-29Give a more specific error message if you try to COMMIT, ROLLBACK or COPYHeikki Linnakangas
2010-10-28Save a few cycles in plpgsql simple-expression initialization.Tom Lane
2010-10-28Fix plpgsql's handling of "simple" expression evaluation.Tom Lane
2010-10-21Improve handling of domains over arrays.Tom Lane
2010-10-10Support triggers on views.Tom Lane
2010-10-08Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane
2010-09-23Fix inconsistent capitalization of "PL/pgSQL".Robert Haas
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander