summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
1996-11-14Overhaul MainLoop input processing for quotes, comments, backslashes.Bruce Momjian
1996-11-14Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson
1996-11-14Missed this part when I eliminated $(srcdir); src/bin stuff won't compile.Bryan Henderson
1996-11-13Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.Bryan Henderson
1996-11-12Use new utils/version.c instead of backend/utils/init/magic.c.Bryan Henderson
1996-11-12Add dependency for install.Bryan Henderson
1996-11-12Add install dependency.Bryan Henderson
1996-11-12Fix bug where it tries to do a cleardbdir when you make 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-10Add #include <unistd.h> to quiet warning about missing getopt() declaration.Bryan Henderson
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-04Rename CDEBUG to COPTBruce Momjian
1996-11-04Removed PORTNAME_. Use OS version only.Bruce Momjian
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-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