]> granicus.if.org Git - postgresql/history - src/bin/psql/common.c
Attached is the complete diff against current CVS.
[postgresql] / src / bin / psql / common.c
2003-06-12 Bruce MomjianAttached is the complete diff against current CVS.
2003-06-12 Bruce MomjianAttached is a patch that enhances the output of psql...
2003-03-25 Bruce MomjianUse PQfreemem() consistently, and document its use...
2003-03-20 Bruce MomjianRemove compile warning.
2003-03-20 Bruce MomjianI'm continuing to work on cleaning up code in psql...
2003-03-20 Bruce MomjianHere's some changes I made last night to psql's common...
2003-03-20 Bruce Momjian> Mph. It fails for me too when I use --enable-integer...
2003-03-18 Peter EisentrautMake the printing code somewhat more independent by...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-02-21 Tom LaneRevert patch that broke \d commands, until it can be...
2003-02-19 Bruce MomjianHere's some changes I made last night to psql's common...
2003-01-07 Tom LaneFix various places where global s/NOTICE/WARNING/ was...
2002-11-08 Bruce MomjianHere is a patch that does just that, while maintaining the
2002-10-29 Bruce MomjianAdd popen/pclose -> _popen/_pclose() mapping for Win32.
2002-10-24 Bruce MomjianFix include files for new PageOutput call.
2002-10-23 Bruce MomjianPage \h output and centralize psql paging code in PageO...
2002-10-15 Tom LaneFix unintentional breakage of COPY TO/FROM stdin. ...
2002-10-15 Tom LaneFix psql to cope with autocommit off, at least during...
2002-10-03 Bruce MomjianThe attached patch fixes a number of issues related...
2002-09-14 Tom LaneAvoid overflow for large elapsed times in \timing outpu...
2002-09-04 Bruce Momjianpgindent run.
2002-08-27 Peter EisentrautEnable locale, so case conversion (identifier processin...
2002-08-10 Tom Lanepsql prints its version number in its startup message...
2002-07-06 Bruce MomjianMove simple_prompt() into its own file to be shared...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-05 Bruce MomjianAdd \timing patch to psql. Times all queries.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-18 Tom LaneFix several problems with simple_prompt() --- the nasti...
2001-10-15 Bruce MomjianPrompt for password from /dev/tty and fall back to...
2001-06-08 Peter EisentrautFinish German translation, edit (original) messages...
2001-06-02 Peter EisentrautNative Language Support (NLS)
2001-04-15 Peter EisentrautIf the password prompt goes to stderr, then the trailin...
2001-03-01 Tom LaneEnsure previous setting of pset.queryFout is restored...
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-12-18 Tom LaneEnsure that 'errno' is saved and restored by all signal...
2000-12-15 Peter EisentrautPrint the error message before attempting to reset...
2000-11-27 Tom LanePay attention to failure returns from fgets() in all...
2000-11-27 Tom LanePrevent simple_prompt() from locking up in a tight...
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-29 Peter EisentrautRevert removal of signed, volatile, and signal handler...
2000-08-27 Peter EisentrautRemove configure tests for `signed', `volatile', and...
2000-07-02 Peter EisentrautVersion number now set in configure, available through...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-05 Peter EisentrautAdded configure test for readline's filename_completion...
2000-03-01 Peter EisentrautMore fixes for psql ^C handling, especially during...
2000-02-21 Peter EisentrautFixed psql's Control-C handling when COPY in progress
2000-02-20 Peter EisentrautMoved psql \eset and \eshow to \encoding
2000-02-20 Tom LaneFix missing \n in some psql_error calls.
2000-02-16 Bruce MomjianClean up include files use in psql.
2000-02-13 Peter EisentrautAdjusted psql echoing options (-a and -e)
2000-02-07 Peter EisentrautFixed psql double quoting of SQL ids
2000-01-29 Peter EisentrautA few minor psql enhancements
2000-01-19 Peter Eisentrautanother round of user interface cleanups
2000-01-18 Peter Eisentrautanother set of cleanups
2000-01-18 Bruce MomjianHi!
2000-01-14 Peter EisentrautFixed psql variables vs array syntax, as well as minor...
2000-01-14 Tom LaneMake PSQLexec's behavior on loss of connection more...
2000-01-12 Peter EisentrautFixed a few "fixes" and bugs. Adjusted messages and...
1999-12-10 Bruce MomjianThis should fix the \e (\p, \g, ...) behaviour on an...
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.