summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
1996-12-04Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson
1996-12-01Fix for inclusion of new prompt output.Bruce Momjian
1996-11-30Add indicator for in quote or in query to prompt.Bruce Momjian
1996-11-26Whoops, redo Ultrix patch so the other ports still compile.Bryan Henderson
1996-11-26Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson
1996-11-24Typecasts, etc. to make compile work on AIX. Thanks Darren King..Bryan Henderson
1996-11-22Fix for \g strdup error.Bruce Momjian
1996-11-22Include ctype.h to fix Kurt Lidl's compile problem.Bryan Henderson
1996-11-20Fix \g filename. Free allocated memory and don't use memory that hasBruce Momjian
1996-11-16Added documentation on new unique index capability.Bruce Momjian
1996-11-14Overhaul MainLoop input processing for quotes, comments, backslashes.Bruce Momjian
1996-11-13Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.Bryan Henderson
1996-11-12Add dependency for install.Bryan Henderson
1996-11-11fix 'conflicting types' errorsMarc G. Fournier
1996-11-11Makefile simplification: the "bin" chapterBryan Henderson
1996-11-11Various cleanups from D'ArcyMarc G. Fournier
1996-11-11Remove warnings when readline is not used.Bruce Momjian
1996-11-10All external function definitions now have prototypes that are checked.Bruce Momjian
1996-11-09Makefile cleanup after reorganizationBruce Momjian
1996-11-08More compile cleanupsBruce Momjian
1996-11-08Compile and warning cleanupBruce Momjian
1996-11-04Add frontend \copy command.Bryan Henderson
1996-11-02Continuation of make file simplification; handle libpq.a dependancy.Bryan Henderson
1996-11-01Removal of bsdi_2_1 port.Bruce Momjian
1996-10-14Change display of char(5) to (bp)char 5 so psql \d canBruce Momjian
1996-10-09Changed psql \h command to print commands in three columns.Bruce Momjian
1996-10-07Update help for alter table. remove EXTEND function.Bruce Momjian
1996-10-03Brought psql help up to date with syntax and manual.Bruce Momjian
1996-10-03New vacuum option.Bruce Momjian
1996-09-16The following diffs remove the various definitions of dupstr() and replaceMarc G. Fournier
1996-08-24The patch does several things:Marc G. Fournier
1996-08-21BSD$$_derived needs -ltermcap for psqlMarc G. Fournier
1996-08-21command line flag for expanded display '-x' had logic reversedJulian Assange
1996-08-20Bring in changes to READLINE/HISTORY definesMarc G. Fournier
1996-08-14This patch can be installed as part of 1.02.1 so people can properlyMarc G. Fournier
1996-08-14|Marc G. Fournier
1996-08-10Another small patch fix...Marc G. Fournier
1996-08-06applied kurt's patch to fix unlikely, but potential, string underflowJulian Assange
1996-08-06added patch from kurt that fixes memory leak (didn't free line bufferJulian Assange
1996-07-31Fixes:Marc G. Fournier
1996-07-30More cleanups by "Kurt J. Lidl" <lidl@va.pubnix.com>Marc G. Fournier
1996-07-29The decode function in psql.c doesn't return anything, so itsMarc G. Fournier
1996-07-28cosmetic changes: char* x changed to char *xMarc G. Fournier
1996-07-28reversed bruces patch to getopt() loop about optargMarc G. Fournier
1996-07-28bugfix: if NOREADLINE was not defined and input was not from a tty, thenJulian Assange
1996-07-27Various fixes required for psqlMarc G. Fournier
1996-07-27and now, the long awaited PAGER patches from Bruce...Marc G. Fournier
1996-07-27Further modifications for fixing createuser bug...Marc G. Fournier
1996-07-25fixed usuage of -ltermcap for psqlMarc G. Fournier
1996-07-25Large re-write/enhancement. In pg-101 Jolly only included a smaller partJulian Assange