]> granicus.if.org Git - postgresql/history - src/pl/plpgsql/src/pl_comp.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / pl / plpgsql / src / pl_comp.c
2019-10-25 Amit KapilaMake the order of the header file includes consistent...
2019-08-15 Tom LaneFix plpgsql to re-look-up composite type names at need.
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-05-31 Tom LaneFix C++ incompatibilities in plpgsql's header files.
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-01-24 Peter EisentrautPL/pgSQL: Add statement ID to statement structures
2019-01-04 Tom LaneSupport plpgsql variable names that conflict with unres...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-19 Tom LaneMake type "name" collation-aware.
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-10-05 Tom LaneEnsure that PLPGSQL_DTYPE_ROW variables have valid...
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-08 Tom LaneMerge catalog/pg_foo_fn.h headers back into pg_foo...
2018-03-27 Tom LaneAllow memory contexts to have both fixed and variable...
2018-03-14 Peter EisentrautSupport INOUT arguments in procedures
2018-03-02 Peter EisentrautAdd prokind column, replacing proisagg and proiswindow
2018-02-15 Tom LaneFix plpgsql to enforce domain checks when returning...
2018-02-14 Tom LaneSupport CONSTANT/NOT NULL/initial value for plpgsql...
2018-02-14 Tom LaneSpeed up plpgsql trigger startup by introducing "promises".
2018-02-14 Tom LaneSpeed up plpgsql function startup by doing fewer pallocs.
2018-02-13 Tom LaneMake plpgsql use its DTYPE_REC code paths for composite...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-21 Tom LaneRearrange execution of PARAM_EXTERN Params for plpgsql...
2017-12-09 Tom LaneFix plpgsql to reinitialize record variables at block...
2017-12-08 Tom LaneIn plpgsql, unify duplicate variables for record and...
2017-11-30 Peter EisentrautSQL procedures
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-09-11 Tom LanePrefer argument name over "$n" for the refname of a...
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-14 Dean RasheedTeach PL/pgSQL about partitioned tables.
2017-04-01 Kevin GrittnerAdd transition table support to plpgsql.
2017-03-08 Tom LaneBring plpgsql into line with header inclusion policy.
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-09-09 Peter EisentrautMake better use of existing enums in plpgsql
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-08-18 Tom LaneIn plpgsql, don't try to convert int2vector or oidvecto...
2016-06-09 Robert Haaspgindent run for 9.6
2016-03-03 Magnus HaganderAdd prefix to pl/pgsql global variables and functions
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-08-22 Tom LaneDetect mismatched CONTINUE and EXIT statements at plpgs...
2015-07-05 Tom LaneFurther reduce overhead for passing plpgsql variables...
2015-05-14 Tom LaneSupport "expanded" objects, particularly arrays, for...
2015-03-04 Tom LaneUse standard casting mechanism to convert types in...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-06 Simon RiggsExtra warnings and errors for PL/pgSQL
2014-01-23 Alvaro HerreraMake DROP IF EXISTS more consistently not fail
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...
next