summaryrefslogtreecommitdiff
path: root/src/bin/psql/tab-complete.c
AgeCommit message (Expand)Author
2003-04-03const-ify functions used with completion_matches(), to suppressTom Lane
2003-03-28Fix NULL casting warning, pointed out by Joe ConwayBruce Momjian
2003-03-27Attached are two patches for psql's tab-completion.c.Bruce Momjian
2003-02-06Create a GUC variable REGEX_FLAVOR to control the type of regularTom Lane
2003-01-25Allow the planner to collapse explicit inner JOINs together, rather thanTom Lane
2003-01-10Read-only transactions, as defined in SQL.Peter Eisentraut
2002-12-13Here's the patch I mentioned on HACKERS to fix up ALTER command tabBruce Momjian
2002-11-21Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane
2002-11-15Clean up psql:Bruce Momjian
2002-11-15Rename:Bruce Momjian
2002-11-14Rename server_min_messages to log_min_messages. Part of consolidationBruce Momjian
2002-11-08Add extra_float_digits GUC parameter to allow adjustment of displayedTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-02Tab completion in psql is missing the REINDEX command.Bruce Momjian
2002-09-02Add GUC variable to print original query to the server logs when thereBruce Momjian
2002-09-01Add log_duration to GUC/postgresql.conf.Bruce Momjian
2002-08-30AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane
2002-08-30Back out unintented tab change.Bruce Momjian
2002-08-30Remove pgaccess from Makefile.Bruce Momjian
2002-08-15The second enables tab-complete to analyze. It ignores schema stuff (soBruce Momjian
2002-08-10psql backslash commands are schema-aware. Pattern matching behaviorTom Lane
2002-08-04This patch fixes a "multi-line string literal" warning encounteredBruce Momjian
2002-08-02ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane
2002-07-31Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane
2002-07-30Added support for schemas and quotes in tab-complete.c, as well asBruce Momjian
2002-07-13Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian
2002-06-16Remove KSQO from GUC and move file to _deadcode.Bruce Momjian
2002-06-15Fix for TAB completion using GRANT DELETE in psql.Bruce Momjian
2002-04-11Restructure representation of aggregate functions so that they have pg_procTom Lane
2002-04-01Create a new GUC variable search_path to control the namespace searchTom Lane
2002-03-24EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane
2002-03-07Add FULL in VACUUM psql completion.Bruce Momjian
2002-03-07Also an small change to the tab-complete feature of psql which allows toBruce Momjian
2002-03-05Add \timing patch to psql. Times all queries.Bruce Momjian
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-21Give VACUUM its own GUC parameter for memory usage, rather thanTom Lane
2001-09-07Update tab completion for \d*.Bruce Momjian
2001-08-30For INSERTs, one can now tab complete DEFAULT VALUES.Peter Eisentraut
2001-08-01Attached is a trivial patch to add ANALYZE to the tab complete file inBruce Momjian
2001-06-20Re-add explicit declaration of filename_completion_function(), which seemsPeter Eisentraut
2001-06-11The attached patch enables PostgreSQL CVS to build cleanly under CygwinBruce Momjian
2001-05-08Add SET SESSION AUTHORIZATION command.Peter Eisentraut
2001-05-07Add \cd command to psql.Peter Eisentraut
2001-04-14Work with Readline 4.2.Peter Eisentraut
2001-03-30random_seed => seed ...Tom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-26Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane