]> granicus.if.org Git - postgresql/history - src/bin/psql/command.c
Make getpid() use %d consistently for printing.
[postgresql] / src / bin / psql / command.c
2004-10-09 Bruce MomjianMake getpid() use %d consistently for printing.
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-13 Tom LaneFix core dumps, inability to count, etc associated...
2004-07-15 Bruce MomjianAdd permission display to \db+.
2004-07-13 Bruce MomjianHave \dn+ show permissions and description for schemas.
2004-07-11 Bruce MomjianUse canonicalize_path for -D, GUC paths, and paths...
2004-07-11 Bruce MomjianUse standard macro for psql binary file open. Add...
2004-07-11 Bruce MomjianOpen files in binary mode on Win32 so control-z isn...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-03-27 Bruce MomjianAdd comment about psql \s (history display):
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-02-19 Tom LaneRe-implement psql's input scanning to use a flex-genera...
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
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-09 Bruce MomjianAllow psql to handle tilde user expansion for file...
2003-12-01 Bruce Momjianattached is a patch that adds display of the groups...
2003-12-01 Bruce MomjianThis patch reduces some unsightly #ifdefs, and fixes...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-11 Bruce MomjianBack out -fstrict-aliasing void* casting.
2003-10-11 Bruce MomjianThis patch will stop gcc from issuing warnings about...
2003-09-29 Peter EisentrautApparently, gettext doesn't like double parentheses...
2003-09-16 Tom LaneMake psql correctly track the effects of SET CLIENT_ENC...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneRename psql's VERBOSE variable to VERBOSITY, per sugges...
2003-07-23 Peter EisentrautApply message style guide to frontend programs.
2003-06-28 Tom LaneUpdate psql for some features of new FE/BE protocol...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-04-04 Bruce MomjianHandle cp, rm, and exec for Win32.
2003-03-20 Bruce MomjianI'm continuing to work on cleaning up code in psql...
2003-03-19 Bruce MomjianThis patch fixes a very small memory leak in psql,...
2003-03-18 Peter EisentrautMake the printing code somewhat more independent by...
2003-03-10 Bruce MomjianCleanup up psql \connect and \pset pager setting displa...
2003-02-19 Bruce MomjianHere's the patch I promised over on HACKERS - it alters the
2003-02-13 Bruce Momjian[ Have readline save edit history.]
2003-01-10 Peter EisentrautDo not shell-quote the name of the editor, so that...
2003-01-07 Tom LaneApply the proper version of Christopher Kings-Lynne...
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.
next