aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/tab-complete.c
Commit message (Expand)AuthorAge
* Code review for psql multiline history patch(es). Fix memory leak,Tom Lane2006-06-11
* Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bitsAlvaro Herrera2006-05-28
* Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane2006-04-30
* Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY. Also fix someAlvaro Herrera2006-04-02
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Improve tab completion macro for default keywords.Bruce Momjian2006-02-12
* List psql tab completion for various default keywords.Bruce Momjian2006-02-12
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-12
* o Improve psql's handling of multi-line statementsBruce Momjian2006-02-11
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-11
* Add new psql command \password for changing role password with client-sidePeter Eisentraut2005-12-18
* > 1) I'm proposing a patch to do the DROP FUNCTION argument tab completion.Bruce Momjian2005-12-08
* Add tab completion for RESET SESSION AUTHORIZATION.Alvaro Herrera2005-11-18
* Re-run pgindent to fix breakage when exceeding 150 'else if' clauses.Bruce Momjian2005-11-14
* R-tree is dead ... long live GiST.Tom Lane2005-11-07
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix up tab completion for ROLEs and add some more completion logic forTom Lane2005-08-14
* Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian2005-07-30
* Add tab completion syntax for PREPARE 2-phase commit syntax.Bruce Momjian2005-07-28
* Simple constraint exclusion. For now, only child tables of inheritanceTom Lane2005-07-23
* Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane2005-06-22
* Trivial dead code removal: in _complete_from_query(), 'text' cannot beNeil Conway2005-06-21
* Add GUC krb_server_hostname so the server hostname can be specified asBruce Momjian2005-06-14
* Quick patch to adress a recent concern on the mailing listBruce Momjian2005-05-25
* Upon closer inspection, Greg's psql tab completion patch leaks memory.Neil Conway2005-05-18
* psql tab completion improvements, from Greg Sabino Mullane:Neil Conway2005-05-18
* Add COPY WITH CVS HEADER to allow a heading line as the first line inBruce Momjian2005-05-07
* Spell DELIMITER correctly, per Seamus Dean.Tom Lane2005-05-04
* Rethink original decision to use AND/OR Expr nodes to represent bitmapTom Lane2005-04-21
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-07
* Minor fixes for psql tab completion. Spell "absolute" like the English word,Neil Conway2005-04-04
* Add temp_buffers GUC variable to allow users to determine the sizeTom Lane2005-03-19
* Document why CREATE CONSTRAINT TRIGGER doesn't tab complete.Bruce Momjian2005-01-23
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Switch order of WHERE clauses in tab completion queries, as suggestedTom Lane2004-12-24
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-05
* Tab completion for CREATE TABLESPACE arguments. Patch by Joachim Wieland.Peter Eisentraut2004-11-02
* Some improvements for the tab-completion of psql. This shouldNeil Conway2004-09-22
* src/bin/psql/tab-complete.c =~ s/CONVERSATION/CONVERSION/;Bruce Momjian2004-09-01
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix tab completion for ALTER INDEX.Bruce Momjian2004-08-21
* Attached is the third version of my patch that adds/fixes several thingsBruce Momjian2004-08-20
* Add ALTER INDEX, particularly for moving tablespaces.Bruce Momjian2004-08-20
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-28
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-27
* This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian2004-05-26
* Rename find_my_binary/find_other_binary toBruce Momjian2004-05-12
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* Remove 'syslog' GUC variable, and add more logical 'log_destination'Bruce Momjian2004-04-05