OSDN Git Service

Fix typo in sslmode documentation
[pg-rex/syncrep.git] / src / pl / tcl / pltcl.c
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-27 Robert HaasAllow callers to pass a missing_ok flag when opening...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
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-20 Magnus HaganderRemove cvs keywords from all 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-02-26 Bruce Momjianpgindent run for 9.0
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-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-21 Heikki LinnakangasForgot to handle the new SPI_OK_REWRITTEN result code...
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-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-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
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...
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-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...
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-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-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
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-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-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...
2003-07-25 Tom LaneError message editing in src/pl. The plpython module...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-16 Tom LaneSmall changes to use the absolute path to system catalogs.
2003-02-06 Tom LaneFix core dump when pltcl_elog is called with wrong...
2002-12-30 Tom LaneAdjust Tcl-related code to compile cleanly with Tcl...
2002-11-22 Tom LaneFix a dozen or so places that were passing unpredictabl...
2002-10-19 Tom LaneFix within-function memory leaks in the various PLs...
2002-10-14 Bruce MomjianI have attached two patches as per:
2002-09-26 Bruce MomjianBack out /pl memory leak patch. Wait for new version.
2002-09-26 Bruce MomjianI have attached the pltcl patch again, just in case...
2002-09-21 Tom LaneProvide an upgrade strategy for dump files containing...
2002-09-04 Bruce Momjianpgindent run.
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-18 Tatsuo IshiiFix typo (PG_UNICODE -> PG_UTF8)
2002-07-18 Tatsuo IshiiFix breakage for pltcl modules. pg_get_enconv_by_encodi...
2002-06-15 Bruce MomjianThis patch wraps all accesses to t_xmin, t_cmin, t_xmax...
2002-05-24 Tom LaneFix coding error in UTF conversion.
2002-05-24 Tom LaneAdd 'volatile' to suppress gcc warning. Not sure why...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-06 Bruce MomjianAdd new elog() levels to stored procedure languages...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-01-24 Tom Lanepltcl's spi_execp didn't handle NULL arguments quite...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-19 Tom LaneFix a lot of confusion between typlen and typmod. ...
2001-10-19 Tom LaneFix pltcl to update cached function def after
2001-10-13 Bruce MomjianAttached patch for unconditional enabling of pltcl...
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-10-04 Bruce Momjianelog command need to use unicode conversion too.
next