]> granicus.if.org Git - postgresql/history - src/bin/psql/psql.c
From: Dan McGuirk <mcguirk@indirect.com>
[postgresql] / src / bin / psql / psql.c
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-02-13 Marc G. FournierVarious patches for nextstep by GregorHoffleit
1997-02-11 Bruce MomjianFix \? syntax for copy command.
1997-01-26 Marc G. FournierRemove #include "rlstubs.h", since it doesn't exist...
1997-01-25 Marc G. FournierRemove rlstubs.[ch], since they weren't actually doing...
1997-01-25 Marc G. FournierOkay, this should pretty much clean up the psql/readlin...
1997-01-25 Marc G. FournierWhy can't everyone be standard? :(
1997-01-25 Marc G. FournierModifications to handle the situation where readline...
1997-01-25 Marc G. FournierChange how readline support is included in psql.c ...
1997-01-13 Bruce MomjianOops, introduced a bug in EOF handling. Fix it.
1997-01-13 Bruce MomjianNo EOF from psql when quiet mode.
1997-01-10 Bruce MomjianI've noticed that \i filename in 6.0beta prints the...
1997-01-05 Marc G. FournierFixes:
1997-01-02 Bruce Momjianfix for previous fix
1997-01-02 Bruce Momjianpsql paren. with \r fix.
1996-12-28 Bruce MomjianHere's the final set of patches to 6.0 (sup'd on 27...
1996-12-26 Bruce Momjianpq/signal() portability patch. Also psql copy prompt...
1996-12-26 Bryan HendersonFix syntax of \copy in \? display.
1996-12-26 Bruce MomjianNote the => changes to == after a connect and stays...
1996-12-14 Vadim B. Mikheev if (settings->opt.fieldSep);
1996-12-11 Bruce MomjianPostgres95 to PostgreSQL.
1996-12-01 Bruce MomjianFix for inclusion of new prompt output.
1996-11-30 Bruce MomjianAdd indicator for in quote or in query to prompt.
1996-11-26 Bryan HendersonWhoops, redo Ultrix patch so the other ports still...
1996-11-26 Bryan HendersonMake it compile on Ultrix. Thanks Erik Bertelson.
1996-11-24 Bryan HendersonTypecasts, etc. to make compile work on AIX. Thanks...
1996-11-22 Bruce MomjianFix for \g strdup error.
1996-11-22 Bryan HendersonInclude ctype.h to fix Kurt Lidl's compile problem.
1996-11-20 Bruce MomjianFix \g filename. Free allocated memory and don't use...
1996-11-14 Bruce MomjianOverhaul MainLoop input processing for quotes, comments...
1996-11-11 Bruce MomjianRemove warnings when readline is not used.
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-08 Bruce MomjianMore compile cleanups
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-04 Bryan HendersonAdd frontend \copy command.
1996-10-14 Bruce MomjianChange display of char(5) to (bp)char 5 so psql \d can
1996-10-09 Bruce MomjianChanged psql \h command to print commands in three...
1996-09-16 Marc G. FournierThe following diffs remove the various definitions...
1996-08-21 Julian Assangecommand line flag for expanded display '-x' had logic...
1996-08-14 Marc G. FournierThis patch can be installed as part of 1.02.1 so people...
1996-08-14 Marc G. Fournier|
1996-08-10 Marc G. FournierAnother small patch fix...
1996-08-06 Julian Assangeadded patch from kurt that fixes memory leak (didn...
1996-07-31 Marc G. FournierFixes:
1996-07-29 Marc G. FournierThe decode function in psql.c doesn't return anything...
1996-07-28 Marc G. Fourniercosmetic changes: char* x changed to char *x
1996-07-28 Marc G. Fournierreversed bruces patch to getopt() loop about optarg
1996-07-28 Julian Assangebugfix: if NOREADLINE was not defined and input was...
1996-07-27 Marc G. FournierVarious fixes required for psql
1996-07-27 Marc G. Fournierand now, the long awaited PAGER patches from Bruce...
1996-07-27 Marc G. FournierFurther modifications for fixing createuser bug...
1996-07-25 Julian AssangeLarge re-write/enhancement. In pg-101 Jolly only includ...
1996-07-23 Marc G. FournierPut in a new FAQ
1996-07-20 Marc G. FournierFix for:
1996-07-18 Marc G. Fournierlibpq and psql.c have been modified to do various thing...
1996-07-16 Marc G. Fournierfix: clean up formatting of \d tablename in psql
1996-07-16 Marc G. Fournierapplied fixes for psql
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01