OSDN Git Service

Another pgindent run. Fixes enum indenting, and improves #endif
[pg-rex/syncrep.git] / src / bin / psql / mainloop.c
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-06-02 Peter EisentrautNative Language Support (NLS)
2001-03-26 Tom Lanepqsignal call needs to be #ifndef WIN32, per report...
2001-03-23 Tom LaneFix problems with coredumps due to ^C when longjmp...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-28 Peter EisentrautDo not strip whitespace within quotes.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-07-17 Peter EisentrautDon't strip trailing backslashes from a line. Treat...
2000-07-14 Thomas G. LockhartImplement nested block comments in the backend and...
2000-06-30 Bruce MomjianFix select '1--2'; for PEter.
2000-06-29 Bruce MomjianFix quotes in /* */ comments in psql.
2000-05-12 Peter Eisentraut/home/peter/commit-msg
2000-04-14 Peter Eisentrautfixed another psql \e bug (handle newlines as whitespace)
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-27 Peter EisentrautFixed bug with repeated \e in psql (failed to clear...
2000-03-18 Tom LaneModify lexing of multi-char operators per pghackers...
2000-03-13 Peter EisentrautFixed deficiency where an unterminated (no semicolon...
2000-03-05 Peter EisentrautAdded configure test for readline's filename_completion...
2000-03-01 Peter EisentrautMore fixes for psql ^C handling, especially during...
2000-02-20 Peter EisentrautMoved psql \eset and \eshow to \encoding
2000-02-20 Tom LaneFix missing \n in some psql_error calls.
2000-02-16 Bruce MomjianClean up include files use in psql.
2000-02-13 Peter EisentrautAdjusted psql echoing options (-a and -e)
2000-02-10 Peter EisentrautDefault argument for createdb
2000-02-07 Peter EisentrautFixed psql double quoting of SQL ids
2000-01-24 Peter EisentrautMade abstime/reltime use int4 instead of time_t (TODO...
2000-01-18 Peter Eisentrautanother set of cleanups
2000-01-16 Peter EisentrautIncluded all yacc and lex files into the distribution.
2000-01-15 Tatsuo IshiiAdapt to the changes of libpq(eliminateing using putenv()).
2000-01-14 Peter EisentrautFixed psql variables vs array syntax, as well as minor...
2000-01-12 Peter EisentrautFixed a few "fixes" and bugs. Adjusted messages and...
1999-12-16 Bruce MomjianClear paren level flag on \r or any backslash command...
1999-12-11 Bruce MomjianFix for psql from Peter.
1999-12-11 Bruce MomjianAllow ; in () in psql.
1999-12-10 Bruce MomjianThis should fix the \e (\p, \g, ...) behaviour on an...
1999-11-26 Bruce Momjian* Includes tab completion. It's not magic, but it's...
1999-11-13 Bruce MomjianFix for psql control-d and .psqlrc that I broke. Fix...
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-11-04 Bruce MomjianFix EOF/control-D display in psql.
1999-11-04 Bruce Momjianpsql cleanup
1999-11-04 Bruce MomjianMajor psql overhaul by Peter Eisentraut.