summaryrefslogtreecommitdiff
path: root/src/bin/psql/tab-complete.c
AgeCommit message (Expand)Author
2000-03-17Add safety check on expression nesting depth. Default value is set byTom Lane
2000-03-05Added configure test for readline's filename_completion_functionPeter Eisentraut
2000-02-20Moved psql \eset and \eshow to \encodingPeter Eisentraut
2000-02-20Fix missing \n in some psql_error calls.Tom Lane
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-07Fixed psql double quoting of SQL idsPeter Eisentraut
2000-01-29A few minor psql enhancementsPeter Eisentraut
2000-01-21Fix tab-complete so it works with old versions of readline that don'tTom Lane
2000-01-18another set of cleanupsPeter Eisentraut
2000-01-12Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut
2000-01-05Fix it's and its to be correct.Bruce Momjian
1999-12-10This should fix the \e (\p, \g, ...) behaviour on an empty query buffer.Bruce Momjian
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