summaryrefslogtreecommitdiff
path: root/src/bin/psql/command.c
AgeCommit message (Expand)Author
2000-05-12Small cleanup of file.Bruce Momjian
2000-05-05psql: suppress warnings about too many arguments if the command is not valid ...Peter Eisentraut
2000-04-16squished \dS+ bug pointed out by Mike MascariPeter Eisentraut
2000-04-16more psql bug squashing:Peter Eisentraut
2000-04-14fixed another psql \e bug (handle newlines as whitespace)Peter Eisentraut
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-11Clean up temp files from \e.Bruce Momjian
2000-03-27Fixed bug with repeated \e in psql (failed to clear buffers correctly)Peter Eisentraut
2000-03-18Fixed psql -c "\slashcmd"Peter Eisentraut
2000-03-01More fixes for psql ^C handling, especially during copy. Still doesn'tPeter Eisentraut
2000-02-21Fixes for \encoding command.Tatsuo Ishii
2000-02-20Moved psql \eset and \eshow to \encodingPeter Eisentraut
2000-02-20Fix missing \n in some psql_error calls.Tom Lane
2000-02-19Add new backslash command \eset and \eshow.Tatsuo Ishii
2000-02-16Clean up include files use in psql.Bruce Momjian
2000-02-07Fixed psql double quoting of SQL idsPeter Eisentraut
2000-02-05Change function name PQclientencoding to PQclientEncoding sinceTatsuo Ishii
2000-01-29A few minor psql enhancementsPeter Eisentraut
2000-01-23updated install filePeter Eisentraut
2000-01-22added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut
2000-01-18another set of cleanupsPeter Eisentraut
2000-01-18Hi!Bruce Momjian
2000-01-15Adapt to the changes of libpq(eliminateing using putenv()).Tatsuo Ishii
2000-01-14Fixed psql variables vs array syntax, as well as minor psql enhancementsPeter Eisentraut
2000-01-12Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut
1999-12-10This should fix the \e (\p, \g, ...) behaviour on an empty query buffer.Bruce Momjian
1999-12-10Added a fflush(stdout) to the \p command required for theJan Wieck
1999-11-29I pulled this one out via CVS, I hope you can make use of it:Bruce Momjian
1999-11-26* Includes tab completion. It's not magic, but it's very cool. At anyBruce Momjian
1999-11-13The \p\g fix didn't turn out to be so bad. It even works in otherBruce Momjian
1999-11-11In the spirit of TODO itemBruce Momjian
1999-11-04psql cleanupBruce Momjian
1999-11-04Major psql overhaul by Peter Eisentraut.Bruce Momjian