summaryrefslogtreecommitdiff
path: root/src/bin/psql/mainloop.c
Commit message (Expand)AuthorAgeFilesLines
* Editorialization for the text emitted by the "help" psql command.Neil Conway2008-06-101-7/+7
* Update psql startup banner to be shorter, suggest "help" for help.Bruce Momjian2008-05-161-5/+8
* A small visit from the portability and localization police.Tom Lane2008-04-051-6/+7
* Have psql command 'help' suggest the use of \?, updated version.Bruce Momjian2008-04-041-4/+6
* Allow 'help' in psql to show \? help, for novice assistance.Bruce Momjian2008-04-041-1/+12
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Properly recognize and announce input errors.Peter Eisentraut2007-11-281-1/+5
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-7/+7
* Invent an assign-hook mechanism for psql variables similar to the oneTom Lane2006-08-291-8/+6
* Make the psql line counter 64-bit so it can handle files > 4gig lines.Bruce Momjian2006-08-111-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-4/+1
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-141-28/+18
* Code review for psql multiline history patch(es). Fix memory leak,Tom Lane2006-06-111-71/+63
* For psql multi-line history, save backslash commands right away, ratherBruce Momjian2006-06-071-2/+2
* Avoid longjump/vfork warning about line_saved_in_history variable byBruce Momjian2006-06-051-3/+3
* Have psql history save \e editor contents to history before query isBruce Momjian2006-06-051-6/+8
* Fix psql so \r is separate in the history, rather than at the end ofBruce Momjian2006-06-041-2/+2
* Fix psql history handling:Bruce Momjian2006-03-211-3/+4
* Fix psql history handling so 'execute' backslash commands (\g)Bruce Momjian2006-03-061-23/+24
* In psql, save history of backslash commands used in multi-lineBruce Momjian2006-03-061-9/+31
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* o Improve psql's handling of multi-line statementsBruce Momjian2006-02-111-8/+29
* Add new psql command \password for changing role password with client-sidePeter Eisentraut2005-12-181-11/+11
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-22/+18
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-2/+2
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* Invent a new, more thread-safe version of PQrequestCancel, called PQcancel.Tom Lane2004-10-301-2/+5
* Pgindent run for 8.0.Bruce Momjian2004-08-291-8/+8
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Re-implement psql's input scanning to use a flex-generated lexer, as perTom Lane2004-02-191-264/+86
* More fallout from the recent psql patch: rename xmalloc and friends toNeil Conway2004-01-251-3/+3
* This patch makes some of the memory manipulation performed by psql aNeil Conway2004-01-241-8/+2
* Ensure fflush(stdout) happens in all cases, per gripe from Jon Sablatnig.Tom Lane2004-01-211-6/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-33/+34
* Improve psql comment coding.Bruce Momjian2003-03-211-9/+3
* Fix multiline C comments in psql.Bruce Momjian2003-03-201-11/+14
* I'm continuing to work on cleaning up code in psql. As things appearBruce Momjian2003-03-201-101/+45
* Here's some changes I made last night to psql's common.c (as found inBruce Momjian2003-03-201-3/+2
* 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