You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bruce Momjian
926bbab448
Make /contrib install/uninstall script consistent:
...
remove transactions
use create or replace function
make formatting consistent
set search patch on first line
Add documentation on modifying *.sql to set the search patch, and
mention that major upgrades should still run the installation scripts.
Some of these issues were spotted by Tom today.
18 years ago
..
expected
In PGP public key tests, encrypt the secret key with AES not CAST5,
20 years ago
sql
In PGP public key tests, encrypt the secret key with AES not CAST5,
20 years ago
Makefile
Remove references to READMEs from /contrib Makefiles.
18 years ago
blf.c
Replace 4-clause licensed blf.[ch] with blowfish implementation
19 years ago
blf.h
Replace 4-clause licensed blf.[ch] with blowfish implementation
19 years ago
crypt-blowfish.c
Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be
19 years ago
crypt-des.c
"Annual" pgcrypto update from Marko Kreen:
20 years ago
crypt-gensalt.c
pgindent run for 8.2.
19 years ago
crypt-md5.c
pgindent run for 8.2.
19 years ago
fortuna.c
pgindent run for 8.2.
19 years ago
fortuna.h
Standard pgindent run for 8.1.
20 years ago
imath.c
Silence Solaris compiler warning, per buildfarm.
19 years ago
imath.h
pgindent run for 8.2.
19 years ago
internal-sha2.c
pgindent run for 8.2.
19 years ago
internal.c
Replace 4-clause licensed blf.[ch] with blowfish implementation
19 years ago
mbuf.c
Get rid of overly cute, unportable, probably not very efficient substitute
19 years ago
mbuf.h
Standard pgindent run for 8.1.
20 years ago
md5.c
Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be
19 years ago
md5.h
Standard pgindent run for 8.1.
20 years ago
openssl.c
Defend against openssl libraries that fail on keys longer than 128 bits;
18 years ago
pgcrypto.c
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
19 years ago
pgcrypto.h
Remove pgcrypto functions that were deprecated and slated for removal.
20 years ago
pgcrypto.sql.in
Remove pgcrypto functions that were deprecated and slated for removal.
20 years ago
pgp-armor.c
Standard pgindent run for 8.1.
20 years ago
pgp-cfb.c
Standard pgindent run for 8.1.
20 years ago
pgp-compress.c
Replace unnecessary DISABLE_ZLIB define in pgcrypto with HAVE_LIBZ from core.
19 years ago
pgp-decrypt.c
Re-run pgindent, fixing a problem where comment lines after a blank
20 years ago
pgp-encrypt.c
Standard pgindent run for 8.1.
20 years ago
pgp-info.c
Standard pgindent run for 8.1.
20 years ago
pgp-mpi-internal.c
pgindent run for 8.2.
19 years ago
pgp-mpi-openssl.c
Standard pgindent run for 8.1.
20 years ago
pgp-mpi.c
Standard pgindent run for 8.1.
20 years ago
pgp-pgsql.c
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
19 years ago
pgp-pubdec.c
Standard pgindent run for 8.1.
20 years ago
pgp-pubenc.c
Standard pgindent run for 8.1.
20 years ago
pgp-pubkey.c
Standard pgindent run for 8.1.
20 years ago
pgp-s2k.c
Standard pgindent run for 8.1.
20 years ago
pgp.c
Standard pgindent run for 8.1.
20 years ago
pgp.h
Standard pgindent run for 8.1.
20 years ago
px-crypt.c
Standard pgindent run for 8.1.
20 years ago
px-crypt.h
"Annual" pgcrypto update from Marko Kreen:
20 years ago
px-hmac.c
More pgcrypto fixes: avoid bogus alignment assumptions in sha2,
21 years ago
px.c
Fix combo_decrypt() to throw an error for zero-length input when using a
19 years ago
px.h
Fix combo_decrypt() to throw an error for zero-length input when using a
19 years ago
random.c
Add missing 3rd argument to open().
20 years ago
rijndael.c
Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be
19 years ago
rijndael.h
pgcrypto uses non-standard type uint, which causes compile
24 years ago
rijndael.tbl
Add missing pgcrypto file.
25 years ago
sha1.c
Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be
19 years ago
sha1.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
sha2.c
Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be
19 years ago
sha2.h
"Annual" pgcrypto update from Marko Kreen:
20 years ago
uninstall_pgcrypto.sql
Make /contrib install/uninstall script consistent:
18 years ago