Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-01 | Update copyright for 2025 | Bruce Momjian | |
Backpatch-through: 13 | |||
2024-01-04 | Update copyright for 2024 | Bruce Momjian | |
Reported-by: Michael Paquier Discussion: https://postgr.es/m/[email protected] Backpatch-through: 12 | |||
2023-12-29 | Make all Perl warnings fatal | Peter Eisentraut | |
There are a lot of Perl scripts in the tree, mostly code generation and TAP tests. Occasionally, these scripts produce warnings. These are probably always mistakes on the developer side (true positives). Typical examples are warnings from genbki.pl or related when you make a mess in the catalog files during development, or warnings from tests when they massage a config file that looks different on different hosts, or mistakes during merges (e.g., duplicate subroutine definitions), or just mistakes that weren't noticed because there is a lot of output in a verbose build. This changes all warnings into fatal errors, by replacing use warnings; by use warnings FATAL => 'all'; in all Perl files. Discussion: https://www.postgresql.org/message-id/flat/06f899fd-1826-05ab-42d6-adeb1fd5e200%40eisentraut.org | |||
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/[email protected] | |||
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. | |||
2010-11-23 | Remove useless whitespace at end of lines | Peter Eisentraut | |
2000-12-11 | Gene Selkov's SEG datatype (GiST example code) | Tom Lane | |