]> granicus.if.org Git - postgresql/history - src/pl/plpgsql/src/pl_exec.c
Fix within-function memory leaks in the various PLs' interfaces to
[postgresql] / src / pl / plpgsql / src / pl_exec.c
2002-10-19 Tom LaneFix within-function memory leaks in the various PLs...
2002-09-05 Tom LaneBe careful to include postgres.h *before* any system...
2002-09-04 Bruce Momjianpgindent run.
2002-09-01 Tom Laneplpgsql functions can return RECORD, per Neil Conway.
2002-08-30 Tom LaneAdd expected tuple descriptor to ReturnSetInfo informat...
2002-08-30 Tom LanePL/pgSQL functions can return sets. Neil Conway's...
2002-08-29 Tom LaneFOUND patch was a bit over-enthusiastic: SQL commands...
2002-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-08-20 Bruce MomjianThis patch improves the behavior of FOUND in PL/PgSQL...
2002-06-24 Tom Laneplpgsql's PERFORM statement now sets FOUND depending...
2002-03-25 Tom LaneRe-allow CREATE AS (but not SELECT INTO) in EXECUTE.
2002-03-06 Bruce MomjianChange made to elog:
2002-02-26 Tom LaneUse quote-marks to try to clarify a plpgsql error messa...
2001-11-15 Tom LaneFix some problems in new plpgsql cursor operations...
2001-11-13 Tom LaneGive a more intelligible and useful error message for...
2001-11-08 Bruce MomjianFix indenting for 'extern "C"' cases.
2001-11-05 Tom LaneFix coredump in plpgsql when trying to return a rowtype...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-02 Tom LaneClean up various memory leaks within plpgsql, and re...
2001-07-12 Bruce MomjianBack out SET AUTHORIZATION patch until security is...
2001-07-11 Bruce MomjianI updated the patch to use the SET AUTHORIZATION {...
2001-05-28 Tom LaneCause plpgsql's PERFORM to behave according to its...
2001-05-21 Jan WieckEnhancement of SPI to get access to portals
2001-05-08 Tom LaneUn-break exec_move_row() for case that a NULL tuple...
2001-04-30 Tom Laneexec_move_row() should be more forgiving of tuples...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-19 Tom LaneChange plpgsql's GET DIAGNOSTICS statement to use SQL99...
2001-02-09 Tom LaneEXECUTE of a SELECT ... INTO now draws a 'not implement...
2001-01-22 Tom LaneClean up per-tuple memory leaks in trigger firing and...
2001-01-06 Tom LaneFix NOT NULL option for plpgsql variables (doesn't...
2001-01-04 Tom LaneClean up some unnecessary fragility in EXECUTE command.
2000-12-01 Tom LaneFix inadequate tree-walking code in exec_eval_clear_fcache.
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-09-12 Tom LaneClean up compiler warning.
2000-09-05 Jan WieckGET DIAGNOSTICS statement to PL/pgSQL to access SPI_pro...
2000-08-31 Jan WieckAdded EXECUTE command to PL/pgSQL for execution of
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-08-13 Tom LaneClean up handling of variable-free qual clauses. Syste...
2000-08-03 Tom LaneMore functions updated to new fmgr style --- money...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-28 Tom Laneplpgsql RAISE statement was careless about the possibil...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-11 Tom Laneexec_simple_check_plan() must not allow a plan having...
2000-02-07 Hiroshi InoueAllow SELECT .. FOR UPDATE in PL/pgSQL.
2000-01-15 Tom LaneFix a passel of problems with incorrect calls to typinp...
2000-01-05 Bruce MomjianFix it's and its to be correct.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-04 Tom LaneMake exec_simple_check_plan() check for a null plan, so
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-04-20 Tom LaneChange elog(ERROR) to get back to main loop via a plain...
1999-03-22 Bruce MomjianHi,
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-01-27 Jan WieckSpeedup of PL/pgSQL by calling ExecEvalExpr() directly
1999-01-17 Tom LaneClean up trivial compiler warning from gcc.
1998-10-04 Bruce MomjianUnixware patches from Billy G. Allie.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-24 Bruce Momjianmove plpgsql to src/pl for Jan.