summaryrefslogtreecommitdiff
path: root/contrib/tablefunc/tablefunc.c
AgeCommit message (Expand)Author
2006-06-27Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-01Attached is a patch that replaces a bunch of places where StringInfosNeil Conway
2006-03-01This patch makes the error message strings throughout the backendNeil Conway
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-09Fix inadequate error checking: you can't assume that fcinfo->resultinfoTom Lane
2005-05-30Document get_call_result_type() and friends; mark TypeGetTupleDesc()Tom Lane
2005-05-29Modify hash_search() API to prevent future occurrences of the errorTom Lane
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-11Hashed crosstab was dying with an SPI_finish error when the source SQLJoe Conway
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2004-02-24Apply quote_literal to the start_with argument of connectby. Fixes problemJoe Conway
2004-02-03Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane
2003-10-02Attached is a patch for contrib/tablefunc. It fixes two issues raised byTom Lane
2003-09-13With Joe Conway's concurrence, remove srandom() call from normal_rand().Tom Lane
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04pgindent run.Bruce Momjian
2003-07-27> Am Son, 2003-06-22 um 02.09 schrieb Joe Conway:Bruce Momjian
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2003-06-25'third' -> 'fourth' where needed, per Joe Conway.Tom Lane
2003-06-15Replace cryptic 'Unknown kind of return type' messages with somethingTom Lane
2003-05-16Check calling context for connectby_text(), per Joe Conway.Tom Lane
2003-05-14Fix various recent build and regression-test problems in contrib/.Tom Lane
2003-03-27This patch implements holdable cursors, following the proposalBruce Momjian
2003-03-20Attached is an update to contrib/tablefunc. It implements a new hashedBruce Momjian
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2003-03-09Revise tuplestore and nodeMaterial so that we don't have to read theTom Lane
2002-11-23Remove inappropriate double-quoting in connectby() code; adjustTom Lane
2002-10-03> The previous patch fixed an infinite recursion bug inBruce Momjian
2002-09-14Fix portability bug in get_normal_pair (RAND_MAX != MAX_RANDOM_VALUE).Tom Lane
2002-09-12> Now I'm testing connectby() in the /contrib/tablefunc in 7.3b1, which wouldBruce Momjian
2002-09-05Be careful to include postgres.h *before* any system headers, to ensureTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-02Attached is an update to contrib/tablefunc. It introduces a newBruce Momjian
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-08-29Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane
2002-08-15As discussed on several occasions previously, the new anonymousBruce Momjian
2002-07-30As mentioned above, here is my contrib/tablefunc patch. It includesBruce Momjian