]> granicus.if.org Git - postgresql/history - src/bin/psql/tab-complete.c
Update copyright for the year 2010.
[postgresql] / src / bin / psql / tab-complete.c
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:
2007-07-03 Neil ConwayAdd ALTER VIEW ... RENAME TO, and a RENAME TO clause...
2007-06-13 Neil ConwaySchema-qualify several references to the builtin functi...
2007-04-26 Neil ConwayAnother tweak for tab completion of CREATE TEMP. Instea...
2007-04-26 Neil ConwayMinor enhancement to psql tab completion. If we see...
2007-04-26 Neil ConwayRename the newly-added commands for discarding session...
2007-04-08 Bruce MomjianSupport syntax "CLUSTER table USING index", which is...
2007-03-26 Tom LaneAllow non-superuser database owners to create procedura...
2007-02-23 Bruce MomjianAdd psql \prompt capability.
2007-02-07 Peter EisentrautReplace some strncpy() by strlcpy().
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-11 Tom LaneCode review for psql multiline history patch(es). ...
2006-05-28 Alvaro HerreraRemove traces of otherwise unused RELKIND_SPECIAL symbo...
2006-04-30 Tom LaneCode review for GRANT CONNECT patch. Spell the privile...
2006-04-02 Alvaro HerreraAdd tab-completion for REASSIGN OWNED BY and DROP OWNED...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-12 Bruce MomjianImprove tab completion macro for default keywords.
2006-02-12 Bruce MomjianList psql tab completion for various default keywords.
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-02-11 Bruce Momjiano Improve psql's handling of multi-line statements
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2005-12-18 Peter EisentrautAdd new psql command \password for changing role passwo...
2005-12-08 Bruce Momjian> 1) I'm proposing a patch to do the DROP FUNCTION...
2005-11-18 Alvaro HerreraAdd tab completion for RESET SESSION AUTHORIZATION.
2005-11-14 Bruce MomjianRe-run pgindent to fix breakage when exceeding 150...
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-14 Tom LaneFix up tab completion for ROLEs and add some more compl...
2005-07-30 Bruce MomjianAdd GUC variables to control keep-alive times for idle...
2005-07-28 Bruce MomjianAdd tab completion syntax for PREPARE 2-phase commit...
2005-07-23 Tom LaneSimple constraint exclusion. For now, only child table...
2005-06-22 Tom LaneMake REINDEX DATABASE do what one would expect, namely...
2005-06-21 Neil ConwayTrivial dead code removal: in _complete_from_query...
2005-06-14 Bruce MomjianAdd GUC krb_server_hostname so the server hostname...
2005-05-25 Bruce MomjianQuick patch to adress a recent concern on the mailing...
2005-05-18 Neil ConwayUpon closer inspection, Greg's psql tab completion...
2005-05-18 Neil Conwaypsql tab completion improvements, from Greg Sabino...
2005-05-07 Bruce MomjianAdd COPY WITH CVS HEADER to allow a heading line as...
2005-05-04 Tom LaneSpell DELIMITER correctly, per Seamus Dean.
2005-04-21 Tom LaneRethink original decision to use AND/OR Expr nodes...
2005-04-07 Neil ConwayAdd a "USING" clause to DELETE, which is equivalent...
2005-04-04 Neil ConwayMinor fixes for psql tab completion. Spell "absolute...
2005-03-19 Tom LaneAdd temp_buffers GUC variable to allow users to determi...
2005-01-23 Bruce MomjianDocument why CREATE CONSTRAINT TRIGGER doesn't tab...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-12-24 Tom LaneSwitch order of WHERE clauses in tab completion queries...
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-11-02 Peter EisentrautTab completion for CREATE TABLESPACE arguments. Patch...
2004-09-22 Neil ConwaySome improvements for the tab-completion of psql. This...
2004-09-01 Bruce Momjiansrc/bin/psql/tab-complete.c =~ s/CONVERSATION/CONVERSION/;
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-21 Bruce MomjianFix tab completion for ALTER INDEX.
2004-08-20 Bruce MomjianAttached is the third version of my patch that adds...
2004-08-20 Bruce MomjianAdd ALTER INDEX, particularly for moving tablespaces.
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-07-27 Tom LaneReplace nested-BEGIN syntax for subtransactions with...
2004-05-26 Bruce MomjianThis patch implement the TODO [ALTER DATABASE foo OWNER...
2004-05-12 Bruce MomjianRename find_my_binary/find_other_binary to
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-04-05 Bruce MomjianRemove 'syslog' GUC variable, and add more logical...
2004-03-24 Tom LaneReplace max_expr_depth parameter with a max_stack_depth...
2004-03-23 Tom LaneReplace the virtual_host and tcpip_socket parameters...
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-01-25 Neil ConwayMore fallout from the recent psql patch: rename xmalloc...
2004-01-24 Neil ConwayThis patch makes some of the memory manipulation perfor...
2004-01-10 Bruce MomjianAllow BEGIN WORK to specify transaction isolation level...
2003-12-01 Bruce Momjianattached is a patch that adds display of the groups...
2003-12-01 Bruce MomjianThis patch reduces some unsightly #ifdefs, and fixes...
2003-12-01 Bruce MomjianThis patch adds a new GUC var, "default_with_oids"...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-08 Bruce MomjianAllow tab completion for ALTER TABLE dbname <tab><tab...
2003-11-06 Peter EisentrautImplement isolation levels read uncommitted and repeata...
2003-10-30 Tom LaneFurther work on tab completion code: arrange for system...
2003-10-28 Tom LaneDon't include "schema." in the set of possible tab...
next