]> granicus.if.org Git - postgresql/history - contrib/tablefunc/tablefunc.c
Update copyright for 2018
[postgresql] / contrib / tablefunc / tablefunc.c
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-03-12 Tom LaneWiden query numbers-of-tuples-processed counters to...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-08-03 Tom LaneFix a number of places that produced XX000 errors in...
2015-01-30 Tom LaneHandle unexpected query results, especially NULLs,...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-29 Alvaro HerreraFix assorted compilation failures in contrib
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-20 Robert HaasExpose quote_literal_cstr() from core.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
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-10 Joe ConwayHave crosstab variants treat NULL rowid as a category...
2007-03-03 Neil ConwayAdd resetStringInfo(), which clears the content of...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
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...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
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 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-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-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-03 Bruce Momjian> The previous patch fixed an infinite recursion bug in
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-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...