summaryrefslogtreecommitdiff
path: root/src/bin/psql/command.c
AgeCommit message (Expand)Author
2003-08-04pgindent run.Bruce Momjian
2003-07-28Rename psql's VERBOSE variable to VERBOSITY, per suggestion from Bruce.Tom Lane
2003-07-23Apply message style guide to frontend programs.Peter Eisentraut
2003-06-28Update psql for some features of new FE/BE protocol. There is aTom Lane
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2003-04-04Handle cp, rm, and exec for Win32.Bruce Momjian
2003-03-20I'm continuing to work on cleaning up code in psql. As things appearBruce Momjian
2003-03-19This patch fixes a very small memory leak in psql, spotted withBruce Momjian
2003-03-18Make the printing code somewhat more independent by not relying onPeter Eisentraut
2003-03-10Cleanup up psql \connect and \pset pager setting display, DennisBruce Momjian
2003-02-19Here's the patch I promised over on HACKERS - it alters theBruce Momjian
2003-02-13[ Have readline save edit history.]Bruce Momjian
2003-01-10Do not shell-quote the name of the editor, so that the editor can be aPeter Eisentraut
2003-01-07Apply the proper version of Christopher Kings-Lynne's describe patchTom Lane
2002-12-12TODO marked as done:Bruce Momjian
2002-11-08Here is a patch that does just that, while maintaining theBruce Momjian
2002-10-23Page \h output and centralize psql paging code in PageOutput().Bruce Momjian
2002-10-15Fix psql to cope with autocommit off, at least during startup.Tom Lane
2002-10-03The attached patch fixes a number of issues related to compiling theBruce Momjian
2002-09-22Translation updates, some messages tweaked.Peter Eisentraut
2002-09-04pgindent run.Bruce Momjian
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
2002-08-14I guess I'd vote for changing the code to beBruce Momjian
2002-08-13Put back old code.Bruce Momjian
2002-08-13Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian
2002-08-10psql backslash commands are schema-aware. Pattern matching behaviorTom Lane
2002-07-18I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii
2002-07-15Fix \? and \pset pager handling. \? wasn't honoring pager before.Bruce Momjian
2002-04-24Remove traces of NAMEDATALEN and INDEX_MAX_KEYS from psql. Build buffersPeter Eisentraut
2002-03-27Reset parenthesis level counter upon \r.Peter Eisentraut
2002-03-19Add psql \dD listing of domains, from Jonathan Eisler.Bruce Momjian
2002-03-07Back out psql domain improvements until domain is applied.Bruce Momjian
2002-03-06Here is a diff of changes to the psql source code implementing a simpleBruce Momjian
2002-03-05Add \timing patch to psql. Times all queries.Bruce Momjian
2002-02-25Tweak psql's \connect command to not downcase unquoted database and userTom Lane
2002-02-20Fix comment.Tom Lane
2002-01-18Add missing 'else', per report from [email protected].Tom Lane
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-10-11Tatsuo Ishii <[email protected]> writes:Bruce Momjian
2001-10-05Attached is the updated version of the patch, which matchesBruce Momjian
2001-09-10> NOTE: in the command.c in three places there (I believe) is a typo:Bruce Momjian
2001-09-02Parse the arguments of \connect as SQL identifiers, so that they exposePeter Eisentraut
2001-06-08Finish German translation, edit (original) messages a bit.Peter Eisentraut
2001-06-02Native Language Support (NLS)Peter Eisentraut
2001-05-12Add command '\pset footer' to psql to turn off default "(x rows)" footer.Peter Eisentraut
2001-05-12Add comment to explain need for bizarre-looking coding in HandleSlashCmds.Tom Lane
2001-05-09Here's a version of my suggested diffs transplanted to 7.1 beta 5. I'mBruce Momjian
2001-05-07Add \cd command to psql.Peter Eisentraut