Hi there,
Regression testing is intended to test every pre-existing feature of your software in order to find potential "regression" bugs, which means newly introduced issues in these pre-existing features that used to work fine in previous builds/releases, but got broken as part of the new build/release. This is why they are called regression issues.