OSDN Git Service

Add composite-type attributes to information_schema.element_types view
[pg-rex/syncrep.git] / contrib / pgcrypto /
2011-06-21 Tom LaneApply upstream fix for blowfish signed-character bug...
2011-04-25 Peter EisentrautSupport "make check" in contrib
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-02-14 Tom LaneAvoid use of CREATE OR REPLACE FUNCTION in extension...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-20 Heikki LinnakangasIf pk is NULL, the backend would segfault when accessin...
2010-09-22 Tom LaneSome more gitignore cleanups: cover contrib and PL...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-04-02 Magnus HaganderUpdate a number of broken links in comments.
2009-11-22 Tom LaneImprove psql's tabular display of wrapped-around data...
2009-08-04 Tom LaneFix some more regression tests (missed these because...
2009-08-04 Tom LaneOoops, missed that a couple of contrib modules have...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-15 Magnus HaganderRemove beer-ware license from crypt-md5.c, per
2009-03-25 Tom LaneFix old thinko in pgp.h: the idea is to declare some...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-05-04 Tom LaneUse new cstring/text conversion functions in some addit...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-13 Tom LaneFix a few contrib regression test scripts that hadn...
2007-11-13 Bruce MomjianAdd CVS version labels to all install/uninstall scripts.
2007-11-11 Bruce MomjianMake /contrib install/uninstall script consistent:
2007-11-10 Bruce MomjianRemove references to READMEs from /contrib Makefiles.
2007-11-10 Bruce MomjianMove most /contrib README files into SGML. Some still...
2007-09-29 Tom LaneDefend against openssl libraries that fail on keys...
2007-08-23 Tom LaneFix combo_decrypt() to throw an error for zero-length...
2007-07-15 Tom LaneGet rid of overly cute, unportable, probably not very...
2007-07-15 Tom LaneSilence Solaris compiler warning, per buildfarm.
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-04-06 Tom LaneNow that core functionality is depending on autoconf...
2007-03-28 Neil ConwayReplace 4-clause licensed blf.[ch] with blowfish implem...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-01-14 Alvaro HerreraReplace unnecessary DISABLE_ZLIB define in pgcrypto...
2006-11-10 Neil ConwayMinor code cleanup for pgcrypto: for UDFs declared...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-09-05 Tom LaneSilence compiler warnings about incompatible function...
2006-09-05 Tom LaneRemove pgcrypto functions that were deprecated and...
2006-08-05 Neil ConwayFix references to the Options section in the pgcrypto...
2006-07-19 Neil Conwaypgcrypto merge cleanup:
2006-07-16 Tom LaneFix a few places where $Id$ and $Header$ CVS tags had...
2006-07-15 Tom LaneFix some pgcrypto portability issues, per Marko Kreen.
2006-07-14 Tom LaneIn PGP public key tests, encrypt the secret key with...
2006-07-13 Neil ConwayFix C++-style comment.
2006-07-13 Neil Conway"Annual" pgcrypto update from Marko Kreen:
2006-07-10 Bruce MomjianAllow /contrib include files to compile on their own.
2006-06-08 Bruce MomjianAdd missing 3rd argument to open().
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-05-30 Bruce MomjianRe-defines SHA2 symbols so that they would not conflict...
2006-05-21 Tom LaneFix errors in fortuna PRNG reseeding logic that could...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-08 Bruce MomjianUpdate /contrib regression tests for escape_string_warning.
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-18 Neil ConwayPatch from Marko Kreen:
2006-02-10 Tom LaneFix fallout from psql line-wrapping patch.
2006-01-03 Tom LaneThere is a signedness bug in Openwall gen_salt code...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-03 Tom Lanepgcrypto documentation polishing from Marko Kreen,...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings in contrib.
2005-08-13 Bruce MomjianRemove API file.
2005-08-13 Bruce MomjianThe large one adds support for RSA keys and reorganizes
2005-07-18 Tom Lanepgcrypto documentation update. Marko Kreen
2005-07-18 Tom LaneFortuna fixes. Marko Kreen
2005-07-18 Tom LaneSmall cleanups for pgcrypto. Marko Kreen
2005-07-18 Tom LaneFix C++-style comments, per Rocco Altier.
2005-07-12 Tom LaneMore pgcrypto fixes: handle long messages correctly...
2005-07-11 Tom LaneFurther tweaking of Win32-specific random code. Marko...
2005-07-11 Tom LaneI forgot to update win32 code when doing a renaming...
2005-07-11 Tom LaneAvoid bzero/bxopy in favor of more standard library...
2005-07-11 Tom LaneMore pgcrypto fixes: avoid bogus alignment assumptions...
2005-07-11 Tom LaneAdd support for AES cipher with older OpenSSL libraries.
2005-07-10 Bruce Momjian> One more failure:
2005-07-10 Tom LaneSuppress compile warning.
2005-07-10 Bruce MomjianRemove #include <openssl/bn.h> as compile fix.
2005-07-10 Bruce MomjianAs Kris Jurka found out, pgcrypto does not work with
2005-07-10 Bruce MomjianAdd missing pgcrypto files from previous commit.
2005-07-10 Bruce MomjianMajor pgcrypto changes:
2005-07-10 Bruce Momjian- Add Fortuna PRNG to pgcrypto.
2005-07-10 Bruce MomjianThis patch adds implementation of SHA2 to pgcrypto.
2005-07-08 Neil ConwayThis patch updates the DDL for contrib/pgcrypto to...
2005-07-06 Tom LaneFix incorrect PG_CPPFLAGS initialization, per Marko.
2005-07-05 Tom LaneDept of second thoughts: don't expose rijndael.tbl...
2005-07-05 Tom LaneFix contrib/pgcrypto to autoconfigure for OpenSSL when...
2005-07-05 Tom LaneFix initialization bug in pgcrypto openssl code. Marko...
2005-07-04 Bruce MomjianBruce, please apply this additional patch, that fixes the
2005-07-03 Bruce MomjianThis patch allows contrib/pgcrypto to build with OpenSS...
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-05-03 Neil ConwayFix typos in documentation.
2005-03-21 Neil Conwaypgcrypto update:
2005-03-21 Neil Conwaypgcrypto update:
2005-03-21 Neil Conwaypgcrypto update:
2005-03-21 Neil Conwaypgcrypto update:
2005-03-21 Neil Conway* construct "struct {} list [] = {}" confuses pgindent...
next