summaryrefslogtreecommitdiff
path: root/src/pl/tcl
AgeCommit message (Expand)Author
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-03Use only one hash entry for all instances of a pltcl trigger function.Tom Lane
2010-10-10Support triggers on views.Tom Lane
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-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-05-13Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unlessTom Lane
2010-05-13Translation updatePeter Eisentraut
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-19Translation updates for 9.0alpha4Peter Eisentraut
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-01-25Apply Tcl_Init() to the "hold" interpreter created by pltcl.Tom Lane
2009-12-31Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane
2009-10-20Translations update for 8.5alpha2Peter Eisentraut
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-10Translation updatesPeter Eisentraut
2009-06-04Improve the recently-added support for properly pluralized error messagesTom Lane
2009-05-14Translation updatesAlvaro Herrera
2009-04-09Translation updates for 8.4 betaPeter Eisentraut
2009-03-23Add expected file for locale-enabled installations.Peter Eisentraut
2009-01-21Forgot to handle the new SPI_OK_REWRITTEN result code in a couple places.Heikki Linnakangas
2009-01-15Remove unneeded GETTEXT_TRIGGERS.Peter Eisentraut
2009-01-14Make error messages match backend style.Peter Eisentraut
2009-01-07Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-10-11Add missing header.Alvaro Herrera
2008-10-09Improve translatability of error messages for external modules by tweakingAlvaro Herrera
2008-10-02Update pg_regress calls in PL checks to handle vpath builds.Peter Eisentraut
2008-10-01Allow pg_regress to be run outside the build tree. Look for input filesPeter Eisentraut
2008-06-17Clean up a number of bogosities around pltcl's handling of the Tcl "result":Tom Lane
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-04-07Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut
2008-03-28Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-03-21More README src cleanups.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-07Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut
2007-10-05Fix plperl and pltcl to include the name of the current function whenTom Lane
2007-09-28Update TCL comment:Bruce Momjian
2007-09-21Insert a hack in pl/tcl to disable Tcl's built-in Notifier subsystem, whichTom Lane
2007-04-02Support enum data types. Along the way, use macros for the values ofTom Lane
2007-02-21Allow pltcl args to spi_prepare and plpython args to plpy.prepare to be stand...Andrew Dunstan
2007-02-09Combine cmin and cmax fields of HeapTupleHeaders into a single field, byTom Lane
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-28Remove unnecessary checkpoint from PL regression tests. This was onceTom Lane
2007-01-09pltcl regression test needs to actually create an opclass, not just one opera...Tom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian