| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-06 | Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor(). | Jon Dufresne | |
| It is now a method instead of a property and returns a context manager that yields a cursor on entry and closes the cursor and connection upon exit. | |||
| 2018-10-09 | Fixed postgres_tests.test_signals.OIDTests when run in isolation. | Jon Dufresne | |
| 2017-09-19 | Refs #28334 -- Fixed crash in hstore/citext oid caching during test db creation. | Tim Graham | |
| 2017-09-15 | Fixed #28334 -- Added caching for hstore/citext OIDs. | Igor Gumenyuk | |
