summaryrefslogtreecommitdiff
path: root/src/bin/psql/mainloop.c
Commit message (Expand)AuthorAgeFilesLines
* psql thought that backslash is an escape character inside double quotes.Tom Lane2002-10-121-8/+11
* pgindent run.Bruce Momjian2002-09-041-4/+4
* Fix some more boundary-case errors in psql variable substitution:Tom Lane2002-07-031-14/+19
* Noted with versions 7.0.3, 7.1.3, and 7.2.1:Bruce Momjian2002-06-151-2/+3
* Reset parenthesis level counter upon \r.Peter Eisentraut2002-03-271-2/+3
* Add code to preserve paren level display after \g, as submitted months ago.Bruce Momjian2002-02-181-3/+5
* Oops, back out paren fix. That is for 7.3.Bruce Momjian2001-12-281-4/+2
* Add mention of Christof Petig for ecpg items.Bruce Momjian2001-12-281-2/+4
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-11/+9
* Native Language Support (NLS)Peter Eisentraut2001-06-021-3/+2
* pqsignal call needs to be #ifndef WIN32, per report from Magnus.Tom Lane2001-03-261-1/+3
* Fix problems with coredumps due to ^C when longjmp buffer isn't valid.Tom Lane2001-03-231-2/+15
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-12/+9
* Do not strip whitespace within quotes.Peter Eisentraut2001-02-281-3/+3
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+2
* Don't strip trailing backslashes from a line. Treat them more reasonably.Peter Eisentraut2000-07-171-12/+1
* Implement nested block comments in the backend and in psql.Thomas G. Lockhart2000-07-141-3/+16
* Fix select '1--2'; for PEter.Bruce Momjian2000-06-301-24/+32
* Fix quotes in /* */ comments in psql.Bruce Momjian2000-06-291-19/+18
* /home/peter/commit-msgPeter Eisentraut2000-05-121-2/+4
* fixed another psql \e bug (handle newlines as whitespace)Peter Eisentraut2000-04-141-4/+4
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-198/+216
* Fixed bug with repeated \e in psql (failed to clear buffers correctly)Peter Eisentraut2000-03-271-2/+2
* Modify lexing of multi-char operators per pghackers discussion aroundTom Lane2000-03-181-3/+2
* Fixed deficiency where an unterminated (no semicolon) command at end ofPeter Eisentraut2000-03-131-4/+18
* Added configure test for readline's filename_completion_functionPeter Eisentraut2000-03-051-2/+3
* More fixes for psql ^C handling, especially during copy. Still doesn'tPeter Eisentraut2000-03-011-14/+22
* Moved psql \eset and \eshow to \encodingPeter Eisentraut2000-02-201-2/+41
* Fix missing \n in some psql_error calls.Tom Lane2000-02-201-3/+3
* Clean up include files use in psql.Bruce Momjian2000-02-161-7/+3
* Adjusted psql echoing options (-a and -e)Peter Eisentraut2000-02-131-2/+2
* Default argument for createdbPeter Eisentraut2000-02-101-2/+2
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-071-4/+6
* Made abstime/reltime use int4 instead of time_t (TODO item)Peter Eisentraut2000-01-241-4/+9
* another set of cleanupsPeter Eisentraut2000-01-181-8/+24
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-161-2/+3
* Adapt to the changes of libpq(eliminateing using putenv()).Tatsuo Ishii2000-01-151-4/+4
* Fixed psql variables vs array syntax, as well as minor psql enhancementsPeter Eisentraut2000-01-141-60/+98
* Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut2000-01-121-5/+3
* Clear paren level flag on \r or any backslash command, rather thanBruce Momjian1999-12-161-0/+1
* Fix for psql from Peter.Bruce Momjian1999-12-111-3/+0
* Allow ; in () in psql.Bruce Momjian1999-12-111-3/+2
* This should fix the \e (\p, \g, ...) behaviour on an empty query buffer.Bruce Momjian1999-12-101-23/+42
* * Includes tab completion. It's not magic, but it's very cool. At anyBruce Momjian1999-11-261-79/+79
* Fix for psql control-d and .psqlrc that I broke. Fix for \dT withBruce Momjian1999-11-131-3/+4
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-1/+1
* Fix EOF/control-D display in psql.Bruce Momjian1999-11-041-1/+3
* psql cleanupBruce Momjian1999-11-041-289/+326