]> granicus.if.org Git - postgresql/history - src/pl/plpgsql
Return inline to win32.h because code was OK, but keep additional
[postgresql] / src / pl / plpgsql /
2006-08-08 Tom LaneAdd a feature for automatic initialization and finaliza...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
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 Tom LaneMagic blocks don't do us any good unless we use 'em...
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-05-27 Tom LaneRevert ill-considered change to plpgsql: it should...
2006-05-26 Bruce MomjianUse E'' strings internally only when standard_conformin...
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-23 Tom LaneFix plpgsql to pass only one copy of any given plpgsql...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-09 Bruce MomjianRemove Jan Wieck's name from copyrights, and put in...
2006-03-07 Tom LaneMake all our flex and bison files use %option prefix...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-02 Tom LaneFix possible crash at transaction end when a plpgsql...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-12 Tom LaneApply code-reviewed version of for-scalar-list patch...
2006-02-12 Bruce MomjianAllow PL/pgSQL FOR statement to return values to scalar...
2006-02-12 Tom LaneClean up plpgsql grammar to make sure that check_assign...
2006-01-10 Neil ConwayMinor code clarity improvement: AFAICS, estate.eval_eco...
2006-01-05 Bruce MomjianRemove QNX port.
2006-01-03 Tom LaneAdd checks to verify that a plpgsql function returning...
2005-12-28 Tom LaneMove plpgsql's fetchArgInfo() into funcapi.c, and rename to
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-12-09 Tom LaneFix core dump in error path of plpgsql_parse_tripwordty...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-18 Tom LaneMop-up for nulls-in-arrays patch: fix some places that...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-10-24 Tom LaneEnsure that a plpgsql LOOP with an empty body still...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Tom LaneFix small oversight in recent patch to add more CREATE...
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-09-14 Tom LaneFix recent breakage of decl_cursor_arglist syntax,...
2005-09-13 Tom LaneFix make_tuple_from_row to support nested rowtypes...
2005-07-28 Neil ConwayRefactor exec_cast_value() and exec_simple_cast_value...
2005-07-28 Tom LaneFix breakage introduced in plpgsql CONTINUE patch.
2005-07-06 Tom LaneAdd a check for trigger function with declared argument...
2005-07-02 Bruce MomjianAdd E'' to internally created SQL strings that contain...
2005-07-02 Neil ConwayIn PL/PgSQL, allow a block's label to be optionally...
2005-07-01 Bruce MomjianClarify code to double \\ and '.
2005-06-26 Tom LaneAdd Oracle-compatible GREATEST and LEAST functions...
2005-06-26 Tom LaneCode review for escape-strings patch. Sync psql and...
2005-06-22 Neil ConwayFix bug in CONTINUE statement for PL/pgSQL: when we...
2005-06-22 Neil ConwayAdd a CONTINUE statement to PL/PgSQL, which can be...
2005-06-20 Tom Laneexec_eval_datum leaks memory when dealing with ROW...
2005-06-20 Tom Laneplpgsql's exec_assign_value() freed the old value of...
2005-06-19 Bruce MomjianFix typo in comment.
2005-06-14 Neil ConwayAllow the parameters to PL/PgSQL's RAISE statement...
2005-06-14 Neil ConwayCleanup for "#option dump" in PL/PgSQL: don't print...
2005-06-10 Neil ConwayImplement two new special variables in PL/PgSQL: SQLSTA...
2005-06-08 Neil ConwayCorrect an omission in the syntax error message emitted...
2005-06-07 Neil ConwayAdd support for an optional INTO clause to PL/PgSQL...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-05-26 Bruce MomjianBack out SQLSTATE and SQLERRM support.
2005-05-26 Neil ConwayMinor cleanup for recent SQLSTATE / SQLERRM patch:...
2005-05-26 Bruce MomjianAdd PL/pgSQL SQLSTATE and SQLERRM support which sets...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-05-02 Neil ConwayChange SPI functions to use a `long' when specifying...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-07 Tom LaneAllow plpgsql functions to omit RETURN command when...
2005-04-05 Tom LaneAdjust grammar for plpgsql's OPEN command so that a...
2005-04-05 Tom Laneplpgsql does OUT parameters, as per my proposal a few...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-25 Tom LaneMake initialization of special trigger variables a...
2005-03-11 Bruce MomjianAdd fprintf() custom version to libpgport.
2005-02-24 Tom LaneMy patch this morning was overly hasty; revert code...
2005-02-23 Tom LaneUn-break plpgsql build by removing unwanted _() usage.
2005-02-22 Neil ConwayThis patch changes makes some significant changes to...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-13 Bruce MomjianMove plpgsql DEBUG from DEBUG2 to DEBUG1 because it...
2005-02-01 Tom LaneAdjust plpgsql to allow assignment to an element of...
2005-01-13 Tom LaneChange exec_eval_simple_expr's param list allocation...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2004-12-21 Tom Laneexec_eval_simple_expr() needs to do CommandCounterIncre...
2004-12-19 Tom Laneplpgsql's exec_eval_simple_expr() now has to take respo...
2004-12-17 Neil ConwayAllow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL...
2004-12-11 Tom LaneInstead of supposing (wrongly, in the general case...
2004-11-30 Neil ConwayFix a few typos in comments.
2004-11-21 Tom LaneWhile fixing plperl and pltcl, I realized plpgsql wasn...
2004-11-16 Tom LaneRethink plpgsql's way of handling SPI execution during...
2004-10-25 Neil ConwayRemove three unnecessary casts from a pointer type...
2004-10-12 Tom Laneplpgsql EXIT construct forgot to downcase or quote...
2004-10-10 Neil ConwayCosmetic improvements/code cleanup:
2004-10-01 Tom LaneCode review for NOWAIT patch: downgrade NOWAIT from...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-09-14 Neil ConwayCosmetic PL/PgSQL fix: declare the second parameter...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-09-13 Neil ConwayFix two typos in comments.
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
next