aboutsummaryrefslogtreecommitdiff
path: root/src/test/isolation/specscanner.l
Commit message (Expand)AuthorAge
* Remove memory leaks in isolationtester.Tom Lane2021-06-27
* Allow non-quoted identifiers as isolation test session/step names.Tom Lane2021-06-23
* Use annotations to reduce instability of isolation-test results.Tom Lane2021-06-22
* Update copyrights for 2020Bruce Momjian2020-01-01
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove restriction on SQL block length in isolationtester scanner.Tom Lane2018-02-28
* Update copyright for 2018Bruce Momjian2018-01-02
* Exclude flex-generated code from coverage testingPeter Eisentraut2017-10-16
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane2016-08-30
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix portability issue in isolationtester grammar.Tom Lane2015-05-27
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut2011-11-01
* Add "%option warn" to all flex input files that lacked it.Tom Lane2011-08-25
* Strip whitespace from SQL blocks in the isolation test suite. This is purelyHeikki Linnakangas2011-08-18
* Fix bugs in the isolation tester flex rules.Heikki Linnakangas2011-03-10
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08