aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/command.c
Commit message (Expand)AuthorAge
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-26
* 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 psql to handle tilde user expansion for file names.Bruce Momjian2004-01-09
* 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
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Back out -fstrict-aliasing void* casting.Bruce Momjian2003-10-11
* This patch will stop gcc from issuing warnings about type-punned objectsBruce Momjian2003-10-11
* Apparently, gettext doesn't like double parentheses around argument. WhatPeter Eisentraut2003-09-29
* Make psql correctly track the effects of SET CLIENT_ENCODING commands.Tom Lane2003-09-16
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Rename psql's VERBOSE variable to VERBOSITY, per suggestion from Bruce.Tom Lane2003-07-28
* Apply message style guide to frontend programs.Peter Eisentraut2003-07-23
* Update psql for some features of new FE/BE protocol. There is aTom Lane2003-06-28
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* Handle cp, rm, and exec for Win32.Bruce Momjian2003-04-04
* I'm continuing to work on cleaning up code in psql. As things appearBruce Momjian2003-03-20
* This patch fixes a very small memory leak in psql, spotted withBruce Momjian2003-03-19
* Make the printing code somewhat more independent by not relying onPeter Eisentraut2003-03-18
* Cleanup up psql \connect and \pset pager setting display, DennisBruce Momjian2003-03-10
* Here's the patch I promised over on HACKERS - it alters theBruce Momjian2003-02-19
* [ Have readline save edit history.]Bruce Momjian2003-02-13
* Do not shell-quote the name of the editor, so that the editor can be aPeter Eisentraut2003-01-10
* Apply the proper version of Christopher Kings-Lynne's describe patchTom Lane2003-01-07
* TODO marked as done:Bruce Momjian2002-12-12
* Here is a patch that does just that, while maintaining theBruce Momjian2002-11-08
* Page \h output and centralize psql paging code in PageOutput().Bruce Momjian2002-10-23
* Fix psql to cope with autocommit off, at least during startup.Tom Lane2002-10-15
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-03
* Translation updates, some messages tweaked.Peter Eisentraut2002-09-22
* pgindent run.Bruce Momjian2002-09-04
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-02
* I guess I'd vote for changing the code to beBruce Momjian2002-08-14
* Put back old code.Bruce Momjian2002-08-13
* Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian2002-08-13
* psql backslash commands are schema-aware. Pattern matching behaviorTom Lane2002-08-10
* I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii2002-07-18
* Fix \? and \pset pager handling. \? wasn't honoring pager before.Bruce Momjian2002-07-15
* Remove traces of NAMEDATALEN and INDEX_MAX_KEYS from psql. Build buffersPeter Eisentraut2002-04-24
* Reset parenthesis level counter upon \r.Peter Eisentraut2002-03-27
* Add psql \dD listing of domains, from Jonathan Eisler.Bruce Momjian2002-03-19
* Back out psql domain improvements until domain is applied.Bruce Momjian2002-03-07
* Here is a diff of changes to the psql source code implementing a simpleBruce Momjian2002-03-06
* Add \timing patch to psql. Times all queries.Bruce Momjian2002-03-05
* Tweak psql's \connect command to not downcase unquoted database and userTom Lane2002-02-25
* Fix comment.Tom Lane2002-02-20
* Add missing 'else', per report from sugita@sra.co.jp.Tom Lane2002-01-18
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05