summaryrefslogtreecommitdiff
path: root/contrib/tablefunc
AgeCommit message (Expand)Author
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2007-03-03Add resetStringInfo(), which clears the content of a StringInfo, andNeil Conway
2007-02-09Add $PostgreSQL$ marker to contrib makefiles.Peter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-10Allow /contrib include files to compile on their own.Bruce Momjian
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
2006-02-27Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut
2006-02-27contrib uninstall scriptsPeter Eisentraut
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-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2005-07-24Partial fixes for contrib build on AIX: include -lm where needed.Tom Lane
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-01Some more missed copyright notices. Many of these look like theyTom 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-20> Please find enclose a submission to fix these problems.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-05-14Backend support for autocommit removed, per recent discussions. TheTom 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-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