summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apparently, on some systems, ExtUtils::Embed and MakeMaker are slightlyBruce Momjian2001-06-201-1/+4
* Well, after persuading cvsup and cvs that it _is_ possible to have localBruce Momjian2001-06-182-48/+47
* Fix a few missed NOIND usages.Tom Lane2001-06-096-20/+4
* Patch from Ian Lance Taylor fixing multiple cursor argumentsJan Wieck2001-06-061-3/+19
* pltcl, plperl, and plpython all suffer the same bug previously fixedTom Lane2001-06-013-19/+85
* Allow IS and FOR in Pl/PgSQL cursors, per Oracle and ANSI. Jan-approved.Bruce Momjian2001-05-311-3/+5
* Cause plpgsql's PERFORM to behave according to its documentation,Tom Lane2001-05-281-14/+39
* See attached for a small patch that enables plpython to build cleanlyBruce Momjian2001-05-253-5/+8
* Another Makefile fix for qnx patch.Bruce Momjian2001-05-251-5/+5
* Fix tabs in Makefile.Bruce Momjian2001-05-251-4/+4
* Back out qnx plpgsql/Makefile change and move to src/Makefile.Bruce Momjian2001-05-242-11/+9
* I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian2001-05-241-1/+10
* Enhancement of SPI to get access to portalsJan Wieck2001-05-216-96/+1175
* Adding ELSIF support contributed by Klaus Reger.Jan Wieck2001-05-182-3/+51
* Remove linking hacks now that dynloader is fixed.Peter Eisentraut2001-05-143-188/+26
* PL/Python should build portably now, if you can get over the fact thatPeter Eisentraut2001-05-124-36/+46
* PL/Python integration: support in create/droplang, add CVS keywords,Peter Eisentraut2001-05-1213-330/+61
* Cleanups of pltcl unknown thingy.Peter Eisentraut2001-05-116-60/+62
* Move disabled message up to a higher makefile.Bruce Momjian2001-05-102-8/+6
* This directory contains a module that implements the "Metaphone" code asBruce Momjian2001-05-091-1/+4
* Wow, I am getting good at this Makefile stuff. Peter may be OK with it.Bruce Momjian2001-05-091-9/+5