OSDN Git Service

PL/Python explicit subtransactions
[pg-rex/syncrep.git] / src / pl / tcl /
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...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-05-27 Andrew DunstanTG_table_name and TG_table_schema for pl/tcl, plus...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-11 Bruce MomjianRemove copyright notices from Jan (per author approval...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-08 Bruce MomjianUpdate pltcl expected file for E''.
2006-03-08 Bruce MomjianAdjust PL regression tests for escape_string_warning.
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-24 Tom LaneFix PL makefiles to support running regression tests...
2005-05-17 Tom LaneAdd a --dbname option to the pg_regress script, and...
2005-05-14 Tom LaneConvert the existing regression test scripts for the...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-04-01 Tom LaneMinor improvements in the really-pretty-ad-hoc test...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2004-12-16 Tom LaneCause configure --with-tcl to check for presence of...
2004-11-21 Tom LaneFix plperl and pltcl error handling per my previous...
2004-09-14 Tom LaneMake pltcl work on Win32. Magnus Hagander
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-07-31 Tom LaneBe more consistent about reporting SPI errors in the...
2004-07-31 Tom LaneRestructure error handling as recently discussed. ...
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-01-24 Tom LaneFix problems with dropped columns in pltcl triggers...
2004-01-21 Tom LaneFix bit-rot in support for building with --disable...
2004-01-06 Tom LaneApply the core parts of Dennis Bjorklund's patch to...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-29 Jan WieckFixed type lookup in spi_prepare for possible qualified
2003-09-27 Tom LaneAdjust Darwin build to use the default 'two level names...
2003-09-14 Tom LaneMake pltcl create separate function objects when the...
2003-09-04 Tom LaneFix some problems with dropped columns in pltcl functions.
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Tom LaneFix pltcl and plpython to support STATEMENT triggers.
2003-08-04 Bruce Momjianpgindent run.
2003-07-31 Tom LaneCause library-preload feature to report error if specif...
next