index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
error
/
elog.c
Commit message (
Expand
)
Author
Age
*
Move all extern declarations for GUC variables to header files
Peter Eisentraut
2024-07-24
*
Add new error code for "file name too long"
Michael Paquier
2024-07-22
*
Improve some global variable declarations
Peter Eisentraut
2024-07-02
*
Avoid crashing when a JIT-inlined backend function throws an error.
Tom Lane
2024-06-27
*
Revert "Add GUC backtrace_on_internal_error"
Peter Eisentraut
2024-04-29
*
Coordinate emit_log_hook and all log destinations to share the same timeval
Michael Paquier
2024-04-04
*
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-03-03
*
Remove AIX support
Heikki Linnakangas
2024-02-28
*
Remove obsolete check in SIGTERM handler for the startup process.
Nathan Bossart
2024-02-14
*
Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access().
Tom Lane
2024-02-02
*
Error message capitalisation
Peter Eisentraut
2024-01-18
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add GUC backtrace_on_internal_error
Peter Eisentraut
2023-12-30
*
Fix variable name and comment
Peter Eisentraut
2023-12-28
*
Remove trace_recovery_messages
Michael Paquier
2023-12-11
*
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-15
*
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-10-17
*
Introduce macros for protocol characters.
Nathan Bossart
2023-08-22
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Create infrastructure for "soft" error reporting.
Tom Lane
2022-12-09
*
Minor code refactoring in elog.c (no functional change).
Tom Lane
2022-12-07
*
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-31
*
Simplify our Assert infrastructure a little.
Tom Lane
2022-10-10
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
*
Clean up inconsistent use of fflush().
Tom Lane
2022-08-29
*
Provide log_status_format(), useful for an emit_log_hook.
Jeff Davis
2022-07-11
*
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-07-03
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
pgstat: stats collector references in comments.
Andres Freund
2022-04-06
*
Introduce log_destination=jsonlog
Michael Paquier
2022-01-17
*
Move any code specific to log_destination=csvlog to its own file
Michael Paquier
2022-01-12
*
Refactor set of routines specific to elog.c
Michael Paquier
2022-01-12
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Refactor fallback to stderr for csvlog to handle better WIN32 service case
Michael Paquier
2021-10-08
*
Refactor the syslogger pipe protocol to use a bitmask for its options
Michael Paquier
2021-09-13
*
Refactor one conversion of SQLSTATE to string in elog.c
Michael Paquier
2021-09-01
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-20
*
Add csvlog output for the new query_id value
Bruce Momjian
2021-04-07
*
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-07
*
Strip file names reported in error messages on Windows, too.
Tom Lane
2021-04-02
*
Add 'noError' argument to encoding conversion functions.
Heikki Linnakangas
2021-04-01
*
Add errhint_plural() function and make use of it
Peter Eisentraut
2021-03-31
*
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-04
*
Add pg_stat_database counters for sessions and session time
Magnus Hagander
2021-01-17
[next]