aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/mainloop.c
Commit message (Expand)AuthorAge
* Ensure fflush(stdout) happens in all cases, per gripe from Jon Sablatnig.Tom Lane2004-01-21
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Improve psql comment coding.Bruce Momjian2003-03-21
* Fix multiline C comments in psql.Bruce Momjian2003-03-20
* I'm continuing to work on cleaning up code in psql. As things appearBruce Momjian2003-03-20
* Here's some changes I made last night to psql's common.c (as found inBruce Momjian2003-03-20
* psql thought that backslash is an escape character inside double quotes.Tom Lane2002-10-12
* pgindent run.Bruce Momjian2002-09-04
* Fix some more boundary-case errors in psql variable substitution:Tom Lane2002-07-03
* Noted with versions 7.0.3, 7.1.3, and 7.2.1:Bruce Momjian2002-06-15
* Reset parenthesis level counter upon \r.Peter Eisentraut2002-03-27
* Add code to preserve paren level display after \g, as submitted months ago.Bruce Momjian2002-02-18
* Oops, back out paren fix. That is for 7.3.Bruce Momjian2001-12-28
* Add mention of Christof Petig for ecpg items.Bruce Momjian2001-12-28
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Native Language Support (NLS)Peter Eisentraut2001-06-02
* pqsignal call needs to be #ifndef WIN32, per report from Magnus.Tom Lane2001-03-26
* Fix problems with coredumps due to ^C when longjmp buffer isn't valid.Tom Lane2001-03-23
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Do not strip whitespace within quotes.Peter Eisentraut2001-02-28
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Don't strip trailing backslashes from a line. Treat them more reasonably.Peter Eisentraut2000-07-17
* Implement nested block comments in the backend and in psql.Thomas G. Lockhart2000-07-14
* Fix select '1--2'; for PEter.Bruce Momjian2000-06-30
* Fix quotes in /* */ comments in psql.Bruce Momjian2000-06-29
* /home/peter/commit-msgPeter Eisentraut2000-05-12
* fixed another psql \e bug (handle newlines as whitespace)Peter Eisentraut2000-04-14
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fixed bug with repeated \e in psql (failed to clear buffers correctly)Peter Eisentraut2000-03-27
* Modify lexing of multi-char operators per pghackers discussion aroundTom Lane2000-03-18
* Fixed deficiency where an unterminated (no semicolon) command at end ofPeter Eisentraut2000-03-13
* Added configure test for readline's filename_completion_functionPeter Eisentraut2000-03-05
* More fixes for psql ^C handling, especially during copy. Still doesn'tPeter Eisentraut2000-03-01
* Moved psql \eset and \eshow to \encodingPeter Eisentraut2000-02-20
* Fix missing \n in some psql_error calls.Tom Lane2000-02-20
* Clean up include files use in psql.Bruce Momjian2000-02-16
* Adjusted psql echoing options (-a and -e)Peter Eisentraut2000-02-13
* Default argument for createdbPeter Eisentraut2000-02-10
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-07
* Made abstime/reltime use int4 instead of time_t (TODO item)Peter Eisentraut2000-01-24
* another set of cleanupsPeter Eisentraut2000-01-18
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-16
* Adapt to the changes of libpq(eliminateing using putenv()).Tatsuo Ishii2000-01-15
* Fixed psql variables vs array syntax, as well as minor psql enhancementsPeter Eisentraut2000-01-14
* Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut2000-01-12
* Clear paren level flag on \r or any backslash command, rather thanBruce Momjian1999-12-16
* Fix for psql from Peter.Bruce Momjian1999-12-11