]> granicus.if.org Git - postgresql/history - src/pl
Add a note to the docs describing NaN's equality and ordering behavior.
[postgresql] / src / pl /
2007-01-09 Bruce MomjianEnable another five tuple status bits by using the...
2007-01-09 Tom Lanepltcl regression test needs to actually create an opcla...
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-11-21 Tom LaneFix plpython to work (or at least pass its regression...
2006-11-21 Andrew Dunstanremove duplicate declaration, per report from Magnus...
2006-11-13 Andrew DunstanForce plperl and plperlu to run in separate interpreter...
2006-10-19 Tom LaneClean up local redeclarations of variables with DLLIMPO...
2006-10-16 Peter EisentrautRemove use of whrandom module, which was removed in...
2006-10-15 Tom LaneAdjust plperl to ensure that all strings and hash keys...
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-16 Tom LaneDefine errcode as __msvc_errcode not __vc_errcode for...
2006-09-06 Tom LaneChange processing of extended-Query mode so that an...
2006-09-02 Bruce MomjianAllow PL/python to return composite types and result...
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-08-14 Tom LaneGet rid of "lookahead" functionality in plpgsql's yylex...
2006-08-13 Bruce MomjianBack out plperl OUT hash/array parameter patch, again.
2006-08-13 Bruce MomjianRe-apply plperl patch that allows OUT parameters to...
2006-08-12 Bruce MomjianBack out patch for plperl to handle OUT paramaters...
2006-08-11 Bruce Momjianplperl:
2006-08-08 Tom LaneAdd a feature for automatic initialization and finaliza...
2006-07-21 Tom LaneAh, I finally realize why Magnus wanted to add a -...
2006-07-19 Tom LaneRewrite pg_regress as a C program instead of a shell...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-07-06 Bruce MomjianAttached patch is required ot build with the CRT that...
2006-06-25 Bruce MomjianFix Win32/Cygwin problems:
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 Tom LaneUpdate ppport.h to not cause warnings with newest Perl...
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-29 Andrew DunstanMake plperl's $_TD trigger data a global rather than...
2006-05-28 Andrew DunstanTG_table_name and TG_table_schema for plpgsql, plus...
2006-05-27 Andrew DunstanTG_table_name and TG_table_schema for pl/tcl, plus...
2006-05-27 Tom LaneRevert ill-considered change to plpgsql: it should...
2006-05-27 Andrew DunstanLooks like the new plpython regression test fails on...
2006-05-26 Bruce MomjianUse E'' strings internally only when standard_conformin...
2006-05-26 Andrew DunstanAdd table_name and table_schema to plpython trigger...
2006-05-26 Andrew DunstanAdd table_name and table_schema to plperl trigger data...
2006-04-27 Bruce MomjianRevert patch, causing plpython regression failues:
2006-04-27 Bruce Momjianplpython improvements:
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-19 Neil ConwayFix a few places that were checking for the return...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-11 Bruce MomjianRemove copyright notices from Jan (per author approval...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-09 Bruce MomjianRemove Jan Wieck's name from copyrights, and put in...
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.
next