| Commit message (Expand) | Author | Age | Files | Lines |
* | exec_eval_simple_expr() needs to do CommandCounterIncrement() not just | Tom Lane | 2004-12-21 | 1 | -2/+6 |
* | plpgsql's exec_eval_simple_expr() now has to take responsibility for | Tom Lane | 2004-12-19 | 1 | -7/+34 |
* | Allow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL. There have been | Neil Conway | 2004-12-17 | 1 | -1/+2 |
* | Hook up the plpython result-object nrows and status methods correctly. | Tom Lane | 2004-12-17 | 1 | -24/+6 |
* | Cause configure --with-tcl to check for presence of <tcl.h>, as per | Tom Lane | 2004-12-16 | 1 | -2/+2 |
* | Instead of supposing (wrongly, in the general case) that the rowtype | Tom Lane | 2004-12-11 | 1 | -1/+4 |
* | Fix a few typos in comments. | Neil Conway | 2004-11-30 | 2 | -7/+7 |
* | Update plperl to use ereport() not elog() for user-facing messages, | Tom Lane | 2004-11-29 | 2 | -38/+67 |
* | Avoid getting bit by roundoff error while checking $Safe::VERSION. | Tom Lane | 2004-11-24 | 1 | -3/+8 |
* | Further plperl cleanup: be more paranoid about checking the type of | Tom Lane | 2004-11-23 | 3 | -253/+323 |
* | The beginnings of a regression test for plperl. Right now it only | Tom Lane | 2004-11-22 | 3 | -0/+386 |
* | Try to instill some sanity in plperl's function result processing. | Tom Lane | 2004-11-22 | 1 | -268/+131 |
* | While fixing plperl and pltcl, I realized plpgsql wasn't doing | Tom Lane | 2004-11-21 | 1 | -16/+12 |
* | Suppress remaining compile warnings, and add a comment about why | Tom Lane | 2004-11-21 | 2 | -3/+23 |
* | Fix plperl and pltcl error handling per my previous proposal. SPI | Tom Lane | 2004-11-21 | 5 | -378/+377 |
* | Fix plperl's elog() function to convert elog(ERROR) into Perl croak(), | Tom Lane | 2004-11-20 | 2 | -16/+74 |
* | Set rpath for plperl and plpython to ensure we can find the .so files | Tom Lane | 2004-11-19 | 2 | -3/+6 |
* | Fix memory clobber problem reported by John Hansen: plperl_safe_init() | Tom Lane | 2004-11-18 | 1 | -47/+38 |
* | Remove ill-considered suppression of gcc warnings in plperl, and fix | Tom Lane | 2004-11-17 | 2 | -30/+24 |
* | Adjust safety restrictions for plperl functions. Andrew Dunstan's | Tom Lane | 2004-11-16 | 1 | -6/+9 |
* | Rethink plpgsql's way of handling SPI execution during an exception block. | Tom Lane | 2004-11-16 | 1 | -18/+13 |
* | Remove three unnecessary casts from a pointer type to char * when calling | Neil Conway | 2004-10-25 | 1 | -3/+3 |
* | I have attached 5 patches (split up for ease of review) to plperl.c. | Bruce Momjian | 2004-10-15 | 1 | -129/+93 |
* | plpgsql EXIT construct forgot to downcase or quote-strip its identifier | Tom Lane | 2004-10-12 | 1 | -2/+13 |
* | Another try at making plpython autoconfiguration work correctly. Use a | Tom Lane | 2004-10-11 | 1 | -7/+9 |
* | Cosmetic improvements/code cleanup: | Neil Conway | 2004-10-10 | 1 | -3/+3 |
* | Un-break plpython build for non-Windows platforms. | Tom Lane | 2004-10-10 | 1 | -2/+4 |
* | Move -DPLPERL_HAVE_UID_GID to the plperl Makefile, for Win32 only. | Bruce Momjian | 2004-10-07 | 3 | -4/+3 |
* | Add PLperl workaround for Win32 to the *.xs file. | Bruce Momjian | 2004-10-07 | 1 | -0/+1 |
* | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 | 1 | -3/+2 |
* | Use #define instead of typedef for plperl because perl defines | Bruce Momjian | 2004-10-06 | 1 | -1/+2 |
* | Allow plpython to build on Win32. | Bruce Momjian | 2004-10-06 | 1 | -1/+25 |
* | Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword | Tom Lane | 2004-10-01 | 1 | -1/+5 |
* | Persuade plpython to build on OS X. | Tom Lane | 2004-09-24 | 1 | -1/+7 |
* | Add defenses against plpython functions being declared to take or return | Tom Lane | 2004-09-19 | 1 | -7/+27 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 2 | -39/+25 |
* | Cosmetic PL/PgSQL fix: declare the second parameter plpgsql_dstring_append | Neil Conway | 2004-09-14 | 3 | -6/+6 |
* | Make pltcl work on Win32. Magnus Hagander | Tom Lane | 2004-09-14 | 2 | -2/+11 |
* | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 | 8 | -180/+281 |
* | Fix two typos in comments. | Neil Conway | 2004-09-13 | 1 | -2/+2 |
* | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 | 8 | -308/+308 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 11 | -1945/+2485 |
* | Recognize plpgsql EXCEPTION condition names at function compile time | Tom Lane | 2004-08-20 | 4 | -62/+91 |
* | Add trivial NULL statement to plpgsql, for Oracle compatibility. | Tom Lane | 2004-08-16 | 1 | -12/+23 |
* | Give a more specific error message for "you can't do that" error cases | Tom Lane | 2004-08-13 | 1 | -3/+40 |
* | Move include for Python.h above postgres.h to eliminate compiler warning. | Joe Conway | 2004-08-05 | 1 | -2/+2 |
* | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 2 | -4/+4 |
* | Actually, there's no need to use pg_strcasecmp for checking exception | Tom Lane | 2004-08-02 | 2 | -180/+180 |
* | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane | 2004-08-02 | 1 | -4/+3 |
* | Some mop-up work for savepoints (nested transactions). Store a small | Tom Lane | 2004-08-01 | 3 | -21/+39 |