1. c468f946 database/sql: Retry with a fresh connection after maxBadConnRetries by Marko Tiikkaja · 10 years ago
  2. cce127a database/sql: close connection if db.numOpen > db.maxOpen by Jiong Du · 10 years ago
  3. 297c1d2 database/sql: provide stats on number of open connections to the database. by Andrei Korzhevskii · 10 years ago
  4. 1b61a97 database/sql: reduce lock contention in Stmt.connStmt by INADA Naoki · 10 years ago
  5. 9371bab database/sql: Remove unnecessary call to maybeOpenNewConnections by Marko Tiikkaja · 10 years ago
  6. 9dc1cce database/sql: make TestDrivers not crash on second run by Brad Fitzpatrick · 10 years ago
  7. 5318a1b database/sql: add Drivers, returning list of registered drivers by Russ Cox · 10 years ago
  8. 5f739d9 database/sql: Close per-tx prepared statements when the associated tx ends by Marko Tiikkaja · 11 years ago
  9. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago