# # ChangeLog for trunk/db_postgres.go in code # # Generated by Trac 1.6 # Jun 8, 2025, 4:42:50 PM Wed, 17 Nov 2021 14:58:19 GMT contact [712] * trunk/cmd/soju/main.go (modified) * trunk/db.go (modified) * trunk/db_postgres.go (modified) * trunk/db_sqlite.go (modified) Add Prometheus instrumentation for the database Tue, 02 Nov 2021 22:33:17 GMT contact [664] * trunk/db.go (modified) * trunk/db_postgres.go (modified) * trunk/db_sqlite.go (modified) * trunk/downstream.go (modified) * trunk/service.go (modified) * trunk/upstream.go (modified) Make Network.Nick optional Make Network.Nick optional, default to ... Mon, 18 Oct 2021 17:15:15 GMT contact [652] * trunk/cmd/sojuctl/main.go (modified) * trunk/contrib/znc-import.go (modified) * trunk/db.go (modified) * trunk/db_postgres.go (modified) * trunk/db_sqlite.go (modified) * trunk/downstream.go (modified) * trunk/server.go (modified) * trunk/server_test.go (modified) * trunk/service.go (modified) * trunk/upstream.go (modified) * trunk/user.go (modified) Add context args to Database interface This is a mecanical change, ... Fri, 15 Oct 2021 20:39:14 GMT hubert [645] * trunk/db_postgres.go (modified) * trunk/db_sqlite.go (modified) Set hard timeouts on DB transactions Thu, 14 Oct 2021 08:09:01 GMT contact [640] * trunk/db_postgres.go (modified) db_postgres: remove unnecessary DEFAULT NULL in schema Wed, 13 Oct 2021 17:15:50 GMT contact [639] * trunk/db_postgres.go (modified) db_postgres: use tx for all queries in StoreClientDeliveryReceipts Wed, 13 Oct 2021 15:38:20 GMT contact [638] * trunk/db_postgres.go (modified) db_postgres: quote table name in StoreClientDeliveryReceipts Wed, 13 Oct 2021 08:12:14 GMT contact [635] * trunk/db_postgres.go (modified) db_postgres: fix constraints errors Stop using ON CONFLICT DO ... Wed, 13 Oct 2021 06:53:49 GMT hubert [634] * trunk/db_postgres.go (modified) db_postgres: handle both constraints on network updates Closes: ... Mon, 11 Oct 2021 13:21:04 GMT hubert [620] * trunk/cmd/soju/main.go (modified) * trunk/cmd/sojuctl/main.go (modified) * trunk/contrib/znc-import.go (modified) * trunk/db.go (modified) * trunk/db_postgres.go (added) * trunk/db_sqlite.go (modified) * trunk/doc/soju.1.scd (modified) * trunk/go.mod (modified) * trunk/go.sum (modified) * trunk/server_test.go (modified) PostgreSQL support