aboutsummaryrefslogtreecommitdiff
path: root/src/pl/tcl/pltcl.c
Commit message (Expand)AuthorAge
* pgindent run for 9.0Bruce Momjian2010-02-26
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Apply Tcl_Init() to the "hold" interpreter created by pltcl.Tom Lane2010-01-25
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-31
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Forgot to handle the new SPI_OK_REWRITTEN result code in a couple places.Heikki Linnakangas2009-01-21
* Make error messages match backend style.Peter Eisentraut2009-01-14
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-07
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-11
* Add missing header.Alvaro Herrera2008-10-11
* Improve translatability of error messages for external modules by tweakingAlvaro Herrera2008-10-09
* Clean up a number of bogosities around pltcl's handling of the Tcl "result":Tom Lane2008-06-17
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-28
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-07
* Fix plperl and pltcl to include the name of the current function whenTom Lane2007-10-05
* Update TCL comment:Bruce Momjian2007-09-28
* Insert a hack in pl/tcl to disable Tcl's built-in Notifier subsystem, whichTom Lane2007-09-21
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Allow pltcl args to spi_prepare and plpython args to plpy.prepare to be stand...Andrew Dunstan2007-02-21
* Combine cmin and cmax fields of HeapTupleHeaders into a single field, byTom Lane2007-02-09
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.Tom Lane2006-08-27
* Add a feature for automatic initialization and finalization of dynamicallyTom Lane2006-08-08
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-16
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-30
* TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs.Andrew Dunstan2006-05-27
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-04
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Remove copyright notices from Jan (per author approval), and those filesBruce Momjian2006-03-11
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-01
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Fix plperl and pltcl error handling per my previous proposal. SPITom Lane2004-11-21
* Make pltcl work on Win32. Magnus HaganderTom Lane2004-09-14
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-13
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-04
* Be more consistent about reporting SPI errors in the various PLs.Tom Lane2004-07-31
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-31
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-06
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01