postgresql/src/bin/psql
Tom Lane 0245f8db36 Pre-beta mechanical code beautification.
Run pgindent, pgperltidy, and reformat-dat-files.

This set of diffs is a bit larger than typical.  We've updated to
pg_bsd_indent 2.1.2, which properly indents variable declarations that
have multi-line initialization expressions (the continuation lines are
now indented one tab stop).  We've also updated to perltidy version
20230309 and changed some of its settings, which reduces its desire to
add whitespace to lines to make assignments etc. line up.  Going
forward, that should make for fewer random-seeming changes to existing
code.

Discussion: https://postgr.es/m/20230428092545.qfb3y5wcu4cm75ur@alvherre.pgsql
2023-05-19 17:24:48 -04:00
..
po meson: add install-{quiet, world} targets 2023-03-23 21:20:18 -07:00
t Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
.gitignore Add basic TAP tests for psql's tab-completion logic. 2020-01-02 15:02:21 -05:00
Makefile Update copyright for 2023 2023-01-02 15:00:37 -05:00
command.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
command.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
common.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
common.h psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places. 2023-04-06 17:33:38 -04:00
copy.c psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places. 2023-04-06 17:33:38 -04:00
copy.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
create_help.pl Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
crosstabview.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
crosstabview.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
describe.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
describe.h psql: Add support for \dpS and \zS. 2023-01-07 11:09:26 +00:00
help.c Message style improvements 2023-05-19 18:45:29 +02:00
help.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
input.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
input.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
large_obj.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
large_obj.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
mainloop.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
mainloop.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
nls.mk Break up long GETTEXT_FILES lists 2023-03-08 15:05:43 +01:00
prompt.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
prompt.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
psqlrc.sample Improve FILES section of psql reference page. 2014-01-14 19:27:57 -05:00
psqlscanslash.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
psqlscanslash.l psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places. 2023-04-06 17:33:38 -04:00
settings.h Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
startup.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
stringutils.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
stringutils.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
tab-complete.c Revert "Add USER SET parameter values for pg_db_role_setting" 2023-05-17 20:28:57 +03:00
tab-complete.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
variables.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
variables.h Update copyright for 2023 2023-01-02 15:00:37 -05:00