summaryrefslogtreecommitdiff
path: root/src/pl/tcl
AgeCommit message (Expand)Author
2000-12-15List .o file explicitly as dependency, to work around a gmake bugPeter Eisentraut
2000-12-08Improve error message for erroneous use of 'opaque' as pltcl argumentTom Lane
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
2000-11-03outdated and obsoletePeter Eisentraut
2000-11-03Add global .SECONDARY: target to not allow make to delete intermediatePeter Eisentraut
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-10-17Update pltcl regress test to exercise return_null; also make use ofTom Lane
2000-09-17Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-07-19Added untrusted PL/TclU (pltclu) language. Executes all proceduresJan Wieck
2000-07-18Fixed an ordering problem in test queries andJan Wieck
2000-07-18Update pltcl regress test's expected output for 7.0 psql output format.Tom Lane
2000-07-17Revise aggregate functions per earlier discussions in pghackers.Tom Lane
2000-07-17update pltcl test to have at least some chance of running ... stillTom Lane
2000-07-17pltcl seems to be broken on HPUX with recent Tcl versions, becauseTom Lane
2000-07-05Update textin() and textout() to new fmgr style. This is just phaseTom Lane
2000-07-01A little bit of clean-up/bug fix in Tcl build. Handle gracefully casesPeter Eisentraut
2000-06-30Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>Peter Eisentraut
2000-06-27Makefile cleanup for bin and pl subtrees. They should now supportPeter Eisentraut
2000-06-17Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut
2000-06-12>> What happened to the patch I sent regarding the bug in the TCLBruce Momjian
2000-06-05Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane
2000-05-30Third round of fmgr updates: eliminate calls using fmgr() andTom Lane
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-05-29Second round of fmgr changes: triggers are now invoked in new style,Tom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-05-23Transmit -I switches selected by configure (particularly those fromTom Lane
2000-05-23Cast parameters to ckfree to (char *) to suppress compiler warnings.Tom Lane
2000-05-22Irix fixes from Murad NayalBruce Momjian
2000-04-21pltcl didn't work well at all when Tcl had been built with a differentTom Lane
2000-04-16Show failing OID in 'cache lookup failed' messages;Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-08I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian
2000-02-27Add 'volatile' declarations to silence gcc warnings about longjmp.Tom Lane
2000-01-15Fix a passel of problems with incorrect calls to typinput and typoutputTom Lane
2000-01-10Make number of args to a function configurable.Bruce Momjian
2000-01-05Fix it's and its to be correct.Bruce Momjian
1999-11-22Add system indexes to match all caches.Bruce Momjian
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian
1999-08-29Fix quoting problems in mkMakefile.tcldefs.sh.in andTom Lane
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-05-26Make functions static or NOT_USED as appropriate.Bruce Momjian
1999-05-25Another pgindent run. Sorry folks.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-04-20Change elog(ERROR) to get back to main loop via a plain sigsetjmp,Tom Lane
1998-12-13Build pltcl.so correctly on platforms that want dependentTom Lane
1998-11-27New HeapTuple structure/interface.Vadim B. Mikheev
1998-11-23Fixed bug in the unknown module. Module still tried to callJan Wieck
1998-10-18Clean up shared makefile install procedures.Tom Lane