Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres contrib extensions #131

Merged
merged 27 commits into from
Jul 31, 2024
Merged

Postgres contrib extensions #131

merged 27 commits into from
Jul 31, 2024

Conversation

samwillis
Copy link
Collaborator

This adds extensions from postgres/contrib

So far we have:

  • adminpack
  • amcheck
  • auto_explain
  • bloom
  • btree_gin
  • btree_gist
  • citext
  • cube
  • earthdistance
  • fuzzystrmatch
  • hstore
  • isn
  • lo
  • ltree
  • pg_trgm
  • seg
  • tablefunc
  • tcn
  • tsm_system_rows
  • tsm_system_time

High priority extensions to add:

  • pgcrypto
  • uuid-ossp
  • xml2

@samwillis samwillis changed the base branch from main to extbuild July 30, 2024 18:50
Copy link
Contributor

github-actions bot commented Jul 30, 2024

@github-actions github-actions bot temporarily deployed to pull request July 30, 2024 18:59 Inactive
@pmp-p pmp-p marked this pull request as ready for review July 30, 2024 21:32
@pmp-p pmp-p self-requested a review July 30, 2024 21:32
@pmp-p
Copy link
Collaborator

pmp-p commented Jul 31, 2024

"xml2" (pgxml) / "uuid-ossp" / "pgcrypto" can be built when sdk 3.1.65.5bi is available
uuid-ossp rely on a full pg rebuild with ossp-uid selected.

"intarray" is available under name "_int.tar.gz"

"intagg" is marked obsolete in its control file, and has no shared object so python extension packer does not know how to handle it.

but lgtm for now !

@samwillis samwillis changed the base branch from extbuild to main July 31, 2024 15:56
@samwillis samwillis force-pushed the samwillis/contrib-extensions branch from 335b254 to 8481b2d Compare July 31, 2024 16:21
@github-actions github-actions bot temporarily deployed to pull request July 31, 2024 16:30 Inactive
@samwillis samwillis merged commit ed66a04 into main Jul 31, 2024
2 checks passed
@samwillis samwillis deleted the samwillis/contrib-extensions branch August 1, 2024 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants