summaryrefslogtreecommitdiff
path: root/src/pl/tcl
AgeCommit message (Expand)Author
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-05-27TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs.Andrew Dunstan
2006-04-04Modify all callers of datatype input and receive functions so that if theseTom Lane
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2006-03-11Remove copyright notices from Jan (per author approval), and those filesBruce Momjian
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-08Update pltcl expected file for E''.Bruce Momjian
2006-03-08Adjust PL regression tests for escape_string_warning.Bruce Momjian
2006-02-27Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-05-24Fix PL makefiles to support running regression tests in VPATH builds.Tom Lane
2005-05-17Add a --dbname option to the pg_regress script, and use pl_regressionTom Lane
2005-05-14Convert the existing regression test scripts for the various optionalTom Lane
2005-05-06For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane
2005-05-01Change CREATE TYPE to require datatype output and send functions to haveTom Lane
2005-04-01Minor improvements in the really-pretty-ad-hoc test scripts for theTom Lane
2005-03-29Convert oidvector and int2vector into variable-length arrays. ThisTom 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