OSDN Git Service

Add missing file to GETTEXT_FILES
[pg-rex/syncrep.git] / contrib / tablefunc /
2011-04-25 Peter EisentrautSupport "make check" in contrib
2011-02-14 Tom LaneAvoid use of CREATE OR REPLACE FUNCTION in extension...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-20 Robert HaasExpose quote_literal_cstr() from core.
2010-09-22 Tom LaneSome more gitignore cleanups: cover contrib and PL...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
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-05 Tom LaneFix a few single-file (MODULES, not MODULE_big) contrib...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-29 Heikki LinnakangasPrevious fix for temporary file management broke return...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-07 Tom LaneFix executor/spi.h to follow our usual conventions...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-01 Tom LaneRefactor crosstab() to build and return a tuplestore...
2008-11-30 Tom LaneFix dblink and tablefunc to not return with the wrong...
2008-10-29 Tom LaneBe more tense about not creating tuplestores with rando...
2008-10-28 Tom LaneExtend ExecMakeFunctionResult() to support set-returnin...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-07 Tom LaneClean up a couple of problems in crosstab_hash's use...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-13 Tom LaneFix a few contrib regression test scripts that hadn...
2007-11-13 Bruce MomjianAdd CVS version labels to all install/uninstall scripts.
2007-11-11 Bruce MomjianMake /contrib install/uninstall script consistent:
2007-11-10 Bruce MomjianRemove references to READMEs from /contrib Makefiles.
2007-11-10 Bruce MomjianMove most /contrib README files into SGML. Some still...
2007-11-10 Joe ConwayHave crosstab variants treat NULL rowid as a category...
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-03-03 Neil ConwayAdd resetStringInfo(), which clears the content of...
2007-02-09 Peter EisentrautAdd $PostgreSQL$ marker to contrib makefiles.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-10 Bruce MomjianAllow /contrib include files to compile on their own.
2006-06-27 Tom LaneCreate infrastructure for 'MinimalTuple' representation...
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-01 Neil ConwayAttached is a patch that replaces a bunch of places...
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-27 Peter Eisentrautcontrib uninstall scripts
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-07-24 Tom LanePartial fixes for contrib build on AIX: include -lm...
2005-07-09 Tom LaneFix inadequate error checking: you can't assume that...
2005-05-30 Tom LaneDocument get_call_result_type() and friends; mark TypeG...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-08-11 Joe ConwayHashed crosstab was dying with an SPI_finish error...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-02-24 Joe ConwayApply quote_literal to the start_with argument of conne...
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2003-10-02 Tom LaneAttached is a patch for contrib/tablefunc. It fixes...
2003-09-13 Tom LaneWith Joe Conway's concurrence, remove srandom() call...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Bruce Momjian> Am Son, 2003-06-22 um 02.09 schrieb Joe Conway:
2003-07-24 Tom LaneError message editing in contrib (mostly by Joe Conway...
2003-06-25 Tom Lane'third' -> 'fourth' where needed, per Joe Conway.
2003-06-15 Tom LaneReplace cryptic 'Unknown kind of return type' messages...
2003-05-16 Tom LaneCheck calling context for connectby_text(), per Joe...
2003-05-14 Tom LaneFix various recent build and regression-test problems...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-03-20 Bruce MomjianAttached is an update to contrib/tablefunc. It implemen...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-03-09 Tom LaneRevise tuplestore and nodeMaterial so that we don't...
2002-11-23 Tom LaneRemove inappropriate double-quoting in connectby()...
2002-10-21 Bruce MomjianSET autocommit no longer needed in /contrib because...
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-10-03 Bruce MomjianThe attached adds a bit to the contrib/tablefunc regres...
2002-10-03 Bruce Momjian> The previous patch fixed an infinite recursion bug in
2002-09-14 Tom LaneAttached is a patch to fix some recently raised issues...
2002-09-14 Tom LaneFix portability bug in get_normal_pair (RAND_MAX !...
2002-09-12 Bruce Momjian> Now I'm testing connectby() in the /contrib/tablefun...
2002-09-12 Bruce MomjianThe attached removes the current non-standard file
2002-09-05 Tom LaneBe careful to include postgres.h *before* any system...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianAttached is an update to contrib/tablefunc. It introduc...
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-29 Tom LaneAdjust nodeFunctionscan.c to reset transient memory...
2002-08-15 Bruce MomjianAs discussed on several occasions previously, the new...
2002-07-30 Bruce MomjianAs mentioned above, here is my contrib/tablefunc patch...