postgresql/src/backend/commands
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
..
Makefile Move parallel vacuum code to vacuumparallel.c. 2021-12-23 11:42:52 +05:30
aggregatecmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
alter.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
amcmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
analyze.c Move heaprel struct field next to index rel field. 2023-04-03 11:01:11 -07:00
async.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
cluster.c Fix MAINTAIN privileges for toast tables and partitions. 2023-01-14 00:16:23 -08:00
collationcmds.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
comment.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
constraint.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
conversioncmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
copy.c Improve several permission-related error messages. 2023-03-17 10:33:09 +01:00
copyfrom.c Ignore BRIN indexes when checking for HOT updates 2023-03-20 11:02:42 +01:00
copyfromparse.c Don't try to read default for a non-existent attribute 2023-03-15 17:20:42 -04:00
copyto.c Simplify useless 0L constants 2023-03-29 08:25:12 +02:00
createas.c Simplify useless 0L constants 2023-03-29 08:25:12 +02:00
dbcommands.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
define.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
discard.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
dropcmds.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
event_trigger.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
explain.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
extension.c Add @extschema:name@ and no_relocate options to extensions. 2023-03-20 18:37:11 -04:00
foreigncmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
functioncmds.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
indexcmds.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
lockcmds.c Get rid of the "new" and "old" entries in a view's rangetable. 2023-01-18 13:23:57 -05:00
matview.c Simplify useless 0L constants 2023-03-29 08:25:12 +02:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
opclasscmds.c Fix typos in comments 2023-05-02 12:23:08 +09:00
operatorcmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
policy.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
portalcmds.c Simplify useless 0L constants 2023-03-29 08:25:12 +02:00
prepare.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
proclang.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
publicationcmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
schemacmds.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
seclabel.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
sequence.c Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel() 2023-04-05 18:57:29 -07:00
statscmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
subscriptioncmds.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
tablecmds.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
tablespace.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
trigger.c Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables. 2023-04-05 12:56:32 -04:00
tsearchcmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
typecmds.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
user.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
vacuum.c Improve ereports for VACUUM's BUFFER_USAGE_LIMIT option 2023-04-11 19:36:34 +12:00
vacuumparallel.c Fix various typos and incorrect/outdated name references 2023-04-19 13:50:33 +12:00
variable.c Fix outdated references to guc.c 2023-03-02 13:49:39 +01:00
view.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00