summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/pg_config.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-02-24Clean up and simplify code in a couple of set-returning functionsMichael Paquier
2022-02-19Fix inconsistencies in SRF checks of pg_config() and string_to_table()Michael Paquier
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-01-02Update copyright for 2019Bruce Momjian
2018-02-16Remove some inappropriate #includes.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-06-09pgindent run for 9.6Robert Haas
2016-02-17Add new system view, pg_configJoe Conway