aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* A "lost in the archives" patch from Chris Dunlop <chris@atlas.onthe.net.au>Marc G. Fournier1996-07-31
* Fixes:Marc G. Fournier1996-07-31
* Fixes:Marc G. Fournier1996-07-31
* More cleanups by "Kurt J. Lidl" <lidl@va.pubnix.com>Marc G. Fournier1996-07-30
* The decode function in psql.c doesn't return anything, so itsMarc G. Fournier1996-07-29
* cosmetic changes: char* x changed to char *xMarc G. Fournier1996-07-28
* reversed bruces patch to getopt() loop about optargMarc G. Fournier1996-07-28
* bugfix: if NOREADLINE was not defined and input was not from a tty, thenJulian Assange1996-07-28
* Various fixes required for psqlMarc G. Fournier1996-07-27
* and now, the long awaited PAGER patches from Bruce...Marc G. Fournier1996-07-27
* Further modifications for fixing createuser bug...Marc G. Fournier1996-07-27
* This is a patch to pg_dump which fixes varchar and char printing in theMarc G. Fournier1996-07-27