summaryrefslogtreecommitdiff
path: root/src/bin/psql/prompt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* There are two problems when compiling libpq.dll and psql.exeBruce Momjian2001-08-241-1/+3
* Make prompt customization work with changeable Unix socket location.Peter Eisentraut2001-05-061-57/+13
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-5/+5
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+2
* Pay attention to failure returns from fgets() in all cases.Tom Lane2000-11-271-2/+2
* Remove -k unix socketpath option from client side, allow hostname withBruce Momjian2000-11-131-6/+1
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-131-1/+6
* Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all thePeter Eisentraut2000-08-201-8/+9
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-34/+36
* Karel Zakr's revised patch to fix psql prompt for local host connections.Peter Eisentraut2000-03-111-17/+65
* Hi Peter,Bruce Momjian2000-03-081-3/+12
* Clean up include files use in psql.Bruce Momjian2000-02-161-7/+3
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-071-8/+11
* A few minor psql enhancementsPeter Eisentraut2000-01-291-4/+4
* another set of cleanupsPeter Eisentraut2000-01-181-2/+8
* Fixed psql variables vs array syntax, as well as minor psql enhancementsPeter Eisentraut2000-01-141-25/+24
* Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut2000-01-121-12/+3
* * Includes tab completion. It's not magic, but it's very cool. At anyBruce Momjian1999-11-261-1/+1
* psql cleanupBruce Momjian1999-11-041-184/+201
* Major psql overhaul by Peter Eisentraut.Bruce Momjian1999-11-041-0/+256