summaryrefslogtreecommitdiff
path: root/src/pl/tcl
AgeCommit message (Expand)Author
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-19Fix a lot of confusion between typlen and typmod. Didn't hurt too muchTom Lane
2001-10-19Fix pltcl to update cached function def afterTom Lane
2001-10-13Residual cleanup from making pltcl unknown support always enabled.Tom Lane
2001-10-13Attached patch for unconditional enabling of pltcl-unknown support.Bruce Momjian
2001-10-06Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane
2001-10-04elog command need to use unicode conversion too.Bruce Momjian
2001-10-04 This patch adds reporting of tcl global variable errorInfoBruce Momjian
2001-10-01> > > > > - PostgreSQL requires to be compiled with --enable-multibyteBruce Momjian
2001-09-16Install dynamically loadable modules into a private subdirectoryPeter Eisentraut
2001-09-06Next version of patch.Bruce Momjian
2001-08-02I noticed that pltcl didn't have any way to get to SPI_lastoid like plpgsql d...Bruce Momjian
2001-06-09Fix a few missed NOIND usages.Tom Lane
2001-06-01pltcl, plperl, and plpython all suffer the same bug previously fixedTom Lane
2001-05-11Cleanups of pltcl unknown thingy.Peter Eisentraut
2001-05-09Wow, I am getting good at this Makefile stuff. Peter may be OK with it.Bruce Momjian
2001-05-09I think I got the pltcl Makefile unknown rules working properly.Bruce Momjian
2001-05-09More cleanups to generate tcl unknown from Makefile.Bruce Momjian
2001-05-09Make tcl unknown configure from Makefile, not configure.Bruce Momjian
2001-05-09More --enable-pltcl-unknown renames.Bruce Momjian
2001-05-09This patch adds a new configure option --with-pltcl-unknown whichBruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-07> Applied. Thanks.Bruce Momjian
2001-03-07pltcl_loadmod has problems with big (>4k) modules because of missing incrBruce Momjian
2001-02-16Fix bugs in pltcl's new return_null command: it was liable to go belly upTom Lane
2001-02-16Fix erroneous sort request in pltcl selftest.Tom Lane
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