summaryrefslogtreecommitdiff
path: root/src/bin/psql/prompt.c
Commit message (Expand)AuthorAgeFilesLines
* More unconstify usePeter Eisentraut2019-02-131-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Support \if ... \elif ... \else ... \endif in psql scripting.Tom Lane2017-03-301-2/+4
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* pgindent run for 9.6Robert Haas2016-06-091-1/+2
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Add psql PROMPT variable showing the pid of the connected to backend.Andres Freund2015-07-071-0/+10
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Add psql PROMPT variable showing which line of a statement is being edited.Andres Freund2014-09-021-0/+5
* 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
* Fix a couple of places where the result of fgets() wasn't checked.Tom Lane2010-04-301-2/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut2007-02-081-15/+14
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Invent an assign-hook mechanism for psql variables similar to the oneTom Lane2006-08-291-10/+6
* Fix some missing inclusions identified with new pgcheckdefines tool.Tom Lane2006-07-151-6/+7
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-4/+1
* Code review for psql multiline history patch(es). Fix memory leak,Tom Lane2006-06-111-2/+1
* Fix a couple of rather-pointless-but-easily-fixed Coverity warnings.Tom Lane2006-04-191-4/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* o Improve psql's handling of multi-line statementsBruce Momjian2006-02-111-1/+2
* Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE,Tom Lane2006-01-031-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-5/+4
* Support only octal for psql PROMPT values, rather than the confusingBruce Momjian2005-05-301-5/+3
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-12/+14
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Implement dollar-quoting in the backend lexer and psql. DocumentationTom Lane2004-02-241-1/+5
* 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-3/+3
* This is a patch to support readline prompts which contain non-printingTom Lane2004-01-201-2/+18
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Change transaction status indicator in prompt from %T to %x.Peter Eisentraut2003-10-041-3/+3
* Pass session_authorization to the client and make psql update its promptPeter Eisentraut2003-09-031-2/+2
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-29/+31
* Update psql for some features of new FE/BE protocol. There is aTom Lane2003-06-281-10/+30
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-041-2/+2
* Remove compile warning.Bruce Momjian2003-03-201-2/+2
* I'm continuing to work on cleaning up code in psql. As things appearBruce Momjian2003-03-201-26/+26
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-4/+4
* Reverse sense of comparison in psql socket test, per Tom Lane.Bruce Momjian2001-08-241-2/+2