index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pgcrypto
/
Makefile
Age
Commit message (
Expand
)
Author
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
Refactor SHA2 functions and move them to src/common/.
Heikki Linnakangas
2016-12-05
Replace PostmasterRandom() with a stronger source, second attempt.
Heikki Linnakangas
2016-10-18
Revert "Replace PostmasterRandom() with a stronger way of generating randomne...
Heikki Linnakangas
2016-10-17
Replace PostmasterRandom() with a stronger way of generating randomness.
Heikki Linnakangas
2016-06-09
Update pgcrypto extension for parallel query.
Robert Haas
2014-10-01
Add functions for dealing with PGP armor header lines to pgcrypto.
Heikki Linnakangas
2014-07-15
Remove dependency on wsock32.lib in favor of ws2_32
Magnus Hagander
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-01-17
Add gen_random_uuid() to contrib/pgcrypto.
Tom Lane
2011-02-14
Convert contrib modules to use the extension facility.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2007-11-10
Remove references to READMEs from /contrib Makefiles.
Bruce Momjian
2007-06-26
Fix PGXS conventions so that extensions can be built against Postgres
Tom Lane
2007-01-14
Replace unnecessary DISABLE_ZLIB define in pgcrypto with HAVE_LIBZ from core.
Alvaro Herrera
2006-07-13
"Annual" pgcrypto update from Marko Kreen:
Neil Conway
2005-09-27
PGXS should be set with := not =, as specified in the documentation,
Tom Lane
2005-08-13
The large one adds support for RSA keys and reorganizes
Bruce Momjian
2005-07-10
> One more failure:
Bruce Momjian
2005-07-10
Major pgcrypto changes:
Bruce Momjian
2005-07-10
- Add Fortuna PRNG to pgcrypto.
Bruce Momjian
2005-07-10
This patch adds implementation of SHA2 to pgcrypto.
Bruce Momjian
2005-07-06
Fix incorrect PG_CPPFLAGS initialization, per Marko.
Tom Lane
2005-07-05
Dept of second thoughts: don't expose rijndael.tbl: rijndael.c dependency
Tom Lane
2005-07-05
Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-openssl
Tom Lane
2005-03-21
pgcrypto update:
Neil Conway
2005-03-21
Remove support for libmhash/libmcrypt.
Neil Conway
2004-09-14
Win32 compile fixes for pgbench, pgcrypto, and tsearch.
Tom Lane
2004-08-20
> Please find enclose a submission to fix these problems.
Bruce Momjian
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2001-09-30
* regression tests
Bruce Momjian
2001-09-29
I noticed that the contrib Makefiles were reorganized.
Bruce Momjian
2001-09-23
Big thanks to Solar Designer who pointed out a bug in bcrypt
Bruce Momjian
2001-09-16
Install dynamically loadable modules into a private subdirectory
Peter Eisentraut
2001-08-21
/contrib/pgcrypto:
Bruce Momjian
2001-06-18
The attached patch enables the contrib subtree to build cleanly under
Bruce Momjian
2001-02-20
Changes:
Bruce Momjian
2001-01-24
I would like to do a interface change in pgcrypto. (Good
Bruce Momjian
2000-10-31
Hashing functions from Marko Kreen <marko@l-t.ee>
Peter Eisentraut