]> granicus.if.org Git - postgresql/history - src/pl
Tweak trace_sort code to show the merge order (number of active input
[postgresql] / src / pl /
2006-03-08 Bruce MomjianUpdate pltcl expected file for E''.
2006-03-08 Bruce MomjianAdjust plpython for escape_string_warning.
2006-03-08 Bruce MomjianAdjust PL regression tests for escape_string_warning.
2006-03-07 Tom LaneMake all our flex and bison files use %option prefix...
2006-03-05 Andrew DunstanPrepared queries for PLPerl, plus fixing a small plperl...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-02 Tom LaneFix possible crash at transaction end when a plpgsql...
2006-03-01 Neil ConwayUpdate the expected regression test results to account...
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
2006-02-28 Neil ConwayFix typo in comment.
2006-02-28 Neil ConwayTweak the error message emitted when a void-returning...
2006-02-28 Neil ConwayAllow PL/Python functions to return void, per gripe...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-26 Neil ConwayFix a few minor typos in comments in PL/Perl.
2006-02-20 Neil ConwayFix three Python reference leaks in PLy_traceback(...
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-28 Andrew DunstanUndo perl's nasty locale setting on Windows. Since...
2006-01-28 Neil ConwayPer a bug report from Theo Schlossnagle, plperl_return_...
2006-01-12 Andrew DunstanClear up remaining compile warning for plperl on Windows.
2006-01-10 Neil ConwayMinor code clarity improvement: AFAICS, estate.eval_eco...
2006-01-10 Neil ConwayIn PLy_function_build_args(), the code loops repeatedly...
2006-01-09 Neil ConwayMinor code cleanup for PL/Python: fixup some strangely...
2006-01-08 Andrew DunstanRationalise perl header inclusions via a common include...
2006-01-05 Bruce MomjianRemove QNX port.
2006-01-03 Tom LaneAdd checks to verify that a plpgsql function returning...
2005-12-29 Neil ConwayIndex: src/pl/plpython/plpython.c
2005-12-29 Andrew DunstanMove declaration of check_function_bodies to where...
2005-12-28 Tom LaneFix plperl validator to honor check_function_bodies...
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-26 Neil ConwayVarious cosmetic code cleanup for PL/Python:
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 Andrew Dunstantranslate undef to NULL for result arrayref, now that...
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-18 Tom LaneCode review for spi_query/spi_fetchrow patch: handle...
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-10-04 Tom LaneAdd an expected case to cover error message as spelled...
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-08-24 Tom LaneMake the plperl regression tests pass in 'use_strict...
2005-08-24 Tom LaneGet rid of inappropriate use of croak(). Per report...
2005-08-24 Tom LaneFix up plperl 'use_strict' so that it can be enabled...
2005-08-20 Tom LaneInvoke mksafefunc and mkunsafefunc with :: decoration...
2005-08-12 Bruce MomjianBack out plpython makefile change.
2005-08-12 Tom LaneUn-break plperl for non-set case.
2005-08-12 Bruce MomjianMore rsi assignment line too.
2005-08-12 Bruce MomjianCleanups for FreeBSD linking (PIC) and plpython compiles.
2005-08-12 Bruce Momjian> The attached patch moves a plperl sanity check into...
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-24 Tom LaneAdd variant expected file to cope with different spelli...
2005-07-13 Tom LaneRemove extraneous space after -L ... it confuses SHLIB_...
2005-07-12 Tom LaneFix plperl crash with list value return for an array...
2005-07-12 Tom LaneFix plperl to do recursion safely, and fix a problem...
2005-07-10 Bruce MomjianRename xmalloc to pg_malloc for consistency with psql...
2005-07-10 Bruce MomjianFollowing up a previous thought I had, yesterday I...
2005-07-10 Bruce MomjianThe attached patch implements spi_query() and spi_fetch...
2005-07-10 Bruce MomjianThis patch addresses the problem mentioned in the ...
2005-07-07 Bruce MomjianFix plperl expected output.
2005-07-06 Bruce MomjianCurrently, nonfatal warnings are not trapped (as they...
2005-07-06 Bruce MomjianCurrently, nonfatal warnings are not trapped (as they...
2005-07-06 Tom LaneAdd a check for trigger function with declared argument...
2005-07-05 Bruce MomjianBack out patch. This should be done like other server...
2005-07-04 Bruce MomjianThis patch allows the PL/Python module to do (SRF)...
2005-07-03 Tom LaneFix memory leak in plperl_hash_from_tuple(), per report...
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 Tom LaneAdd a validator function for plperl. Andrew Dunstan
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 LaneRemove read_file/write_file tests. These were original...
2005-06-20 Tom Laneplpgsql's exec_assign_value() freed the old value of...
2005-06-19 Bruce MomjianFix typo in comment.
2005-06-15 Bruce Momjian> Here's a patch I added against plperl, originally...
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-06-05 Bruce MomjianHere's a patch to do the following:
2005-06-04 Bruce MomjianAt 2005-05-21 20:18:50 +0530, ams@oryx.com wrote:
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-24 Tom LaneFix PL makefiles to support running regression tests...
2005-05-24 Neil ConwayAdd regression tests for previously-untested PL/Perl...
2005-05-23 Neil ConwayFix typo in PL/Perl Safe.pm initialization that prevent...
next