summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto
AgeCommit message (Expand)Author
2020-10-19Fix potential memory leak in pgcryptoMichael Paquier
2020-10-16Add missing error check in pgcrypto/crypt-md5.c.Tom Lane
2020-09-25Remove custom memory allocation layer in pgcryptoMichael Paquier
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-07-27Fix corner case with 16kB-long decompression in pgcrypto, take 2Michael Paquier
2020-07-23Fix ancient violation of zlib's API spec.Tom Lane
2020-07-22Revert "Fix corner case with PGP decompression in pgcrypto"Michael Paquier
2020-07-22Fix corner case with PGP decompression in pgcryptoMichael Paquier
2020-05-21Clear some style deviations.Noah Misch
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Fix stragglerAlvaro Herrera
2020-05-01Get rid of trailing semicolons in C macro definitions.Tom Lane
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-02-13Mark some contrib modules as "trusted".Tom Lane
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