# # ChangeLog for trunk/db_postgres.go in code # # Generated by Trac 1.6 # Jun 8, 2025, 4:43:00 PM Tue, 21 Mar 2023 04:45:19 GMT koizumi.aoi [804] * trunk/Makefile (modified) * trunk/bridge.go (modified) * trunk/certfp.go (modified) * trunk/cmd/suika-znc-import/main.go (modified) * trunk/cmd/suika/main.go (modified) * trunk/cmd/suikactl/main.go (modified) * trunk/config/config.go (modified) * trunk/conn.go (modified) * trunk/db.go (modified) * trunk/db_postgres.go (modified) * trunk/db_postgres_test.go (modified) * trunk/db_sqlite.go (modified) * trunk/db_sqlite_test.go (modified) * trunk/downstream.go (modified) * trunk/ident.go (modified) * trunk/irc.go (modified) * trunk/irc_test.go (modified) * trunk/msgstore.go (modified) * trunk/msgstore_fs.go (modified) * trunk/msgstore_memory.go (modified) * trunk/net_go113.go (modified) * trunk/net_go116.go (modified) * trunk/rate.go (modified) * trunk/server.go (modified) * trunk/server_test.go (modified) * trunk/service.go (modified) * trunk/service_test.go (modified) * trunk/upstream.go (modified) * trunk/user.go (modified) Drunk as I like Signed-off-by: Aoi K Fri, 11 Feb 2022 18:41:46 GMT delthas [781] * trunk/bridge.go (modified) * trunk/db.go (modified) * trunk/db_postgres.go (modified) * trunk/db_sqlite.go (modified) * trunk/doc/read.md (added) * trunk/downstream.go (modified) * trunk/upstream.go (modified) * trunk/user.go (modified) Add support for the wip soju.im/read capability and READ command ... Tue, 08 Feb 2022 14:38:41 GMT contact [774] * trunk/db_postgres.go (modified) db_postgres: use enum for sasl_mechanism Ensures only supported ... 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