summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Improvements to pg_dump to:Marc G. Fournier1997-01-072-4/+56
* REmove pg4_dump...its old stuff that is sooo out of date as to be useless...Marc G. Fournier1997-01-065-2299/+0
* Fixes:Marc G. Fournier1997-01-051-2/+5
* fix for previous fixBruce Momjian1997-01-021-5/+3
* psql paren. with \r fix.Bruce Momjian1997-01-021-3/+8
* Put $(CURSES_LIB) in Makefile.global to replace similar thing in psql/Makefile.Bryan Henderson1996-12-301-4/+3
* Check that PQendcopy succeeded. Issue error message if not.Bryan Henderson1996-12-301-7/+15
* explain changeBruce Momjian1996-12-291-2/+2
* Changed EXPLAIN option names.Bruce Momjian1996-12-291-2/+2
* Fixed error where = should be ==.Bruce Momjian1996-12-281-2/+3
* Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a fullBruce Momjian1996-12-281-1/+2
* Add messages to assist in problem diagnosis. Eliminate lines > 80 characters.Bryan Henderson1996-12-272-754/+841
* pq/signal() portability patch. Also psql copy prompt fix.Bruce Momjian1996-12-261-14/+9
* Fix syntax of \copy in \? display.Bryan Henderson1996-12-261-2/+2
* Note the => changes to == after a connect and stays that way on subsequentBruce Momjian1996-12-261-2/+2
* Add some quotes so it works on more shells.Bryan Henderson1996-12-231-10/+10
* if (settings->opt.fieldSep);Vadim B. Mikheev1996-12-141-2/+2
* Postgres95 to PostgreSQL.Bruce Momjian1996-12-111-4/+4
* Add empty "dep:" target.Bryan Henderson1996-12-106-6/+18
* Monitor has been obsoleted by psql.Bryan Henderson1996-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