aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/prompt.c
Commit message (Expand)AuthorAge
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix a couple of places where the result of fgets() wasn't checked.Tom Lane2010-04-30
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut2007-02-08
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Invent an assign-hook mechanism for psql variables similar to the oneTom Lane2006-08-29
* Fix some missing inclusions identified with new pgcheckdefines tool.Tom Lane2006-07-15
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Code review for psql multiline history patch(es). Fix memory leak,Tom Lane2006-06-11
* Fix a couple of rather-pointless-but-easily-fixed Coverity warnings.Tom Lane2006-04-19
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* o Improve psql's handling of multi-line statementsBruce Momjian2006-02-11
* Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE,Tom Lane2006-01-03
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Support only octal for psql PROMPT values, rather than the confusingBruce Momjian2005-05-30
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Implement dollar-quoting in the backend lexer and psql. DocumentationTom Lane2004-02-24
* More fallout from the recent psql patch: rename xmalloc and friends toNeil Conway2004-01-25
* This patch makes some of the memory manipulation performed by psql aNeil Conway2004-01-24
* This is a patch to support readline prompts which contain non-printingTom Lane2004-01-20
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Change transaction status indicator in prompt from %T to %x.Peter Eisentraut2003-10-04
* Pass session_authorization to the client and make psql update its promptPeter Eisentraut2003-09-03
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Update psql for some features of new FE/BE protocol. There is aTom Lane2003-06-28
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-04
* Remove compile warning.Bruce Momjian2003-03-20
* I'm continuing to work on cleaning up code in psql. As things appearBruce Momjian2003-03-20
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Reverse sense of comparison in psql socket test, per Tom Lane.Bruce Momjian2001-08-24
* There are two problems when compiling libpq.dll and psql.exeBruce Momjian2001-08-24
* Make prompt customization work with changeable Unix socket location.Peter Eisentraut2001-05-06
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Pay attention to failure returns from fgets() in all cases.Tom Lane2000-11-27
* Remove -k unix socketpath option from client side, allow hostname withBruce Momjian2000-11-13
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-13
* Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all thePeter Eisentraut2000-08-20
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Karel Zakr's revised patch to fix psql prompt for local host connections.Peter Eisentraut2000-03-11
* Hi Peter,Bruce Momjian2000-03-08
* Clean up include files use in psql.Bruce Momjian2000-02-16
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-07