Commit Graph

29 Commits (2ae54ae17eaad592991e7459140b2cad2e82745c)

Author SHA1 Message Date
Andres Freund 2ae54ae17e Specify the encoding of input to fmtId() 7 months ago
Robert Haas 4a66300acd Allow db.schema.table patterns, but complain about random garbage. 3 years ago
Tom Lane 42f94f56bf Fix incautious handling of possibly-miscoded strings in client code. 4 years ago
Tom Lane a3027e1e7f Allow psql's \df and \do commands to specify argument types. 5 years ago
Robert Haas 2c8726c4b0 Factor pattern-construction logic out of processSQLNamePattern. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Amit Kapila dddf4cdc33 Make the order of the header file includes consistent in non-backend modules. 6 years ago
David Rowley 8abc13a889 Use appendStringInfoString and appendPQExpBufferStr where possible 6 years ago
Noah Misch 31d250e049 Update stale comments, and fix comment typos. 6 years ago
Tom Lane 478cacb50e Ensure consistent name matching behavior in processSQLNamePattern(). 7 years ago
Tom Lane afb0d0712f Replace the data structure used for keyword lookup. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane 6771c932cf Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands. 7 years ago
Noah Misch 582edc369c Empty search_path in Autovacuum and non-psql/pgbench clients. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Tom Lane f833c847b8 Allow psql variable substitution to occur in backtick command strings. 9 years ago
Peter Eisentraut f97a028d8e Spelling fixes in code comments 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane cdc70597c9 Teach appendShellString() to not quote strings containing "-". 9 years ago
Tom Lane a00c583147 Make initdb's suggested "pg_ctl start" command line more reliable. 9 years ago
Tom Lane 7f61fd10ce Fix assorted places in psql to print version numbers >= 10 in new style. 9 years ago
Noah Misch fcd15f1358 Obstruct shell, SQL, and conninfo injection via database and role names. 9 years ago
Noah Misch 41f18f021a Promote pg_dumpall shell/connstr quoting functions to src/fe_utils. 9 years ago
Tom Lane b7a9347c11 Fix comment. 9 years ago
Dean Rasheed 93a8c6fd6c Move and rename fmtReloptionsArray(). 10 years ago
Tom Lane 588d963b00 Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 10 years ago
Tom Lane 2c6af4f442 Move keywords.c/kwlookup.c into src/common/. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Peter Eisentraut 30c0c4bf12 Remove unnecessary escaping in C character literals 10 years ago
Teodor Sigaev d02426029b Check existency of table/schema for -t/-n option (pg_dump/pg_restore) 10 years ago
Tom Lane 09d8d110a6 Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 11 years ago
Tom Lane 9179444d07 Fix more memory leaks in failure path in buildACLCommands. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Heikki Linnakangas 32ceba3ea7 Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr 12 years ago
Heikki Linnakangas 7800a71291 Move some pg_dump function around. 13 years ago
Heikki Linnakangas 901b89e37b Get rid of obsolete parse_version helper function. 13 years ago
Andrew Dunstan 9e257a181c Add parallel pg_dump option. 13 years ago
Alvaro Herrera 8396447cdb Create libpgcommon, and move pg_malloc et al to it 13 years ago
Magnus Hagander f3af53441e Support multiple -t/--table arguments for more commands 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Tom Lane b46c92112b Fix assorted bugs in privileges-for-types patch. 13 years ago
Peter Eisentraut e1e97e9313 pg_dump: Add missing newlines at end of messages 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Peter Eisentraut 5d0109bd27 Message style improvements 13 years ago
Tom Lane d73b7f973d Fix memory leaks in failure paths in buildACLCommands and parseAclItem. 13 years ago