aboutsummaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAge
* Allow the parameters to PL/PgSQL's RAISE statement to be expressions,Neil Conway2005-06-14
* Cleanup for "#option dump" in PL/PgSQL: don't print empty ELSE blocks,Neil Conway2005-06-14
* Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway2005-06-10
* Correct an omission in the syntax error message emitted by EXECUTE INTONeil Conway2005-06-08
* Add support for an optional INTO clause to PL/PgSQL's EXECUTE command.Neil Conway2005-06-07
* Here's a patch to do the following:Bruce Momjian2005-06-05
* At 2005-05-21 20:18:50 +0530, ams@oryx.com wrote:Bruce Momjian2005-06-04
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* Back out SQLSTATE and SQLERRM support.Bruce Momjian2005-05-26
* Minor cleanup for recent SQLSTATE / SQLERRM patch: spell "successful"Neil Conway2005-05-26
* Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values onBruce Momjian2005-05-26
* Fix PL makefiles to support running regression tests in VPATH builds.Tom Lane2005-05-24
* Add regression tests for previously-untested PL/Perl features. FromNeil Conway2005-05-24
* Fix typo in PL/Perl Safe.pm initialization that prevented the properNeil Conway2005-05-23
* Add a --dbname option to the pg_regress script, and use pl_regressionTom Lane2005-05-17
* Convert the existing regression test scripts for the various optionalTom Lane2005-05-14
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* Change SPI functions to use a `long' when specifying the number of tuplesNeil Conway2005-05-02
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-01
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Allow plpgsql functions to omit RETURN command when the function returnsTom Lane2005-04-07
* Adjust grammar for plpgsql's OPEN command so that a cursor can beTom Lane2005-04-05
* plpgsql does OUT parameters, as per my proposal a few weeks ago.Tom Lane2005-04-05
* Make plperl work with OUT parameters.Tom Lane2005-04-01
* Minor improvements in the really-pretty-ad-hoc test scripts for theTom Lane2005-04-01
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Make initialization of special trigger variables a little more readable.Tom Lane2005-03-25
* Fix python regression testing script to bail out early if languageTom Lane2005-03-24
* Adjust plpython to convert \r\n and \r to \n in Python scripts,Tom Lane2005-03-24
* Add fprintf() custom version to libpgport.Bruce Momjian2005-03-11
* My patch this morning was overly hasty; revert code to original state.Tom Lane2005-02-24
* Un-break plpgsql build by removing unwanted _() usage.Tom Lane2005-02-23
* Properly undef _(x) gettext macro.Bruce Momjian2005-02-23
* This patch changes makes some significant changes to how compilationNeil Conway2005-02-22
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-22
* Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requestedBruce Momjian2005-02-13
* Adjust plpgsql to allow assignment to an element of an array that isTom Lane2005-02-01
* plperl trigger handler tried to fetch new/old tuples even when firedTom Lane2005-01-14
* Change exec_eval_simple_expr's param list allocation call fromTom Lane2005-01-13
* plperl was not being quite paranoid enough about detecting 'undef' valuesTom Lane2005-01-11
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-01
* exec_eval_simple_expr() needs to do CommandCounterIncrement() not justTom Lane2004-12-21
* plpgsql's exec_eval_simple_expr() now has to take responsibility forTom Lane2004-12-19
* Allow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL. There have beenNeil Conway2004-12-17
* Hook up the plpython result-object nrows and status methods correctly.Tom Lane2004-12-17
* Cause configure --with-tcl to check for presence of <tcl.h>, as perTom Lane2004-12-16
* Instead of supposing (wrongly, in the general case) that the rowtypeTom Lane2004-12-11
* Fix a few typos in comments.Neil Conway2004-11-30
* Update plperl to use ereport() not elog() for user-facing messages,Tom Lane2004-11-29
* Avoid getting bit by roundoff error while checking $Safe::VERSION.Tom Lane2004-11-24