aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* This commit represents a clean compile with the new templates underMarc G. Fournier1997-04-04
* \h create/drop sequence.Vadim B. Mikheev1997-04-02
* Dumping sequence relations as 'CREATE SEQUENCE ...'.Vadim B. Mikheev1997-04-02
* '\h create index' shows that multi-column indices are available now.Vadim B. Mikheev1997-03-26
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-12
* Substitute defines for numeric constants in type ids.Bruce Momjian1997-03-01
* Remove old READMEs.Bruce Momjian1997-02-28
* And, make sure that initdb.sh copies the pg_geqo.sample file toMarc G. Fournier1997-02-19
* Various patches for nextstep by GregorHoffleitMarc G. Fournier1997-02-13
* Fix \? syntax for copy command.Bruce Momjian1997-02-11
* Various fixes suggested by Gregor HoffleitMarc G. Fournier1997-02-09
* |I took a look at this and I think pg_dump mishandles arrays of ints and floatsMarc G. Fournier1997-02-09
* Include main Makefile.global first so variables are not over-written.Bruce Momjian1997-02-06
* Remove #include "rlstubs.h", since it doesn't exist anymoreMarc G. Fournier1997-01-26
* Remove rlstubs.[ch], since they weren't actually doing anything that couldn'tMarc G. Fournier1997-01-25
* Okay, this should pretty much clean up the psql/readline/history mess.Marc G. Fournier1997-01-25
* Why can't everyone be standard? :(Marc G. Fournier1997-01-25
* Modifications to handle the situation where readline.h exists, butMarc G. Fournier1997-01-25
* Change how readline support is included in psql.c ...Marc G. Fournier1997-01-25
* Have Makefile autoconf'd according to whether the system hasMarc G. Fournier1997-01-24
* Add link options for libpq library search.Bryan Henderson1997-01-21
* Update handling of backslashes, and pg_user dump.Bruce Momjian1997-01-19
* Remove blank lines.Bruce Momjian1997-01-18
* Removed unneeded custom shell script call.Bruce Momjian1997-01-17
* Added pg_dumpall to source tree.Bruce Momjian1997-01-16
* Comment out LD_ADD and DPADDMarc G. Fournier1997-01-15
* Cleanup for DEBUG: removal in initdb.sh.Bruce Momjian1997-01-14
* Prevent initdb from showing vacuum statistics.Bruce Momjian1997-01-14
* Oops, introduced a bug in EOF handling. Fix it.Bruce Momjian1997-01-13
* No EOF from psql when quiet mode.Bruce Momjian1997-01-13
* I've noticed that \i filename in 6.0beta prints the input file double-spaced.Bruce Momjian1997-01-10
* I found the following bugs in the version 6.0 (dated 961229).Bruce Momjian1997-01-10
* Improvements to pg_dump to:Marc G. Fournier1997-01-07
* REmove pg4_dump...its old stuff that is sooo out of date as to be useless...Marc G. Fournier1997-01-06
* Fixes:Marc G. Fournier1997-01-05
* fix for previous fixBruce Momjian1997-01-02
* psql paren. with \r fix.Bruce Momjian1997-01-02
* Put $(CURSES_LIB) in Makefile.global to replace similar thing in psql/Makefile.Bryan Henderson1996-12-30
* Check that PQendcopy succeeded. Issue error message if not.Bryan Henderson1996-12-30
* explain changeBruce Momjian1996-12-29
* Changed EXPLAIN option names.Bruce Momjian1996-12-29
* Fixed error where = should be ==.Bruce Momjian1996-12-28
* Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a fullBruce Momjian1996-12-28
* Add messages to assist in problem diagnosis. Eliminate lines > 80 characters.Bryan Henderson1996-12-27
* pq/signal() portability patch. Also psql copy prompt fix.Bruce Momjian1996-12-26
* Fix syntax of \copy in \? display.Bryan Henderson1996-12-26
* Note the => changes to == after a connect and stays that way on subsequentBruce Momjian1996-12-26
* Add some quotes so it works on more shells.Bryan Henderson1996-12-23
* if (settings->opt.fieldSep);Vadim B. Mikheev1996-12-14
* Postgres95 to PostgreSQL.Bruce Momjian1996-12-11