aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* if (settings->opt.fieldSep);Vadim B. Mikheev1996-12-14
* Postgres95 to PostgreSQL.Bruce Momjian1996-12-11
* Add empty "dep:" target.Bryan Henderson1996-12-10
* Monitor has been obsoleted by psql.Bryan Henderson1996-12-09
* Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson1996-12-04
* Fix for inclusion of new prompt output.Bruce Momjian1996-12-01
* Add indicator for in quote or in query to prompt.Bruce Momjian1996-11-30
* Throw some double quotes on the pile!Bryan Henderson1996-11-29
* Make strdup work for Ultrix. Thanks Erik BertelsenBryan Henderson1996-11-28
* no changeBruce Momjian1996-11-27
* More stuff to make it compile on various ports.Bryan Henderson1996-11-27
* OK, I think I've got the postconfig thing right now.Bryan Henderson1996-11-26
* Whoops, redo Ultrix patch so the other ports still compile.Bryan Henderson1996-11-26
* Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson1996-11-26
* -Werror fixes from D'Arcy.Bryan Henderson1996-11-26
* Go back to $(postconfig...) from $(exec postconfig...) so it works on non-bash.Bryan Henderson1996-11-25
* Typecasts, etc. to make compile work on AIX. Thanks Darren King..Bryan Henderson1996-11-24
* Add dep: rule.Bryan Henderson1996-11-24
* Eliminate pesky "postconfig not found" message.Bryan Henderson1996-11-23
* Fix for \g strdup error.Bruce Momjian1996-11-22
* Include ctype.h to fix Kurt Lidl's compile problem.Bryan Henderson1996-11-22
* Fix bug: No -D option to postgresBryan Henderson1996-11-22
* Fix \g filename. Free allocated memory and don't use memory that hasBruce Momjian1996-11-20
* Here is the patch for pg_dump not handling NULL values in 'insert'Bruce Momjian1996-11-20
* Fix for -da option of pg_dump.Bruce Momjian1996-11-17
* Fix syntax errors so it runs without error messages.Bryan Henderson1996-11-17
* Added documentation on new unique index capability.Bruce Momjian1996-11-16
* Overhaul MainLoop input processing for quotes, comments, backslashes.Bruce Momjian1996-11-14
* Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson1996-11-14
* Missed this part when I eliminated $(srcdir); src/bin stuff won't compile.Bryan Henderson1996-11-14
* Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.Bryan Henderson1996-11-13
* Use new utils/version.c instead of backend/utils/init/magic.c.Bryan Henderson1996-11-12
* Add dependency for install.Bryan Henderson1996-11-12
* Add install dependency.Bryan Henderson1996-11-12
* Fix bug where it tries to do a cleardbdir when you make install.Bryan Henderson1996-11-12
* fix 'conflicting types' errorsMarc G. Fournier1996-11-11
* Makefile simplification: the "bin" chapterBryan Henderson1996-11-11
* Various cleanups from D'ArcyMarc G. Fournier1996-11-11
* Remove warnings when readline is not used.Bruce Momjian1996-11-11
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* Add #include <unistd.h> to quiet warning about missing getopt() declaration.Bryan Henderson1996-11-10
* Makefile cleanup after reorganizationBruce Momjian1996-11-09
* More compile cleanupsBruce Momjian1996-11-08
* Compile and warning cleanupBruce Momjian1996-11-08
* Add frontend \copy command.Bryan Henderson1996-11-04
* Rename CDEBUG to COPTBruce Momjian1996-11-04
* Removed PORTNAME_. Use OS version only.Bruce Momjian1996-11-04
* Continuation of make file simplification; handle libpq.a dependancy.Bryan Henderson1996-11-02
* Removal of bsdi_2_1 port.Bruce Momjian1996-11-01
* Added needed include file.Bruce Momjian1996-10-31