summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
1996-12-04Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson
1996-12-01Fix for inclusion of new prompt output.Bruce Momjian
1996-11-30Add indicator for in quote or in query to prompt.Bruce Momjian
1996-11-29Throw some double quotes on the pile!Bryan Henderson
1996-11-28Make strdup work for Ultrix. Thanks Erik BertelsenBryan Henderson
1996-11-27no changeBruce Momjian
1996-11-27More stuff to make it compile on various ports.Bryan Henderson
1996-11-26OK, I think I've got the postconfig thing right now.Bryan Henderson
1996-11-26Whoops, redo Ultrix patch so the other ports still compile.Bryan Henderson
1996-11-26Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson
1996-11-26-Werror fixes from D'Arcy.Bryan Henderson
1996-11-25Go back to $(postconfig...) from $(exec postconfig...) so it works on non-bash.Bryan Henderson
1996-11-24Typecasts, etc. to make compile work on AIX. Thanks Darren King..Bryan Henderson
1996-11-24Add dep: rule.Bryan Henderson
1996-11-23Eliminate pesky "postconfig not found" message.Bryan Henderson
1996-11-22Fix for \g strdup error.Bruce Momjian
1996-11-22Include ctype.h to fix Kurt Lidl's compile problem.Bryan Henderson
1996-11-22Fix bug: No -D option to postgresBryan Henderson
1996-11-20Fix \g filename. Free allocated memory and don't use memory that hasBruce Momjian
1996-11-20Here is the patch for pg_dump not handling NULL values in 'insert'Bruce Momjian
1996-11-17Fix for -da option of pg_dump.Bruce Momjian
1996-11-17Fix syntax errors so it runs without error messages.Bryan Henderson
1996-11-16Added documentation on new unique index capability.Bruce Momjian
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