summaryrefslogtreecommitdiff
path: root/contrib/tablefunc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-023-3/+3
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* meson: Add windows resource filesAndres Freund2022-10-051-3/+11
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-221-3/+3
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+24
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-171-2/+0
* Update copyright for 2022Bruce Momjian2022-01-072-2/+2
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-281-2/+3
* Fix typos and grammar in code commentsMichael Paquier2021-09-271-1/+1
* Update copyright for 2021Bruce Momjian2021-01-022-2/+2
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-151-2/+1
* tablefunc: Reject negative number of tuples passed to normal_rand()Peter Eisentraut2020-11-253-6/+18
* Remove unused parameterPeter Eisentraut2020-09-061-3/+0
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-192-20/+1
* Mark some contrib modules as "trusted".Tom Lane2020-02-131-0/+1
* Update copyrights for 2020Bruce Momjian2020-01-012-2/+2
* Avoid splitting C string literals with \-newlineAlvaro Herrera2019-12-241-8/+4
* Disallow null category in crosstab_hashJoe Conway2019-12-231-0/+5
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-2/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-29/+29
* Switch some palloc/memset calls to palloc0Michael Paquier2019-03-271-5/+2
* Update copyright for 2019Bruce Momjian2019-01-022-2/+2
* Update copyright for 2018Bruce Momjian2018-01-022-2/+2
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-20/+22
* Phase 3 of pgindent updates.Tom Lane2017-06-211-13/+13
* Phase 2 of pgindent updates.Tom Lane2017-06-212-3/+3
* Update copyright via script for 2017Bruce Momjian2017-01-032-2/+2
* Remove unnecessary prototypesPeter Eisentraut2016-09-301-9/+0
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-121-14/+14
* Update copyright for 2016Bruce Momjian2016-01-022-2/+2
* 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