aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/tab-complete.c
Commit message (Expand)AuthorAge
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Add tab-completion for ALTER INDEX .. [NO] DEPENDS ONAlvaro Herrera2020-04-20
* Add the option to report WAL usage in EXPLAIN and auto_explain.Amit Kapila2020-04-06
* psql: do file completion for \gxBruce Momjian2020-03-31
* Trigger autovacuum based on number of INSERTsDavid Rowley2020-03-28
* Introduce a maintenance_io_concurrency setting.Thomas Munro2020-03-16
* Show opclass and opfamily related information in psqlAlexander Korotkov2020-03-08
* Tab completion: offer parens as appropriate in CREATE/ALTER TEXT SEARCH.Tom Lane2020-03-07
* Allow ALTER TYPE to change some properties of a base type.Tom Lane2020-03-06
* Add deduplication to nbtree.Peter Geoghegan2020-02-26
* Add configure probe for rl_completion_suppress_quote.Tom Lane2020-01-23
* Improve psql's tab completion for filenames.Tom Lane2020-01-23
* Allow vacuum command to process indexes in parallel.Amit Kapila2020-01-20
* ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut2020-01-14
* Add an ugly workaround for a bug in some recent libedit versions.Tom Lane2020-01-03
* Update copyrights for 2020Bruce Momjian2020-01-01
* Modernize our readline API a tad.Tom Lane2019-12-13
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Allow ALTER VIEW command to rename the column in the view.Fujii Masao2019-11-21
* Improve tab-completion for ALTER MATERIALIZED VIEW.Fujii Masao2019-11-21
* Introduce the 'force' option for the Drop Database command.Amit Kapila2019-11-13
* Fix typos in the codeMichael Paquier2019-10-30
* Add tab completion for EXPLAIN (SETTINGS) in psqlMichael Paquier2019-09-27
* Add tab completion for CREATE OR REPLACE in psql.Fujii Masao2019-09-13
* Allow setting statistics target for extended statisticsTomas Vondra2019-09-11
* Fix tab completion for CREATE TYPE in psqlMichael Paquier2019-08-19
* Fix tab completion for ALTER LANGUAGE in psqlMichael Paquier2019-08-05
* Fix tab completion for UPDATE.Thomas Munro2019-07-13
* Tab completion for CREATE TYPE.Thomas Munro2019-07-13
* Add \warn command to psql.Tom Lane2019-07-05
* Don't treat complete_from_const as equivalent to complete_from_list.Tom Lane2019-07-02
* Fix tab completion of "SET variable TO|=" to not offer bogus completions.Tom Lane2019-07-02
* Add toast-level reloption for vacuum_index_cleanupMichael Paquier2019-06-25
* Fix some issues and improve psql completion for access methodsMichael Paquier2019-06-03
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Mention ANALYZE boolean options in documentation.Fujii Masao2019-05-23
* Add TRUNCATE parameter to VACUUM.Fujii Masao2019-05-08
* Add vacuum_truncate reloption.Fujii Masao2019-04-08
* psql \dP: list partitioned tables and indexesAlvaro Herrera2019-04-07
* Add a "SQLSTATE-only" error verbosity option to libpq and psql.Tom Lane2019-04-04
* Allow VACUUM to be run with index cleanup disabled.Robert Haas2019-04-04
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Allow existing VACUUM options to take a Boolean argument.Robert Haas2019-03-29
* REINDEX CONCURRENTLYPeter Eisentraut2019-03-29
* Add support for multivariate MCV listsTomas Vondra2019-03-27
* Transaction chainingPeter Eisentraut2019-03-24
* Teach SKIP_LOCKED to psql tab completion of VACUUM and ANALYZEMichael Paquier2019-03-06
* psql: Remove unused tab completion queryPeter Eisentraut2019-01-28