]> granicus.if.org Git - postgresql/history - src/bin/psql/command.c
TODO marked as done:
[postgresql] / src / bin / psql / command.c
2002-12-12 Bruce MomjianTODO marked as done:
2002-11-08 Bruce MomjianHere is a patch that does just that, while maintaining the
2002-10-23 Bruce MomjianPage \h output and centralize psql paging code in PageO...
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-22 Peter EisentrautTranslation updates, some messages tweaked.
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianI checked all the previous string handling errors and...
2002-08-14 Bruce MomjianI guess I'd vote for changing the code to be
2002-08-13 Bruce MomjianPut back old code.
2002-08-13 Bruce MomjianChange NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS...
2002-08-10 Tom Lanepsql backslash commands are schema-aware. Pattern...
2002-07-18 Tatsuo IshiiI have committed many support files for CREATE CONVERSI...
2002-07-15 Bruce MomjianFix \? and \pset pager handling. \? wasn't honoring...
2002-04-24 Peter EisentrautRemove traces of NAMEDATALEN and INDEX_MAX_KEYS from...
2002-03-27 Peter EisentrautReset parenthesis level counter upon \r.
2002-03-19 Bruce MomjianAdd psql \dD listing of domains, from Jonathan Eisler.
2002-03-07 Bruce MomjianBack out psql domain improvements until domain is applied.
2002-03-06 Bruce MomjianHere is a diff of changes to the psql source code imple...
2002-03-05 Bruce MomjianAdd \timing patch to psql. Times all queries.
2002-02-25 Tom LaneTweak psql's \connect command to not downcase unquoted...
2002-02-20 Tom LaneFix comment.
2002-01-18 Tom LaneAdd missing 'else', per report from sugita@sra.co.jp.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-11 Bruce MomjianTatsuo Ishii <t-ishii@sra.co.jp> writes:
2001-10-05 Bruce MomjianAttached is the updated version of the patch, which...
2001-09-10 Bruce Momjian> NOTE: in the command.c in three places there (I belie...
2001-09-02 Peter EisentrautParse the arguments of \connect as SQL identifiers...
2001-06-08 Peter EisentrautFinish German translation, edit (original) messages...
2001-06-02 Peter EisentrautNative Language Support (NLS)
2001-05-12 Peter EisentrautAdd command '\pset footer' to psql to turn off default...
2001-05-12 Tom LaneAdd comment to explain need for bizarre-looking coding...
2001-05-09 Bruce MomjianHere's a version of my suggested diffs transplanted...
2001-05-07 Peter EisentrautAdd \cd command to psql.
2001-05-06 Peter EisentrautFix collateral damage from previous (rev 1.49) patch.
2001-04-18 Peter EisentrautRepair misbehavior of \! with immediately following...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-17 Tatsuo IshiiFix a bug in psql. unescape() does not work for multi...
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-27 Bruce MomjianHere is an update on the Win32 patch. Modified files...
2001-01-24 Bruce MomjianHere is a patch to make the current snapshot compile...
2000-12-30 Peter EisentrautRemove incorrect assert.
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-11-27 Tom LanePay attention to failure returns from fgets() in all...
2000-11-26 Peter EisentrautSilence warning
2000-11-25 Bruce MomjianFix security problem with psql \e where temp file could...
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-09-17 Peter Eisentrautpsql forgot to close connection before re-issuing passw...
2000-07-17 Peter EisentrautDon't strip trailing backslashes from a line. Treat...
2000-06-26 Bruce MomjianFix \pset null to use ', not ".
2000-05-12 Bruce MomjianSmall cleanup of file.
2000-05-05 Peter Eisentrautpsql: suppress warnings about too many arguments if...
2000-04-16 Peter Eisentrautsquished \dS+ bug pointed out by Mike Mascari
2000-04-16 Peter Eisentrautmore psql bug squashing:
2000-04-14 Peter Eisentrautfixed another psql \e bug (handle newlines as whitespace)
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-11 Bruce MomjianClean up temp files from \e.
2000-03-27 Peter EisentrautFixed bug with repeated \e in psql (failed to clear...
2000-03-18 Peter EisentrautFixed psql -c "\slashcmd"
2000-03-01 Peter EisentrautMore fixes for psql ^C handling, especially during...
2000-02-21 Tatsuo IshiiFixes for \encoding command.
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-19 Tatsuo IshiiAdd new backslash command \eset and \eshow.
2000-02-16 Bruce MomjianClean up include files use in psql.
2000-02-07 Peter EisentrautFixed psql double quoting of SQL ids
2000-02-05 Tatsuo IshiiChange function name PQclientencoding to PQclientEncodi...
2000-01-29 Peter EisentrautA few minor psql enhancements
2000-01-23 Peter Eisentrautupdated install file
2000-01-22 Peter Eisentrautadded ALTER TABLE DROP COLUMN, early version
2000-01-18 Peter Eisentrautanother set of cleanups
2000-01-18 Bruce MomjianHi!
2000-01-15 Tatsuo IshiiAdapt to the changes of libpq(eliminateing using putenv()).
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-12-10 Bruce MomjianThis should fix the \e (\p, \g, ...) behaviour on an...
1999-12-10 Jan WieckAdded a fflush(stdout) to the \p command required for the
1999-11-29 Bruce MomjianI pulled this one out via CVS, I hope you can make...
1999-11-26 Bruce Momjian* Includes tab completion. It's not magic, but it's...
1999-11-13 Bruce MomjianThe \p\g fix didn't turn out to be so bad. It even...
1999-11-11 Bruce MomjianIn the spirit of TODO item
1999-11-04 Bruce Momjianpsql cleanup
1999-11-04 Bruce MomjianMajor psql overhaul by Peter Eisentraut.