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.
Tom Lane
9e3755ecb2
Remove useless duplicate inclusions of system header files.
...
c.h #includes a number of core libc header files, such as <stdio.h>.
There's no point in re-including these after having read postgres.h,
postgres_fe.h, or c.h; so remove code that did so.
While at it, also fix some places that were ignoring our standard pattern
of "include postgres[_fe].h, then system header files, then other Postgres
header files". While there's not any great magic in doing it that way
rather than system headers last, it's silly to have just a few files
deviating from the general pattern. (But I didn't attempt to enforce this
globally, only in files I was touching anyway.)
I'd be the first to say that this is mostly compulsive neatnik-ism,
but over time it might save enough compile cycles to be useful.
9 years ago
..
expected
Replace PostmasterRandom() with a stronger source, second attempt.
9 years ago
sql
Remove dead stuff from pgcrypto.
9 years ago
.gitignore
Support "make check" in contrib
15 years ago
Makefile
Replace PostmasterRandom() with a stronger source, second attempt.
9 years ago
blf.c
Remove cvs keywords from all files.
16 years ago
blf.h
Remove cvs keywords from all files.
16 years ago
crypt-blowfish.c
Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()
10 years ago
crypt-des.c
Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()
10 years ago
crypt-gensalt.c
pgindent run for 9.4
12 years ago
crypt-md5.c
pgcrypto: fix memset() calls that might be optimized away
12 years ago
imath.c
Cherry-pick security-relevant fixes from upstream imath library.
11 years ago
imath.h
pgindent run for 9.4
12 years ago
internal-sha2.c
pgindent run for 9.4
12 years ago
internal.c
Replace PostmasterRandom() with a stronger source, second attempt.
9 years ago
mbuf.c
Fix typos in comments.
9 years ago
mbuf.h
pgindent run for 9.4
12 years ago
md5.c
pgindent run for 9.4
12 years ago
md5.h
pgindent run for 9.4
12 years ago
openssl.c
Fix pgcrypto compilation with OpenSSL 1.1.0.
9 years ago
pgcrypto--1.0--1.1.sql
Add gen_random_uuid() to contrib/pgcrypto.
12 years ago
pgcrypto--1.1--1.2.sql
Add functions for dealing with PGP armor header lines to pgcrypto.
11 years ago
pgcrypto--1.2--1.3.sql
Update pgcrypto extension for parallel query.
10 years ago
pgcrypto--1.3.sql
Minor fixes in contrib installation scripts.
10 years ago
pgcrypto--unpackaged--1.0.sql
Fix typos in some error messages thrown by extension scripts when fed to psql.
12 years ago
pgcrypto.c
Replace PostmasterRandom() with a stronger source, second attempt.
9 years ago
pgcrypto.control
Update pgcrypto extension for parallel query.
10 years ago
pgcrypto.h
Remove unnecessary prototypes
9 years ago
pgp-armor.c
pgindent run for 9.5
11 years ago
pgp-cfb.c
pgindent run for 9.4
12 years ago
pgp-compress.c
pgindent run for 9.4
12 years ago
pgp-decrypt.c
pgcrypto: support changing S2K iteration count
10 years ago
pgp-encrypt.c
Fix pgcrypto compilation with OpenSSL 1.1.0.
9 years ago
pgp-info.c
pgindent run for 9.4
12 years ago
pgp-mpi-internal.c
Fix typos in comments.
9 years ago
pgp-mpi-openssl.c
Fix typos in comments.
9 years ago
pgp-mpi.c
pgindent run for 9.4
12 years ago
pgp-pgsql.c
Replace PostmasterRandom() with a stronger source, second attempt.
9 years ago
pgp-pubdec.c
pgindent run for 9.4
12 years ago
pgp-pubenc.c
Replace PostmasterRandom() with a stronger source, second attempt.
9 years ago
pgp-pubkey.c
pgindent run for 9.4
12 years ago
pgp-s2k.c
Replace PostmasterRandom() with a stronger source, second attempt.
9 years ago
pgp.c
pgcrypto: support changing S2K iteration count
10 years ago
pgp.h
pgindent run for 9.6
10 years ago
px-crypt.c
Replace PostmasterRandom() with a stronger source, second attempt.
9 years ago
px-crypt.h
pgindent run for 9.4
12 years ago
px-hmac.c
pgindent run for 9.4
12 years ago
px.c
Replace PostmasterRandom() with a stronger source, second attempt.
9 years ago
px.h
Remove useless duplicate inclusions of system header files.
9 years ago
rijndael.c
pgindent run for 9.4
12 years ago
rijndael.h
pgindent run for 9.4
12 years ago
rijndael.tbl
Remove useless whitespace at end of lines
15 years ago
sha1.c
pgindent run for 9.4
12 years ago
sha1.h
Fix typos.
10 years ago
sha2.c
pgindent run for 9.4
12 years ago
sha2.h
pgindent run for 9.4
12 years ago