summaryrefslogtreecommitdiff
path: root/src/tools/msvc/pgflex.pl
AgeCommit message (Expand)Author
2023-12-20Remove MSVC scriptsMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-09Bump minimum version of Flex to 2.5.35John 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
2020-04-13Use perl warnings pragma consistentlyAndrew Dunstan
2019-02-06Fix included file path for modern perlAndrew Dunstan
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-03-27Clean up Perl code according to perlcriticPeter Eisentraut
2017-02-19Dept of second thoughts: rename new perl script.Tom Lane
2017-02-19Suppress "unused variable" warnings with older versions of flex.Tom Lane
2017-01-05Use 'use strict' in all Perl programsPeter Eisentraut
2016-06-12Finish pgindent run for 9.6: Perl files.Noah Misch
2015-12-10Accept flex > 2.5.x on Windows, too.Tom Lane
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2012-10-11Unbreak MSVC builds after recent Makefile refactoring.Andrew Dunstan
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2011-08-30Detect out of date flex in MSVC builds.Andrew Dunstan
2011-08-26Unbreak MSVC build broken by my port of flex check.Andrew Dunstan
2011-08-25Port backup check on psql lexer to MSVC.Andrew Dunstan
2011-07-06Reimplement pgbison and pgflex as perl scripts instead of bat files.Andrew Dunstan