Commit Graph

293 Commits (f2a69b352de1dffc534c4835010e736018aa94de)

Author SHA1 Message Date
Michael Paquier 28d1601ad9 pgcrypto: Detect errors with EVP calls from OpenSSL 5 years ago
Michael Paquier 87ae9691d2 Move SHA2 routines to a new generic API layer for crypto hashes 5 years ago
Michael Paquier 8a15e735be Fix some grammar and typos in comments and docs 5 years ago
Michael Paquier aecaa04418 Add error code for encryption failure in pgcrypto 5 years ago
Michael Paquier ca2a12c935 Fix potential memory leak in pgcrypto 5 years ago
Tom Lane 02a75f8369 Add missing error check in pgcrypto/crypt-md5.c. 5 years ago
Michael Paquier ca7f8e2b86 Remove custom memory allocation layer in pgcrypto 5 years ago
Peter Eisentraut 1784f278a6 Replace remaining StrNCpy() by strlcpy() 5 years ago
Michael Paquier a3ab7a707d Fix corner case with 16kB-long decompression in pgcrypto, take 2 5 years ago
Tom Lane b9b610577d Fix ancient violation of zlib's API spec. 6 years ago
Michael Paquier 38f60f174e Revert "Fix corner case with PGP decompression in pgcrypto" 6 years ago
Michael Paquier 9e108984fb Fix corner case with PGP decompression in pgcrypto 6 years ago
Noah Misch 3350fb5d1f Clear some style deviations. 6 years ago
Alvaro Herrera 17cc133f01
Dial back -Wimplicit-fallthrough to level 3 6 years ago
Alvaro Herrera 87c291e29d
Fix straggler 6 years ago
Tom Lane 0da06d9faf Get rid of trailing semicolons in C macro definitions. 6 years ago
Tom Lane 3ed2005ff5 Introduce macros for typalign and typstorage constants. 6 years ago
Tom Lane 70a7732007 Remove support for upgrading extensions from "unpackaged" state. 6 years ago
Tom Lane eb67623c96 Mark some contrib modules as "trusted". 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Alvaro Herrera 3974c4a724 Remove useless "return;" lines 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Michael Paquier 6ca86bb7e9 Fix typos in the code 6 years ago
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules. 6 years ago
Peter Eisentraut 5d3587d14b Fix most -Wundef warnings 6 years ago
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10 6 years ago
Michael Paquier 8548ddc61b Fix inconsistencies and typos in the tree, take 9 6 years ago
Michael Paquier 652a8947d9 Remove orphaned structure member in pgcrypto 7 years ago
Michael Paquier eb43f3d193 Fix inconsistencies and typos in the tree 7 years ago
Michael Paquier 23bccc823d Fix inconsistencies and typos in the tree 7 years ago
Peter Eisentraut 5925e55498 Add gen_random_uuid function 7 years ago
Michael Paquier c74d49d41c Fix many typos and inconsistencies 7 years ago
Michael Paquier af94ea7406 Fix typos in SQL scripts of pgcrypto 7 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 7 years ago
Tom Lane be76af171c Initial pgindent run for v12. 7 years ago
Noah Misch 726cc4242a Suppress compiler warning in non-SSL, non-assert builds. 7 years ago
Noah Misch faee6fae6d Suppress another case of MSVC warning 4146. 7 years ago
Noah Misch 04a87ae262 In imath.h, replace stdint.h usage with c.h equivalents. 7 years ago
Noah Misch 48e24ba6b7 Import changes from IMath versions (1.3, 1.29]. 7 years ago
Peter Eisentraut 4b3b07fd5d Resolve one unconstify use 7 years ago
Peter Eisentraut 37d9916020 More unconstify use 7 years ago
Heikki Linnakangas 95931133a9 Fix misc typos in comments. 7 years ago
Michael Paquier 1707a0d2aa Remove configure switch --disable-strong-random 7 years ago
Michael Paquier d880b208e5 Fix generation of padding message before encrypting Elgamal in pgcrypto 7 years ago
Tom Lane c87cb5f7a6 Allow btree comparison functions to return INT_MIN. 7 years ago
Michael Paquier dad5f8a3d5 Make capitalization of term "OpenSSL" more consistent 8 years ago
Tom Lane 0b11a674fb Fix a boatload of typos in C comments. 8 years ago
Tom Lane da616950ce Mop-up for commit feb8254518. 8 years ago
Tom Lane feb8254518 Improve style guideline compliance of assorted error-report messages. 8 years ago
Tom Lane 43e9490866 Rename base64 routines to avoid conflict with Solaris built-in functions. 8 years ago