summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2021-12-20Add fast path for validating UTF-8 textJohn Naylor
2021-11-29Centralize timestamp computation of control file on updatesMichael Paquier
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-11-19Allow psql's other uses of simple_prompt() to be interrupted by ^C.Tom Lane
2021-11-18Provide a variant of simple_prompt() that can be interrupted by ^C.Tom Lane
2021-11-11Fix buffer overrun in unicode string normalization with empty inputMichael Paquier
2021-10-01Fix memory leak in pg_hmacDaniel Gustafsson
2021-09-27Fix typos and grammar in code commentsMichael Paquier
2021-08-26Extend collection of Unicode combining characters to beyond the BMPJohn Naylor
2021-08-26Update display widths as part of updating UnicodeJohn Naylor
2021-08-26Revert "Rename unicode_combining_table to unicode_width_table"John Naylor
2021-08-26Revert "Change mbbisearch to return the character range"John Naylor
2021-08-25Change mbbisearch to return the character rangeJohn Naylor
2021-08-25Rename unicode_combining_table to unicode_width_tableJohn Naylor
2021-08-19Revert refactoring of hex code to src/common/Michael Paquier
2021-07-02Simplify error handing of jsonapi.c for the frontendMichael Paquier
2021-06-07Fix incautious handling of possibly-miscoded strings in client code.Tom Lane
2021-06-04Adjust locations which have an incorrect copyright yearDavid Rowley
2021-04-23Factor out system call names from error messagesPeter Eisentraut
2021-04-19Fix typos and grammar in comments and docsMichael Paquier
2021-04-03Refactor HMAC implementationsMichael Paquier
2021-03-03pg_upgrade: Check version of target cluster binariesPeter Eisentraut
2021-03-01Improve reporting for syntax errors in multi-line JSON data.Tom Lane
2021-02-15Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier
2021-02-11Fix copy-paste error with SHA256 digest length in checksum_helper.cMichael Paquier
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2021-01-28Add mbverifystr() functions specific to each encoding.Heikki Linnakangas
2021-01-23Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier
2021-01-14Rework refactoring of hex and encoding routinesMichael Paquier
2021-01-08Fix and simplify some code related to cryptohashesMichael Paquier
2021-01-07Fix allocation logic of cryptohash context data with OpenSSLMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Use setenv() in preference to putenv().Tom Lane
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-26Fix function call typo in frontend Win32 code, commit 978f869b99Bruce Momjian
2020-12-25Really fix the dummy implementations in cipher.c.Tom Lane
2020-12-25fix no-return function call in cipher.c from commit 978f869b99Bruce Momjian
2020-12-25remove uint128 requirement from patch 978f869b99 (CFE)Bruce Momjian
2020-12-25Fix return value and const declaration from commit 978f869b99Bruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-12-24move hex_decode() to /common so it can be called from frontendBruce Momjian
2020-12-21Refactor logic to check for ASCII-only characters in stringMichael Paquier
2020-12-14Improve some code around cryptohash functionsMichael Paquier
2020-12-10Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier
2020-12-09Simplify code for getting a unicode codepoint's canonical class.Michael Paquier
2020-12-04Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier
2020-12-02Fix compilation warnings in cryptohash_openssl.cMichael Paquier
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-11-25Add support for abstract Unix-domain socketsPeter Eisentraut
2020-11-07Fix minor issues with new unicode {de,re}composition codeMichael Paquier