]> granicus.if.org Git - postgresql/history - src/pl/tcl
Don't zero opfuncid when reading nodes.
[postgresql] / src / pl / tcl /
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.
2010-09-30 Tom LaneUse a separate interpreter for each calling SQL userid...
2010-09-22 Tom LaneSome more gitignore cleanups: cover contrib and PL...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-13 Tom LanePrevent PL/Tcl from loading the "unknown" module from...
2010-05-13 Peter EisentrautTranslation update
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-19 Peter EisentrautTranslation updates for 9.0alpha4
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-25 Tom LaneApply Tcl_Init() to the "hold" interpreter created...
2009-12-31 Tom LaneRedefine Datum as uintptr_t, instead of unsigned long.
2009-10-20 Peter EisentrautTranslations update for 8.5alpha2
2009-08-26 Peter EisentrautUpdate of install-sh, mkinstalldirs, and associated...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-10 Peter EisentrautTranslation updates
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-05-14 Alvaro HerreraTranslation updates
2009-04-09 Peter EisentrautTranslation updates for 8.4 beta
2009-03-23 Peter EisentrautAdd expected file for locale-enabled installations.
2009-01-21 Heikki LinnakangasForgot to handle the new SPI_OK_REWRITTEN result code...
2009-01-15 Peter EisentrautRemove unneeded GETTEXT_TRIGGERS.
2009-01-14 Peter EisentrautMake error messages match backend style.
2009-01-07 Tom LaneFix executor/spi.h to follow our usual conventions...
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-10-11 Alvaro HerreraAdd missing header.
2008-10-09 Alvaro HerreraImprove translatability of error messages for external...
2008-10-02 Peter EisentrautUpdate pg_regress calls in PL checks to handle vpath...
2008-10-01 Peter EisentrautAllow pg_regress to be run outside the build tree....
2008-06-17 Tom LaneClean up a number of bogosities around pltcl's handling...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-07 Peter EisentrautImplement a few changes to how shared libraries and...
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-21 Bruce MomjianMore README src cleanups.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-07 Peter EisentrautUse "alternative" instead of "alternate" where it is...
2007-10-05 Tom LaneFix plperl and pltcl to include the name of the current...
2007-09-28 Bruce MomjianUpdate TCL comment:
2007-09-21 Tom LaneInsert a hack in pl/tcl to disable Tcl's built-in Notif...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-02-21 Andrew DunstanAllow pltcl args to spi_prepare and plpython args to...
2007-02-09 Tom LaneCombine cmin and cmax fields of HeapTupleHeaders into...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-28 Tom LaneRemove unnecessary checkpoint from PL regression tests...
2007-01-09 Tom Lanepltcl regression test needs to actually create an opcla...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-27 Tom LaneAdd new return codes SPI_OK_INSERT_RETURNING etc to...
2006-08-08 Tom LaneAdd a feature for automatic initialization and finaliza...
2006-07-21 Tom LaneAh, I finally realize why Magnus wanted to add a -...
2006-07-19 Tom LaneRewrite pg_regress as a C program instead of a shell...
next