index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pgcrypto
/
Makefile
Age
Commit message (
Expand
)
Author
2021-11-05
pgcrypto: Remove non-OpenSSL support
Peter Eisentraut
2021-02-01
Introduce --with-ssl={openssl} as a configure option
Michael Paquier
2021-01-23
Introduce SHA1 implementations in the cryptohash infrastructure
Michael Paquier
2020-12-10
Refactor MD5 implementations according to new cryptohash infrastructure
Michael Paquier
2020-02-19
Remove support for upgrading extensions from "unpackaged" state.
Tom Lane
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-02-16
Import changes from IMath versions (1.3, 1.29].
Noah Misch
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