postgresql/src/bin/psql
Thomas Munro fc34b0d9de Introduce a maintenance_io_concurrency setting.
Introduce a GUC and a tablespace option to control I/O prefetching, much
like effective_io_concurrency, but for work that is done on behalf of
many client sessions.

Use the new setting in heapam.c instead of the hard-coded formula
effective_io_concurrency + 10 introduced by commit 558a9165e0.  Go with
a default value of 10 for now, because it's a round number pretty close
to the value used for that existing case.

Discussion: https://postgr.es/m/CA%2BhUKGJUw08dPs_3EUcdO6M90GnjofPYrWp4YSLaBkgYwS-AqA%40mail.gmail.com
2020-03-16 17:14:26 +13: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
command.c Show opclass and opfamily related information in psql 2020-03-08 13:33:16 +03: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 Canonicalize some URLs 2020-02-10 20:47:50 +01: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 Show opclass and opfamily related information in psql 2020-03-08 13:33:16 +03:00
describe.h Show opclass and opfamily related information in psql 2020-03-08 13:33:16 +03:00
help.c Show opclass and opfamily related information in psql 2020-03-08 13:33:16 +03: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
Makefile Add basic TAP tests for psql's tab-completion logic. 2020-01-02 15:02:21 -05:00
nls.mk Translation updates 2019-05-20 16:00:53 +02:00
prompt.c psql: Remove one use of HAVE_UNIX_SOCKETS 2020-02-10 19:27:05 +01: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 Add %x to default PROMPT1 and PROMPT2 in psql 2020-02-12 13:31:14 +09: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 Introduce a maintenance_io_concurrency setting. 2020-03-16 17:14:26 +13: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