summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
...
* Re-allow CREATE AS (but not SELECT INTO) in EXECUTE.Tom Lane2002-03-251-6/+18
* Add new elog() levels to stored procedure languages. plperl DEBUG hackBruce Momjian2002-03-0610-35/+111
* Change made to elog:Bruce Momjian2002-03-065-36/+38
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-024-17/+17
* Use quote-marks to try to clarify a plpgsql error message, perTom Lane2002-02-261-14/+14
* OK'ed by Peter.Bruce Momjian2002-02-231-2/+3
* Tweak plperl.c to compile against threaded Perls, per report fromTom Lane2002-01-241-5/+12
* pltcl's spi_execp didn't handle NULL arguments quite correctly.Tom Lane2002-01-241-49/+23
* Fix incorrect test for whether Perl code is returning undef. ThisTom Lane2002-01-241-3/+3
* Remove long-obsolete version of pltcl documentation.Tom Lane2002-01-231-410/+0
* Clean up Red Hat Tcl RPM brain-damage in a more reliable way: fix theTom Lane2002-01-232-5/+6
* Suppress bogus soname switch that RedHat RPMs put into tclConfig.sh.Tom Lane2002-01-211-1/+5
* make install failed in VPATH build.Tom Lane2002-01-081-2/+2
* Tweak plpgsql's expression reader to be smarter about parentheses andTom Lane2001-11-292-84/+68
* plpython security and error handling fixes, fromTom Lane2001-11-164-57/+272
* Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut2001-11-161-2/+4
* Fix some problems in new plpgsql cursor operations, found while tryingTom Lane2001-11-154-155/+98
* Give a more intelligible and useful error message for SELECT with noTom Lane2001-11-131-2/+3
* Fix indenting for 'extern "C"' cases.Bruce Momjian2001-11-081-1/+2
* Fix coredump in plpgsql when trying to return a rowtype result.Tom Lane2001-11-051-33/+38
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-056-57/+57
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-283-38/+40
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-259-2067/+2174
* Rebuild cached function definition after CREATE OR REPLACE FUNCTION.Tom Lane2001-10-221-113/+121
* Fix plperl to discard cached function definition after CREATE ORTom Lane2001-10-191-1624/+167
* Fix a lot of confusion between typlen and typmod. Didn't hurt too muchTom Lane2001-10-191-30/+28
* Fix pltcl to update cached function def afterTom Lane2001-10-191-389/+311
* Residual cleanup from making pltcl unknown support always enabled.Tom Lane2001-10-131-5/+2
* Attached patch for unconditional enabling of pltcl-unknown support.Bruce Momjian2001-10-132-20/+2
* Change plpgsql compiler so that all elogs are trapped and a suitableTom Lane2001-10-096-110/+145
* Change plpgsql to depend on main parser's type-declaration grammar,Tom Lane2001-10-095-169/+198
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-064-36/+20
* elog command need to use unicode conversion too.Bruce Momjian2001-10-041-2/+4
* This patch adds reporting of tcl global variable errorInfoBruce Momjian2001-10-041-3/+11
* Using strtol() on int8 values (input parameters or result sets) inBruce Momjian2001-10-041-2/+13
* Fix a couple of stray // comments.Tom Lane2001-10-011-2/+2
* > > > > > - PostgreSQL requires to be compiled with --enable-multibyteBruce Momjian2001-10-011-8/+37
* The trailing semicolon in a plpgsql function definition is now optional.Tom Lane2001-09-261-5/+9
* Install dynamically loadable modules into a private subdirectoryPeter Eisentraut2001-09-164-18/+18
* I noticed that plpython does not make the relid available insideBruce Momjian2001-09-121-2/+12
* Next version of patch.Bruce Momjian2001-09-061-12/+46
* Turn on plpython build by default if we have something that looks like aPeter Eisentraut2001-08-272-6/+27
* VPATH and DESTDIR support for PL/Perl, using the same techniques employedPeter Eisentraut2001-08-262-21/+52
* Add -Wno-error because of "unclean" flex output.Peter Eisentraut2001-08-211-1/+5
* Clean up various memory leaks within plpgsql, and re-enable theTom Lane2001-08-022-195/+294
* I noticed that pltcl didn't have any way to get to SPI_lastoid like plpgsql d...Bruce Momjian2001-08-021-2/+21
* Back out SET AUTHORIZATION patch until security is resolved.Bruce Momjian2001-07-126-129/+8
* Make code malloc memory of proper length.Bruce Momjian2001-07-121-4/+4
* I updated the patch to use the SET AUTHORIZATION { INVOKER | DEFINER }Bruce Momjian2001-07-116-8/+129
* Support fake root install, separate build dir, dependency tracking, ourPeter Eisentraut2001-07-101-2/+2