summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto
AgeCommit message (Expand)Author
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-30Fix typos in the codeMichael Paquier
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-10-19Fix most -Wundef warningsPeter Eisentraut
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-31Remove orphaned structure member in pgcryptoMichael Paquier
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-07-14Add gen_random_uuid functionPeter Eisentraut
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-05-28Fix typos in SQL scripts of pgcryptoMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-04Suppress compiler warning in non-SSL, non-assert builds.Noah Misch
2019-02-16Suppress another case of MSVC warning 4146.Noah Misch
2019-02-16In imath.h, replace stdint.h usage with c.h equivalents.Noah Misch
2019-02-16Import changes from IMath versions (1.3, 1.29].Noah Misch
2019-02-14Resolve one unconstify usePeter Eisentraut
2019-02-13More unconstify usePeter Eisentraut
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2019-01-01Remove configure switch --disable-strong-randomMichael Paquier
2019-01-01Fix generation of padding message before encrypting Elgamal in pgcryptoMichael Paquier
2018-10-05Allow btree comparison functions to return INT_MIN.Tom Lane
2018-06-29Make capitalization of term "OpenSSL" more consistentMichael Paquier
2018-04-01Fix a boatload of typos in C comments.Tom Lane
2018-03-25Mop-up for commit feb8254518752b2cb4a8964c374dd82d49ef0e0d.Tom Lane
2018-03-22Improve style guideline compliance of assorted error-report messages.Tom Lane
2018-02-28Rename base64 routines to avoid conflict with Solaris built-in functions.Tom Lane
2018-01-31pgcrypto's encrypt() supports AES-128, AES-192, and AES-256Robert Haas
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-10-01Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-07-03Forbid gen_random_uuid() with --disable-strong-randomHeikki Linnakangas
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas
2017-03-07Refactor SHA2 functions and move them to src/common/.Heikki Linnakangas
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-12-12Fix pgcrypto compilation with OpenSSL 1.1.0.Heikki Linnakangas
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2016-11-30Remove dead stuff from pgcrypto.Heikki Linnakangas
2016-10-18Revert "Replace PostmasterRandom() with a stronger way of generating randomne...Heikki Linnakangas