aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/tab-complete.c
Commit message (Expand)AuthorAge
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-21
* Spell DELIMITER correctly, per Seamus Dean.Tom Lane2005-05-04
* 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
* Replace max_expr_depth parameter with a max_stack_depth parameter thatTom Lane2004-03-24
* Replace the virtual_host and tcpip_socket parameters with a unifiedTom Lane2004-03-23
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-03
* More fallout from the recent psql patch: rename xmalloc and friends toNeil Conway2004-01-25
* This patch makes some of the memory manipulation performed by psql aNeil Conway2004-01-24
* Allow BEGIN WORK to specify transaction isolation level, like STARTBruce Momjian2004-01-10
* attached is a patch that adds display of the groups a user belongs to toBruce Momjian2003-12-01
* This patch reduces some unsightly #ifdefs, and fixes two typos inBruce Momjian2003-12-01
* This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian2003-12-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Allow tab completion for ALTER TABLE dbname <tab><tab> to show newBruce Momjian2003-11-08
* Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut2003-11-06
* Further work on tab completion code: arrange for system catalogs to beTom Lane2003-10-30
* Don't include "schema." in the set of possible tab completions onceTom Lane2003-10-28
* Remove automatic '()' in other branch of UNION as well.Peter Eisentraut2003-10-17
* There should not be an automatic '()' after a function name whenPeter Eisentraut2003-10-16
* Cause tab completion to do something moderately reasonable with mixed-caseTom Lane2003-10-16
* Use PQescapeString to ensure that tab-completion queries are not messedTom Lane2003-10-14
* Remove geqo_random_seed parameter. Having geqo reset the global random()Tom Lane2003-09-07
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-29
* Add GUC option log_error_verbosity to control which fields of errorTom Lane2003-06-30
* psql: tab completion for \encodingBruce Momjian2003-06-12
* Add add_missing_from GUC variable.Bruce Momjian2003-06-11
* Add log_min_duration_statement.Bruce Momjian2003-06-11
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* const-ify functions used with completion_matches(), to suppressTom Lane2003-04-03
* Fix NULL casting warning, pointed out by Joe ConwayBruce Momjian2003-03-28
* Attached are two patches for psql's tab-completion.c.Bruce Momjian2003-03-27
* Create a GUC variable REGEX_FLAVOR to control the type of regularTom Lane2003-02-06