aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Change some errdetail() to errdetail_internal()Alvaro Herrera2022-09-28
* Message style improvementsPeter Eisentraut2022-09-24
* Use min/max bounds defined by Zstd for compression levelMichael Paquier2022-09-22
* Simplify handling of compression level with compression specificationsMichael Paquier2022-09-14
* Fix get_dirent_type() for symlinks on MinGW/MSYS.Thomas Munro2022-07-28
* logging: Also add the command prefix to detail and hint messagesPeter Eisentraut2022-05-30
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Clear the OpenSSL error queue before cryptohash operationsDaniel Gustafsson2022-05-06
* Inhibit mingw CRT's auto-globbing of command line argumentsAndrew Dunstan2022-04-25
* Add missing error handling in pg_md5_hash().Tom Lane2022-04-18
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Remove not-very-useful early checks of __pg_log_level in logging.h.Tom Lane2022-04-12
* Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier2022-04-12
* Add color support for new frontend detail/hint messagesPeter Eisentraut2022-04-11
* Improve frontend error logging style.Tom Lane2022-04-08
* Fix possible NULL-pointer-deference in backup_compression.c.Robert Haas2022-03-30
* Allow parallel zstd compression when taking a base backup.Robert Haas2022-03-30
* Make update-unicode target work in vpath buildsPeter Eisentraut2022-03-25
* In get_bc_algorithm_name, add a dummy return statement.Robert Haas2022-03-23
* Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas2022-03-23
* Use bitwise rotate functions in more placesJohn Naylor2022-02-20
* Suppress integer-overflow compiler warning for inconsistent sun_len.Tom Lane2022-02-14
* Improve code clarity in epilogue of UTF-8 verification fast pathJohn Naylor2022-01-17
* Improve error handling of HMAC computationsMichael Paquier2022-01-13
* 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
* Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro2022-01-11
* Update copyright for 2022Bruce Momjian2022-01-07
* Add fast path for validating UTF-8 textJohn Naylor2021-12-20
* Centralize timestamp computation of control file on updatesMichael Paquier2021-11-29
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Allow psql's other uses of simple_prompt() to be interrupted by ^C.Tom Lane2021-11-19
* Provide a variant of simple_prompt() that can be interrupted by ^C.Tom Lane2021-11-17
* Fix buffer overrun in unicode string normalization with empty inputMichael Paquier2021-11-11
* Fix memory leak in pg_hmacDaniel Gustafsson2021-10-01
* Fix typos and grammar in code commentsMichael Paquier2021-09-27
* Extend collection of Unicode combining characters to beyond the BMPJohn Naylor2021-08-26
* Update display widths as part of updating UnicodeJohn Naylor2021-08-26
* Revert "Rename unicode_combining_table to unicode_width_table"John Naylor2021-08-26
* Revert "Change mbbisearch to return the character range"John Naylor2021-08-26
* Change mbbisearch to return the character rangeJohn Naylor2021-08-25
* Rename unicode_combining_table to unicode_width_tableJohn Naylor2021-08-25
* Revert refactoring of hex code to src/common/Michael Paquier2021-08-19
* Simplify error handing of jsonapi.c for the frontendMichael Paquier2021-07-02
* 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