aboutsummaryrefslogtreecommitdiff
path: root/src/fe_utils/string_utils.c
Commit message (Expand)AuthorAge
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley2019-07-04
* Update stale comments, and fix comment typos.Noah Misch2019-06-08
* Ensure consistent name matching behavior in processSQLNamePattern().Tom Lane2019-04-05
* Replace the data structure used for keyword lookup.Tom Lane2019-01-06
* Update copyright for 2019Bruce Momjian2019-01-02
* Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.Tom Lane2018-08-17
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-26
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Allow psql variable substitution to occur in backtick command strings.Tom Lane2017-04-01
* Spelling fixes in code commentsPeter Eisentraut2017-03-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Teach appendShellString() to not quote strings containing "-".Tom Lane2016-09-06
* Make initdb's suggested "pg_ctl start" command line more reliable.Tom Lane2016-08-20
* Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane2016-08-16
* Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch2016-08-08
* Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.Noah Misch2016-08-08
* Fix comment.Tom Lane2016-05-15
* Move and rename fmtReloptionsArray().Dean Rasheed2016-05-06
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-24