]> granicus.if.org Git - postgresql/history - src/bin/psql
I really hope that I haven't missed anything in this one...
[postgresql] / src / bin / psql /
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-07-18 Bruce MomjianAdd auto-size to screen to \d? commands. Use UNION...
1998-07-12 Bruce Momjianadd mention of DISTINCT ON attrN
1998-07-09 Marc G. FournierFrom: Tom Lane <tgl@sss.pgh.pa.us>
1998-06-16 Bruce MomjianHi, here are the patches to enhance existing MB handlin...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-06-15 Bruce MomjianFix macros that were not properly surrounded by parens...
1998-05-15 Bruce MomjianAnother \f\ fix for psql.
1998-05-13 Bruce MomjianFix to allow \f \ to make spaces as delimiter.
1998-05-12 Bruce MomjianThe attached patch corrects two problems with autoconfi...
1998-05-12 Bruce MomjianGive proper error on psql \copy use.
1998-05-06 Bruce MomjianWhat I've done:
1998-05-04 Bruce MomjianFix for missing parens with \g causing psql to get...
1998-04-06 Bruce MomjianDESTDIR removed, again.
1998-04-06 Bruce MomjianRe-introduce $DISTDIR.
1998-04-06 Bruce MomjianHi,
1998-04-05 Bruce MomjianRemove DISTDIR.
1998-04-05 Bruce Momjianthis patch solve 2 problemes :
1998-03-30 Bruce Momjiandocumentation for HAVING, clean up UNION comment.
1998-03-18 Bruce MomjianAdd checks for UNION target fields, and add optional...
1998-03-16 Bruce MomjianPrevent \do from wrapping.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-25 Marc G. FournierMake changes to psql so that it sees pg_user again...
1998-02-23 Marc G. FournierModify initdb.sh so that it makes pg_user readable...
1998-02-07 Bruce Momjianatttypmod now -1.
1998-02-06 Bruce MomjianFix for \d on long table names.
1998-02-03 Bruce MomjianSubselects with =, >, etc.
1998-01-28 Bruce Momjianpsql \df cleanup and lock manual page cleanup.
1998-01-25 Bruce MomjianAdd cash_words_out and fix \df width.
1998-01-23 Marc G. FournierFrom: James Hughes <jamesh@interpath.com>
1998-01-23 Marc G. FournierFrom: Andrew Martin <martin@biochemistry.ucl.ac.uk>
1998-01-22 Bruce MomjianAdd LOCK command as DELETE FROM ... WHERE false.
1998-01-22 Bruce MomjianAllow \z to show sequences.
1998-01-17 Bruce MomjianCreates the SubLink structure, and the Query->hasSubLin...
1998-01-11 Bruce MomjianClean up of copyfuncs.
1998-01-11 Bruce Momjianpsql help cleanup.
1998-01-11 Bruce MomjianUpdate psql help.
1998-01-09 Bruce MomjianPAGER \z in psql.
1998-01-05 Bruce MomjianRemove un-needed quotes from psql \d DEFAULT display.
1998-01-05 Bruce MomjianAdd NOT NULL and DEFAULT to \d table.
1998-01-04 Marc G. FournierVarious fixes NETBSD/sparc related
1997-12-29 Bruce MomjianCleanup of UNION ALL fix. Manual page updates.
1997-12-23 Bruce MomjianMake no-tty not use quiet in psql, fix group by copy...
1997-12-22 Bruce MomjianFix notty output to show status result. -q option...
1997-12-06 Bruce MomjianAdd VARHDRSZ where needed. Many places just used 4.
1997-12-05 Bruce MomjianFix tolower loops to go in proper direction for cache.
1997-12-04 Marc G. FournierFrom: todd brandys <brandys@eng3.hep.uiuc.edu>
1997-11-30 Bruce MomjianFix for \dd on types.
1997-11-26 Bruce Momjian\dd fix.
1997-11-24 Bruce MomjianChange heading.
1997-11-24 Bruce MomjianCleanup wrapping in \d commands.
1997-11-24 Bruce MomjianMove descriptions to pg_proc, add descriptions.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-19 Bruce MomjianChange \df order.
1997-11-18 Bruce MomjianMake \d commands not wrap over 80 cols.
1997-11-17 Bruce MomjianClean out pgbuiltin now that new psql \d commands exist.
1997-11-17 Bruce MomjianFix \e for empty file.
1997-11-17 Bruce MomjianFix for \e on empty file.
1997-11-16 Bruce MomjianRe-ordeer new \d command output.
1997-11-16 Bruce MomjianNew \dS psql command. initdb cleanup.
1997-11-15 Bruce MomjianAdd new \df psql option and oid8types() function.
1997-11-14 Bruce MomjianAdd new psql \da, \do, and \dT options.
1997-11-14 Bruce MomjianFIx for indexing regex stuff. Change rowoid to objoid.
1997-11-13 Bruce Momjianpg_description cleanup.
1997-11-13 Bruce MomjianAdd pg_description table for info on tables, columns...
1997-11-07 Thomas G. LockhartSupport "delimited identifiers" for \d tablename command.
1997-11-03 Bruce MomjianAdd paging for \d, and fix \i.
1997-10-16 Vadim B. MikheevDROP TRIGGER.
1997-10-02 Vadim B. Mikheev+ MOVE
1997-10-01 Bruce MomjianUpdate manuals for 6.2 release.
1997-10-01 Bruce MomjianUpdate manuals for 6.2 release.
1997-10-01 Bruce MomjianUpdate manuals for 6.2 release.
1997-10-01 Bruce MomjianUpdate manuals for 6.2 release.
1997-10-01 Bruce MomjianUpdate manuals for 6.2 release.
1997-09-24 Thomas G. LockhartRemove debugging "puts" print statement.
1997-09-23 Bruce MomjianFix for backslash quote.
1997-09-19 Bruce MomjianFix \e and \p after query.
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-13 Bruce MomjianCleanup of use of settings as pointer and structure...
1997-09-12 Bruce MomjianNo \\connect with usernames AND passwords.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-09-05 Bruce MomjianAdd // comments.
1997-09-04 Bruce MomjianFix syntax error in psql help.
1997-09-01 Thomas G. LockhartRearrange scanning code to support extended comments.
1997-08-26 Bruce MomjianManual page renaming.
1997-08-25 Bruce Momjianpg_password utility. Cleanup for psql passwords. ...
1997-08-22 Bruce MomjianFix for psql pager when no tty, cleanup for vacuum...
1997-08-22 Bruce MomjianMake psql use pager only when it has a tty.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-19 Vadim B. MikheevNOT NULL implementation (submitted by Robson Paniago...
1997-08-17 Marc G. FournierChanges so that it actually checks for <readline/histor...
1997-08-03 Bruce MomjianCleanup for NAMEDATALEN use.
1997-08-01 Bruce MomjianFix stout/stderr paging. Do not page \h select, but...
1997-08-01 Bruce MomjianFix psql error output.
1997-07-24 Bruce Momjianpsql: Add PAGER for \h and \?,\C fix, indices spell...
1997-07-24 Bruce MomjianAdd single quotes to \\h set help
1997-07-14 Bruce MomjianPrevent psql optarg free-ing
1997-06-29 Bruce MomjianFox case-sensitivity for \d and allow trailing ; on...
next