summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2005-06-22Fix bug in CONTINUE statement for PL/pgSQL: when we continue a loop,Neil Conway
2005-06-22Add a CONTINUE statement to PL/PgSQL, which can be used to begin theNeil Conway
2005-06-20exec_eval_datum leaks memory when dealing with ROW or REC values.Tom Lane
2005-06-20Remove read_file/write_file tests. These were originally intended toTom Lane
2005-06-20plpgsql's exec_assign_value() freed the old value of a variable beforeTom Lane
2005-06-19Fix typo in comment.Bruce Momjian
2005-06-15> Here's a patch I added against plperl, originally against beta5, nowBruce Momjian
2005-06-14Allow the parameters to PL/PgSQL's RAISE statement to be expressions,Neil Conway
2005-06-14Cleanup for "#option dump" in PL/PgSQL: don't print empty ELSE blocks,Neil Conway
2005-06-10Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway
2005-06-08Correct an omission in the syntax error message emitted by EXECUTE INTONeil Conway
2005-06-07Add support for an optional INTO clause to PL/PgSQL's EXECUTE command.Neil Conway
2005-06-05Here's a patch to do the following:Bruce Momjian
2005-06-04At 2005-05-21 20:18:50 +0530, ams@oryx.com wrote:Bruce Momjian
2005-05-29Modify hash_search() API to prevent future occurrences of the errorTom Lane
2005-05-26Back out SQLSTATE and SQLERRM support.Bruce Momjian
2005-05-26Minor cleanup for recent SQLSTATE / SQLERRM patch: spell "successful"Neil Conway
2005-05-26Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values onBruce Momjian
2005-05-24Fix PL makefiles to support running regression tests in VPATH builds.Tom Lane
2005-05-24Add regression tests for previously-untested PL/Perl features. FromNeil Conway
2005-05-23Fix typo in PL/Perl Safe.pm initialization that prevented the properNeil Conway
2005-05-17Add a --dbname option to the pg_regress script, and use pl_regressionTom Lane
2005-05-14Convert the existing regression test scripts for the various optionalTom Lane
2005-05-06For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane
2005-05-02Change SPI functions to use a `long' when specifying the number of tuplesNeil Conway
2005-05-01Change CREATE TYPE to require datatype output and send functions to haveTom Lane
2005-04-14Completion of project to use fixed OIDs for all system catalogs andTom Lane
2005-04-07Allow plpgsql functions to omit RETURN command when the function returnsTom Lane
2005-04-05Adjust grammar for plpgsql's OPEN command so that a cursor can beTom Lane
2005-04-05plpgsql does OUT parameters, as per my proposal a few weeks ago.Tom Lane
2005-04-01Make plperl work with OUT parameters.Tom Lane
2005-04-01Minor improvements in the really-pretty-ad-hoc test scripts for theTom Lane
2005-03-29Convert oidvector and int2vector into variable-length arrays. ThisTom Lane
2005-03-25Make initialization of special trigger variables a little more readable.Tom Lane
2005-03-24Fix python regression testing script to bail out early if languageTom Lane
2005-03-24Adjust plpython to convert \r\n and \r to \n in Python scripts,Tom Lane
2005-03-11Add fprintf() custom version to libpgport.Bruce Momjian
2005-02-24My patch this morning was overly hasty; revert code to original state.Tom Lane
2005-02-23Un-break plpgsql build by removing unwanted _() usage.Tom Lane
2005-02-23Properly undef _(x) gettext macro.Bruce Momjian
2005-02-22This patch changes makes some significant changes to how compilationNeil Conway
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian
2005-02-13Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requestedBruce Momjian
2005-02-01Adjust plpgsql to allow assignment to an element of an array that isTom Lane
2005-01-14plperl trigger handler tried to fetch new/old tuples even when firedTom Lane
2005-01-13Change exec_eval_simple_expr's param list allocation call fromTom Lane
2005-01-11plperl was not being quite paranoid enough about detecting 'undef' valuesTom Lane
2005-01-01Some more missed copyright notices. Many of these look like theyTom Lane
2004-12-21exec_eval_simple_expr() needs to do CommandCounterIncrement() not justTom Lane
2004-12-19plpgsql's exec_eval_simple_expr() now has to take responsibility forTom Lane