aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/pg_config.c
Commit message (Expand)AuthorAge
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-07
* Clean up and simplify code in a couple of set-returning functionsMichael Paquier2022-02-24
* Fix inconsistencies in SRF checks of pg_config() and string_to_table()Michael Paquier2022-02-19
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-17
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove some inappropriate #includes.Tom Lane2018-02-16
* Update copyright for 2018Bruce Momjian2018-01-02
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* pgindent run for 9.6Robert Haas2016-06-09
* Add new system view, pg_configJoe Conway2016-02-17