The first line contains multiple update statements, there should be only one statement per line
The first line updates don't change anything from 3.2.3, so I think they don't belong here.
The second update is adviced to use UPDATE SET REPLACE to properly identify the change
The format used should comply with the RDBMS. Format used in update for PostgreSQL fails regarding column naming using backticks instead of double quotes
146 changed files is still a bit much :-)