summaryrefslogtreecommitdiff
path: root/contrib/tablefunc
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-09-09Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane
2024-03-09Make contrib/tablefunc crosstab() also check typmodJoe Conway
2024-03-09Improve wrong-tuple-type error reports in contrib/tablefunc.Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22Harmonize parameter names in contrib code.Peter Geoghegan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-09-27Fix typos and grammar in code commentsMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-11-25tablefunc: Reject negative number of tuples passed to normal_rand()Peter Eisentraut
2020-09-06Remove unused parameterPeter Eisentraut
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-02-13Mark some contrib modules as "trusted".Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-12-23Disallow null category in crosstab_hashJoe Conway
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-27Switch some palloc/memset calls to palloc0Michael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-30Remove unnecessary prototypesPeter Eisentraut
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-08-03Fix a number of places that produced XX000 errors in the regression tests.Tom Lane
2015-01-30Handle unexpected query results, especially NULLs, safely in connectby().Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-08-25Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-31Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-29Fix assorted compilation failures in contribAlvaro Herrera
2012-07-05Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian