summaryrefslogtreecommitdiff
path: root/src/fe_utils/string_utils.c
Commit message (Expand)AuthorAgeFilesLines
* Fix incautious handling of possibly-miscoded strings in client code.Tom Lane2021-06-071-6/+3
* Allow psql's \df and \do commands to specify argument types.Tom Lane2021-04-071-0/+6
* Factor pattern-construction logic out of processSQLNamePattern.Robert Haas2021-02-031-97/+163
* 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 non-backend modules.Amit Kapila2019-10-251-3/+1
* Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley2019-07-041-2/+2
* Update stale comments, and fix comment typos.Noah Misch2019-06-081-2/+1
* Ensure consistent name matching behavior in processSQLNamePattern().Tom Lane2019-04-051-0/+14
* Replace the data structure used for keyword lookup.Tom Lane2019-01-061-4/+2
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.Tom Lane2018-08-171-5/+4
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-261-6/+10
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-3/+3
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-1/+2
* Allow psql variable substitution to occur in backtick command strings.Tom Lane2017-04-011-9/+24
* Spelling fixes in code commentsPeter Eisentraut2017-03-141-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Teach appendShellString() to not quote strings containing "-".Tom Lane2016-09-061-1/+1
* Make initdb's suggested "pg_ctl start" command line more reliable.Tom Lane2016-08-201-2/+15
* Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane2016-08-161-0/+38
* Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch2016-08-081-3/+64
* Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.Noah Misch2016-08-081-0/+143
* Fix comment.Tom Lane2016-05-151-2/+2
* Move and rename fmtReloptionsArray().Dean Rasheed2016-05-061-0/+72
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-241-0/+674