]> granicus.if.org Git - postgresql/history - src/bin/psql/tab-complete.c
Replace pg_asprintf() with psprintf().
[postgresql] / src / bin / psql / tab-complete.c
2013-10-22 Tom LaneReplace pg_asprintf() with psprintf().
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-03 Robert HaasAdd DISCARD SEQUENCES command.
2013-08-15 Magnus HaganderAdd tab completion for \dx in psql
2013-07-16 Kevin GrittnerAdd support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
2013-07-15 Robert HaasTab completion for \lo_import
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-04 Tom LaneAdd \watch [SEC] command to psql.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-02-09 Tom LaneAdd support for ALTER RULE ... RENAME TO.
2013-02-02 Tom LaneCreate a psql command \gset to store query results...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-14 Andrew DunstanProvide Assert() for frontend code.
2012-09-15 Peter Eisentrautpsql: Add more constraint completion
2012-08-28 Bruce MomjianPrevent psql tab completion in SET from adding TO when...
2012-08-20 Robert HaasImproved tab completion for CLUSTER VERBOSE.
2012-08-20 Robert HaasTab complete "TABLE whatever DROP CONSTRAINT" with...
2012-07-26 Robert HaasTab complete table names after ALTER TABLE x [NO] INHERIT.
2012-07-05 Magnus HaganderFix function argument tab completion for schema-qualifi...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-08 Peter Eisentrautpsql: Add variable to control keyword case in tab compl...
2012-04-26 Peter Eisentrautpsql: Tab completion updates
2012-04-18 Peter Eisentrautpsql: Add tab completion for CREATE/ALTER ROLE name...
2012-04-10 Peter Eisentrautpsql: Improve tab completion of WITH
2012-04-06 Tom LaneAllow statistics to be collected for foreign tables.
2012-03-31 Tom LaneFix glitch recently introduced in psql tab completion.
2012-02-28 Alvaro Herrerapsql: when tab-completing, use quotes on file names...
2012-02-01 Peter Eisentrautpsql: Case preserving completion of SQL key words
2012-01-31 Peter Eisentrautpsql: Reduce the amount of const lies a bit
2012-01-21 Peter Eisentrautpsql: Add support for tab completion of GRANT/REVOKE...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-27 Peter EisentrautStandardize treatment of strcmp() return value
2011-12-19 Peter EisentrautAdd support for privileges on types
2011-10-24 Magnus HaganderMake TABLE tab complation in psql include all relations
2011-10-23 Tom LaneMake psql support tab completion of EXECUTE <prepared...
2011-10-20 Tom LaneRewrite tab completion's previous-word fetching for...
2011-07-06 Robert HaasAdd \ir command to psql.
2011-06-14 Peter EisentrautAllow psql \d tab completion to complete all relation...
2011-06-12 Robert HaasTab completion improvements for COMMENT.
2011-05-13 Robert HaasMore cleanup of FOREIGN TABLE permissions handling.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-01 Robert HaasTab completion for COMMENT ON FOREIGN DATA WRAPPER...
2011-03-16 Robert HaasTab completion for \pset format and \pset linestyle.
2011-03-11 Tom LaneCreate an explicit concept of collations that work...
2011-03-03 Heikki LinnakangasAdd tab-completion for table name after JOIN.
2011-02-24 Itagaki TakahiroMore psql tab-completion for new commands.
2011-02-24 Itagaki TakahiroAdd tab-completion for CREATE UNLOGGED TABLE in psql,
2011-02-15 Tom LaneRearrange extension-related views as per recent discussion.
2011-02-12 Peter EisentrautDDL support for collations
2011-02-12 Tom LaneAdd support for multiple versions of an extension and...
2011-02-11 Robert HaasAllow tab-completion of :variable even as first word...
2011-02-10 Tom LaneExtend "ALTER EXTENSION ADD object" to permit "DROP...
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-01-20 Robert HaasAdd new psql command \dL to list languages.
2011-01-04 Itagaki TakahiroImprove psql tab completion for CREATE/ALTER ROLE ...
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-14 Robert HaasImproved tab completion for views with triggers.
2010-11-26 Robert HaasAdd more ALTER <object> .. SET SCHEMA commands.
2010-10-28 Peter EisentrautAdd tab completion for psql \dg and \z
2010-10-10 Tom LaneTeach psql to do tab completion for names of psql varia...
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-26 Peter EisentrautAdd ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-14 Tom LaneAdd a \sf (show function) command to psql, for those...
2010-07-20 Robert HaasAdd \conninfo command to psql, to show current connecti...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-07 Itagaki TakahiroEnsure default-only storage parameters for TOAST relations
2010-04-07 Itagaki Takahiropsql tab completion for ALTER DEFAULT PRIVILEGES and...
2010-04-05 Itagaki TakahiroAssorted tab-completion improvements in psql.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-17 Itagaki TakahiroSupport new syntax and improve handling of parentheses...
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-15 Itagaki TakahiroAdd psql tab completion for DO blocks.
2010-01-25 Heikki LinnakangasAdd note that PREPARE TRANSACTION is for transaction...
2010-01-22 Robert HaasReplace ALTER TABLE ... SET STATISTICS DISTINCT with...
2010-01-02 Tom LaneAdd missing schema-qualification in tab completion...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-10-13 Tom LaneAdd "\pset linestyle ascii/unicode" option to psql...
2009-10-08 Alvaro HerreraAdd the new psql command \drds to the psql docs, help...
2009-08-02 Tom LaneAdd ALTER TABLE ... ALTER COLUMN ... SET STATISTICS...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-08 Bruce MomjianImprove tab completion for \ef.
2009-04-06 Bruce MomjianAdjust psql tab completion for new \d 'S' flag behavior...
2009-03-27 Heikki LinnakangasFix tab completion of ANALYZE VERBOSE <tab>. It was...
2009-02-24 Peter EisentrautAdd the possibility to specify an explicit validator...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-11-20 Peter EisentrautTABLE command
2008-11-11 Tom LaneAdd support for input and output of interval values...
2008-11-09 Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-11-07 Tom LaneImplement ALTER DATABASE SET TABLESPACE to move a whole...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
2008-08-16 Tom LaneFix a couple of places where psql might fail to report...
2008-03-29 Tom LaneImprove psql's tab completion to handle completing...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-14 Bruce MomjianAdd tsearch tab completion support:
next