summaryrefslogtreecommitdiff
path: root/contrib/tablefunc
Commit message (Expand)AuthorAgeFilesLines
* Allow /contrib include files to compile on their own.Bruce Momjian2006-07-101-0/+2
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-271-14/+8
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-0/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-053-3/+3
* Attached is a patch that replaces a bunch of places where StringInfosNeil Conway2006-03-011-27/+24
* This patch makes the error message strings throughout the backendNeil Conway2006-03-011-4/+4
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-274-19/+19
* contrib uninstall scriptsPeter Eisentraut2006-02-272-0/+30
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-4/+4
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-76/+69
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-1/+1
* Partial fixes for contrib build on AIX: include -lm where needed.Tom Lane2005-07-241-0/+2
* Fix inadequate error checking: you can't assume that fcinfo->resultinfoTom Lane2005-07-091-19/+21
* Document get_call_result_type() and friends; mark TypeGetTupleDesc()Tom Lane2005-05-305-139/+209
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-4/+0
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-1/+1
* Update copyrights that were missed.Bruce Momjian2005-01-012-2/+2
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-071-2/+2
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-4/+4
* Pgindent run for 8.0.Bruce Momjian2004-08-291-1/+1
* Update copyright to 2004.Bruce Momjian2004-08-293-3/+3
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-4/+8
* Hashed crosstab was dying with an SPI_finish error when the source SQLJoe Conway2004-08-113-15/+39
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-15/+5
* Apply quote_literal to the start_with argument of connectby. Fixes problemJoe Conway2004-02-241-4/+23
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-031-2/+2
* Attached is a patch for contrib/tablefunc. It fixes two issues raised byTom Lane2003-10-022-67/+71
* With Joe Conway's concurrence, remove srandom() call from normal_rand().Tom Lane2003-09-135-18/+9
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-043-3/+3
* pgindent run.Bruce Momjian2003-08-041-114/+120
* > Am Son, 2003-06-22 um 02.09 schrieb Joe Conway:Bruce Momjian2003-07-277-61/+309
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-242-59/+109
* 'third' -> 'fourth' where needed, per Joe Conway.Tom Lane2003-06-251-2/+2
* Replace cryptic 'Unknown kind of return type' messages with somethingTom Lane2003-06-151-3/+1
* Check calling context for connectby_text(), per Joe Conway.Tom Lane2003-05-161-0/+5
* Fix various recent build and regression-test problems in contrib/.Tom Lane2003-05-141-0/+1
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-2/+0
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-271-2/+2
* Attached is an update to contrib/tablefunc. It implements a new hashedBruce Momjian2003-03-206-1/+655
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-8/+8
* Revise tuplestore and nodeMaterial so that we don't have to read theTom Lane2003-03-091-4/+0
* Remove inappropriate double-quoting in connectby() code; adjustTom Lane2002-11-234-58/+43
* SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian2002-10-211-1/+0
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-183-66/+71
* The attached adds a bit to the contrib/tablefunc regression test forBruce Momjian2002-10-032-0/+59
* > The previous patch fixed an infinite recursion bug inBruce Momjian2002-10-032-7/+29
* Attached is a patch to fix some recently raised issues that exist inTom Lane2002-09-143-22/+33
* Fix portability bug in get_normal_pair (RAND_MAX != MAX_RANDOM_VALUE).Tom Lane2002-09-141-19/+15
* > Now I'm testing connectby() in the /contrib/tablefunc in 7.3b1, which wouldBruce Momjian2002-09-121-15/+16
* The attached removes the current non-standard fileBruce Momjian2002-09-127-85/+272