aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Fix JSON error reporting for many cases of erroneous string values.Tom Lane2023-03-13
* Make EXEC_BACKEND more convenient on Linux and FreeBSD.Michael Paquier2023-02-08
* Change some errdetail() to errdetail_internal()Alvaro Herrera2022-09-28
* Fix get_dirent_type() for symlinks on MinGW/MSYS.Thomas Munro2022-07-28
* Inhibit mingw CRT's auto-globbing of command line argumentsAndrew Dunstan2022-04-25
* Revert error handling improvements for cryptohashesMichael Paquier2022-01-14
* Fix incorrect comments in hmac.c and hmac_openssl.cMichael Paquier2022-01-13
* Fix comment related to pg_cryptohash_error()Michael Paquier2022-01-12
* Improve error handling of cryptohash computationsMichael Paquier2022-01-11
* Fix buffer overrun in unicode string normalization with empty inputMichael Paquier2021-11-11
* Fix memory leak in pg_hmacDaniel Gustafsson2021-10-01
* Revert refactoring of hex code to src/common/Michael Paquier2021-08-19
* Fix incautious handling of possibly-miscoded strings in client code.Tom Lane2021-06-07
* Adjust locations which have an incorrect copyright yearDavid Rowley2021-06-04
* Factor out system call names from error messagesPeter Eisentraut2021-04-23
* Fix typos and grammar in comments and docsMichael Paquier2021-04-19
* Refactor HMAC implementationsMichael Paquier2021-04-03
* pg_upgrade: Check version of target cluster binariesPeter Eisentraut2021-03-03
* Improve reporting for syntax errors in multi-line JSON data.Tom Lane2021-03-01
* Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier2021-02-15
* Fix copy-paste error with SHA256 digest length in checksum_helper.cMichael Paquier2021-02-11
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-01
* Add mbverifystr() functions specific to each encoding.Heikki Linnakangas2021-01-28
* Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier2021-01-23
* Rework refactoring of hex and encoding routinesMichael Paquier2021-01-14
* Fix and simplify some code related to cryptohashesMichael Paquier2021-01-08
* Fix allocation logic of cryptohash context data with OpenSSLMichael Paquier2021-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Use setenv() in preference to putenv().Tom Lane2020-12-30
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-27
* Fix function call typo in frontend Win32 code, commit 978f869b99Bruce Momjian2020-12-25
* Really fix the dummy implementations in cipher.c.Tom Lane2020-12-25
* fix no-return function call in cipher.c from commit 978f869b99Bruce Momjian2020-12-25
* remove uint128 requirement from patch 978f869b99 (CFE)Bruce Momjian2020-12-25
* Fix return value and const declaration from commit 978f869b99Bruce Momjian2020-12-25
* Add key management systemBruce Momjian2020-12-25
* move hex_decode() to /common so it can be called from frontendBruce Momjian2020-12-24
* Refactor logic to check for ASCII-only characters in stringMichael Paquier2020-12-21
* Improve some code around cryptohash functionsMichael Paquier2020-12-14
* Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier2020-12-10
* Simplify code for getting a unicode codepoint's canonical class.Michael Paquier2020-12-09
* Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier2020-12-04
* Fix compilation warnings in cryptohash_openssl.cMichael Paquier2020-12-02
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-02
* Add support for abstract Unix-domain socketsPeter Eisentraut2020-11-25
* Fix minor issues with new unicode {de,re}composition codeMichael Paquier2020-11-07
* Second thoughts on TOAST decompression.Tom Lane2020-11-02
* Fix two issues in TOAST decompression.Tom Lane2020-11-01
* Fix issue with --enable-coverage and the new unicode {de,re}composition codeMichael Paquier2020-10-24
* Improve performance of Unicode {de,re}composition in the backendMichael Paquier2020-10-23