aboutsummaryrefslogtreecommitdiff
path: root/src/pl/tcl/pltcl.c
Commit message (Expand)AuthorAge
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Use only one hash entry for all instances of a pltcl trigger function.Tom Lane2010-11-03
* Support triggers on views.Tom Lane2010-10-10
* Use a separate interpreter for each calling SQL userid in plperl and pltcl.Tom Lane2010-09-30
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unlessTom Lane2010-05-13
* 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