summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
2000-07-02Version number now set in configure, available through Makefile.globalPeter Eisentraut
2000-06-30Fix select '1--2'; for PEter.Bruce Momjian
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-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-17Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut
2000-06-10Moved the intricacies of the perl interface build into its own makefilePeter Eisentraut
2000-05-26Fix \h SELECT to not show SELECT INTO.Bruce Momjian
2000-05-14That psql option should be --no-readline (as it used to be), not --noreadline.Peter Eisentraut
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-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-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-14fixed another psql \e bug (handle newlines as whitespace)Peter Eisentraut
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-11Clean up temp files from \e.Bruce Momjian
2000-03-27Fixed bug with repeated \e in psql (failed to clear buffers correctly)Peter Eisentraut
2000-03-18Fixed psql -c "\slashcmd"Peter Eisentraut
2000-03-18Modify lexing of multi-char operators per pghackers discussion aroundTom Lane
2000-03-17Add safety check on expression nesting depth. Default value is set byTom Lane
2000-03-13Fixed deficiency where an unterminated (no semicolon) command at end ofPeter Eisentraut
2000-03-11Karel Zakr's revised patch to fix psql prompt for local host connections.Peter Eisentraut
2000-03-08I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian
2000-03-08 Hi Peter,Bruce Momjian
2000-03-05Added configure test for readline's filename_completion_functionPeter Eisentraut
2000-03-01More fixes for psql ^C handling, especially during copy. Still doesn'tPeter Eisentraut
2000-02-27Fix a couple of inconsistent usages of include <...> vs. include "...".Tom Lane
2000-02-26psql's \d command wasn't doing the right things with 'char' (type 18)Tom Lane
2000-02-21Fixed psql's Control-C handling when COPY in progressPeter Eisentraut
2000-02-21Fixes for \encoding command.Tatsuo Ishii
2000-02-20Moved psql \eset and \eshow to \encodingPeter Eisentraut
2000-02-20Fix missing \n in some psql_error calls.Tom Lane
2000-02-19Add new backslash command \eset and \eshow.Tatsuo Ishii
2000-02-16Clean up include files use in psql.Bruce Momjian
2000-02-15New cost model for planning, incorporating a penalty for random pageTom Lane
2000-02-13Adjusted psql echoing options (-a and -e)Peter Eisentraut
2000-02-10Default argument for createdbPeter Eisentraut