]> granicus.if.org Git - postgresql/history - src/pl/tcl
Fix more format truncation issues
[postgresql] / src / pl / tcl /
2018-03-15 Peter EisentrautFix more format truncation issues
2018-03-14 Peter EisentrautSupport INOUT arguments in procedures
2018-03-05 Peter EisentrautRemove some obsolete procedure-specific code from PLs
2018-03-02 Peter EisentrautAdd prokind column, replacing proisagg and proiswindow
2018-01-22 Peter EisentrautTransaction control in PL procedures
2018-01-19 Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-13 Tom LaneRethink MemoryContext creation to improve performance.
2017-11-30 Peter EisentrautSQL procedures
2017-10-26 Tom LaneSupport domains over composite types in PL/Tcl.
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-08-07 Peter EisentrautTranslation updates
2017-07-10 Alvaro HerreraTranslation updates
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-15 Peter EisentrautTranslation updates
2017-04-05 Peter EisentrautCapitalize names of PLs consistently
2017-04-04 Kevin GrittnerFollow-on cleanup for the transition table patch.
2017-03-27 Peter EisentrautClean up Perl code according to perlcritic
2017-03-11 Tom LaneAdd a "subtransaction" command to PL/Tcl.
2017-03-07 Tom LaneInvent start_proc parameters for PL/Tcl.
2017-02-27 Tom LaneRemove PL/Tcl's "module" facility.
2017-02-19 Tom LaneAdjust PL/Tcl regression test to dodge a possible bug...
2017-01-13 Tom LaneIn PL/Tcl tests, don't choke if optional error fields...
2017-01-09 Tom LaneFix error handling in pltcl_returnnext.
2017-01-09 Tom LaneExpand the regression tests for PL/Tcl.
2017-01-06 Tom LaneMerge two copies of tuple-building code in pltcl.c.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-11-15 Tom LaneCheck that result tupdesc has exactly 1 column in retur...
2016-11-08 Tom LaneSimplify code by getting rid of SPI_push, SPI_pop,...
2016-11-08 Tom LaneMake SPI_fnumber() reject dropped columns.
2016-11-07 Tom LaneSync pltcl_build_tuple_result's error handling with...
2016-11-06 Tom LaneSupport PL/Tcl functions that return composite types...
2016-11-06 Tom LaneModernize result-tuple construction in pltcl_trigger_ha...
2016-11-06 Tom LaneRationalize and document pltcl's handling of magic...
2016-11-05 Tom LaneImprove minor error-handling details in pltcl.
2016-08-31 Tom LaneImprove memory management for PL/Tcl functions.
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-08-08 Peter EisentrautTranslation updates
2016-07-21 Tom LaneMake pltcl regression tests safe for Danish locale.
2016-05-09 Peter EisentrautTranslation updates
2016-03-25 Tom LaneFix PL/Tcl for vpath builds.
2016-03-25 Tom LaneImprove PL/Tcl errorCode facility by providing decoded...
2016-03-25 Tom LaneIn PL/Tcl, make database errors return additional info...
2016-03-12 Tom LaneWiden query numbers-of-tuples-processed counters to...
2016-03-02 Tom LaneFix PL/Tcl's encoding conversion logic.
2016-03-02 Tom LaneMake PL/Tcl require Tcl 8.4 or later.
2016-03-02 Tom LaneConvert PL/Tcl to use Tcl's "object" interfaces.
2016-03-02 Tom LaneImprove coverage of pltcl regression tests.
2015-09-16 Tom LaneDon't use "#" as an abbreviation for "number" in PL...
2015-08-03 Tom LaneFix a number of places that produced XX000 errors in...
2015-07-20 Alvaro HerreraFix (some of) pltcl memory usage
2015-06-29 Peter EisentrautTranslation updates
2015-05-02 Peter EisentrautMove interpreter shared library detection to configure
2015-04-30 Peter EisentrautFix parallel make risk with new check temp-install...
2015-04-23 Peter EisentrautImprove speed of make check-world
2015-02-02 Peter EisentrautTranslation updates
2015-01-26 Tom LaneFix volatile-safety issue in pltcl_SPI_execute_plan().
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-07-21 Peter EisentrautTranslation updates
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-04-08 Robert HaasAdd new to_reg* functions for error-free OID lookups.
2014-02-23 Tom LanePrefer pg_any_to_server/pg_server_to_any over pg_do_enc...
2014-02-16 Tom LaneOn Windows, expect to find Tcl DLL in bin directory...
2014-02-14 Tom LaneFix fat-fingered makefile changes for pltcl.
2014-02-14 Tom LaneIn mingw builds, make our own import library for libtcl...
2013-12-22 Robert HaasChange the way we mark tuples as frozen.
2013-12-02 Peter EisentrautTranslation updates
2013-11-24 Peter EisentrautPL/Tcl: Add event trigger support
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-10-14 Peter EisentrautTranslation updates to fix build failures
2013-10-07 Peter EisentrautTranslation updates
2013-09-02 Peter EisentrautTranslation updates
2013-07-05 Noah MischUpdate messages, comments and documentation for materia...
2013-05-06 Peter EisentrautTranslation updates
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-02-01 Peter EisentrautPL/Tcl: Fix compiler warnings with Tcl 8.6
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-04-24 Robert HaasLots of doc corrections.
2011-12-27 Peter EisentrautRun "make all" as a prerequisite of "make check"
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-07-03 Tom LanePut comments on the installable procedural languages.
2011-06-27 Robert HaasAllow callers to pass a missing_ok flag when opening...
2011-06-26 Peter EisentrautAdd the possibility to pass --flag arguments to xgettex...
2011-06-26 Peter EisentrautRefactor common gettext triggers
2011-06-26 Peter EisentrautReplace := by = in nls.mk files
2011-06-09 Peter EisentrautTranslation updates for 9.1beta2
2011-05-01 Peter EisentrautRewrite installation makefile rules without for loops
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-05 Bruce MomjianFix parallel gmake for extension directory addition...
2011-03-05 Tom LaneCreate extension infrastructure for the core procedural...
2011-02-15 Peter EisentrautAllow make check in PL directories
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-03 Tom LaneUse only one hash entry for all instances of a pltcl...
2010-10-10 Tom LaneSupport triggers on views.
next