aboutsummaryrefslogtreecommitdiff
path: root/contrib/tablefunc
Commit message (Expand)AuthorAge
* Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane2025-03-26
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut2024-10-28
* Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane2024-09-09
* Make contrib/tablefunc crosstab() also check typmodJoe Conway2024-03-09
* Improve wrong-tuple-type error reports in contrib/tablefunc.Tom Lane2024-03-09
* Update copyright for 2024Bruce Momjian2024-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* meson: Add windows resource filesAndres Freund2022-10-05
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-22
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-17
* Update copyright for 2022Bruce Momjian2022-01-07
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Fix typos and grammar in code commentsMichael Paquier2021-09-27
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* tablefunc: Reject negative number of tuples passed to normal_rand()Peter Eisentraut2020-11-25
* Remove unused parameterPeter Eisentraut2020-09-06
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-19
* Mark some contrib modules as "trusted".Tom Lane2020-02-13
* Update copyrights for 2020Bruce Momjian2020-01-01
* Avoid splitting C string literals with \-newlineAlvaro Herrera2019-12-24
* Disallow null category in crosstab_hashJoe Conway2019-12-23
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-24
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Switch some palloc/memset calls to palloc0Michael Paquier2019-03-27
* 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
* Remove unnecessary prototypesPeter Eisentraut2016-09-30
* 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
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-25
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* 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
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-04
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-12