]> granicus.if.org Git - postgresql/history - src/bin/psql/prompt.c
Fix a couple of rather-pointless-but-easily-fixed Coverity warnings.
[postgresql] / src / bin / psql / prompt.c
2006-04-19 Tom LaneFix a couple of rather-pointless-but-easily-fixed Cover...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-11 Bruce Momjiano Improve psql's handling of multi-line statements
2006-01-03 Tom LaneFix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PR...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-30 Bruce MomjianSupport only octal for psql PROMPT values, rather than...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-02-24 Tom LaneImplement dollar-quoting in the backend lexer and psql...
2004-01-25 Neil ConwayMore fallout from the recent psql patch: rename xmalloc...
2004-01-24 Neil ConwayThis patch makes some of the memory manipulation perfor...
2004-01-20 Tom LaneThis is a patch to support readline prompts which conta...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-04 Peter EisentrautChange transaction status indicator in prompt from...
2003-09-03 Peter EisentrautPass session_authorization to the client and make psql...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce Momjianpgindent run.
2003-06-28 Tom LaneUpdate psql for some features of new FE/BE protocol...
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.
2003-03-20 Bruce MomjianRemove compile warning.
2003-03-20 Bruce MomjianI'm continuing to work on cleaning up code in psql...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-24 Bruce MomjianReverse sense of comparison in psql socket test, per...
2001-08-24 Bruce MomjianThere are two problems when compiling libpq.dll and...
2001-05-06 Peter EisentrautMake prompt customization work with changeable Unix...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-11-27 Tom LanePay attention to failure returns from fgets() in all...
2000-11-13 Bruce MomjianRemove -k unix socketpath option from client side,...
2000-11-13 Bruce MomjianUUNET is looking into offering PostgreSQL as a part...
2000-08-20 Peter EisentrautIntroduce HAVE_UNIX_SOCKETS symbol to replace repeatedl...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-11 Peter EisentrautKarel Zakr's revised patch to fix psql prompt for local...
2000-03-08 Bruce Momjian Hi Peter,
2000-02-16 Bruce MomjianClean up include files use in psql.
2000-02-07 Peter EisentrautFixed psql double quoting of SQL ids
2000-01-29 Peter EisentrautA few minor psql enhancements
2000-01-18 Peter Eisentrautanother set of cleanups
2000-01-14 Peter EisentrautFixed psql variables vs array syntax, as well as minor...
2000-01-12 Peter EisentrautFixed a few "fixes" and bugs. Adjusted messages and...
1999-11-26 Bruce Momjian* Includes tab completion. It's not magic, but it's...
1999-11-04 Bruce Momjianpsql cleanup
1999-11-04 Bruce MomjianMajor psql overhaul by Peter Eisentraut.