summaryrefslogtreecommitdiff
path: root/src/include/fe_utils/string_utils.h
AgeCommit message (Expand)Author
2021-02-03Factor pattern-construction logic out of processSQLNamePattern.Robert Haas
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-08-17Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.Tom Lane
2018-01-02Update copyright for 2018Bruce Momjian
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-04-01Allow psql variable substitution to occur in backtick command strings.Tom Lane
2017-03-01Move atooid() definition to a central placePeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-16Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane
2016-08-08Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch
2016-08-08Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.Noah Misch
2016-05-06Move and rename fmtReloptionsArray().Dean Rasheed
2016-03-24Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane