]> granicus.if.org Git - postgresql/history - contrib/tablefunc
Add support for multi-row VALUES clauses as part of INSERT statements
[postgresql] / contrib / tablefunc /
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...