summaryrefslogtreecommitdiff
path: root/src/pl/tcl
AgeCommit message (Expand)Author
2013-03-04Add a materialized view relations.Kevin Grittner
2013-02-01PL/Tcl: Fix compiler warnings with Tcl 8.6Peter Eisentraut
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-04-24Lots of doc corrections.Robert Haas
2011-12-27Run "make all" as a prerequisite of "make check"Peter Eisentraut
2011-09-16Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-07-03Put comments on the installable procedural languages.Tom Lane
2011-06-27Allow callers to pass a missing_ok flag when opening a relation.Robert Haas
2011-06-26Add the possibility to pass --flag arguments to xgettext callsPeter Eisentraut
2011-06-26Refactor common gettext triggersPeter Eisentraut
2011-06-26Replace := by = in nls.mk filesPeter Eisentraut
2011-06-09Translation updates for 9.1beta2Peter Eisentraut
2011-05-01Rewrite installation makefile rules without for loopsPeter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-05Fix parallel gmake for extension directory addition in PL languages.Bruce Momjian
2011-03-05Create extension infrastructure for the core procedural languages.Tom Lane
2011-02-15Allow make check in PL directoriesPeter Eisentraut
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