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