summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2000-05-05Dump contents of pg_group along with pg_shadow.Tom Lane
2000-04-26Fix include "" to <>Bruce Momjian
2000-04-26Add res clear to exampleBruce Momjian
2000-04-25initdb didn't always remove temp filePeter Eisentraut
2000-04-25Update pg_ctl so that it does not redirect outputs from postmasterTatsuo Ishii
2000-04-24Fix \h to not go past array boundsBruce Momjian
2000-04-21Fix still more static-declaration-vs-nonstatic-definition glitches.Tom Lane
2000-04-16squished \dS+ bug pointed out by Mike MascariPeter Eisentraut
2000-04-16Tweak create_help.pl so it will work under either perl 4.* or perl 5.*.Tom Lane
2000-04-16more psql bug squashing:Peter Eisentraut
2000-04-16Change postmaster.opts.default.sample. remove -S option.Tatsuo Ishii
2000-04-14fixed another psql \e bug (handle newlines as whitespace)Peter Eisentraut
2000-04-14Another static-vs-not-static error.Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-11Clean up temp files from \e.Bruce Momjian
2000-04-08Add colo to display at end of initdb.Bruce Momjian
2000-04-06Update initdb display of postmaster startupBruce Momjian
2000-04-04No ID file needed.Bruce Momjian
2000-04-04Update QNX FAQBruce Momjian
2000-04-04Add a check to pg_dump to see whether backend is same version as pg_dump.Tom Lane
2000-04-03Hi,Bruce Momjian
2000-03-31I have tested the beta3 on WinNT and here are the results:Bruce Momjian
2000-03-31Fix pgaccess __wish__ thing.Bruce Momjian
2000-03-31Add new pgaccess languages.Bruce Momjian
2000-03-31Update pgaccess to 0.98.5Bruce Momjian
2000-03-27Fixed bug with repeated \e in psql (failed to clear buffers correctly)Peter Eisentraut
2000-03-27Enhance pg_ctl so that it prints error messages from postmasterTatsuo Ishii
2000-03-26Updated user's guide to match new psql's output formatPeter Eisentraut
2000-03-25Old patch from Mark Hollomon to add plperl to createlang's repertoire.Tom Lane
2000-03-25Another fix for old shells.Tom Lane
2000-03-25Fix syntax error reported by old shells ("if ! command..." is aTom Lane
2000-03-25More >&1 cleanupsBruce Momjian