| .. |
|
unicode
|
Fix minor issues with new unicode {de,re}composition code
|
2020-11-07 10:15:58 +09:00 |
|
.gitignore
|
Replace the data structure used for keyword lookup.
|
2019-01-06 17:02:57 -05:00 |
|
archive.c
|
Move routine building restore_command to src/common/
|
2020-03-24 12:13:36 +09:00 |
|
base64.c
|
Update copyrights for 2020
|
2020-01-01 12:21:45 -05:00 |
|
checksum_helper.c
|
Move SHA2 routines to a new generic API layer for crypto hashes
|
2020-12-02 10:37:20 +09:00 |
|
cipher.c
|
Really fix the dummy implementations in cipher.c.
|
2020-12-25 14:45:24 -05:00 |
|
cipher_openssl.c
|
Add key management system
|
2020-12-25 10:19:44 -05:00 |
|
config_info.c
|
Simplify passing of configure arguments to pg_config
|
2020-02-10 19:23:41 +01:00 |
|
controldata_utils.c
|
Update copyrights for 2020
|
2020-01-01 12:21:45 -05:00 |
|
cryptohash.c
|
Improve some code around cryptohash functions
|
2020-12-14 12:38:13 +09:00 |
|
cryptohash_openssl.c
|
Refactor MD5 implementations according to new cryptohash infrastructure
|
2020-12-10 11:59:10 +09:00 |
|
d2s.c
|
Update copyrights for 2020
|
2020-01-01 12:21:45 -05:00 |
|
d2s_full_table.h
|
Update copyrights for 2020
|
2020-01-01 12:21:45 -05:00 |
|
d2s_intrinsics.h
|
Update copyrights for 2020
|
2020-01-01 12:21:45 -05:00 |
|
digit_table.h
|
Change floating-point output format for improved performance.
|
2019-02-13 15:20:33 +00:00 |
|
encnames.c
|
Rationalize code placement between wchar.c, encnames.c, and mbutils.c.
|
2020-01-16 18:08:21 -05:00 |
|
exec.c
|
Replace remaining StrNCpy() by strlcpy()
|
2020-08-10 23:20:37 +02:00 |
|
f2s.c
|
Update copyrights for 2020
|
2020-01-01 12:21:45 -05:00 |
|
fe_memutils.c
|
Update copyrights for 2020
|
2020-01-01 12:21:45 -05:00 |
|
file_perm.c
|
Update copyrights for 2020
|
2020-01-01 12:21:45 -05:00 |
|
file_utils.c
|
Skip unnecessary stat() calls in walkdir().
|
2020-09-07 18:28:06 +12:00 |
|
hashfn.c
|
Dial back -Wimplicit-fallthrough to level 3
|
2020-05-13 15:31:14 -04:00 |
|
hex_decode.c
|
move hex_decode() to /common so it can be called from frontend
|
2020-12-24 17:25:48 -05:00 |
|
ip.c
|
Add support for abstract Unix-domain sockets
|
2020-11-25 08:33:57 +01:00 |
|
jsonapi.c
|
Run pgindent with new pg_bsd_indent version 2.1.1.
|
2020-05-16 11:54:51 -04:00 |
|
keywords.c
|
Allow most keywords to be used as column labels without requiring AS.
|
2020-09-18 16:46:36 -04:00 |
|
kmgr_utils.c
|
Fix function call typo in frontend Win32 code, commit 978f869b99
|
2020-12-25 20:49:50 -05:00 |
|
kwlookup.c
|
Update copyrights for 2020
|
2020-01-01 12:21:45 -05:00 |
|
link-canary.c
|
Update copyrights for 2020
|
2020-01-01 12:21:45 -05:00 |
|
logging.c
|
Improve common/logging.c's support for multiple verbosity levels.
|
2020-09-17 12:52:18 -04:00 |
|
Makefile
|
Add key management system
|
2020-12-25 10:19:44 -05:00 |
|
md5.c
|
Refactor MD5 implementations according to new cryptohash infrastructure
|
2020-12-10 11:59:10 +09:00 |
|
md5_common.c
|
Improve some code around cryptohash functions
|
2020-12-14 12:38:13 +09:00 |
|
md5_int.h
|
Refactor MD5 implementations according to new cryptohash infrastructure
|
2020-12-10 11:59:10 +09:00 |
|
pg_get_line.c
|
Rethink API for pg_get_line.c, one more time.
|
2020-09-22 15:55:13 -04:00 |
|
pg_lzcompress.c
|
Second thoughts on TOAST decompression.
|
2020-11-02 11:25:18 -05:00 |
|
pgfnames.c
|
Update copyrights for 2020
|
2020-01-01 12:21:45 -05:00 |
|
protocol_openssl.c
|
Move OpenSSL routines for min/max protocol setting to src/common/
|
2020-01-17 10:06:17 +09:00 |
|
psprintf.c
|
Update copyrights for 2020
|
2020-01-01 12:21:45 -05:00 |
|
relpath.c
|
Add declaration-level assertions for compile-time checks
|
2020-02-03 14:48:42 +09:00 |
|
restricted_token.c
|
Fix -Wcast-function-type warnings on Windows/MinGW
|
2020-10-21 08:17:51 +02:00 |
|
rmtree.c
|
Update copyrights for 2020
|
2020-01-01 12:21:45 -05:00 |
|
ryu_common.h
|
Update copyrights for 2020
|
2020-01-01 12:21:45 -05:00 |
|
saslprep.c
|
Refactor logic to check for ASCII-only characters in string
|
2020-12-21 09:37:11 +09:00 |
|
scram-common.c
|
Move SHA2 routines to a new generic API layer for crypto hashes
|
2020-12-02 10:37:20 +09:00 |
|
sha2.c
|
Move SHA2 routines to a new generic API layer for crypto hashes
|
2020-12-02 10:37:20 +09:00 |
|
sha2_int.h
|
Move SHA2 routines to a new generic API layer for crypto hashes
|
2020-12-02 10:37:20 +09:00 |
|
sprompt.c
|
Remove arbitrary restrictions on password length.
|
2020-09-03 20:09:18 -04:00 |
|
string.c
|
Refactor logic to check for ASCII-only characters in string
|
2020-12-21 09:37:11 +09:00 |
|
stringinfo.c
|
Update copyrights for 2020
|
2020-01-01 12:21:45 -05:00 |
|
unicode_norm.c
|
Simplify code for getting a unicode codepoint's canonical class.
|
2020-12-09 13:24:38 +09:00 |
|
username.c
|
Update copyrights for 2020
|
2020-01-01 12:21:45 -05:00 |
|
wait_error.c
|
Update copyrights for 2020
|
2020-01-01 12:21:45 -05:00 |
|
wchar.c
|
Dial back -Wimplicit-fallthrough to level 3
|
2020-05-13 15:31:14 -04:00 |