]> granicus.if.org Git - postgresql/history - src/bin/psql/tab-complete.c
Support syntax "CLUSTER table USING index", which is more logical.
[postgresql] / src / bin / psql / tab-complete.c
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...
2003-10-17 Peter EisentrautRemove automatic '()' in other branch of UNION as well.
2003-10-16 Peter EisentrautThere should not be an automatic '()' after a function...
2003-10-16 Tom LaneCause tab completion to do something moderately reasona...
2003-10-14 Tom LaneUse PQescapeString to ensure that tab-completion querie...
2003-09-07 Tom LaneRemove geqo_random_seed parameter. Having geqo reset...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce Momjianpgindent run.
2003-07-29 Tom LaneApply (a somewhat revised version of) Greg Mullane...
2003-06-30 Tom LaneAdd GUC option log_error_verbosity to control which...
2003-06-12 Bruce Momjianpsql: tab completion for \encoding
2003-06-11 Bruce MomjianAdd add_missing_from GUC variable.
2003-06-11 Bruce MomjianAdd log_min_duration_statement.
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-04-03 Tom Laneconst-ify functions used with completion_matches()...
2003-03-28 Bruce MomjianFix NULL casting warning, pointed out by Joe Conway
2003-03-27 Bruce MomjianAttached are two patches for psql's tab-completion.c.
2003-02-06 Tom LaneCreate a GUC variable REGEX_FLAVOR to control the type...
2003-01-25 Tom LaneAllow the planner to collapse explicit inner JOINs...
2003-01-10 Peter EisentrautRead-only transactions, as defined in SQL.
2002-12-13 Bruce MomjianHere's the patch I mentioned on HACKERS to fix up ALTER...
2002-11-21 Tom LaneFinish implementation of hashed aggregation. Add enabl...
2002-11-15 Bruce MomjianClean up psql:
2002-11-15 Bruce MomjianRename:
2002-11-14 Bruce MomjianRename server_min_messages to log_min_messages. Part...
2002-11-08 Tom LaneAdd extra_float_digits GUC parameter to allow adjustmen...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianTab completion in psql is missing the REINDEX command.
2002-09-02 Bruce MomjianAdd GUC variable to print original query to the server...
next