postgresql/src/bin/psql
Tom Lane c32704441d Add configure probe for rl_completion_suppress_quote.
I had supposed that all versions of Readline that have filename
quoting hooks also have the rl_completion_suppress_quote variable.
But it seems OpenBSD managed to find a version someplace that does
not, so we'll have to expend a separate configure probe for that.

(Light testing suggests that this version also lacks the bugs that
make it necessary to frob that variable.  Hooray!)

Per buildfarm.
2020-01-23 18:20:57 -05:00
..
po Translation updates 2019-06-17 15:30:20 +02:00
t Improve psql's tab completion for filenames. 2020-01-23 11:07:12 -05:00
.gitignore Add basic TAP tests for psql's tab-completion logic. 2020-01-02 15:02:21 -05:00
Makefile Add basic TAP tests for psql's tab-completion logic. 2020-01-02 15:02:21 -05:00
command.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
command.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
common.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
common.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
copy.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
copy.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
create_help.pl Update copyrights for 2020 2020-01-01 12:21:45 -05:00
crosstabview.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
crosstabview.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
describe.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
describe.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
help.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
help.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
input.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
input.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
large_obj.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
large_obj.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
mainloop.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
mainloop.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
nls.mk Translation updates 2019-05-20 16:00:53 +02:00
prompt.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
prompt.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
psqlrc.sample Improve FILES section of psql reference page. 2014-01-14 19:27:57 -05:00
psqlscanslash.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
psqlscanslash.l Update copyrights for 2020 2020-01-01 12:21:45 -05:00
settings.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
startup.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
stringutils.c Improve psql's tab completion for filenames. 2020-01-23 11:07:12 -05:00
stringutils.h Improve psql's tab completion for filenames. 2020-01-23 11:07:12 -05:00
tab-complete.c Add configure probe for rl_completion_suppress_quote. 2020-01-23 18:20:57 -05:00
tab-complete.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
variables.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
variables.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00