index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
error
Age
Commit message (
Expand
)
Author
2018-11-08
Disallow setting client_min_messages higher than ERROR.
Tom Lane
2017-11-12
Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.
Noah Misch
2017-05-16
Fix new warnings from GCC 7
Peter Eisentraut
2016-08-26
Fix assorted small bugs in ThrowErrorData().
Tom Lane
2015-05-23
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
2014-03-13
Prevent interrupts while reporting non-ERROR elog messages.
Tom Lane
2014-03-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
Show PIDs of lock holders and waiters in log_lock_waits log message.
Fujii Masao
2014-01-11
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-02
Avoid out-of-bounds read in errfinish if error_stack_depth < 0.
Robert Haas
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-06
Add #ifdef guards for some POSIX error symbols that Windows doesn't like.
Tom Lane
2013-11-06
Be more robust when strerror() doesn't give a useful result.
Tom Lane
2013-10-24
Use improved vsnprintf calling logic in more places.
Tom Lane
2013-10-22
Make use of psprintf() in recent changes
Peter Eisentraut
2013-09-26
Allow printf-style padding specifications in log_line_prefix.
Robert Haas
2013-08-13
Emit a log message if output is about to be redirected away from stderr.
Tom Lane
2013-08-01
Allow a context to be passed in for error handling
Stephen Frost
2013-07-25
Improvements to GetErrorContextStack()
Stephen Frost
2013-07-24
Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL
Stephen Frost
2013-06-26
Renovate display of non-ASCII messages on Windows.
Noah Misch
2013-06-13
Remove special-case treatment of LOG severity level in standalone mode.
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-06
Revert idea of zer-padding padding session id in log_line_prefix
Bruce Momjian
2013-01-29
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-13
Update comments for elog_start().
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-12
Use correct text domain for translating errcontext() messages.
Heikki Linnakangas
2012-10-16
When outputting the session id in log_line_prefix (%c) or in CSV log
Bruce Momjian
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-04-29
Change return type of ExceptionalCondition to void and mark it noreturn
Peter Eisentraut
2012-03-06
Add a hook for processing messages due to be sent to the server log.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-11-30
Tweak previous patch to ensure edata->filename always gets initialized.
Tom Lane
2011-11-30
Strip file names reported in error messages in vpath builds
Peter Eisentraut
2011-10-25
Support configurable eventlog application names on Windows
Magnus Hagander
2011-10-18
Suppress -Wunused-result warnings about write() and fwrite().
Tom Lane
[next]