[INFRA] Set up default rulesets for default and release branches (#215)

This Pull Request enables the repository to conform with the "sane
default security settings" of the Apache Software Foundation by
configuring a default branch ruleset that protects the default branch
and any release branches.

Note that `~DEFAULT_BRANCH` is a GitHub symbolic link to the current
default branch (HEAD) of the repository and does not need changing.
If the managing project does not wish to set up these defaults, please
close this Pull Request. Alternatively, the project may merge this Pull
Request to apply the changes immediately.

If no action is taken, this Pull Request will be automatically merged by
the Apache Infrastructure team on **2026-06-14** (30 days from now).

For any further information, please reach us on Slack or at:
users@infra.apache.org
1 file changed
tree: c033d6a3b303ccdcedc298d168bc1f14164d475a
  1. .github/
  2. benchmark/
  3. ci/
  4. dev/
  5. doc/
  6. example/
  7. package/
  8. src/
  9. test/
  10. .asf.yaml
  11. .clang-format
  12. .dockerignore
  13. .editorconfig
  14. .gitignore
  15. .pre-commit-config.yaml
  16. Brewfile
  17. CONTRIBUTING.md
  18. Gemfile
  19. helper.rb
  20. LICENSE.txt
  21. meson.build
  22. meson_options.txt
  23. NOTICE.txt
  24. Rakefile
  25. README.md
README.md

Apache Arrow Flight SQL adapter for PostgreSQL

This is a PostgreSQL extension that adds an Apache Arrow Flight SQL endpoint to PostgreSQL.

See https://arrow.apache.org/flight-sql-postgresql/ for details.

How to contribute

See CONTRIBUTING.md.

License

The Apache License 2.0. See LICENSE.txt for details.