summaryrefslogtreecommitdiff
path: root/src/bin/psql/tab-complete.c
AgeCommit message (Expand)Author
2013-12-19Add tab completion for ALTER SYSTEM SET in psql.Fujii Masao
2013-11-19Add tab completion for \pset in psql.Fujii Masao
2013-11-18Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-11-08Add the notion of REPLICA IDENTITY for a table.Robert Haas
2013-10-23Simplify tab completion rules for views and foreign tables.Robert Haas
2013-10-22Replace pg_asprintf() with psprintf().Tom Lane
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-03Add DISCARD SEQUENCES command.Robert Haas
2013-08-15Add tab completion for \dx in psqlMagnus Hagander
2013-07-16Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner
2013-07-15Tab completion for \lo_importRobert Haas
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-04Add \watch [SEC] command to psql.Tom Lane
2013-03-04Add a materialized view relations.Kevin Grittner
2013-02-09Add support for ALTER RULE ... RENAME TO.Tom Lane
2013-02-02Create a psql command \gset to store query results into psql variables.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-14Provide Assert() for frontend code.Andrew Dunstan
2012-09-15psql: Add more constraint completionPeter Eisentraut
2012-08-28Prevent psql tab completion in SET from adding TO when the equals signBruce Momjian
2012-08-20Improved tab completion for CLUSTER VERBOSE.Robert Haas
2012-08-20Tab complete "TABLE whatever DROP CONSTRAINT" with a constraint name.Robert Haas
2012-07-26Tab complete table names after ALTER TABLE x [NO] INHERIT.Robert Haas
2012-07-05Fix function argument tab completion for schema-qualified or quoted function ...Magnus Hagander
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-08psql: Add variable to control keyword case in tab completionPeter Eisentraut
2012-04-26psql: Tab completion updatesPeter Eisentraut
2012-04-18psql: Add tab completion for CREATE/ALTER ROLE name WITHPeter Eisentraut
2012-04-10psql: Improve tab completion of WITHPeter Eisentraut
2012-04-06Allow statistics to be collected for foreign tables.Tom Lane
2012-03-31Fix glitch recently introduced in psql tab completion.Tom Lane
2012-02-28psql: when tab-completing, use quotes on file names that need themAlvaro Herrera
2012-02-01psql: Case preserving completion of SQL key wordsPeter Eisentraut
2012-01-31psql: Reduce the amount of const lies a bitPeter Eisentraut
2012-01-21psql: Add support for tab completion of GRANT/REVOKE rolePeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2011-12-19Add support for privileges on typesPeter Eisentraut
2011-10-24Make TABLE tab complation in psql include all relationsMagnus Hagander
2011-10-23Make psql support tab completion of EXECUTE <prepared-statement-name>.Tom Lane
2011-10-20Rewrite tab completion's previous-word fetching for more sanity.Tom Lane
2011-07-06Add \ir command to psql.Robert Haas
2011-06-14Allow psql \d tab completion to complete all relation kindsPeter Eisentraut
2011-06-12Tab completion improvements for COMMENT.Robert Haas
2011-05-13More cleanup of FOREIGN TABLE permissions handling.Robert Haas
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-01Tab completion for COMMENT ON FOREIGN DATA WRAPPER / SERVER.Robert Haas
2011-03-16Tab completion for \pset format and \pset linestyle.Robert Haas
2011-03-11Create an explicit concept of collations that work for any encoding.Tom Lane