-
Introduces
citus_dev
-
Adds Debian Bionic and EL/OL 8 to supported packaging versions
-
Changes the docker hub org from CitusData to Citus for packaging
- Add support for testing against PostgreSQL 12
-
Bump Homebrew formula
-
Update couple of uncrustify settings
-
Update alpine dockerfiles
-
Use Microsoft mails for Valgrind test results
-
Add custom branch support for valgrind tests
-
Add
--diff
option tocitus_indent
- Update PG11 build to use
REL_11_STABLE
, notmaster
-
Install contrib packages during travis tests
-
Fix automated packaging install scripts
-
Switched to bigger instance for valgrind tests
-
Bump Homebrew version
-
Add latest Ubuntu and Fedora releases
-
Remove use of
default_formula
in Homebrew formula
- Update Debian patch URL
- Add grep to check docker build output
-
Switches nightly logic to detect Debian Stretch
-
Improvements to valgrind logic
- Fixes regex problem with PG 10 RPM builds
- Changes packaging default PostgreSQL versions from 9.5,9.6 to 9.6,10
-
Add support for testing against PostgreSQL 11/master branch
-
Fixes bug causing early exit during first nightly of new OS/package
-
Add
--enable-depend
to avoid build problems with changed headers
-
Removes Ubuntu Precise from supported packaging versions
-
Removes Fedora 22, 23, and 24 from supported packaging versions
-
Adds Fedora 25 and 26 to supported packaging versions
-
Bumps PostgreSQL version for valgrind tests
-
Adds Debian Stretch to supported packaging versions
-
Bumps Homebrew formula
-
Adds automation script for valgrind tests
-
Starts to use
REL_10_STABLE
branch for PostgreSQL tests
- Addresses citus-style compatibility issues with uncrustify 0.65
-
Fixes bug causing early exit during first release of new package
-
Adds support for building against PostgreSQL 10
-
Adds caching logic for PostgreSQL source builds
-
Adds logic to apply PGDG's directory patches to custom builds
-
Fixes bug preventing builds where
USE_CUSTOM_PG
is undefined
-
Adds scripts to query, normalize, and load download KPI data
-
Supports compiling and running tests against a custom-compiled PostgreSQL
- Fixes
trigger_docker_nightly
to expect intermediate pkgs directory
-
Adds support for version numbers baked in to package names ("fancy")
-
Fixes bug preventing Travis from producing both a release and nightly at once
-
Addresses all shellcheck warnings and errors
- Adds
--enable-coverage
configure flag inpg_travis_multi_test
-
Adds support for per-project, per-build-type multi-PostgreSQL builds
-
Extends citus_package to understand new pkgvars metadata file
-
Adds support for arbitrary projects (must be in GitHub)
-
Adds support for building packages from local build files
- Makes Travis install scripts PostgreSQL 9.6-aware
- Adds support for building the HyperLogLog package
- Multi test now requires args rather than using hardcoded targets
-
Adds Travis script to alleviate uncrustify installation
-
Adds logic to fully install Travis scripts
-
Removes .sh prefix from all Travis executables
-
Removes packaging support for PostgreSQL 9.4
-
Fixes minor documentation typo
- Fixes bug that caused Travis to unnecessarily build rebalancer
- Adds support for building Fedora 24 packages
-
Adds support for building PGXN releases
-
Adds support for signing generated deb and rpm files
-
Adds Travis CI scripts to build nightlies and releases
-
Adds Travis CI script to push new OSS commits to Enterprise
-
Adds Travis CI script to trigger Docker Hub nightly image build
-
Copies several scripts from the Citus packaging repo
-
Adds wrapper to simplify generating OS packages for Citus projects
-
Some perlcritic and perltidy cleanup here and there
-
Initial release
-
Adds scripts for Travis CI build workflows
-
Adds wrapper script to help apply Citus C style