index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pgcrypto
Age
Commit message (
Expand
)
Author
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
Refactor SHA2 functions and move them to src/common/.
Heikki Linnakangas
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-12-12
Fix pgcrypto compilation with OpenSSL 1.1.0.
Heikki Linnakangas
2016-12-05
Replace PostmasterRandom() with a stronger source, second attempt.
Heikki Linnakangas
2016-11-30
Remove dead stuff from pgcrypto.
Heikki Linnakangas
2016-10-18
Revert "Replace PostmasterRandom() with a stronger way of generating randomne...
Heikki Linnakangas
2016-10-17
Use OpenSSL EVP API for symmetric encryption in pgcrypto.
Heikki Linnakangas
2016-10-17
Replace PostmasterRandom() with a stronger way of generating randomness.
Heikki Linnakangas
2016-09-30
Remove unnecessary prototypes
Peter Eisentraut
2016-09-15
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-15
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-08-29
Remove support for OpenSSL versions older than 0.9.8.
Heikki Linnakangas
2016-08-09
Fix typo
Peter Eisentraut
2016-06-14
Minor fixes in contrib installation scripts.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-09
Update pgcrypto extension for parallel query.
Robert Haas
2016-03-15
Fix typos.
Robert Haas
2016-03-09
pgcrypto: support changing S2K iteration count
Alvaro Herrera
2016-02-01
Fix typos in comments
Magnus Hagander
2015-12-27
Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()
Alvaro Herrera
2015-10-12
Avoid scan-build warning about uninitialized htonl() arguments.
Noah Misch
2015-10-05
pgcrypto: Detect and report too-short crypt() salts.
Noah Misch
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-18
pgcrypto: Report errant decryption as "Wrong key or corrupt data".
Noah Misch
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-02-04
pgcrypto: Code cleanup for decrypt_internal.
Robert Haas
2015-02-02
Prevent Valgrind Memcheck errors around px_acquire_system_randomness().
Noah Misch
2015-02-02
Cherry-pick security-relevant fixes from upstream imath library.
Noah Misch
2015-02-02
Fix buffer overrun after incomplete read in pullf_read_max().
Noah Misch
2015-01-30
Fix Coverity warning about contrib/pgcrypto's mdc_finish().
Tom Lane
2015-01-24
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2014-11-11
Loop when necessary in contrib/pgcrypto's pktreader_pull().
Tom Lane
2014-11-03
Docs: fix incorrect spelling of contrib/pgcrypto option.
Tom Lane
2014-11-03
Remove dead-since-introduction pgcrypto code.
Noah Misch
2014-10-20
Fix file-identification comment in contrib/pgcrypto/pgcrypto--1.2.sql.
Tom Lane
2014-10-01
Add functions for dealing with PGP armor header lines to pgcrypto.
Heikki Linnakangas
2014-09-25
Refactor space allocation for base64 encoding/decoding in pgcrypto.
Heikki Linnakangas
2014-08-25
Fix typos in some error messages thrown by extension scripts when fed to psql.
Andres Freund
2014-07-15
Remove dependency on wsock32.lib in favor of ws2_32
Magnus Hagander
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-17
pgcrypto: fix memset() calls that might be optimized away
Bruce Momjian
2014-03-17
Fix typos in comments.
Fujii Masao
[next]