summaryrefslogtreecommitdiff
path: root/src/tools/pgindent/pgindent
AgeCommit message (Expand)Author
2023-04-08Improve indentation of multiline initialization expressions.Tom Lane
2023-02-16pgindent: mention directory arguments in help textAndrew Dunstan
2023-02-13Remove obsolete pgindent options --code-base and --buildAndrew Dunstan
2023-02-12pgindent: filter files for the --commit optionAndrew Dunstan
2023-02-09Fix help text spacing in pgindentAndrew Dunstan
2023-02-08pgindent: more ways to find files to indentAndrew Dunstan
2023-01-27Allow multiple --excludes options in pgindentAndrew Dunstan
2023-01-24Improve exclude pattern file processing in pgindentAndrew Dunstan
2023-01-23Fix pgindent --show-diff option.Tom Lane
2023-01-23Add non-destructive modes to pgindentAndrew Dunstan
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-14Bump minimum Perl version to 5.14John Naylor
2022-01-08Update copyright for 2022Bruce Momjian
2021-05-07Remove extraneous newlines added by perl copyright patchAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-01-05pgindent: whitelist/blacklist -> additional/excluded.Thomas Munro
2020-09-17Further improve pgindent's list of file exclusions.Tom Lane
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-09Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2018-04-26Preliminary work for pgindent run.Tom Lane
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-04-08Replace our traditional initial-catalog-data format with a better design.Tom Lane
2018-03-27Update pgindent's typedefs blacklist, and make it easier to adjust.Tom Lane
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-06-21Remove entab and associated detritus.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Adjust pgindent script to use pg_bsd_indent 2.0.Tom Lane
2017-06-17Teach pgindent to skip files generated by bison or flex automatically.Tom Lane
2017-05-23Update URLs in pgindent source and READMEMagnus Hagander
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-05-09pgindent: use HTTP instead of FTP to retrieve pg_bsd_indent srcBruce Momjian
2017-03-27Clean up Perl code according to perlcriticPeter Eisentraut
2015-05-20Fix more typos in comments.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-06Adjust pgindent to remove tabs after periods in C comments.Bruce Momjian
2014-01-31pgindent: add Perl commentBruce Momjian
2014-01-31pgindent: add --list-of-typedefs optionBruce Momjian
2014-01-31pgindent: preserve blank lines around #else/#endifBruce Momjian
2013-05-31Remove whitespace from end of linesPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-16pgindent: add newline to die() so script line number is not reported on fail...Bruce Momjian
2013-04-12pgindent: improve error messagesBruce Momjian
2013-04-12pgindent: fix downloading of BSD indent binaryBruce Momjian
2013-01-07Fix a logic bug in pgindent.Andrew Dunstan
2012-08-27Have pgindent requre pg_bsd_indent version 1.2 now that a new versionBruce Momjian
2012-08-07Tweak new Perl pgindent for compatibility with middle-aged Perls.Tom Lane