-
Notifications
You must be signed in to change notification settings - Fork 10
Insights: percona/postgres
Overview
-
- 80 Merged pull requests
- 6 Open pull requests
- 1 Closed issue
- 0 New issues
Could not load contribution data
Please try again later
80 Pull requests merged by 7 people
-
Clarify key deletion funcs description in docs
#460 merged
Jun 27, 2025 -
Add OpenBao Topic ver 2
#459 merged
Jun 27, 2025 -
Updated principal-key/features/functions.md based on AA feedback
#441 merged
Jun 27, 2025 -
Docs 17.5.1 revert commit 56106
#458 merged
Jun 26, 2025 -
Skip CI run for documentation changes
#457 merged
Jun 26, 2025 -
PG-1257 Add key deletion funcs to documentation
#456 merged
Jun 26, 2025 -
Updated FAQ and WAL dump/encryption based on AA feedback
#437 merged
Jun 26, 2025 -
Fix typo in CI workflow filename
#453 merged
Jun 26, 2025 -
Updated files in how to and index folders based on AA feedback
#444 merged
Jun 26, 2025 -
Run important workflows on release branches
#455 merged
Jun 26, 2025 -
Updated Setup/Test/Var/Yum files based on AA feedback
#445 merged
Jun 26, 2025 -
Create restore-backups.md topic
#397 merged
Jun 26, 2025 -
PG-1700 Fix error hint when missing principal key
#454 merged
Jun 26, 2025 -
Remove pluralization of enum name
#452 merged
Jun 25, 2025 -
Fix Slack notification condition in CI job and improve message
#450 merged
Jun 25, 2025 -
Create replication.md quick walkthrough for pg_tde
#319 merged
Jun 25, 2025 -
Create enforcement.md - Encryption Enforcement topic
#403 merged
Jun 25, 2025 -
Use ubuntu 24.04 in main CI workflows
#402 merged
Jun 24, 2025 -
PG-1486 Add ARM64 builds in CI and add Slack notifications
#401 merged
Jun 24, 2025 -
[PG-1695] Remove extra word in error message for existing key
#449 merged
Jun 23, 2025 -
Try to use
poll_start
instead ofkill9_until_dead
in TAP tests#443 merged
Jun 19, 2025 -
PG-1662 Handle changing access method of partitioned table correctly
#442 merged
Jun 18, 2025 -
Update postgres and pg_tde version numbers
#440 merged
Jun 18, 2025 -
PG-1663 Make sure indexes on paritioned tables are encrypted
#435 merged
Jun 17, 2025 -
Update docs for change to set_key functions
#433 merged
Jun 16, 2025 -
Remove unused includes in
enc_tde.c
#430 merged
Jun 16, 2025 -
Be confident about pg_tde not existing in tests
#431 merged
Jun 14, 2025 -
Separate key creation and usage
#428 merged
Jun 13, 2025 -
Update Configure WAL topic
#422 merged
Jun 13, 2025 -
Configure PDF generation plugin
#427 merged
Jun 13, 2025 -
Basic self hosted stormweaver runner
#421 merged
Jun 13, 2025 -
Add warning about WAL encryption being beta
#426 merged
Jun 12, 2025 -
Remove handling of frontend from pg_tde_guc.{c,h} code
#425 merged
Jun 12, 2025 -
Use
access()
instead ofstat()
#424 merged
Jun 12, 2025 -
Make sure we always delete key files before running TAP tests
#423 merged
Jun 12, 2025 -
Rename relation key removal XLOG record type to match naming consistency
#419 merged
Jun 12, 2025 -
Clean up some prefixes for function parameters
#418 merged
Jun 12, 2025 -
Documentation: standardized headers + pg_waldump cleanup
#406 merged
Jun 11, 2025 -
Remove some useless comments at top of files
#410 merged
Jun 11, 2025 -
Be consistent about that finding no key in the provider is a success
#416 merged
Jun 11, 2025 -
PG-1607 PG-1652 Unify argument order for KMIP and Vault providers
#404 merged
Jun 11, 2025 -
Fix shared memory clenaup merge issue
#415 merged
Jun 10, 2025 -
Remove unused system header includes
#414 merged
Jun 10, 2025 -
PG-1257 Add function for principal key removal
#374 merged
Jun 10, 2025 -
Remove our own shared memory tooling
#408 merged
Jun 10, 2025 -
Use the standrad syntax for initiallizing structs to zero
#411 merged
Jun 10, 2025 -
Various minor fixes
#412 merged
Jun 10, 2025 -
Sort header includes in a constent order
#413 merged
Jun 10, 2025 -
Minor cleanup of the code handling the shared memory cache for principal keys
#409 merged
Jun 10, 2025 -
Remove tripple newlines in sql file
#407 merged
Jun 10, 2025 -
Remove add/change file provider with json fragment
#405 merged
Jun 10, 2025 -
[PG-1637] Remove any existing keys for tables on create
#388 merged
Jun 9, 2025 -
Created new Fortanix KMIP topic for TDE
#368 merged
Jun 9, 2025 -
Created new Thales KMIP topic for TDE
#370 merged
Jun 9, 2025 -
Use
OpenTransientFile()
instead ofBasicOpenFile()
#400 merged
Jun 6, 2025 -
Clean up
KeyringGenerateNewKey()
#399 merged
Jun 6, 2025 -
Remove useless comments in extension SQL file
#398 merged
Jun 6, 2025 -
PG-1607 Fix tests and documentation around Vault TLS support
#396 merged
Jun 6, 2025 -
PG-1651 Do not try the fetch key from old provider when changing provider settings
#395 merged
Jun 6, 2025 -
README updates
#389 merged
Jun 6, 2025 -
Stop coalescing NULL to empty string in key provider functions
#367 merged
Jun 5, 2025 -
Clean up static functions in
tde_keyring.c
#394 merged
Jun 5, 2025 -
PG-1592 Return all nulls for key info when no key
#391 merged
Jun 5, 2025 -
PG-1464 Run CodeChecker only on main branch
#393 merged
Jun 4, 2025 -
PG-1464 CodeChecker integration
#339 merged
Jun 4, 2025 -
Remove numbering from TAP test names
#390 merged
Jun 4, 2025 -
Require vault access token to always be in file
#378 merged
Jun 4, 2025 -
Remove ifdef within the same ifdef
#387 merged
Jun 3, 2025 -
PG-1605, PG-1606 Remove grant/revoke helper functions
#381 merged
Jun 3, 2025 -
Revoke all from public on c functions
#318 merged
Jun 2, 2025 -
Fix non-functioning helper sql function
#384 merged
Jun 2, 2025 -
Remove STRICT from functions that has no input
#385 merged
Jun 2, 2025 -
Remove undocumented shorthand for when setting keys
#383 merged
Jun 2, 2025 -
Add test for duplicate key provider name
#382 merged
Jun 2, 2025 -
Fix broken code coverage job
#380 merged
May 30, 2025 -
Fix some comments referencing the old pg_tde.dat and pg_tde.map files.
#379 merged
May 30, 2025 -
Minor fixes post RC2
#377 merged
May 30, 2025 -
[PG-1635] Return void from add/change key provider functions
#376 merged
May 30, 2025 -
Updated yum install command
#375 merged
May 29, 2025 -
Improved Docs Banner and added RC to GA upgrade warnings
#373 merged
May 29, 2025
6 Pull requests opened by 4 people
-
Creating Release Notes for 1.0
#432 opened
Jun 16, 2025 -
Preparing general docs for GA release
#434 opened
Jun 16, 2025 -
Tidy sanitizers' suppressions list and fix some mem leaks
#438 opened
Jun 17, 2025 -
Updated architecture/index.md based on AA feedback
#439 opened
Jun 17, 2025 -
Proof-of-concept: Protect decrypted relation keys
#446 opened
Jun 20, 2025 -
PG-1661 Validate key coming from key providers
#448 opened
Jun 20, 2025
1 Issue closed by 1 person
-
Create a key provider and set (add) a principal key
#386 closed
Jun 6, 2025