aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/psql.c
Commit message (Expand)AuthorAge
* Fix for inclusion of new prompt output.Bruce Momjian1996-12-01
* Add indicator for in quote or in query to prompt.Bruce Momjian1996-11-30
* Whoops, redo Ultrix patch so the other ports still compile.Bryan Henderson1996-11-26
* Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson1996-11-26
* Typecasts, etc. to make compile work on AIX. Thanks Darren King..Bryan Henderson1996-11-24
* Fix for \g strdup error.Bruce Momjian1996-11-22
* Include ctype.h to fix Kurt Lidl's compile problem.Bryan Henderson1996-11-22
* Fix \g filename. Free allocated memory and don't use memory that hasBruce Momjian1996-11-20
* Overhaul MainLoop input processing for quotes, comments, backslashes.Bruce Momjian1996-11-14
* Remove warnings when readline is not used.Bruce Momjian1996-11-11
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* More compile cleanupsBruce Momjian1996-11-08
* Compile and warning cleanupBruce Momjian1996-11-08
* Add frontend \copy command.Bryan Henderson1996-11-04
* Change display of char(5) to (bp)char 5 so psql \d canBruce Momjian1996-10-14
* Changed psql \h command to print commands in three columns.Bruce Momjian1996-10-09
* The following diffs remove the various definitions of dupstr() and replaceMarc G. Fournier1996-09-16
* command line flag for expanded display '-x' had logic reversedJulian Assange1996-08-21
* This patch can be installed as part of 1.02.1 so people can properlyMarc G. Fournier1996-08-14
* |Marc G. Fournier1996-08-14
* Another small patch fix...Marc G. Fournier1996-08-10
* added patch from kurt that fixes memory leak (didn't free line bufferJulian Assange1996-08-06
* Fixes:Marc G. Fournier1996-07-31
* The decode function in psql.c doesn't return anything, so itsMarc G. Fournier1996-07-29
* cosmetic changes: char* x changed to char *xMarc G. Fournier1996-07-28
* reversed bruces patch to getopt() loop about optargMarc G. Fournier1996-07-28
* bugfix: if NOREADLINE was not defined and input was not from a tty, thenJulian Assange1996-07-28
* Various fixes required for psqlMarc G. Fournier1996-07-27
* and now, the long awaited PAGER patches from Bruce...Marc G. Fournier1996-07-27
* Further modifications for fixing createuser bug...Marc G. Fournier1996-07-27
* Large re-write/enhancement. In pg-101 Jolly only included a smaller partJulian Assange1996-07-25
* Put in a new FAQMarc G. Fournier1996-07-23
* Fix for:Marc G. Fournier1996-07-20
* libpq and psql.c have been modified to do various things they didn't doMarc G. Fournier1996-07-18
* fix: clean up formatting of \d tablename in psqlMarc G. Fournier1996-07-16
* applied fixes for psqlMarc G. Fournier1996-07-16
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09