summaryrefslogtreecommitdiff
path: root/contrib/tablefunc
AgeCommit message (Expand)Author
2002-11-23Remove inappropriate double-quoting in connectby() code; adjustTom Lane
2002-10-21SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-10-03The attached adds a bit to the contrib/tablefunc regression test forBruce Momjian
2002-10-03> The previous patch fixed an infinite recursion bug inBruce Momjian
2002-09-14Attached is a patch to fix some recently raised issues that exist inTom Lane
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-12The attached removes the current non-standard fileBruce 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