index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
tab-complete.c
Age
Commit message (
Expand
)
Author
2013-12-19
Add tab completion for ALTER SYSTEM SET in psql.
Fujii Masao
2013-11-19
Add tab completion for \pset in psql.
Fujii Masao
2013-11-18
Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr
Heikki Linnakangas
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-08
Add the notion of REPLICA IDENTITY for a table.
Robert Haas
2013-10-23
Simplify tab completion rules for views and foreign tables.
Robert Haas
2013-10-22
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-10-03
Add DISCARD SEQUENCES command.
Robert Haas
2013-08-15
Add tab completion for \dx in psql
Magnus Hagander
2013-07-16
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-07-15
Tab completion for \lo_import
Robert Haas
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-04-04
Add \watch [SEC] command to psql.
Tom Lane
2013-03-04
Add a materialized view relations.
Kevin Grittner
2013-02-09
Add support for ALTER RULE ... RENAME TO.
Tom Lane
2013-02-02
Create a psql command \gset to store query results into psql variables.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-14
Provide Assert() for frontend code.
Andrew Dunstan
2012-09-15
psql: Add more constraint completion
Peter Eisentraut
2012-08-28
Prevent psql tab completion in SET from adding TO when the equals sign
Bruce Momjian
2012-08-20
Improved tab completion for CLUSTER VERBOSE.
Robert Haas
2012-08-20
Tab complete "TABLE whatever DROP CONSTRAINT" with a constraint name.
Robert Haas
2012-07-26
Tab complete table names after ALTER TABLE x [NO] INHERIT.
Robert Haas
2012-07-05
Fix function argument tab completion for schema-qualified or quoted function ...
Magnus Hagander
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-08
psql: Add variable to control keyword case in tab completion
Peter Eisentraut
2012-04-26
psql: Tab completion updates
Peter Eisentraut
2012-04-18
psql: Add tab completion for CREATE/ALTER ROLE name WITH
Peter Eisentraut
2012-04-10
psql: Improve tab completion of WITH
Peter Eisentraut
2012-04-06
Allow statistics to be collected for foreign tables.
Tom Lane
2012-03-31
Fix glitch recently introduced in psql tab completion.
Tom Lane
2012-02-28
psql: when tab-completing, use quotes on file names that need them
Alvaro Herrera
2012-02-01
psql: Case preserving completion of SQL key words
Peter Eisentraut
2012-01-31
psql: Reduce the amount of const lies a bit
Peter Eisentraut
2012-01-21
psql: Add support for tab completion of GRANT/REVOKE role
Peter Eisentraut
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-27
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-12-19
Add support for privileges on types
Peter Eisentraut
2011-10-24
Make TABLE tab complation in psql include all relations
Magnus Hagander
2011-10-23
Make psql support tab completion of EXECUTE <prepared-statement-name>.
Tom Lane
2011-10-20
Rewrite tab completion's previous-word fetching for more sanity.
Tom Lane
2011-07-06
Add \ir command to psql.
Robert Haas
2011-06-14
Allow psql \d tab completion to complete all relation kinds
Peter Eisentraut
2011-06-12
Tab completion improvements for COMMENT.
Robert Haas
2011-05-13
More cleanup of FOREIGN TABLE permissions handling.
Robert Haas
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-01
Tab completion for COMMENT ON FOREIGN DATA WRAPPER / SERVER.
Robert Haas
2011-03-16
Tab completion for \pset format and \pset linestyle.
Robert Haas
2011-03-11
Create an explicit concept of collations that work for any encoding.
Tom Lane
[next]