summaryrefslogtreecommitdiff
path: root/src/pl/tcl
AgeCommit message (Expand)Author
2010-09-30Use a separate interpreter for each calling SQL userid in plperl and pltcl.Tom Lane
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-05-13Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unlessTom Lane
2010-01-25Apply Tcl_Init() to the "hold" interpreter created by pltcl.Tom Lane
2008-06-17Clean up a number of bogosities around pltcl's handling of the Tcl "result":Tom Lane
2006-01-17Repair problems with the result of lookup_rowtype_tupdesc() possibly beingTom Lane
2004-12-16Cause configure --with-tcl to check for presence of <tcl.h>, as perTom Lane
2004-11-21Fix plperl and pltcl error handling per my previous proposal. SPITom Lane
2004-09-14Make pltcl work on Win32. Magnus HaganderTom Lane
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-07-31Be more consistent about reporting SPI errors in the various PLs.Tom Lane
2004-07-31Restructure error handling as recently discussed. It is now reallyTom Lane
2004-06-06Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane
2004-05-30Use the new List API function names throughout the backend, and disable theNeil Conway
2004-05-26Reimplement the linked list data structure used throughout the backend.Neil Conway
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2004-01-24Fix problems with dropped columns in pltcl triggers, per report from Patrick ...Tom Lane
2004-01-21Fix bit-rot in support for building with --disable-shared. This patchTom Lane
2004-01-06Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-29Fixed type lookup in spi_prepare for possible qualifiedJan Wieck
2003-09-27Adjust Darwin build to use the default 'two level namespace' linkingTom Lane
2003-09-14Make pltcl create separate function objects when the same function isTom Lane
2003-09-04Fix some problems with dropped columns in pltcl functions.Tom Lane
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-04Fix pltcl and plpython to support STATEMENT triggers.Tom Lane
2003-08-04pgindent run.Bruce Momjian
2003-07-31Cause library-preload feature to report error if specified initializationTom Lane
2003-07-25Error message editing in src/pl. The plpython module could use anotherTom Lane
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2003-05-16Small changes to use the absolute path to system catalogs.Tom Lane
2003-02-06Fix core dump when pltcl_elog is called with wrong number of parameters,Tom Lane
2002-12-30Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane
2002-12-30Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too badTom Lane
2002-11-22Fix a dozen or so places that were passing unpredictable data stringsTom Lane
2002-10-19Fix within-function memory leaks in the various PLs' interfaces toTom Lane
2002-10-19Fix pltcl self-test for recent changes to elog.Tom Lane
2002-10-14I have attached two patches as per:Bruce Momjian
2002-09-26Back out /pl memory leak patch. Wait for new version.Bruce Momjian
2002-09-26I have attached the pltcl patch again, just in case. For the sake of clarityBruce Momjian
2002-09-21Provide an upgrade strategy for dump files containing functions declaredTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-07-18Fix typo (PG_UNICODE -> PG_UTF8)Tatsuo Ishii
2002-07-18Fix breakage for pltcl modules. pg_get_enconv_by_encoding() has beenTatsuo Ishii
2002-06-15This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian