summaryrefslogtreecommitdiff
path: root/src/pl/tcl
AgeCommit message (Expand)Author
2015-09-16Don't use "#" as an abbreviation for "number" in PL/Tcl error messages.Tom Lane
2015-08-03Fix a number of places that produced XX000 errors in the regression tests.Tom Lane
2015-07-20Fix (some of) pltcl memory usageAlvaro Herrera
2015-06-29Translation updatesPeter Eisentraut
2015-05-02Move interpreter shared library detection to configurePeter Eisentraut
2015-04-30Fix parallel make risk with new check temp-install setupPeter Eisentraut
2015-04-23Improve speed of make check-worldPeter Eisentraut
2015-02-02Translation updatesPeter Eisentraut
2015-01-26Fix volatile-safety issue in pltcl_SPI_execute_plan().Tom Lane
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-07-21Translation updatesPeter Eisentraut
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-04-08Add new to_reg* functions for error-free OID lookups.Robert Haas
2014-02-23Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane
2014-02-16On Windows, expect to find Tcl DLL in bin directory not lib directory.Tom Lane
2014-02-14Fix fat-fingered makefile changes for pltcl.Tom Lane
2014-02-14In mingw builds, make our own import library for libtcl, too.Tom Lane
2013-12-22Change the way we mark tuples as frozen.Robert Haas
2013-12-02Translation updatesPeter Eisentraut
2013-11-24PL/Tcl: Add event trigger supportPeter Eisentraut
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-10-14Translation updates to fix build failuresPeter Eisentraut
2013-10-07Translation updatesPeter Eisentraut
2013-09-02Translation updatesPeter Eisentraut
2013-07-05Update messages, comments and documentation for materialized views.Noah Misch
2013-05-06Translation updatesPeter Eisentraut
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