index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
tab-complete.c
Commit message (
Expand
)
Author
Age
*
Fix psql tab completion for CREATE USER MAPPING.
Tom Lane
2017-07-27
*
Remove unnecessary braces, to match the surrounding style.
Heikki Linnakangas
2017-07-12
*
Fix tab completion in psql for ALTER DEFAULT PRIVILEGES
Stephen Frost
2016-12-23
*
Add tab completion for pager_min_lines to psql.
Andrew Dunstan
2016-06-23
*
Add missing NULL terminator to list_SECURITY_LABEL_preposition[].
Tom Lane
2016-03-14
*
Fix compile breakage due to 0315dfa8f4afa8390383119330ca0bf241be4ad4.
Robert Haas
2016-03-04
*
Fix query-based tab completion for multibyte characters.
Robert Haas
2016-03-04
*
Remove silly completion for "DELETE FROM tabname ...".
Tom Lane
2015-12-20
*
Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.
Andres Freund
2015-12-19
*
Improve ALTER POLICY tab completion.
Robert Haas
2015-12-10
*
psql: Make EXECUTE PROCEDURE tab completion a bit narrower.
Robert Haas
2015-08-18
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Improve tab-completion for DROP POLICY
Alvaro Herrera
2015-07-20
*
Add tab-completion for psql meta-commands.
Fujii Masao
2015-07-07
*
psql: Add some tab completion for TABLESAMPLE.
Robert Haas
2015-06-22
*
Add PASSWORD to tab completions for CREATE/ALTER ROLE/USER/GROUP.
Robert Haas
2015-06-19
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
psql: Improve tab completion for ALTER FOREIGN TABLE.
Robert Haas
2015-04-29
*
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-04-03
*
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-04-02
*
Revert "psql: fix \connect with URIs and conninfo strings"
Robert Haas
2015-04-02
*
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-04-01
*
psql: add asciidoc output format
Bruce Momjian
2015-03-31
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Improve consistency of parsing of psql's magic variables.
Tom Lane
2014-12-31
*
Don't tab-complete COMMENT ON ... IS with IS.
Robert Haas
2014-12-31
*
REINDEX SCHEMA
Simon Riggs
2014-12-09
*
Add tab-completion for ALTER TABLE ALTER CONSTRAINT in psql.
Fujii Masao
2014-11-28
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
*
Fix some bogus direct uses of realloc().
Tom Lane
2014-11-18
*
Rename pending_list_cleanup_size to gin_pending_list_limit.
Fujii Masao
2014-11-13
*
Add GUC and storage parameter to set the maximum size of GIN pending list.
Fujii Masao
2014-11-11
*
Tab complete second argument to \c with role names.
Robert Haas
2014-11-10
*
Code review for row security.
Stephen Frost
2014-09-24
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
Add unicode_{column|header|border}_style to psql
Stephen Frost
2014-09-12
*
Add new psql help topics, accessible to both --help and \?.
Andres Freund
2014-09-10
*
Tab completion for ALTER .. ALL IN TABLESPACE
Stephen Frost
2014-09-07
*
Add tab-completion for reloptions like user_catalog_table.
Fujii Masao
2014-09-05
*
Support ALTER SYSTEM RESET command.
Fujii Masao
2014-09-02
*
Implement ALTER TABLE .. SET LOGGED / UNLOGGED
Alvaro Herrera
2014-08-22
*
Add tab-completion for \unset and valid setting values of psql variables.
Fujii Masao
2014-08-12
*
Minimal psql tab completion support for SET search_path.
Andres Freund
2014-07-12
*
Add autocompletion of locale keywords for CREATE DATABASE
Magnus Hagander
2014-07-12
*
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-07-10
*
Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.
Tom Lane
2014-07-01
*
Improve tab-completion of DROP and ALTER ENABLE/DISABLE on triggers and rules.
Heikki Linnakangas
2014-06-23
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Tab completion for event triggers.
Robert Haas
2014-04-14
*
Fix some compiler warnings that clang emits with -pedantic.
Robert Haas
2014-04-04
[next]