aboutsummaryrefslogtreecommitdiff
path: root/src/common/logging.c
Commit message (Expand)AuthorAge
* Update copyright for 2024Bruce Momjian2024-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* logging: Also add the command prefix to detail and hint messagesPeter Eisentraut2022-05-30
* Remove not-very-useful early checks of __pg_log_level in logging.h.Tom Lane2022-04-12
* Add color support for new frontend detail/hint messagesPeter Eisentraut2022-04-11
* Improve frontend error logging style.Tom Lane2022-04-08
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve common/logging.c's support for multiple verbosity levels.Tom Lane2020-09-17
* Prevent compilation of frontend-only files in src/common/ with backendMichael Paquier2020-06-30
* Fix command-line colorization on Windows with VT100-compatible environmentsMichael Paquier2020-03-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* In pg_log_generic(), be more paranoid about preserving errno.Tom Lane2019-07-06
* Initial pgindent run for v12.Tom Lane2019-05-22
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-14