Commit Graph

35 Commits (7ef04e4d2cb287e4e28b87f24b4b36ef4e07530b)

Author SHA1 Message Date
Tom Lane 965a3d6be0 Fix realfailN lexer rules to not make assumptions about input format. 7 years ago
Tom Lane ec937d0805 Align ECPG lexer more closely with the core and psql lexers. 7 years ago
Andrew Gierth a40631a920 Fix lexing of standard multi-character operators in edge cases. 7 years ago
Andrew Gierth d4a63f8297 Reduce an unnecessary O(N^3) loop in lexer. 7 years ago
Tom Lane 6771c932cf Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands. 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 8 years ago
Tom Lane 9c0a0de4c9 Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h. 8 years ago
Teodor Sigaev f67b113ac6 Add \if support to pgbench 8 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
Peter Eisentraut 4211673622 Exclude flex-generated code from coverage testing 8 years ago
Andrew Dunstan d57c7a7c50 Provide a test for variable existence in psql 8 years ago
Tom Lane 5e8304fdce In psql, use PSQL_PAGER in preference to PAGER, if it's set. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 9 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 9 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 9 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
Tom Lane 895e36bb3f Add a "void *" passthrough pointer for psqlscan.l's callback functions. 9 years ago
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files. 9 years ago
Tom Lane 65d508fd4d Suppress "unused variable" warnings with older versions of flex. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane b7e1ae2328 Restore psql's SIGPIPE setting if popen() fails. 9 years ago
Tom Lane 18f8f784cb Handle empty or all-blank PAGER setting more sanely in psql. 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. 10 years ago
Noah Misch 41f18f021a Promote pg_dumpall shell/connstr quoting functions to src/fe_utils. 10 years ago
Tom Lane b7a9347c11 Fix comment. 10 years ago
Dean Rasheed 93a8c6fd6c Move and rename fmtReloptionsArray(). 10 years ago
Alvaro Herrera c09b18f21c Support \crosstabview in psql 10 years ago
Tom Lane c1156411ad Move psql's psqlscan.l into src/fe_utils. 10 years ago
Tom Lane d65bea26a8 Move psql's print.c and mbprint.c into src/fe_utils. 10 years ago
Tom Lane 588d963b00 Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 10 years ago