aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* Change display of char(5) to (bp)char 5 so psql \d canBruce Momjian1996-10-14
* Added consistent include file handling for MAXHOSTNAMELEN.Bruce Momjian1996-10-13
* New host-based authentication -- set up pg_hba.conf instead of pg_hbaBryan Henderson1996-10-12
* Changed psql \h command to print commands in three columns.Bruce Momjian1996-10-09
* Fix a couple of small things from D'Arcy's last patchMarc G. Fournier1996-10-07
* Mostly adding "const" keyword and making some functions static.Marc G. Fournier1996-10-07
* Update help for alter table. remove EXTEND function.Bruce Momjian1996-10-07
* Fix typo in help text.Bruce Momjian1996-10-05
* Added single-letter options and case statement.Bruce Momjian1996-10-05
* And bring in change from 1.0.7 tree to here...Marc G. Fournier1996-10-04
* This patch fixes problems in initdb, including that it doesn't runMarc G. Fournier1996-10-04
* Brought psql help up to date with syntax and manual.Bruce Momjian1996-10-03
* New vacuum option.Bruce Momjian1996-10-03
* Fixes extra space in printing.Bruce Momjian1996-10-03
* Added new single-letter options to initdb.sh.Bruce Momjian1996-10-03
* change stdout to foutMarc G. Fournier1996-10-02
* Prototype setMaxOid()Marc G. Fournier1996-09-23
* Here's a patch that I discussed recently on pg95-dev that changes theMarc G. Fournier1996-09-23
* Patches to make POSTPORT changes in scriptsMarc G. Fournier1996-09-21
* Cleanup patch of pg_versionMarc G. Fournier1996-09-19
* Add missing includes to silence compileMarc G. Fournier1996-09-16
* The following diffs remove the various definitions of dupstr() and replaceMarc G. Fournier1996-09-16
* modifications required to reflect centralized include filesMarc G. Fournier1996-08-28
* Fix prototype for dumpClassesMarc G. Fournier1996-08-26
* The patch does several things:Marc G. Fournier1996-08-24
* BSD$$_derived needs -ltermcap for psqlMarc G. Fournier1996-08-21
* command line flag for expanded display '-x' had logic reversedJulian Assange1996-08-21
* Bring in changes to READLINE/HISTORY definesMarc G. Fournier1996-08-20
* This patch can be installed as part of 1.02.1 so people can properlyMarc G. Fournier1996-08-14
* This patch can be installed as part of 1.02.1 so people can properlyMarc G. Fournier1996-08-14
* |Marc G. Fournier1996-08-14
* Here's a small makefile patch that corrects the following bug: The makefilesMarc G. Fournier1996-08-14
* I have attached a minor update for the Postgres make files. This updateMarc G. Fournier1996-08-13
* Another small patch fix...Marc G. Fournier1996-08-10
* applied kurt's patch to fix unlikely, but potential, string underflowJulian Assange1996-08-06
* added patch from kurt that fixes memory leak (didn't free line bufferJulian Assange1996-08-06
* Move port includes from bin/pg_dump/Makefile to Makefile.globalMarc G. Fournier1996-07-31
* Fix for <machine.h> bugMarc G. Fournier1996-07-31