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
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Add tab-completion for ALTER INDEX .. [NO] DEPENDS ON
Alvaro Herrera
2020-04-20
*
Add the option to report WAL usage in EXPLAIN and auto_explain.
Amit Kapila
2020-04-06
*
psql: do file completion for \gx
Bruce Momjian
2020-03-31
*
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-28
*
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-16
*
Show opclass and opfamily related information in psql
Alexander Korotkov
2020-03-08
*
Tab completion: offer parens as appropriate in CREATE/ALTER TEXT SEARCH.
Tom Lane
2020-03-07
*
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
2020-03-06
*
Add deduplication to nbtree.
Peter Geoghegan
2020-02-26
*
Add configure probe for rl_completion_suppress_quote.
Tom Lane
2020-01-23
*
Improve psql's tab completion for filenames.
Tom Lane
2020-01-23
*
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-20
*
ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION
Peter Eisentraut
2020-01-14
*
Add an ugly workaround for a bug in some recent libedit versions.
Tom Lane
2020-01-03
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Modernize our readline API a tad.
Tom Lane
2019-12-13
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
*
Allow ALTER VIEW command to rename the column in the view.
Fujii Masao
2019-11-21
*
Improve tab-completion for ALTER MATERIALIZED VIEW.
Fujii Masao
2019-11-21
*
Introduce the 'force' option for the Drop Database command.
Amit Kapila
2019-11-13
*
Fix typos in the code
Michael Paquier
2019-10-30
*
Add tab completion for EXPLAIN (SETTINGS) in psql
Michael Paquier
2019-09-27
*
Add tab completion for CREATE OR REPLACE in psql.
Fujii Masao
2019-09-13
*
Allow setting statistics target for extended statistics
Tomas Vondra
2019-09-11
*
Fix tab completion for CREATE TYPE in psql
Michael Paquier
2019-08-19
*
Fix tab completion for ALTER LANGUAGE in psql
Michael Paquier
2019-08-05
*
Fix tab completion for UPDATE.
Thomas Munro
2019-07-13
*
Tab completion for CREATE TYPE.
Thomas Munro
2019-07-13
*
Add \warn command to psql.
Tom Lane
2019-07-05
*
Don't treat complete_from_const as equivalent to complete_from_list.
Tom Lane
2019-07-02
*
Fix tab completion of "SET variable TO|=" to not offer bogus completions.
Tom Lane
2019-07-02
*
Add toast-level reloption for vacuum_index_cleanup
Michael Paquier
2019-06-25
*
Fix some issues and improve psql completion for access methods
Michael Paquier
2019-06-03
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Mention ANALYZE boolean options in documentation.
Fujii Masao
2019-05-23
*
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-08
*
Add vacuum_truncate reloption.
Fujii Masao
2019-04-08
*
psql \dP: list partitioned tables and indexes
Alvaro Herrera
2019-04-07
*
Add a "SQLSTATE-only" error verbosity option to libpq and psql.
Tom Lane
2019-04-04
*
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-04
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
Allow existing VACUUM options to take a Boolean argument.
Robert Haas
2019-03-29
*
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-29
*
Add support for multivariate MCV lists
Tomas Vondra
2019-03-27
*
Transaction chaining
Peter Eisentraut
2019-03-24
*
Teach SKIP_LOCKED to psql tab completion of VACUUM and ANALYZE
Michael Paquier
2019-03-06
*
psql: Remove unused tab completion query
Peter Eisentraut
2019-01-28
[next]