-
On WhatDoTheyKnow we already tag bodies with links to official databases including [Companies House](https://find-and-update.company-information.service.gov.uk/), [Get Information About Schools](https…
-
- [ ] bump Moped editor `package.json` version to `v2.24.0` @mddilley
- [ ] schedule release party - @mddilley
- [ ] update [QA script](https://docs.google.com/spreadsheets/d/1n_O6MLh9cwwPf57HUM3…
-
I'd like to request the deletion of the GraphQL query `topClustersByScore`. Although this API is currently still available, it always returns an empty `ClusterScoreSet`, rendering its result useless.
…
-
Right now developers have to install and setup postgres locally on their machines as well as modify the `database.yml` file in order to get setup correctly. The local postgres installation may also co…
-
Hi,
I am new to using pg_partman and facing an issue which I am unable to understand of resolve.
I am using pg_partman with pg_cron on GCP SQL PostgreSQL version 16.4.
I have configured pg_part…
-
From a discussion with @xuwhite:
* Build up a "library" of commonly used SQL queries that seem to be useful or necessary for users.
* Allow users that have a certain permission level (maybe bureau…
-
## Better support for resilience-oriented setups
### Problem
Not all orchestrators or environments support the notion of dependent services to ensure that things like database come up prior to F…
-
**Describe the bug**
On the Archiving configuration page (Maintenance), purging does not delete all articles, as per the settings.
**To Reproduce**
1. set Maximum number of articles to keep = 500…
-
are they necessary on dataset load or will autovacuum handle it? Testing and if necessary automated deployment of appropriate commands on newdata.
-
```bash
#!/usr/bin/env bash
# Start timer
START=$(date +%s)
# System Information
OS_DISTRO="$(lsb_release -ds)"
OS_ARCH="$(uname -m)"
NUM_CORES=$(nproc || echo 1)
#######################…