index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Commit message (
Expand
)
Author
Age
*
Fix and simplify some code related to cryptohashes
Michael Paquier
2021-01-08
*
Fix allocation logic of cryptohash context data with OpenSSL
Michael Paquier
2021-01-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Use setenv() in preference to putenv().
Tom Lane
2020-12-30
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
*
Fix function call typo in frontend Win32 code, commit 978f869b99
Bruce Momjian
2020-12-25
*
Really fix the dummy implementations in cipher.c.
Tom Lane
2020-12-25
*
fix no-return function call in cipher.c from commit 978f869b99
Bruce Momjian
2020-12-25
*
remove uint128 requirement from patch 978f869b99 (CFE)
Bruce Momjian
2020-12-25
*
Fix return value and const declaration from commit 978f869b99
Bruce Momjian
2020-12-25
*
Add key management system
Bruce Momjian
2020-12-25
*
move hex_decode() to /common so it can be called from frontend
Bruce Momjian
2020-12-24
*
Refactor logic to check for ASCII-only characters in string
Michael Paquier
2020-12-21
*
Improve some code around cryptohash functions
Michael Paquier
2020-12-14
*
Refactor MD5 implementations according to new cryptohash infrastructure
Michael Paquier
2020-12-10
*
Simplify code for getting a unicode codepoint's canonical class.
Michael Paquier
2020-12-09
*
Change SHA2 implementation based on OpenSSL to use EVP digest routines
Michael Paquier
2020-12-04
*
Fix compilation warnings in cryptohash_openssl.c
Michael Paquier
2020-12-02
*
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-12-02
*
Add support for abstract Unix-domain sockets
Peter Eisentraut
2020-11-25
*
Fix minor issues with new unicode {de,re}composition code
Michael Paquier
2020-11-07
*
Second thoughts on TOAST decompression.
Tom Lane
2020-11-02
*
Fix two issues in TOAST decompression.
Tom Lane
2020-11-01
*
Fix issue with --enable-coverage and the new unicode {de,re}composition code
Michael Paquier
2020-10-24
*
Improve performance of Unicode {de,re}composition in the backend
Michael Paquier
2020-10-23
*
Fix -Wcast-function-type warnings on Windows/MinGW
Peter Eisentraut
2020-10-21
*
Fix compilation warning in unicode_norm.c
Michael Paquier
2020-10-12
*
Use perfect hash for NFC and NFKC Unicode Normalization quick check
Michael Paquier
2020-10-11
*
Remove logging.c from the shared library of src/common/
Michael Paquier
2020-10-01
*
Revert "Change SHA2 implementation based on OpenSSL to use EVP digest routines"
Michael Paquier
2020-09-29
*
Change SHA2 implementation based on OpenSSL to use EVP digest routines
Michael Paquier
2020-09-28
*
Rethink API for pg_get_line.c, one more time.
Tom Lane
2020-09-22
*
Allow most keywords to be used as column labels without requiring AS.
Tom Lane
2020-09-18
*
Improve common/logging.c's support for multiple verbosity levels.
Tom Lane
2020-09-17
*
Skip unnecessary stat() calls in walkdir().
Thomas Munro
2020-09-07
*
Refactor pg_get_line() to expose an alternative StringInfo-based API.
Tom Lane
2020-09-06
*
Remove arbitrary restrictions on password length.
Tom Lane
2020-09-03
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
*
Prevent compilation of frontend-only files in src/common/ with backend
Michael Paquier
2020-06-30
*
Move frontend-side archive APIs from src/common/ to src/fe_utils/
Michael Paquier
2020-06-11
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Fix update-unicode target
Peter Eisentraut
2020-04-19
*
Improve error messages after LoadLibrary()
Peter Eisentraut
2020-04-13
*
Add checksum helper functions.
Robert Haas
2020-04-03
*
Add SQL functions for Unicode normalization
Peter Eisentraut
2020-04-02
*
Add -c/--restore-target-wal to pg_rewind
Michael Paquier
2020-04-01
*
Add support for other normal forms to Unicode normalization API
Peter Eisentraut
2020-03-24
[next]