aboutsummaryrefslogtreecommitdiff
path: root/contrib/tablefunc/tablefunc.c
Commit message (Expand)AuthorAge
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-02
* Handle unexpected query results, especially NULLs, safely in connectby().Tom Lane2015-01-29
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas2013-10-31
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Fix assorted compilation failures in contribAlvaro Herrera2012-08-28
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Expose quote_literal_cstr() from core.Robert Haas2010-11-20
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Previous fix for temporary file management broke returning a set fromHeikki Linnakangas2009-12-29
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-07
* Update copyright for 2009.Bruce Momjian2009-01-01
* Refactor crosstab() to build and return a tuplestore instead of usingTom Lane2008-12-01
* Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext.Tom Lane2008-11-30
* Be more tense about not creating tuplestores with randomAccess = true unlessTom Lane2008-10-29
* Extend ExecMakeFunctionResult() to support set-returning functions that returnTom Lane2008-10-28
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Clean up a couple of problems in crosstab_hash's use of a hash table.Tom Lane2007-12-07
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Have crosstab variants treat NULL rowid as a category in its own right,Joe Conway2007-11-10
* Add resetStringInfo(), which clears the content of a StringInfo, andNeil Conway2007-03-03
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-27
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-30
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Attached is a patch that replaces a bunch of places where StringInfosNeil Conway2006-03-01
* This patch makes the error message strings throughout the backendNeil Conway2006-03-01
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix inadequate error checking: you can't assume that fcinfo->resultinfoTom Lane2005-07-09
* Document get_call_result_type() and friends; mark TypeGetTupleDesc()Tom Lane2005-05-30
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* Update copyrights that were missed.Bruce Momjian2005-01-01