summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2022-05-30logging: Also add the command prefix to detail and hint messagesPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-06Clear the OpenSSL error queue before cryptohash operationsDaniel Gustafsson
2022-04-25Inhibit mingw CRT's auto-globbing of command line argumentsAndrew Dunstan
2022-04-19Add missing error handling in pg_md5_hash().Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-12Remove not-very-useful early checks of __pg_log_level in logging.h.Tom Lane
2022-04-12Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier
2022-04-11Add color support for new frontend detail/hint messagesPeter Eisentraut
2022-04-08Improve frontend error logging style.Tom Lane
2022-03-30Fix possible NULL-pointer-deference in backup_compression.c.Robert Haas
2022-03-30Allow parallel zstd compression when taking a base backup.Robert Haas
2022-03-25Make update-unicode target work in vpath buildsPeter Eisentraut
2022-03-23In get_bc_algorithm_name, add a dummy return statement.Robert Haas
2022-03-23Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas
2022-02-20Use bitwise rotate functions in more placesJohn Naylor
2022-02-14Suppress integer-overflow compiler warning for inconsistent sun_len.Tom Lane
2022-01-18Improve code clarity in epilogue of UTF-8 verification fast pathJohn Naylor
2022-01-13Improve error handling of HMAC computationsMichael Paquier
2022-01-13Fix incorrect comments in hmac.c and hmac_openssl.cMichael Paquier
2022-01-12Fix comment related to pg_cryptohash_error()Michael Paquier
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2022-01-10Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
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