summaryrefslogtreecommitdiff
path: root/src/pl/plpgsql
Commit message (Expand)AuthorAgeFilesLines
* Since plpgsql keeps its compiled function parsetrees until backend exit,Tom Lane2001-04-061-7/+29
* Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's toTom Lane2001-04-041-1/+3
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-224-454/+296
* pgindent run. Make it all clean.Bruce Momjian2001-03-225-70/+73
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-201-2/+2
* Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatibleTom Lane2001-02-195-110/+91
* Format to match standard conventionsBruce Momjian2001-02-101-127/+135
* Convert to standard 4-space tabs.Bruce Momjian2001-02-101-1375/+1375
* Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut2001-02-101-1/+5
* plpgsql's private copy of xlateSqlType was out of sync. Again. ThisTom Lane2001-02-091-45/+7
* Remove no-longer-needed mklang script; now superseded by createlang.Tom Lane2001-02-093-28/+4
* EXECUTE of a SELECT ... INTO now draws a 'not implemented' error,Tom Lane2001-02-091-2/+11
* Clean up per-tuple memory leaks in trigger firing and plpgsqlTom Lane2001-01-221-51/+10
* Fix NOT NULL option for plpgsql variables (doesn't look like itTom Lane2001-01-061-7/+9
* Fix misplaced strdup(), which could lead to error messages referencingTom Lane2001-01-061-3/+5
* Clean up some unnecessary fragility in EXECUTE command.Tom Lane2001-01-041-11/+16
* Remove obsolete and unportable enable_plpgsql script. createlang hasTom Lane2000-12-301-68/+0
* Improve error message for erroneous use of 'opaque' as plpgsql argumentTom Lane2000-12-081-6/+14
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-3/+3
* Fix inadequate tree-walking code in exec_eval_clear_fcache.Tom Lane2000-12-011-23/+27
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-201-1/+3
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-162-51/+94
* Polish shared library build to reduce number of special hacks. InPeter Eisentraut2000-10-231-2/+2
* plpgsql regress tests seem a tad out of date ... repair bit rot.Tom Lane2000-10-227-571/+557
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-201-2/+2
* Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut2000-09-171-4/+4
* Allow PL/pgSQL accept non ascii identifiersTatsuo Ishii2000-09-151-3/+3
* Clean up compiler warning.Tom Lane2000-09-121-3/+2
* GET DIAGNOSTICS statement to PL/pgSQL to access SPI_processedJan Wieck2000-09-055-9/+236
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-2/+2
* Added EXECUTE command to PL/pgSQL for execution ofJan Wieck2000-08-316-9/+368
* New configure test for flex, which recognizes only flex but does so in allPeter Eisentraut2000-08-281-5/+8
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-241-6/+6
* Fix plpgsql lexer to accept Windows-style and Mac-style newlines asTom Lane2000-08-221-27/+44
* Clean up handling of variable-free qual clauses. System now does theTom Lane2000-08-131-21/+6
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-032-15/+25
* Add distprep target to take some of the job of the release_prep script.Peter Eisentraut2000-07-192-3/+6
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-121-12/+20
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-052-15/+18
* Makefile cleanup for interface tree. Now essentially with all thePeter Eisentraut2000-06-281-4/+6
* Makefile cleanup for bin and pl subtrees. They should now supportPeter Eisentraut2000-06-273-79/+33
* Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in thePeter Eisentraut2000-06-205-64/+108
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-141-2/+2
* Gen_fmgrtab.sh is strange: it is a platform dependent way (because it usesPeter Eisentraut2000-06-071-2/+2
* Moved configure script from src/ to the top level directory. MovedPeter Eisentraut2000-06-061-2/+2
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-2/+2
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-12/+13
* Cleanup of <> and ""Bruce Momjian2000-05-291-3/+3
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-3/+1
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-291-14/+4