postgresql/src/backend
Michael Paquier bd94a9c04e Rename cryptohashes.c to cryptohashfuncs.c
87ae969 has created two new files called cryptohash{_openssl}.c in
src/common/, whose names overlap with the existing backend file called
cryptohashes.c dedicated to the SQL wrappers for SHA2 and MD5.  This
file is renamed to cryptohashfuncs.c to be more consistent with the
surroundings and reduce the confusion with the new cryptohash interface
of src/common/.

Author: Michael Paquier
Reviewed-by: Daniel Gustafsson
Discussion: https://postgr.es/m/X8hHhaQgbMbW+aGU@paquier.xyz
2020-12-04 12:58:44 +09:00
..
access Fix CLUSTER progress reporting of number of blocks scanned. 2020-11-27 20:16:44 +09:00
bootstrap Fix some stray whitespace in parser files 2020-11-11 17:37:18 +01:00
catalog Track total number of WAL records, FPIs and bytes generated in the cluster. 2020-12-02 13:00:15 +09:00
commands Refactor CLUSTER and REINDEX grammar to use DefElem for option lists 2020-12-03 10:13:21 +09:00
executor Remove catalog function currtid() 2020-11-25 12:18:26 +09:00
foreign Small code simplifications 2020-12-03 11:44:13 +01:00
jit Move per-agg and per-trans duplicate finding to the planner. 2020-11-24 10:45:00 +02:00
lib Use pg_bitutils for HyperLogLog. 2020-07-30 09:14:23 -07:00
libpq Move SHA2 routines to a new generic API layer for crypto hashes 2020-12-02 10:37:20 +09:00
main Remove -o option to postmaster 2020-11-10 13:15:01 +01:00
nodes Refactor CLUSTER and REINDEX grammar to use DefElem for option lists 2020-12-03 10:13:21 +09:00
optimizer Improve estimation of OR clauses using extended statistics. 2020-12-03 10:03:49 +00:00
parser Small code simplifications 2020-12-03 11:44:13 +01:00
partitioning Do not return NULL for error cases in satisfies_hash_partition(). 2020-11-16 16:39:59 -05:00
po
port Fix -Wcast-function-type warnings on Windows/MinGW 2020-10-21 08:17:51 +02:00
postmaster Track total number of WAL records, FPIs and bytes generated in the cluster. 2020-12-02 13:00:15 +09:00
regex Dial back -Wimplicit-fallthrough to level 3 2020-05-13 15:31:14 -04:00
replication Change SHA2 implementation based on OpenSSL to use EVP digest routines 2020-12-04 10:49:23 +09:00
rewrite Improve wording of two error messages related to generated columns. 2020-11-23 11:15:12 -05:00
snowball
statistics Improve estimation of OR clauses using extended statistics. 2020-12-03 10:03:49 +00:00
storage Use truncate(2) where appropriate. 2020-12-01 15:42:22 +13:00
tcop Refactor CLUSTER and REINDEX grammar to use DefElem for option lists 2020-12-03 10:13:21 +09:00
tsearch Improve behavior of tsearch_readline(), and remove t_readline(). 2020-09-23 20:26:58 -04:00
utils Rename cryptohashes.c to cryptohashfuncs.c 2020-12-04 12:58:44 +09:00
.gitignore
common.mk
Makefile Update copyrights for 2020 2020-01-01 12:21:45 -05:00
nls.mk Add missing gettext triggers 2020-04-28 13:35:40 +02:00