log sat_pubsub/pgsql_storage.py @ 454:7f1394bb96db

age author description
Mon, 02 Aug 2021 21:56:43 +0200 Goffi psql: fix ordering by using windowed function `row_number`
Sun, 06 Jun 2021 19:42:57 +0200 Goffi pgsql: fix items order:
Thu, 22 Apr 2021 18:27:03 +0200 Goffi pgsql: fix RSM before and after subqueries
Fri, 19 Mar 2021 11:59:40 +0100 Goffi dates update
Sat, 27 Feb 2021 21:20:32 +0100 Goffi backend, pgsql: new `overwrite_policy` node setting:
Thu, 04 Feb 2021 09:38:17 +0100 Goffi pgsql: fixed `setConfiguration` when an updated field value is the same as current one
Thu, 14 Jan 2021 17:59:23 +0100 Goffi PostgreSQL: don't use `regconfig` and `GENERATED` column anymore
Fri, 11 Dec 2020 17:18:52 +0100 Goffi Full-Text Search implementation:
Thu, 10 Dec 2020 10:46:34 +0100 Goffi pgsql: replaced ValueError by BadRequest:
Sat, 15 Aug 2020 22:53:53 +0200 Goffi psql: fixed use of default value for max items in `setConfiguration`
Tue, 10 Mar 2020 11:11:38 +0100 Goffi configuration: "max_items" option:
Fri, 16 Aug 2019 12:53:33 +0200 Goffi Python 3 port:
Fri, 16 Aug 2019 12:00:03 +0200 Goffi removed old code:
Fri, 16 Aug 2019 12:00:02 +0200 Goffi file organisation + setup refactoring: base src/pgsql_storage.py@97af41cc7fa7
Fri, 26 Jan 2018 11:16:18 +0100 Goffi date update
Sat, 04 Nov 2017 21:31:32 +0100 Goffi backend, storage(pgsql): creation/update date + serial ids:
Sat, 04 Nov 2017 21:17:12 +0100 Goffi storage (pgsql): getDefaultConfiguration now returns a shallow copy of default conf dict, to avoid modification.
Fri, 03 Nov 2017 14:36:19 +0100 Goffi misc: date update (yes it's a bit late :p )
Fri, 03 Nov 2017 13:59:54 +0100 Arnaud Joset completed docstrings + use short notation for sets
Fri, 08 Sep 2017 08:02:05 +0200 Goffi handle single node on subscriptions request
Fri, 08 Sep 2017 08:02:05 +0200 Goffi pgsql: fixed bad data filling in getItemsData:
Fri, 08 Sep 2017 08:02:05 +0200 Goffi schema: node schema implementation
Fri, 08 Sep 2017 08:02:05 +0200 Goffi pgsql: cast items.data to text when needed + db schema version bump.
Sun, 27 Aug 2017 20:33:39 +0200 Goffi backend: check nodes/items permission on disco#items:
Thu, 24 Aug 2017 01:35:43 +0200 Goffi pgsql: fixed _getItems call
Thu, 24 Aug 2017 01:17:28 +0200 Goffi implemented disco items:
Sun, 20 Aug 2017 22:54:58 +0200 Goffi pgsql: check schema version and exit with a message asking to upgrade if it's not the current one
Sun, 20 Aug 2017 11:56:04 +0200 Goffi backend, pgsql: implemented subscriptionsGet and subscriptionsSet
Sat, 12 Aug 2017 18:11:36 +0200 Goffi storage (pgsql): added getLastItems method, to get last items from a series of nodes and entities (needed for PEP compliance).
Mon, 03 Apr 2017 00:24:34 +0200 Goffi pgsql: node creation now return error.NodeExists in case of unique violation, and InvalidConfigurationOption else