index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
error
Age
Commit message (
Expand
)
Author
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-03-25
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-24
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
Re-implement the ereport() macro using __VA_ARGS__.
Tom Lane
2020-03-15
Add backend type to csvlog and optionally log_line_prefix
Peter Eisentraut
2020-03-13
Remove am_syslogger global variable
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-23
Remove debugging aid
Alvaro Herrera
2019-11-08
Add backtrace support for error reporting
Alvaro Herrera
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-08
Disallow setting client_min_messages higher than ERROR.
Tom Lane
2018-09-26
Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.
Tom Lane
2018-09-26
Convert elog.c's useful_strerror() into a globally-used strerror wrapper.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-12
Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.
Noah Misch
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-04-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-07
Fix unsafe assumption that struct timeval.tv_sec is a "long".
Tom Lane
2016-08-26
Add a nonlocalized version of the severity field to client error messages.
Tom Lane
2016-08-26
Put static forward declarations in elog.c back into same order as code.
Tom Lane
2016-08-26
Fix assorted small bugs in ThrowErrorData().
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-04
Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.
Tom Lane
2016-03-28
Document errhidecontext() where it ought to be documented.
Tom Lane
2016-03-17
Add syslog_split_messages parameter
Peter Eisentraut
2016-03-17
Add syslog_sequence_numbers parameter
Peter Eisentraut
2016-03-11
Allow emit_log_hook to see original message text
Simon Riggs
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-09-07
Coordinate log_line_prefix options 'm' and 'n' to share a timeval.
Jeff Davis
2015-09-07
Add log_line_prefix option 'n' for Unix epoch.
Jeff Davis
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-02-03
Remove remnants of ImmediateInterruptOK handling.
Andres Freund
2015-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-01-24
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-12
Use correct text domain for errcontext() appearing within ereport().
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2015-01-05
Fix typo in comment.
Fujii Masao
2014-12-25
Add capability to suppress CONTEXT: messages to elog machinery.
Andres Freund
2014-10-31
Support frontend-backend protocol communication using a shm_mq.
Robert Haas
2014-07-17
Add option to pg_ctl to choose event source for logging
Magnus Hagander
2014-05-06
pgindent run for 9.4
Bruce Momjian
[next]