summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* I found that when changing databases from within psql the prompt went sort ofMarc G. Fournier1996-12-221-2/+2
* There are a number of tests "[" that fail if the variable is not enclosed inMarc G. Fournier1996-12-221-10/+10
* if (settings->opt.fieldSep);Vadim B. Mikheev1996-12-141-2/+2
* Change postgres95 to PostgreSQL.Bruce Momjian1996-12-111-4/+4
* This commit was manufactured by cvs2git to create branch 'REL2_0B'.REL2_0CVS to git conversion script1996-12-092-1089/+0
* Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson1996-12-041-2/+2
* Fix for inclusion of new prompt output.Bruce Momjian1996-12-011-10/+12
* Add indicator for in quote or in query to prompt.Bruce Momjian1996-11-301-1/+8
* Throw some double quotes on the pile!Bryan Henderson1996-11-291-4/+4
* Make strdup work for Ultrix. Thanks Erik BertelsenBryan Henderson1996-11-281-2/+2
* no changeBruce Momjian1996-11-271-1/+0
* More stuff to make it compile on various ports.Bryan Henderson1996-11-271-5/+7
* OK, I think I've got the postconfig thing right now.Bryan Henderson1996-11-261-4/+6
* Whoops, redo Ultrix patch so the other ports still compile.Bryan Henderson1996-11-267-17/+35
* Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson1996-11-2611-17/+21
* -Werror fixes from D'Arcy.Bryan Henderson1996-11-262-23/+7
* Go back to $(postconfig...) from $(exec postconfig...) so it works on non-bash.Bryan Henderson1996-11-251-2/+4
* Typecasts, etc. to make compile work on AIX. Thanks Darren King..Bryan Henderson1996-11-241-2/+2
* Add dep: rule.Bryan Henderson1996-11-241-1/+2
* Eliminate pesky "postconfig not found" message.Bryan Henderson1996-11-231-2/+2
* Fix for \g strdup error.Bruce Momjian1996-11-221-2/+7
* Include ctype.h to fix Kurt Lidl's compile problem.Bryan Henderson1996-11-221-1/+2
* Fix bug: No -D option to postgresBryan Henderson1996-11-221-13/+16
* Fix \g filename. Free allocated memory and don't use memory that hasBruce Momjian1996-11-201-5/+12
* Here is the patch for pg_dump not handling NULL values in 'insert'Bruce Momjian1996-11-201-24/+29
* Fix for -da option of pg_dump.Bruce Momjian1996-11-171-9/+9
* Fix syntax errors so it runs without error messages.Bryan Henderson1996-11-174-43/+43
* Added documentation on new unique index capability.Bruce Momjian1996-11-161-2/+2
* Overhaul MainLoop input processing for quotes, comments, backslashes.Bruce Momjian1996-11-142-1348/+1391
* Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson1996-11-1410-159/+194
* Missed this part when I eliminated $(srcdir); src/bin stuff won't compile.Bryan Henderson1996-11-141-5/+3
* Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.Bryan Henderson1996-11-132-17/+16
* Use new utils/version.c instead of backend/utils/init/magic.c.Bryan Henderson1996-11-122-28/+38
* Add dependency for install.Bryan Henderson1996-11-122-4/+4
* Add install dependency.Bryan Henderson1996-11-121-2/+2
* Fix bug where it tries to do a cleardbdir when you make install.Bryan Henderson1996-11-121-1/+4
* fix 'conflicting types' errorsMarc G. Fournier1996-11-112-10/+7
* Makefile simplification: the "bin" chapterBryan Henderson1996-11-1113-100/+190
* Various cleanups from D'ArcyMarc G. Fournier1996-11-111-2/+7
* Remove warnings when readline is not used.Bruce Momjian1996-11-113-6/+28
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-102-13/+17
* Add #include <unistd.h> to quiet warning about missing getopt() declaration.Bryan Henderson1996-11-101-1/+2
* Makefile cleanup after reorganizationBruce Momjian1996-11-092-10/+9
* More compile cleanupsBruce Momjian1996-11-081-2/+2
* Compile and warning cleanupBruce Momjian1996-11-085-13/+15
* Add frontend \copy command.Bryan Henderson1996-11-041-771/+973
* Rename CDEBUG to COPTBruce Momjian1996-11-041-3/+3
* Removed PORTNAME_. Use OS version only.Bruce Momjian1996-11-044-7/+7
* Continuation of make file simplification; handle libpq.a dependancy.Bryan Henderson1996-11-021-13/+29
* Removal of bsdi_2_1 port.Bruce Momjian1996-11-011-5/+1