summaryrefslogtreecommitdiff
path: root/src/pl/tcl
AgeCommit message (Expand)Author
2017-01-13In PL/Tcl tests, don't choke if optional error fields are missing.Tom Lane
2017-01-09Fix error handling in pltcl_returnnext.Tom Lane
2017-01-09Expand the regression tests for PL/Tcl.Tom Lane
2017-01-06Merge two copies of tuple-building code in pltcl.c.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-15Check that result tupdesc has exactly 1 column in return_next scalar case.Tom Lane
2016-11-08Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.Tom Lane
2016-11-08Make SPI_fnumber() reject dropped columns.Tom Lane
2016-11-07Sync pltcl_build_tuple_result's error handling with pltcl_trigger_handler.Tom Lane
2016-11-06Support PL/Tcl functions that return composite types and/or sets.Tom Lane
2016-11-06Modernize result-tuple construction in pltcl_trigger_handler().Tom Lane
2016-11-06Rationalize and document pltcl's handling of magic ".tupno" array element.Tom Lane
2016-11-05Improve minor error-handling details in pltcl.Tom Lane
2016-08-31Improve memory management for PL/Tcl functions.Tom Lane
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-08Translation updatesPeter Eisentraut
2016-07-21Make pltcl regression tests safe for Danish locale.Tom Lane
2016-05-09Translation updatesPeter Eisentraut
2016-03-25Fix PL/Tcl for vpath builds.Tom Lane
2016-03-25Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE.Tom Lane
2016-03-25In PL/Tcl, make database errors return additional info in the errorCode.Tom Lane
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-03-02Fix PL/Tcl's encoding conversion logic.Tom Lane
2016-03-02Make PL/Tcl require Tcl 8.4 or later.Tom Lane
2016-03-02Convert PL/Tcl to use Tcl's "object" interfaces.Tom Lane
2016-03-02Improve coverage of pltcl regression tests.Tom Lane
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