]> granicus.if.org Git - postgresql/history - src/pl/plpgsql
In mingw builds, make our own import library for libtcl, too.
[postgresql] / src / pl / plpgsql /
2014-01-23 Alvaro HerreraMake DROP IF EXISTS more consistently not fail
2014-01-16 Bruce Momjiandocs: update PL/pgSQL docs about the use of := and =
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-22 Robert HaasChange the way we mark tuples as frozen.
2013-12-13 Heikki LinnakangasFix more instances of "the the" in comments.
2013-12-02 Peter EisentrautTranslation updates
2013-11-15 Tom LanePrevent leakage of cached plans and execution trees...
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-10-07 Peter EisentrautTranslation updates
2013-10-07 Robert Haasplpgsql: Add new option print_strict_params.
2013-09-02 Peter EisentrautTranslation updates
2013-08-19 Peter EisentrautTranslation updates
2013-08-01 Stephen FrostAllow a context to be passed in for error handling
2013-07-25 Tom LanePrevent leakage of SPI tuple tables during subtransacti...
2013-07-24 Stephen FrostAdd GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL
2013-07-12 Noah MischMake comments reflect that omission of SPI_gettypmod...
2013-07-03 Noah MischExpose object name error fields in PL/pgSQL.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-06 Peter EisentrautTranslation updates
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-02-15 Tom LaneInvent pre-commit/pre-prepare/pre-subcommit events...
2013-02-12 Peter EisentrautAdd noreturn attributes to some error reporting functions
2013-01-31 Tom LaneFix plpgsql's reporting of plan-time errors in possibly...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-07 Tom LaneImprove pl/pgsql to support composite-type expressions...
2012-10-11 Peter EisentrautRefactor flex and bison make rules
2012-10-05 Peter EisentrautPL/pgSQL: rename gram.y to pl_gram.y
2012-09-27 Tom LaneMake plpgsql's unreserved keywords more unreserved.
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-15 Bruce MomjianAdd C comment that '=' is not documented for plpgsql...
2012-07-21 Tom LaneSuppress volatile-related warning seen in some compilers.
2012-07-21 Robert HaasRevert temporary patch to debug Windows breakage.
2012-07-21 Robert HaasRepair plpgsql_validator 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-07-16 Peter EisentrautRemove unreachable code
2012-07-05 Bruce MomjianRun newly-configured perltidy script on Perl files.
2012-07-02 Peter EisentrautAssorted message style improvements
2012-06-29 Peter EisentrautMake init-po and update-po recursive make targets
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-10 Joe ConwayPL/pgSQL RETURN NEXT was leaking converted tuples,...
2012-04-16 Heikki LinnakangasInstall plpgsql.h to to include/server at "make install".
2012-04-05 Tom LaneFix plpgsql named-cursor-parameter feature for variable...
2012-03-22 Tom LaneFix GET DIAGNOSTICS for case of assignment to function...
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-02-11 Tom LaneFix I/O-conversion-related memory leaks in plpgsql.
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-12-14 Heikki LinnakangasAdd support for passing cursor parameters in named...
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-11-27 Tom LaneUse the proper macro to convert a bool to a Datum.
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-11-01 Peter EisentrautClean up whitespace and indentation in parser and scann...
2011-10-27 Tom LaneAvoid recursion while processing ELSIF lists in plpgsql.
2011-09-26 Tom LaneSpeed up array element assignment in plpgsql by caching...
2011-09-19 Tom LaneFix another Assert issue exposed by CLOBBER_CACHE_ALWAYS.
2011-09-16 Tom LaneEnsure generic plan gets used for a plpgsql expression...
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
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-08-17 Peter EisentrautTranslation updates
2011-07-18 Tom LaneAdd GET STACKED DIAGNOSTICS plpgsql command to retrieve...
2011-07-16 Tom LaneReplace errdetail("%s", ...) with errdetail_internal...
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-07-03 Tom LanePut comments on the installable procedural languages.
2011-06-26 Peter EisentrautAdd the possibility to pass --flag arguments to xgettex...
2011-06-26 Peter EisentrautRefactor common gettext triggers
2011-06-26 Peter EisentrautMake _ be automatically included in GETTEXT_TRIGGERS
2011-06-26 Peter EisentrautReplace := by = in nls.mk files
2011-06-26 Peter EisentrautRemove some cruft from nls.mk files
2011-06-09 Peter EisentrautTranslation updates for 9.1beta2
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
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-05-20 Peter EisentrautMessage style improvements
2011-05-01 Peter EisentrautRewrite installation makefile rules without for loops
2011-04-17 Tom LaneSupport a COLLATE clause in plpgsql variable declarations.
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
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-16 Bruce MomjianAdd hint suggesting the use of EXECUTE CREATE TABLE...
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-03-05 Bruce MomjianFix parallel gmake for extension directory addition...
2011-03-05 Tom LaneCreate extension infrastructure for the core procedural...
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
next