summaryrefslogtreecommitdiff
path: root/src/bin/psql/mainloop.c
AgeCommit message (Expand)Author
2003-03-21Improve psql comment coding.Bruce Momjian
2003-03-20Fix multiline C comments in psql.Bruce Momjian
2003-03-20I'm continuing to work on cleaning up code in psql. As things appearBruce Momjian
2003-03-20Here's some changes I made last night to psql's common.c (as found inBruce Momjian
2002-10-12psql thought that backslash is an escape character inside double quotes.Tom Lane
2002-09-04pgindent run.Bruce Momjian
2002-07-03Fix some more boundary-case errors in psql variable substitution:Tom Lane
2002-06-15Noted with versions 7.0.3, 7.1.3, and 7.2.1:Bruce Momjian
2002-03-27Reset parenthesis level counter upon \r.Peter Eisentraut
2002-02-18Add code to preserve paren level display after \g, as submitted months ago.Bruce Momjian
2001-12-28Oops, back out paren fix. That is for 7.3.Bruce Momjian
2001-12-28Add mention of Christof Petig for ecpg items.Bruce 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-06-02Native Language Support (NLS)Peter Eisentraut
2001-03-26pqsignal call needs to be #ifndef WIN32, per report from Magnus.Tom Lane
2001-03-23Fix problems with coredumps due to ^C when longjmp buffer isn't valid.Tom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-28Do not strip whitespace within quotes.Peter Eisentraut
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2000-07-17Don't strip trailing backslashes from a line. Treat them more reasonably.Peter Eisentraut
2000-07-14Implement nested block comments in the backend and in psql.Thomas G. Lockhart
2000-06-30Fix select '1--2'; for PEter.Bruce Momjian
2000-06-29Fix quotes in /* */ comments in psql.Bruce Momjian
2000-05-12/home/peter/commit-msgPeter 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-03-27Fixed bug with repeated \e in psql (failed to clear buffers correctly)Peter Eisentraut
2000-03-18Modify lexing of multi-char operators per pghackers discussion aroundTom Lane
2000-03-13Fixed deficiency where an unterminated (no semicolon) command at end ofPeter Eisentraut
2000-03-05Added configure test for readline's filename_completion_functionPeter Eisentraut
2000-03-01More fixes for psql ^C handling, especially during copy. Still doesn'tPeter Eisentraut
2000-02-20Moved psql \eset and \eshow to \encodingPeter Eisentraut
2000-02-20Fix missing \n in some psql_error calls.Tom Lane
2000-02-16Clean up include files use in psql.Bruce Momjian
2000-02-13Adjusted psql echoing options (-a and -e)Peter Eisentraut
2000-02-10Default argument for createdbPeter Eisentraut
2000-02-07Fixed psql double quoting of SQL idsPeter Eisentraut
2000-01-24Made abstime/reltime use int4 instead of time_t (TODO item)Peter Eisentraut
2000-01-18another set of cleanupsPeter Eisentraut
2000-01-16Included all yacc and lex files into the distribution.Peter Eisentraut
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-16Clear paren level flag on \r or any backslash command, rather thanBruce Momjian
1999-12-11Fix for psql from Peter.Bruce Momjian
1999-12-11Allow ; in () in psql.Bruce Momjian
1999-12-10This should fix the \e (\p, \g, ...) behaviour on an empty query buffer.Bruce Momjian
1999-11-26* Includes tab completion. It's not magic, but it's very cool. At anyBruce Momjian