summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto
Commit message (Expand)AuthorAgeFilesLines
...
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Remove useless "return;" linesAlvaro Herrera2019-11-281-2/+0
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-8/+27
* Fix typos in the codeMichael Paquier2019-10-301-1/+1
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-2421-37/+29
* Fix most -Wundef warningsPeter Eisentraut2019-10-191-2/+2
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-134-23/+7
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-053-14/+1
* Remove orphaned structure member in pgcryptoMichael Paquier2019-07-311-1/+0
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-291-1/+1
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-221-1/+1
* Add gen_random_uuid functionPeter Eisentraut2019-07-141-14/+2
* Fix many typos and inconsistenciesMichael Paquier2019-07-011-1/+1
* Fix typos in SQL scripts of pgcryptoMichael Paquier2019-05-284-4/+4
* Phase 2 pgindent run for v12.Tom Lane2019-05-225-41/+41
* Initial pgindent run for v12.Tom Lane2019-05-222-7/+7
* Suppress compiler warning in non-SSL, non-assert builds.Noah Misch2019-05-031-1/+2
* Suppress another case of MSVC warning 4146.Noah Misch2019-02-161-0/+8
* In imath.h, replace stdint.h usage with c.h equivalents.Noah Misch2019-02-162-9/+10
* Import changes from IMath versions (1.3, 1.29].Noah Misch2019-02-163-1501/+1633
* Resolve one unconstify usePeter Eisentraut2019-02-141-4/+4
* More unconstify usePeter Eisentraut2019-02-133-3/+3
* Fix misc typos in comments.Heikki Linnakangas2019-01-231-1/+1
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-0111-738/+11
* Fix generation of padding message before encrypting Elgamal in pgcryptoMichael Paquier2019-01-011-1/+1
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-051-9/+6
* Make capitalization of term "OpenSSL" more consistentMichael Paquier2018-06-291-1/+1
* Fix a boatload of typos in C comments.Tom Lane2018-04-011-1/+1
* Mop-up for commit feb8254518752b2cb4a8964c374dd82d49ef0e0d.Tom Lane2018-03-244-70/+70
* Improve style guideline compliance of assorted error-report messages.Tom Lane2018-03-221-2/+2
* Rename base64 routines to avoid conflict with Solaris built-in functions.Tom Lane2018-02-281-10/+10
* pgcrypto's encrypt() supports AES-128, AES-192, and AES-256Robert Haas2018-01-312-2/+2
* Add some const decorations to prototypesPeter Eisentraut2017-11-101-2/+2
* Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund2017-10-011-10/+7
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-051-15/+15
* Forbid gen_random_uuid() with --disable-strong-randomHeikki Linnakangas2017-07-036-41/+41
* Phase 3 of pgindent updates.Tom Lane2017-06-214-11/+11
* Phase 2 of pgindent updates.Tom Lane2017-06-2112-38/+38
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-2110-30/+30
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-172-5/+7
* Spelling fixes in code commentsPeter Eisentraut2017-03-141-1/+1
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-122-97/+97
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-072-13/+2
* Refactor SHA2 functions and move them to src/common/.Heikki Linnakangas2017-03-075-1134/+53
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-251-1/+0
* Fix typos in comments.Heikki Linnakangas2017-02-063-7/+7
* Fix pgcrypto compilation with OpenSSL 1.1.0.Heikki Linnakangas2016-12-122-49/+141
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-0519-1003/+788
* Remove dead stuff from pgcrypto.Heikki Linnakangas2016-11-306-10/+2
* Revert "Replace PostmasterRandom() with a stronger way of generating randomne...Heikki Linnakangas2016-10-183-25/+264