]> granicus.if.org Git - postgresql/history - src/pl/plpgsql/src/pl_exec.c
pgindent run for 9.0, second run
[postgresql] / src / pl / plpgsql / src / pl_exec.c
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-21 Heikki LinnakangasIn a PL/pgSQL "FOR cursor" statement, the statements...
2010-05-31 Bruce MomjianAdd error hint that PL/pgSQL "EXECUTE of SELECT .....
2010-04-14 Tom LaneFix plpgsql's exec_eval_expr() to ensure it returns...
2010-02-26 Bruce Momjianpgindent run for 9.0
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-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-29 Heikki LinnakangasPrevious fix for temporary file management broke return...
2009-11-09 Tom LaneModernize plpgsql's handling of parse locations, making...
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-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-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-04 Tom LaneImprove the recently-added support for properly plurali...
2009-05-02 Tom LaneFix plpgsql's EXIT so that an EXIT without a label...
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-02-23 Peter EisentrautAdd quotes to message
2009-02-18 Peter EisentrautMessage wordsmithing
2009-02-17 Peter EisentrautMark 3rd argument of validate_tupdesc_compat() for...
2009-02-05 Bruce MomjianAdd PL/PgSQL FOUND and GET DIAGNOSTICS support for...
2009-01-21 Heikki LinnakangasForgot to handle the new SPI_OK_REWRITTEN result code...
2009-01-21 Heikki LinnakangasAdd new SPI_OK_REWRITTEN return code to SPI_execute...
2009-01-14 Heikki LinnakangasRemove broken Assertions that failed if a statement...
2009-01-07 Tom LaneInsert conditional SPI_push/SPI_pop calls into InputFun...
2009-01-07 Tom LaneFix executor/spi.h to follow our usual conventions...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-20 Magnus HaganderDon't pass strings directly to errdetail() and errhint...
2008-11-05 Tom LaneRename several aliases for PLpgSQL_datum.dno to also...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-10-29 Tom LaneBe more tense about not creating tuplestores with rando...
2008-09-24 Tom LaneFix unportable syntax used in recent patch. Per result...
2008-09-09 Alvaro HerreraImprove plpgsql's ability to report tuple incompatibili...
2008-09-01 Tom LaneFix plpgsql's exec_move_row() to supply valid type...
2008-08-29 Peter EisentrautRemove all traces that suggest that a non-Bison yacc...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-05-16 Tom LaneSuppress a possibly-uninitialized-variable warning...
2008-05-15 Tom LaneSupport SQL/PSM-compatible CASE statement in plpgsql.
2008-05-13 Tom LaneImprove plpgsql's RAISE command. It is now possible...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-03 Tom LaneSupport RETURN QUERY EXECUTE in plpgsql.
2008-04-17 Alvaro HerreraClean up a few places where Datums were being treated...
2008-04-06 Tom LaneMake plpgsql support FOR over a query specified by...
2008-04-01 Tom LaneSupport EXECUTE USING in plpgsql.
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-25 Neil ConwayAdd a new tuplestore API function, tuplestore_putvalues...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-07-25 Neil ConwayImplement RETURN QUERY for PL/PgSQL. This provides...
2007-07-15 Tom LaneReject zero or negative BY step in plpgsql integer...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-04-29 Neil ConwaySupport for MOVE in PL/PgSQL. Initial patch from Magnus...
2007-04-19 Tom LaneFix plpgsql to avoid reference to already-freed memory...
2007-04-16 Tom LaneSupport scrollable cursors (ie, 'direction' clause...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-03-25 Tom LaneRemove the prohibition on executing cursor commands...
2007-03-15 Tom LaneMake use of plancache module for SPI plans. In particu...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-02-08 Tom LaneFix an ancient logic error in plpgsql's exec_stmt_block...
2007-02-01 Tom LaneFix plpgsql so that when a local variable has no initia...
2007-01-30 Tom LaneAdd SPI_push/SPI_pop calls so that datatype input and...
2007-01-28 Tom LaneMake some small improvements in the accuracy of plpgsql...
2007-01-28 Tom LaneFix up plpgsql's "simple expression" evaluation mechani...
2007-01-09 Bruce MomjianEnable another five tuple status bits by using the...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-24 Tom LaneCode review for XML patch. Instill a bit of sanity...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-09-06 Tom LaneChange processing of extended-Query mode so that an...
2006-08-27 Tom LaneAdd new return codes SPI_OK_INSERT_RETURNING etc to...
2006-08-15 Tom LaneAdd hooks to allow debugging and performance measuremen...
2006-08-14 Tom LaneSupport INSERT/UPDATE/DELETE RETURNING in plpgsql,...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-16 Tom LaneCode review for SELECT INTO STRICT patch: use saner...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-06-15 Bruce MomjianAdd STRICT to PL/pgSQL SELECT INTO, so exceptions are...
2006-06-12 Bruce MomjianAdd BY clause to PL/PgSQL FOR loop, to control the...
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-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-09 Bruce MomjianRemove Jan Wieck's name from copyrights, and put in...
next