1. changed db_qd_log to use the passed-in level rather than gluing things to "Debug" for convenience. I then changed all the "Notice" calls to "Debug". Then my one "Error" call I added worked! :) If a query file has a syntax error in it now, an error is logged to the server log but bootstrapping continues.
2. Lots and lots or etp oracle fixes and some PG version clean-ups
3. Some file-storage files were unconventionally named.
Fixed db_blob_get for PG, and got rid of db_continue_transaction, which we can no longer support because PG automatically aborts a transaction after an error.