summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/pg_config.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-181-1/+1
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-071-26/+3
* Clean up and simplify code in a couple of set-returning functionsMichael Paquier2022-02-241-48/+17
* Fix inconsistencies in SRF checks of pg_config() and string_to_table()Michael Paquier2022-02-191-4/+8
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-171-1/+0
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-3/+3
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove some inappropriate #includes.Tom Lane2018-02-161-1/+0
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-2/+2
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* pgindent run for 9.6Robert Haas2016-06-091-15/+15
* Add new system view, pg_configJoe Conway2016-02-171-0/+103