Commit Graph

252 Commits (f339a998ffe6fb8aa8c114a33316e97b56cb1513)

Author SHA1 Message Date
Tom Lane bcba09e27c Ooops, missed that a couple of contrib modules have calls to byteacmp. 17 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Magnus Hagander 2377e8e508 Remove beer-ware license from crypt-md5.c, per 17 years ago
Tom Lane 050a78dd3d Fix old thinko in pgp.h: the idea is to declare some named enum types, 17 years ago
Andrew Dunstan 53972b460c Add $PostgreSQL$ markers to a lot of files that were missing them. 18 years ago
Tom Lane 45173ae24e Use new cstring/text conversion functions in some additional places. 18 years ago
Tom Lane 220db7ccd8 Simplify and standardize conversions between TEXT datums and ordinary C 18 years ago
Tom Lane cd00406774 Replace time_t with pg_time_t (same values, but always int64) in on-disk 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Tom Lane 30e2c42e00 Fix a few contrib regression test scripts that hadn't gotten the word 18 years ago
Bruce Momjian 33e2e02493 Add CVS version labels to all install/uninstall scripts. 18 years ago
Bruce Momjian 926bbab448 Make /contrib install/uninstall script consistent: 18 years ago
Bruce Momjian 541ff409cc Remove references to READMEs from /contrib Makefiles. 18 years ago
Bruce Momjian c3c69ab4fd Move most /contrib README files into SGML. Some still need conversion 18 years ago
Tom Lane 6e7e0b5350 Defend against openssl libraries that fail on keys longer than 128 bits; 18 years ago
Tom Lane b918bf86c6 Fix combo_decrypt() to throw an error for zero-length input when using a 19 years ago
Tom Lane 37e347a7e0 Get rid of overly cute, unportable, probably not very efficient substitute 19 years ago
Tom Lane 10a91e0add Silence Solaris compiler warning, per buildfarm. 19 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 19 years ago
Tom Lane 37a609b27f Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be 19 years ago
Neil Conway 74b667ad42 Replace 4-clause licensed blf.[ch] with blowfish implementation 19 years ago
Tom Lane 234a02b2a8 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
Alvaro Herrera a62e2c2b57 Replace unnecessary DISABLE_ZLIB define in pgcrypto with HAVE_LIBZ from core. 19 years ago
Neil Conway 87a50169d2 Minor code cleanup for pgcrypto: for UDFs declared to be strict, checking 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Tom Lane beca984e5f Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only 20 years ago
Tom Lane 6b41d642e3 Silence compiler warnings about incompatible function pointer types. 20 years ago
Tom Lane 7d4838dca8 Remove pgcrypto functions that were deprecated and slated for removal. 20 years ago
Neil Conway 63d3f5e593 Fix references to the Options section in the pgcrypto documentation. 20 years ago
Neil Conway c28fbd4589 pgcrypto merge cleanup: 20 years ago
Tom Lane a420818d67 Fix a few places where $Id$ and $Header$ CVS tags had crept into the 20 years ago
Tom Lane 89e2a95589 Fix some pgcrypto portability issues, per Marko Kreen. 20 years ago
Tom Lane e2f7eb36d6 In PGP public key tests, encrypt the secret key with AES not CAST5, 20 years ago
Neil Conway d0b54441db Fix C++-style comment. 20 years ago
Neil Conway 1abf76e82c "Annual" pgcrypto update from Marko Kreen: 20 years ago
Bruce Momjian c5133e5920 Allow /contrib include files to compile on their own. 20 years ago
Bruce Momjian 12632d3c31 Add missing 3rd argument to open(). 20 years ago
Tom Lane a0ffab351e Magic blocks don't do us any good unless we use 'em ... so install one 20 years ago
Bruce Momjian 56f44784f6 Re-defines SHA2 symbols so that they would not conflict with certain 20 years ago
Tom Lane 5cf07901c5 Fix errors in fortuna PRNG reseeding logic that could cause a predictable 20 years ago
Bruce Momjian f3d99d160d Add CVS tag lines to files that were lacking them. 20 years ago
Bruce Momjian daab4a101f Update /contrib regression tests for escape_string_warning. 20 years ago
Peter Eisentraut 7f4f42fa10 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 20 years ago
Neil Conway ce9b75db6b Patch from Marko Kreen: 20 years ago
Tom Lane b2be41a710 Fix fallout from psql line-wrapping patch. 20 years ago
Tom Lane 507e07e277 There is a signedness bug in Openwall gen_salt code that pgcrypto uses. 20 years ago
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Tom Lane da9fc25909 pgcrypto documentation polishing from Marko Kreen, and a small amount 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 0b36cb83dc PGXS should be set with := not =, as specified in the documentation, 21 years ago