summaryrefslogtreecommitdiff
path: root/contrib/tablefunc
Commit message (Expand)AuthorAgeFilesLines
* Disallow null category in crosstab_hashJoe Conway2019-12-231-0/+5
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-021-15/+25
* Handle unexpected query results, especially NULLs, safely in connectby().Tom Lane2015-01-293-73/+138
* Update copyright for 2015Bruce Momjian2015-01-062-2/+2
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-251-1/+1
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-0/+1
* Update copyright for 2014Bruce Momjian2014-01-072-2/+2
* Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas2013-10-311-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-012-2/+2
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Fix assorted compilation failures in contribAlvaro Herrera2012-08-281-1/+2
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-1/+0
* Update copyright notices for year 2012.Bruce Momjian2012-01-012-2/+2
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-122-0/+6
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-4/+0
* Support "make check" in contribPeter Eisentraut2011-04-251-0/+2
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-131-11/+11
* Convert contrib modules to use the extension facility.Tom Lane2011-02-138-55/+28
* Stamp copyrights for year 2011.Bruce Momjian2011-01-012-2/+2
* Expose quote_literal_cstr() from core.Robert Haas2010-11-201-20/+0
* Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane2010-09-221-0/+2
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-205-5/+5
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-1/+0
* Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that wereTom Lane2010-07-051-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-022-4/+4
* Previous fix for temporary file management broke returning a set fromHeikki Linnakangas2009-12-291-27/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-112-28/+28
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-071-1/+2
* Update copyright for 2009.Bruce Momjian2009-01-012-4/+4
* Refactor crosstab() to build and return a tuplestore instead of usingTom Lane2008-12-011-247/+195
* Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext.Tom Lane2008-11-301-12/+9
* Be more tense about not creating tuplestores with randomAccess = true unlessTom Lane2008-10-291-7/+14
* Extend ExecMakeFunctionResult() to support set-returning functions that returnTom Lane2008-10-281-5/+7
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-172-0/+6
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-19/+18
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-012-2/+2
* Clean up a couple of problems in crosstab_hash's use of a hash table.Tom Lane2007-12-071-22/+25
* pgindent run for 8.3.Bruce Momjian2007-11-151-4/+4
* Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane2007-11-132-0/+4
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-132-0/+4
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-111-0/+1
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-101-2/+1
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-101-642/+0
* Have crosstab variants treat NULL rowid as a category in its own right,Joe Conway2007-11-104-85/+137
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-2/+3
* Add resetStringInfo(), which clears the content of a StringInfo, andNeil Conway2007-03-031-10/+11
* Add $PostgreSQL$ marker to contrib makefiles.Peter Eisentraut2007-02-091-0/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-053-3/+3
* pgindent run for 8.2.Bruce Momjian2006-10-041-4/+4