Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-02 | Update copyright for 2023 | Bruce Momjian | |
Backpatch-through: 11 | |||
2022-01-08 | Update copyright for 2022 | Bruce Momjian | |
Backpatch-through: 10 | |||
2021-05-07 | Remove extraneous newlines added by perl copyright patch | Andrew Dunstan | |
2021-05-07 | Add a copyright notice to perl files lacking one. | Andrew Dunstan | |
2020-04-13 | Use perl warnings pragma consistently | Andrew Dunstan | |
We've had a mixture of the warnings pragma, the -w switch on the shebang line, and no warnings at all. This patch removes the -w swicth and add the warnings pragma to all perl sources missing it. It raises the severity of the TestingAndDebugging::RequireUseWarnings perlcritic policy to level 5, so that we catch any future violations. Discussion: https://postgr.es/m/20200412074245.GB623763@rfd.leadboat.com | |||
2017-01-05 | Use 'use strict' in all Perl programs | Peter Eisentraut | |
2012-07-05 | Run newly-configured perltidy script on Perl files. | Bruce Momjian | |
Run on HEAD and 9.2. | |||
2000-12-11 | Gene Selkov's SEG datatype (GiST example code) | Tom Lane | |