summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
2000-01-21Fix handleCopyIn's response to EOF seen mid-line, that is, input fileTom Lane
2000-01-20Added new pg_id to fix initdb problemsPeter Eisentraut
2000-01-20Fix typo in \z.Bruce Momjian
2000-01-19another round of user interface cleanupsPeter Eisentraut
2000-01-19Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut
2000-01-18another set of cleanupsPeter Eisentraut
2000-01-18Hi!Bruce Momjian
2000-01-18Show encoding name rather than encoding id in case of psql -l.Tatsuo Ishii
2000-01-16Put back change to 'connection failed' message formatting that someoneTom Lane
2000-01-16Included all yacc and lex files into the distribution.Peter Eisentraut
2000-01-15Adapt to the changes of libpq(eliminateing using putenv()).Tatsuo Ishii
2000-01-14Fixed psql variables vs array syntax, as well as minor psql enhancementsPeter Eisentraut
2000-01-14Make PSQLexec's behavior on loss of connection more reasonable;Tom Lane
2000-01-14Make connection-failed messages a little friendlier onTom Lane
2000-01-12Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut
2000-01-10Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian
2000-01-10Move fixes for >8 indexed fields.Bruce Momjian
2000-01-05Fix it's and its to be correct.Bruce Momjian
1999-12-31Make psql \dT always show descriptions. There is room.Bruce Momjian
1999-12-20Clean up some minor gcc warnings.Tom Lane
1999-12-18Add cvs.Bruce Momjian
1999-12-17Fix MULTIBYTE handling in string by using strcat.Bruce Momjian
1999-12-16Clear paren level flag on \r or any backslash command, rather thanBruce Momjian
1999-12-11Fix for psql from Peter.Bruce Momjian
1999-12-11Allow ; in () in psql.Bruce Momjian
1999-12-10Remove old file.Bruce Momjian
1999-12-10This should fix the \e (\p, \g, ...) behaviour on an empty query buffer.Bruce Momjian
1999-12-10Added a fflush(stdout) to the \p command required for theJan Wieck
1999-12-07Peter's file removals.Bruce Momjian
1999-11-30Fix compile error on older patch.Bruce Momjian
1999-11-29I pulled this one out via CVS, I hope you can make use of it:Bruce Momjian
1999-11-27Fix references to backend/port files so that they actually work.Tom Lane
1999-11-26Change // to /* */Bruce Momjian
1999-11-26Fix missing prototype psql warning.Bruce Momjian
1999-11-26* Includes tab completion. It's not magic, but it's very cool. At anyBruce Momjian
1999-11-13Fix for psql control-d and .psqlrc that I broke. Fix for \dT withBruce Momjian
1999-11-13The \p\g fix didn't turn out to be so bad. It even works in otherBruce Momjian
1999-11-11In the spirit of TODO itemBruce Momjian
1999-11-10Cleanup of psql \copyrightBruce Momjian
1999-11-08psql makefile fix from Keith ParksBruce Momjian
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian
1999-11-06Fix for recusive exit call from Massimo.Bruce Momjian
1999-11-06Sort help file names, from Peter EisentrautBruce Momjian
1999-11-05Update psql bannerBruce Momjian
1999-11-05Update psql display.Bruce Momjian
1999-11-05Update \? display.Bruce Momjian
1999-11-05Make pager on by default.Bruce Momjian
1999-11-05Clean up \? psql display.Bruce Momjian
1999-11-05psql banner cleanupBruce Momjian
1999-11-05clean up startup bannerBruce Momjian