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
3ed2005ff5
Introduce macros for typalign and typstorage constants.
...
Our usual practice for "poor man's enum" catalog columns is to define
macros for the possible values and use those, not literal constants,
in C code. But for some reason lost in the mists of time, this was
never done for typalign/attalign or typstorage/attstorage. It's never
too late to make it better though, so let's do that.
The reason I got interested in this right now is the need to duplicate
some uses of the TYPSTORAGE constants in an upcoming ALTER TYPE patch.
But in general, this sort of change aids greppability and readability,
so it's a good idea even without any specific motivation.
I may have missed a few places that could be converted, and it's even
more likely that pending patches will re-introduce some hard-coded
references. But that's not fatal --- there's no expectation that
we'd actually change any of these values. We can clean up stragglers
over time.
Discussion: https://postgr.es/m/16457.1583189537@sss.pgh.pa.us
6 years ago
..
expected
Fix typos in SQL scripts of pgcrypto
6 years ago
sql
Fix typos in SQL scripts of pgcrypto
6 years ago
.gitignore
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
9 years ago
Makefile
Remove support for upgrading extensions from "unpackaged" state.
6 years ago
blf.c
Remove cvs keywords from all files.
15 years ago
blf.h
Remove cvs keywords from all files.
15 years ago
crypt-blowfish.c
Phase 3 of pgindent updates.
8 years ago
crypt-des.c
Fix many typos and inconsistencies
6 years ago
crypt-gensalt.c
Phase 3 of pgindent updates.
8 years ago
crypt-md5.c
Make the order of the header file includes consistent in contrib modules.
6 years ago
imath.c
Update copyrights for 2020
6 years ago
imath.h
Initial pgindent run for v12.
6 years ago
internal-sha2.c
Refactor SHA2 functions and move them to src/common/.
9 years ago
internal.c
Make the order of the header file includes consistent in contrib modules.
6 years ago
mbuf.c
Remove useless "return;" lines
6 years ago
mbuf.h
Phase 2 pgindent run for v12.
6 years ago
md5.c
Resolve one unconstify use
7 years ago
md5.h
Phase 2 of pgindent updates.
8 years ago
openssl.c
Make the order of the header file includes consistent in contrib modules.
6 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.
9 years ago
pgcrypto--1.3.sql
Minor fixes in contrib installation scripts.
9 years ago
pgcrypto.c
Make the order of the header file includes consistent in contrib modules.
6 years ago
pgcrypto.control
Mark some contrib modules as "trusted".
6 years ago
pgcrypto.h
Remove unnecessary prototypes
9 years ago
pgp-armor.c
Make the order of the header file includes consistent in contrib modules.
6 years ago
pgp-cfb.c
Make the order of the header file includes consistent in contrib modules.
6 years ago
pgp-compress.c
Make the order of the header file includes consistent in contrib modules.
6 years ago
pgp-decrypt.c
Make the order of the header file includes consistent in contrib modules.
6 years ago
pgp-encrypt.c
Make the order of the header file includes consistent in contrib modules.
6 years ago
pgp-info.c
Fix typos in the code
6 years ago
pgp-mpi-internal.c
Make the order of the header file includes consistent in contrib modules.
6 years ago
pgp-mpi-openssl.c
Make the order of the header file includes consistent in contrib modules.
6 years ago
pgp-mpi.c
Make the order of the header file includes consistent in contrib modules.
6 years ago
pgp-pgsql.c
Introduce macros for typalign and typstorage constants.
6 years ago
pgp-pubdec.c
Make the order of the header file includes consistent in contrib modules.
6 years ago
pgp-pubenc.c
Make the order of the header file includes consistent in contrib modules.
6 years ago
pgp-pubkey.c
Make the order of the header file includes consistent in contrib modules.
6 years ago
pgp-s2k.c
Make the order of the header file includes consistent in contrib modules.
6 years ago
pgp.c
Make the order of the header file includes consistent in contrib modules.
6 years ago
pgp.h
Fix inconsistencies and typos in the tree, take 10
6 years ago
px-crypt.c
Make the order of the header file includes consistent in contrib modules.
6 years ago
px-crypt.h
Phase 2 pgindent run for v12.
6 years ago
px-hmac.c
pgindent run for 9.4
12 years ago
px.c
Remove configure switch --disable-strong-random
7 years ago
px.h
Fix inconsistencies and typos in the tree, take 9
6 years ago
rijndael.c
Fix a boatload of typos in C comments.
8 years ago
rijndael.h
Phase 2 of pgindent updates.
8 years ago
rijndael.tbl
Remove useless whitespace at end of lines
15 years ago
sha1.c
Fix inconsistencies and typos in the tree, take 9
6 years ago
sha1.h
Phase 2 of pgindent updates.
8 years ago