summaryrefslogtreecommitdiff
path: root/src/bin/psql/command.c
Commit message (Expand)AuthorAgeFilesLines
* Don't strip trailing backslashes from a line. Treat them more reasonably.Peter Eisentraut2000-07-171-1/+4
* Fix \pset null to use ', not ".Bruce Momjian2000-06-261-2/+2
* Small cleanup of file.Bruce Momjian2000-05-121-2/+1
* psql: suppress warnings about too many arguments if the command is not valid ...Peter Eisentraut2000-05-051-2/+5
* squished \dS+ bug pointed out by Mike MascariPeter Eisentraut2000-04-161-4/+1
* more psql bug squashing:Peter Eisentraut2000-04-161-3/+7
* fixed another psql \e bug (handle newlines as whitespace)Peter Eisentraut2000-04-141-17/+30
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-636/+668
* Clean up temp files from \e.Bruce Momjian2000-04-111-8/+9
* Fixed bug with repeated \e in psql (failed to clear buffers correctly)Peter Eisentraut2000-03-271-14/+10
* Fixed psql -c "\slashcmd"Peter Eisentraut2000-03-181-6/+8
* More fixes for psql ^C handling, especially during copy. Still doesn'tPeter Eisentraut2000-03-011-3/+3
* Fixes for \encoding command.Tatsuo Ishii2000-02-211-14/+19
* Moved psql \eset and \eshow to \encodingPeter Eisentraut2000-02-201-25/+29
* Fix missing \n in some psql_error calls.Tom Lane2000-02-201-5/+5
* Add new backslash command \eset and \eshow.Tatsuo Ishii2000-02-191-1/+30
* Clean up include files use in psql.Bruce Momjian2000-02-161-7/+4
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-071-363/+581
* Change function name PQclientencoding to PQclientEncoding sinceTatsuo Ishii2000-02-051-2/+2
* A few minor psql enhancementsPeter Eisentraut2000-01-291-3/+33
* updated install filePeter Eisentraut2000-01-231-2/+4
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-221-1/+2
* another set of cleanupsPeter Eisentraut2000-01-181-108/+95
* Hi!Bruce Momjian2000-01-181-0/+5
* Adapt to the changes of libpq(eliminateing using putenv()).Tatsuo Ishii2000-01-151-16/+19
* Fixed psql variables vs array syntax, as well as minor psql enhancementsPeter Eisentraut2000-01-141-121/+151
* Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut2000-01-121-39/+70
* This should fix the \e (\p, \g, ...) behaviour on an empty query buffer.Bruce Momjian1999-12-101-1/+1
* Added a fflush(stdout) to the \p command required for theJan Wieck1999-12-101-0/+1
* I pulled this one out via CVS, I hope you can make use of it:Bruce Momjian1999-11-291-0/+2
* * Includes tab completion. It's not magic, but it's very cool. At anyBruce Momjian1999-11-261-49/+72
* The \p\g fix didn't turn out to be so bad. It even works in otherBruce Momjian1999-11-131-8/+14
* In the spirit of TODO itemBruce Momjian1999-11-111-1/+1
* psql cleanupBruce Momjian1999-11-041-904/+1049
* Major psql overhaul by Peter Eisentraut.Bruce Momjian1999-11-041-0/+1228