summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2000-07-01A little bit of clean-up/bug fix in Tcl build. Handle gracefully casesPeter Eisentraut
2000-06-30Fix select '1--2'; for PEter.Bruce Momjian
2000-06-30Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>Peter Eisentraut
2000-06-29Fix quotes in /* */ comments in psql.Bruce Momjian
2000-06-28Makefile cleanup for interface tree. Now essentially with all thePeter Eisentraut
2000-06-28Repair incorrect assumption that all versions of 'install' knowTom Lane
2000-06-27Makefile cleanup for bin and pl subtrees. They should now supportPeter Eisentraut
2000-06-26Fix \pset null to use ', not ".Bruce Momjian
2000-06-25Added new commands and intelligence to psql tab completion.Peter Eisentraut
2000-06-22Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut
2000-06-17Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut
2000-06-14Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut
2000-06-12Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian
2000-06-12>> What happened to the patch I sent regarding the bug in the TCLBruce Momjian
2000-06-10Moved the intricacies of the perl interface build into its own makefilePeter Eisentraut
2000-06-10Fix some more gratuitous breakage ... also throw in a couple ofTom Lane
2000-06-09Fix initdb spaces problem.Bruce Momjian
2000-06-09 I have large database and with this DB work more users and I very needBruce Momjian
2000-06-09Prompt username/password on stderr so:Bruce Momjian
2000-06-09Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian
2000-06-04New ps display code, works on more platforms.Peter Eisentraut
2000-06-02Remove NT-specific file open defines by defining our own open macros forBruce Momjian
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-05-29More <> cleanupBruce Momjian
2000-05-29Cleanup of <> and ""Bruce Momjian
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-05-28Miscellaneous cleanups of places that needed to account for newTom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-05-27Remove pgaccess dll's from the distribution.Bruce Momjian
2000-05-26Fix \h SELECT to not show SELECT INTO.Bruce Momjian
2000-05-26Spell fixBruce Momjian
2000-05-25Quote database name so that not-all-lowercase names are handled safely.Tom Lane
2000-05-19pg_dump barfs on negative values for index column numbers --- like, say,Tom Lane
2000-05-15cleanupBruce Momjian
2000-05-15cleanupBruce Momjian
2000-05-15Fix createlang -l dbname so it works, update sgml.Bruce Momjian
2000-05-14That psql option should be --no-readline (as it used to be), not --noreadline.Peter Eisentraut
2000-05-14Fix create user for pgaccess.Bruce Momjian
2000-05-12Back out -\?. Didn't look good to Peter.Bruce Momjian
2000-05-12/home/peter/commit-msgPeter Eisentraut
2000-05-12Small cleanup of file.Bruce Momjian
2000-05-11More psql help cleanupBruce Momjian
2000-05-11Makefile CFLAGS cleanups.Bruce Momjian
2000-05-11Display -? as -\? under unix for psql.Bruce Momjian
2000-05-11Add options and cleanup psql \? and -? help displaysBruce Momjian
2000-05-09Update psql \? to show file rather than "fname".Bruce Momjian
2000-05-05Forgot that dumpall's output script should 'delete from pg_group' beforeTom Lane
2000-05-05psql: suppress warnings about too many arguments if the command is not valid ...Peter Eisentraut
2000-05-05Spello SERIALIZED -> SERIALIZABLE in psql tab completionPeter Eisentraut
2000-05-05Accept pg_group as well as pg_shadow data from dumpall script.Tom Lane