| .. |
|
expected
|
Fix typos in comments and in one isolation test.
|
2024-01-02 12:05:41 -05:00 |
|
sql
|
Fix typos in comments and in one isolation test.
|
2024-01-02 12:05:41 -05:00 |
|
.gitignore
|
|
|
|
crypt-blowfish.c
|
Remove support for HPPA (a/k/a PA-RISC) architecture.
|
2024-07-01 13:55:52 -04:00 |
|
crypt-des.c
|
Replace remaining StrNCpy() by strlcpy()
|
2020-08-10 23:20:37 +02:00 |
|
crypt-gensalt.c
|
|
|
|
crypt-md5.c
|
Add missing error check in pgcrypto/crypt-md5.c.
|
2020-10-16 11:59:13 -04:00 |
|
Makefile
|
pgcrypto: Remove unused binary from clean target
|
2024-07-25 14:27:01 +02:00 |
|
mbuf.c
|
pgcrypto: Remove unused code
|
2022-09-14 21:58:30 +02:00 |
|
mbuf.h
|
Harmonize parameter names in contrib code.
|
2022-09-22 13:59:20 -07:00 |
|
meson.build
|
Update copyright for 2024
|
2024-01-03 20:49:05 -05:00 |
|
openssl.c
|
Remove support for OpenSSL older than 1.1.0
|
2024-09-02 13:51:48 +02:00 |
|
pgcrypto--1.1--1.2.sql
|
|
|
|
pgcrypto--1.2--1.3.sql
|
|
|
|
pgcrypto--1.3.sql
|
|
|
|
pgcrypto--1.0--1.1.sql
|
|
|
|
pgcrypto.c
|
Remove unused #include's from contrib, pl, test .c files
|
2024-10-28 08:02:17 +01:00 |
|
pgcrypto.control
|
Mark some contrib modules as "trusted".
|
2020-02-13 15:02:35 -05:00 |
|
pgcrypto.h
|
|
|
|
pgp-armor.c
|
Add some const qualifiers
|
2023-09-26 11:28:57 +01:00 |
|
pgp-cfb.c
|
pgcrypto: Remove internal padding implementation
|
2022-03-22 08:58:44 +01:00 |
|
pgp-compress.c
|
Improve const use in zlib-using code
|
2023-08-07 09:34:38 +02:00 |
|
pgp-decrypt.c
|
pgcrypto: Fix check for buffer size
|
2024-01-30 11:15:46 +01:00 |
|
pgp-encrypt.c
|
Remove custom memory allocation layer in pgcrypto
|
2020-09-25 10:25:55 +09:00 |
|
pgp-info.c
|
Dial back -Wimplicit-fallthrough to level 3
|
2020-05-13 15:31:14 -04:00 |
|
pgp-mpi-openssl.c
|
Make the order of the header file includes consistent in contrib modules.
|
2019-10-24 08:05:34 +05:30 |
|
pgp-mpi.c
|
Remove custom memory allocation layer in pgcrypto
|
2020-09-25 10:25:55 +09:00 |
|
pgp-pgsql.c
|
pgcrypto: Fix incorrect argument vs PG_GETARG*() mappings
|
2024-02-14 08:59:05 +09:00 |
|
pgp-pubdec.c
|
Make the order of the header file includes consistent in contrib modules.
|
2019-10-24 08:05:34 +05:30 |
|
pgp-pubenc.c
|
Remove custom memory allocation layer in pgcrypto
|
2020-09-25 10:25:55 +09:00 |
|
pgp-pubkey.c
|
Remove custom memory allocation layer in pgcrypto
|
2020-09-25 10:25:55 +09:00 |
|
pgp-s2k.c
|
Make the order of the header file includes consistent in contrib modules.
|
2019-10-24 08:05:34 +05:30 |
|
pgp.c
|
pgcrypto: Remove unused code
|
2022-09-14 21:58:30 +02:00 |
|
pgp.h
|
Add trailing commas to enum definitions
|
2023-10-26 09:20:54 +02:00 |
|
px-crypt.c
|
Make the order of the header file includes consistent in contrib modules.
|
2019-10-24 08:05:34 +05:30 |
|
px-crypt.h
|
Harmonize parameter names in contrib code.
|
2022-09-22 13:59:20 -07:00 |
|
px-hmac.c
|
Remove custom memory allocation layer in pgcrypto
|
2020-09-25 10:25:55 +09:00 |
|
px.c
|
Remove redundant memset call following palloc0
|
2022-10-13 23:18:00 +02:00 |
|
px.h
|
Harmonize parameter names in contrib code.
|
2022-09-22 13:59:20 -07:00 |