Commit Graph

74 Commits (3cf1fd3263ee4fd585df80fb235c855b8a97426d)

Author SHA1 Message Date
Bruce Momjian b492c3accc Add parentheses to macros when args are used in computations. Without 21 years ago
Neil Conway 39e54e3208 Fix typos in documentation. 21 years ago
Neil Conway 6a8eb1a7b6 pgcrypto update: 21 years ago
Neil Conway 19b676869a pgcrypto update: 21 years ago
Neil Conway 1ea9169b42 pgcrypto update: 21 years ago
Neil Conway b160d6b9dc pgcrypto update: 21 years ago
Neil Conway fa332a06ec * construct "struct {} list [] = {}" confuses pgindent - split those. 21 years ago
Neil Conway 3cc8661232 Remove support for libmhash/libmcrypt. 21 years ago
Neil Conway 919594f3e2 Some builds (depends on crypto engine support?) of OpenSSL 21 years ago
Neil Conway dec2c77c1f Prevent pgcrypto from successfully compiling if no valid random source 21 years ago
Tom Lane f1283ed6cc Fix a bunch of 'old-style parameter declaration' warnings induced by 22 years ago
Neil Conway 125bb6cee4 Pickup fix from upstream OpenBSD sources: mark a read-only local array as 22 years ago
Tom Lane bf06825e31 Win32 compile fixes for pgbench, pgcrypto, and tsearch. 22 years ago
Tom Lane b83e592671 Replace bcopy by memmove for more portability. 22 years ago
Bruce Momjian ee85595d46 > Please find enclose a submission to fix these problems. 22 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
PostgreSQL Daemon 55b113257c make sure the $Id tags are converted to $PostgreSQL as well ... 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Tom Lane 8fd5b3ed67 Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) 23 years ago
Tom Lane 78b08584b4 Fix various recent build and regression-test problems in contrib/. 23 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 23 years ago
Tom Lane e4704001ea This patch fixes a bunch of spelling mistakes in comments throughout the 23 years ago
Bruce Momjian 728fa75edc OpenSSL 0.9.6g in Debian/unstable stopped working with pgcrypto. This 23 years ago
Peter Eisentraut 0530d7a24b Need sys/param.h for endianness macros. 24 years ago
Bruce Momjian e5cf1a8a26 SET autocommit no longer needed in /contrib because pg_regress.sh does 24 years ago
Bruce Momjian aa4c702eac Update /contrib for "autocommit TO 'on'". 24 years ago
Tom Lane fb473bc6fa Fix unsafe macro definitions (which were producing incorrect code, 24 years ago
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago
Tom Lane 7798b50c60 Remove gratuitous redefinition of inline, which should already have been 24 years ago
Tom Lane 6d6b3e911c Add variants of digest() and hmac() that accept text inputs. 24 years ago
Bruce Momjian b490469cb9 > > On Fri, Dec 21, 2001 at 11:43:21AM +0800, Christopher Kings-Lynne 24 years ago
Tom Lane ee051baeac Make sure that all <ctype.h> routines are called with unsigned char 24 years ago
Bruce Momjian 8f73bb4da9 * include <endian.h> is not enough, include sys/types.h too 24 years ago
Bruce Momjian 8aa538cfd5 * When postgres.h does not define BYTE_ENDIAN pgcrypto 24 years ago
Bruce Momjian c78975f845 Include sys/types.h in crypt-des.c. FreeBSD netinet/in.h 24 years ago
Bruce Momjian 60f777606f Duh, my regexp's missed bunch of them. Here's next batch, this 24 years ago
Bruce Momjian 540155b777 pgcrypto uses non-standard type uint, which causes compile 24 years ago
Bruce Momjian 149d13de74 When given oversized key, encrypt/decrypt corrupted 25 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 25 years ago
Bruce Momjian c41b6b1b9c Fix small problem Tom Lane found with pgindent run. 25 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 25 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Bruce Momjian fde8edaf53 Add do { ... } while (0) to more bad macros. 25 years ago
Bruce Momjian b4a57b0648 Add more missing 'do { ... } while (0)' in missing macros. Without it, 25 years ago
Tom Lane 77f27d5ec3 Fix some portability problems (get it to compile, at least, on HP's cc) 25 years ago
Bruce Momjian 43cadb9231 Add missing pgcrypto files. 25 years ago
Bruce Momjian 9588084263 * regression tests 25 years ago
Bruce Momjian 7d94ac3b23 Found type mismatch in random.c. Please apply this also. 25 years ago
Bruce Momjian cff23429d6 I noticed that the contrib Makefiles were reorganized. 25 years ago