]> granicus.if.org Git - postgresql/history - src/bin/psql/tab-complete.c
Add a "SQLSTATE-only" error verbosity option to libpq and psql.
[postgresql] / src / bin / psql / tab-complete.c
2019-04-04 Tom LaneAdd a "SQLSTATE-only" error verbosity option to libpq...
2019-04-04 Robert HaasAllow VACUUM to be run with index cleanup disabled.
2019-04-01 Peter EisentrautUnified logging system for command-line programs
2019-03-29 Robert HaasAllow existing VACUUM options to take a Boolean argument.
2019-03-29 Peter EisentrautREINDEX CONCURRENTLY
2019-03-27 Tomas VondraAdd support for multivariate MCV lists
2019-03-24 Peter EisentrautTransaction chaining
2019-03-06 Michael PaquierTeach SKIP_LOCKED to psql tab completion of VACUUM...
2019-01-28 Peter Eisentrautpsql: Remove unused tab completion query
2019-01-28 Michael PaquierAdd tab completion for ALTER INDEX ALTER COLUMN in...
2019-01-15 Tom LaneFinish reverting "recheck_on_update" patch.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-25 Michael PaquierImprove tab completion of ALTER INDEX/TABLE with SET...
2018-12-23 Michael PaquierAdd completion for storage parameters after CREATE...
2018-12-20 Michael PaquierAdd more tab completion for CREATE TABLE in psql
2018-11-27 Tomas VondraUse wildcard to match parens after CREATE STATISTICS
2018-11-26 Tom LaneAdd CSV table output mode in psql.
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-06 Michael PaquierReorganize format options of psql in alphabetical order
2018-10-26 Michael PaquierImprove tab completion of CREATE EVENT TRIGGER in psql
2018-10-26 Michael PaquierAdd tab completion of EXECUTE FUNCTION for CREATE TRIGG...
2018-09-22 Tom LaneGet rid of explicit argument-count markings in tab...
2018-09-21 Tom LaneFix bogus tab-completion rule for CREATE PUBLICATION.
2018-09-21 Tom LaneImprove tab completion for ANALYZE, EXPLAIN, and VACUUM.
2018-09-21 Tom LaneRationalize Query_for_list_of_[relations] query names...
2018-09-20 Tom LaneFix psql's tab completion for TABLE.
2018-09-20 Tom LaneFix psql's tab completion for ALTER DATABASE ... SET...
2018-09-12 Tom LaneMinor fixes for psql tab completion.
2018-09-07 Peter EisentrautUse C99 designated initializers for some structs
2018-06-30 Andrew Dunstanpgindent run prior to branching
2018-05-10 Teodor SigaevVarious improvements of skipping index scan during...
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-12 Simon RiggsRevert MERGE patch
2018-04-08 Tom LaneSwitch client-side code to include catalog/pg_foo_d...
2018-04-03 Simon RiggsTab completion for MERGE
2018-04-02 Peter Eisentrautpsql: Fix \ef, \sf tab completion
2018-03-27 Simon RiggsAllow HOT updates for some expression indexes
2018-03-10 Tom LaneIn psql, restore old behavior of Query_for_list_of_func...
2018-03-05 Tom LaneAdd infrastructure to support server-version-dependent...
2018-03-02 Peter EisentrautAdd prokind column, replacing proisagg and proiswindow
2018-03-02 Fujii MasaoImprove tab-completion for ALTER INDEX RESET/SET.
2018-01-19 Alvaro HerreraLocal partitioned indexes
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-30 Peter EisentrautSQL procedures
2017-11-09 Robert HaasAdd hash partitioning.
2017-09-08 Robert HaasAllow a partitioned table to have a default partition.
2017-09-06 Simon RiggsAllow SET STATISTICS on expression indexes
2017-09-05 Tom LaneAdd \gdesc psql command.
2017-08-15 Peter Eisentrautpsql: Add tab completion for \pset pager
2017-07-27 Tom LaneFix psql tab completion for CREATE USER MAPPING.
2017-07-12 Heikki LinnakangasRemove unnecessary braces, to match the surrounding...
2017-06-22 Robert Haaspsql: Restore alphabetical order in words_after_create.
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-09 Peter Eisentrautpsql: Update tab completion for ALTER SUBSCRIPTION
2017-06-03 Tom LaneAdd some missing backslash commands to psql's tab-compl...
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-17 Peter Eisentrautpsql: publication/subscription tab completion fixes
2017-05-17 Tom LanePreventive maintenance in advance of pgindent run.
2017-05-14 Tom LaneStandardize terminology for pg_statistic_ext entries.
2017-05-13 Alvaro HerreraComplete tab completion for DROP STATISTICS
2017-05-12 Alvaro HerreraChange CREATE STATISTICS syntax
2017-05-12 Peter EisentrautRework the options syntax for logical replication commands
2017-05-09 Peter EisentrautRemove the NODROP SLOT option from DROP SUBSCRIPTION
2017-05-08 Heikki LinnakangasRemove support for password_encryption='off' / 'plain'.
2017-04-13 Fujii MasaoImprove tab-completion of DDL for publication and subsc...
2017-04-06 Peter EisentrautIdentity columns
2017-04-04 Peter Eisentrautpsql: Add some missing tab completion
2017-03-28 Teodor SigaevAltering default privileges on schemas
2017-03-16 Peter Eisentrautpsql: Add completion for \help DROP|ALTER
2017-03-10 Tom LaneFix hard-coded relkind constants in assorted src/bin...
2017-03-07 Stephen Frostpsql: Add \gx command
2017-03-03 Peter Eisentrautpsql: Add tab completion for logical replication
2017-03-03 Peter EisentrautAdd RENAME support for PUBLICATIONs and SUBSCRIPTIONs
2017-03-01 Peter Eisentrautpsql: Add tab completion for DEALLOCATE
2017-02-26 Robert HaasBasic tab completion for partitioning.
2017-02-15 Tom LaneFix tab completion for "ALTER SYSTEM SET variable ...
2017-02-03 Tom LaneClean up psql's behavior for a few more control variables.
2017-01-20 Peter EisentrautLogical replication
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-24 Stephen FrostFix tab completion in psql for ALTER DEFAULT PRIVILEGES
2016-12-07 Robert HaasImplement table partitioning.
2016-12-05 Stephen FrostAdd support for restrictive RLS policies
2016-11-28 Tom LaneFix busted tab-completion pattern for ALTER TABLE t...
2016-11-08 Robert Haaspsql: Tab completion for renaming enum values.
2016-11-04 Kevin GrittnerImprove tab completion for CREATE TRIGGER.
2016-11-03 Robert Haaspsql: Tab-complete LOCK [TABLE] ... IN {ACCESS|ROW...
2016-09-12 Kevin GrittnerFix recent commit for tab-completion of database template.
2016-09-11 Kevin Grittnerpsql tab completion for CREATE DATABASE ... TEMPLATE ...
2016-09-01 Kevin GrittnerImprove tab completion for BEGIN & START|SET TRANSACTION.
2016-08-18 Tom LaneImprove psql's tab completion for \l.
2016-08-18 Tom LaneImprove psql's tab completion for ALTER EXTENSION foo...
2016-06-23 Andrew DunstanAdd tab completion for pager_min_lines to psql.
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-09 Robert HaasEliminate "parallel degree" terminology.
2016-06-07 Alvaro HerreraFix loose ends for SQL ACCESS METHOD objects
2016-04-08 Alvaro HerreraSupport \crosstabview in psql
2016-04-08 Robert HaasAdd a 'parallel_degree' reloption.
2016-04-04 Tom LaneAdd a \gexec command to psql for evaluation of computed...
next