summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
1996-10-31Added needed include file.Bruce Momjian
1996-10-14Change display of char(5) to (bp)char 5 so psql \d canBruce Momjian
1996-10-13Added consistent include file handling for MAXHOSTNAMELEN.Bruce Momjian
1996-10-12New host-based authentication -- set up pg_hba.conf instead of pg_hbaBryan Henderson
1996-10-09Changed psql \h command to print commands in three columns.Bruce Momjian
1996-10-07Fix a couple of small things from D'Arcy's last patchMarc G. Fournier
1996-10-07Mostly adding "const" keyword and making some functions static.Marc G. Fournier
1996-10-07Update help for alter table. remove EXTEND function.Bruce Momjian
1996-10-05Fix typo in help text.Bruce Momjian
1996-10-05Added single-letter options and case statement.Bruce Momjian
1996-10-04And bring in change from 1.0.7 tree to here...Marc G. Fournier
1996-10-04This patch fixes problems in initdb, including that it doesn't runMarc G. Fournier
1996-10-03Brought psql help up to date with syntax and manual.Bruce Momjian
1996-10-03New vacuum option.Bruce Momjian
1996-10-03Fixes extra space in printing.Bruce Momjian
1996-10-03Added new single-letter options to initdb.sh.Bruce Momjian
1996-10-02change stdout to foutMarc G. Fournier
1996-09-23Prototype setMaxOid()Marc G. Fournier
1996-09-23Here's a patch that I discussed recently on pg95-dev that changes theMarc G. Fournier
1996-09-21Patches to make POSTPORT changes in scriptsMarc G. Fournier
1996-09-19Cleanup patch of pg_versionMarc G. Fournier
1996-09-16Add missing includes to silence compileMarc G. Fournier
1996-09-16The following diffs remove the various definitions of dupstr() and replaceMarc G. Fournier
1996-08-28modifications required to reflect centralized include filesMarc G. Fournier
1996-08-26Fix prototype for dumpClassesMarc 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-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-14Here's a small makefile patch that corrects the following bug: The makefilesMarc G. Fournier
1996-08-13I have attached a minor update for the Postgres make files. This updateMarc 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-31Move port includes from bin/pg_dump/Makefile to Makefile.globalMarc G. Fournier
1996-07-31Fix for <machine.h> bugMarc G. Fournier
1996-07-31A "lost in the archives" patch from Chris Dunlop <chris@atlas.onthe.net.au>Marc G. Fournier
1996-07-31Fixes:Marc G. Fournier
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