index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
error
/
elog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Create infrastructure for "soft" error reporting.
Tom Lane
2022-12-09
1
-0
/
+123
*
Minor code refactoring in elog.c (no functional change).
Tom Lane
2022-12-07
1
-116
/
+141
*
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-31
1
-1
/
+1
*
Simplify our Assert infrastructure a little.
Tom Lane
2022-10-10
1
-2
/
+1
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
1
-1
/
+1
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
1
-7
/
+180
*
Clean up inconsistent use of fflush().
Tom Lane
2022-08-29
1
-4
/
+2
*
Provide log_status_format(), useful for an emit_log_hook.
Jeff Davis
2022-07-11
1
-3
/
+12
*
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-07-03
1
-2
/
+1
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
1
-2
/
+0
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
1
-1
/
+1
*
pgstat: stats collector references in comments.
Andres Freund
2022-04-06
1
-1
/
+1
*
Introduce log_destination=jsonlog
Michael Paquier
2022-01-17
1
-0
/
+18
*
Move any code specific to log_destination=csvlog to its own file
Michael Paquier
2022-01-12
1
-231
/
+0
*
Refactor set of routines specific to elog.c
Michael Paquier
2022-01-12
1
-59
/
+100
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Refactor fallback to stderr for csvlog to handle better WIN32 service case
Michael Paquier
2021-10-08
1
-30
/
+24
*
Refactor the syslogger pipe protocol to use a bitmask for its options
Michael Paquier
2021-09-13
1
-2
/
+7
*
Refactor one conversion of SQLSTATE to string in elog.c
Michael Paquier
2021-09-01
1
-12
/
+1
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-2
/
+2
*
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-20
1
-3
/
+3
*
Add csvlog output for the new query_id value
Bruce Momjian
2021-04-07
1
-4
/
+8
*
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-07
1
-0
/
+8
*
Strip file names reported in error messages on Windows, too.
Tom Lane
2021-04-02
1
-0
/
+4
*
Add 'noError' argument to encoding conversion functions.
Heikki Linnakangas
2021-04-01
1
-0
/
+2
*
Add errhint_plural() function and make use of it
Peter Eisentraut
2021-03-31
1
-0
/
+23
*
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-04
1
-49
/
+15
*
Add pg_stat_database counters for sessions and session time
Magnus Hagander
2021-01-17
1
-0
/
+8
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Suppress log spam from multiple reports of SIGQUIT shutdown.
Tom Lane
2020-12-29
1
-1
/
+9
*
Centralize logic for skipping useless ereport/elog calls.
Tom Lane
2020-11-23
1
-60
/
+93
*
Improve compiler code layout in elog/ereport ERROR calls
David Rowley
2020-11-24
1
-0
/
+13
*
Recognize network-failure errnos as indicating hard connection loss.
Tom Lane
2020-10-10
1
-4
/
+1
*
Add %P to log_line_prefix for parallel group leader
Michael Paquier
2020-08-03
1
-0
/
+38
*
Log the location field before any backtrace
Peter Eisentraut
2020-07-10
1
-7
/
+7
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
1
-2
/
+2
*
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-25
1
-22
/
+56
*
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
1
-185
/
+49
*
Re-implement the ereport() macro using __VA_ARGS__.
Tom Lane
2020-03-24
1
-10
/
+0
*
Add backend type to csvlog and optionally log_line_prefix
Peter Eisentraut
2020-03-15
1
-0
/
+28
*
Remove am_syslogger global variable
Peter Eisentraut
2020-03-13
1
-4
/
+4
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Remove debugging aid
Alvaro Herrera
2019-11-23
1
-2
/
+0
*
Add backtrace support for error reporting
Alvaro Herrera
2019-11-08
1
-0
/
+117
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Disallow setting client_min_messages higher than ERROR.
Tom Lane
2018-11-08
1
-9
/
+2
*
Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.
Tom Lane
2018-09-26
1
-66
/
+4
*
Convert elog.c's useful_strerror() into a globally-used strerror wrapper.
Tom Lane
2018-09-26
1
-216
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
[next]