summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
* plperl Makefile cleanup. Doesn't work on BSDI yet.Bruce Momjian2000-01-202-7/+9
* Update plperl makefile.Bruce Momjian2000-01-202-1/+27
* Clean up longstanding warnings. I think the remainingTom Lane2000-01-202-7/+5
* Well, I finally solved the linking problemBruce Momjian2000-01-203-0/+2329
* 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-154-25/+50
* 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-103-9/+9
* Fix it's and its to be correct.Bruce Momjian2000-01-052-8/+8
* 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-223-22/+22
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-073-8/+9
* 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
* Fix quoting problems in mkMakefile.tcldefs.sh.in andTom Lane1999-08-291-3/+10
* 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
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-154-8/+4
* Make exec_simple_check_plan() check for a null plan, soTom Lane1999-07-041-2/+5
* Make sure symlinks for sharedlib get removed by 'make clean'.Tom Lane1999-06-301-3/+3
* Fix compile of plpgsql by adding 'extern int yylineno.'Bruce Momjian1999-05-261-1/+3
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-3/+4
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-15/+15
* pgindent run over code.Bruce Momjian1999-05-254-81/+93
* Fix configure to generate correct expansion of library directoryTom Lane1999-05-111-2/+2
* put back mklang.sql.in file.Bruce Momjian1999-05-111-2/+2
* clean up commentsBruce Momjian1999-05-111-2/+2
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-103-12/+12
* Change elog(ERROR) to get back to main loop via a plain sigsetjmp,Tom Lane1999-04-202-36/+4
* Hi,Bruce Momjian1999-03-221-2/+2
* Ah, *now* I understand: plpgsql lexer must be generated with flex -l ...Tom Lane1999-03-212-5/+6
* Hmm, it seems some versions of flex declare yytext as extern char[]Tom Lane1999-03-211-7/+4
* Remove yacc/lex output files from CVS repository.Tom Lane1999-03-203-4775/+0
* Clean up build procedure: do not keep raw lex/yacc files around,Tom Lane1999-03-201-11/+11
* Include -lcrypt when needed to link libpgtcl.so and plpgsql.soTom Lane1999-02-071-5/+6
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-42/+76
* Hope that execMain.c good merged.Vadim B. Mikheev1999-01-291-20/+6
* New prebuilt versions of gram.c and scan.c for the mixed caseJan Wieck1999-01-282-265/+243
* Partial support for mixed case in PL/pgSQL.Jan Wieck1999-01-284-21/+48
* Speedup of PL/pgSQL by calling ExecEvalExpr() directlyJan Wieck1999-01-272-94/+385
* Clean up trivial compiler warning from gcc.Tom Lane1999-01-171-3/+3
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-1/+8
* Fix deadlock so it only checks once.Bruce Momjian1998-12-182-2/+2