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