summaryrefslogtreecommitdiff
path: root/src/pl/plpgsql
Commit message (Expand)AuthorAgeFilesLines
* 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
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-283-122/+88
* Oops, plpgsql didn't have the datetime->timestamp and timespan->intervalBruce Momjian2000-05-111-10/+14
* plpgsql RAISE statement was careless about the possibility of a NULLTom Lane2000-04-281-1/+3
* Show failing OID in 'cache lookup failed' messages.Tom Lane2000-04-161-2/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-122-5/+5
* For no good reason at all, libplpgsql was getting linked with libpq.Tom Lane2000-04-041-12/+2
* exec_simple_check_plan() must not allow a plan having initPlans orTom Lane2000-03-111-10/+13
* I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian2000-03-081-2/+2
* Fix plpsql for bsdi.Bruce Momjian2000-02-231-1/+5
* Allow SELECT .. FOR UPDATE in PL/pgSQL.Hiroshi Inoue2000-02-071-2/+2
* Clean up longstanding warnings. I think the remainingTom Lane2000-01-202-7/+5
* Add .cvsignore so cvs update doesn't complain about derivedTom Lane2000-01-171-0/+3
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-161-2/+2
* Fix a passel of problems with incorrect calls to typinput and typoutputTom Lane2000-01-153-16/+46
* Remove redundant and now-incorrect declaration of pstrdup.Tom Lane2000-01-141-5/+1
* Make number of args to a function configurable.Bruce Momjian2000-01-102-4/+4
* Fix it's and its to be correct.Bruce Momjian2000-01-051-5/+5
* Clean up some minor gcc warnings.Tom Lane1999-12-201-5/+6
* Fix "Unable to identify an operator =$" problem that occurred when pgsqlTom Lane1999-11-281-16/+16
* Add system indexes to match all caches.Bruce Momjian1999-11-222-13/+13
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-072-4/+4
* Hi,Bruce Momjian1999-10-131-4/+1
* gram.y cleanupBruce Momjian1999-09-211-2/+2
* Make proper plpgsql non-externs.Bruce Momjian1999-09-201-7/+4
* Define plpgsql_yylineno as non-extern somewhere for bsdi.Bruce Momjian1999-09-201-2/+4
* Allow BSD yacc and bison to compile pl code.Bruce Momjian1999-08-161-3/+9
* replace #Include .Bruce Momjian1999-08-091-3/+4
* Fix so BSD yacc works on file.Bruce Momjian1999-08-071-2/+3