summaryrefslogtreecommitdiff
path: root/src/bin/psql/mainloop.c
Commit message (Expand)AuthorAgeFilesLines
* Add psql PROMPT variable showing which line of a statement is being edited.Andres Freund2014-09-021-0/+23
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Ignore UTF-8-encoded Unicode byte-order mark at the beginning of a file ifPeter Eisentraut2009-11-211-1/+7
* Do not build psql's flex module on its own, but instead include it inTom Lane2009-11-101-1/+11
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-4/+5
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Adjust the behavior of the PQExpBuffer code to make it have well-definedTom Lane2008-11-261-9/+28
* 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