mikecaat
mikecaat
Although the workflow defines the test version as a static value now, it's better to test with the latest minor versions at the time. The patch collects version information from...
pg_bulkload has codes related to nbtsort in "lib/nbtree/nbtsort-XX.c", which XX is each postgresql's version. And it has *both* postgresql's code and functions for only pg_bulkloads. For maintenability, it's better to...
It also fix some broken url links.
Previously, if the server has a tablespace and its path has PGDATA's path, the restore fails because mkdirs.sh doesn't work. For example, the following case fails to restore. * PGDATA...
This is the patch for #174 discussion. We need to discuss how to handle the issue.
Hi, I'm working to support PostgreSQL v15. Please review the patch. There are only minor changes. Summary of changes are * Update Makefile, README and SPECS * Update the version...
## Bug Report Hi, thanks for developing the useful dashboard. I'm evaluating whether this can be used in production environments. I found the behavior that unpermitted users can sign in....
We need to update the action files since some actions are deprecated. The warnings are followings. https://github.com/ossc-db/pg_bulkload/actions/runs/3756021584 * Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update...