Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
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
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
/
include
/
utils
/
elog.h
Age
Commit message (
Expand
)
Author
2025-04-23
Fix an oversight in 3f28b2fcac.
Amit Kapila
2025-03-30
Add errhint_internal()
Andres Freund
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-02-18
Add PGErrorVerbosity to typedefs.list
Daniel Gustafsson
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-08-21
Don't advance origin during apply failure.
Amit Kapila
2024-02-14
Remove obsolete check in SIGTERM handler for the startup process.
Nathan Bossart
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-17
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-16
Fix typo in reference to __FreeBSD__.
Thomas Munro
2022-12-09
Create infrastructure for "soft" error reporting.
Tom Lane
2022-10-05
Add optional parameter to PG_TRY() macros
David Rowley
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-08-07
Rely on __func__ being supported
Andres Freund
2022-07-11
Provide log_status_format(), useful for an emit_log_hook.
Jeff Davis
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-01-17
Introduce log_destination=jsonlog
Michael Paquier
2022-01-12
Refactor set of routines specific to elog.c
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-04-11
Add macro PGWARNING, and make PGERROR available on all platforms.
Tom Lane
2021-03-31
Add errhint_plural() function and make use of it
Peter Eisentraut
2021-03-04
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-29
Suppress log spam from multiple reports of SIGQUIT shutdown.
Tom Lane
2020-11-24
Tidy up definitions of pg_attribute_hot and pg_attribute_cold
David Rowley
2020-11-24
Centralize logic for skipping useless ereport/elog calls.
Tom Lane
2020-11-23
Improve compiler code layout in elog/ereport ERROR calls
David Rowley
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-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-08
Add backtrace support for error reporting
Alvaro Herrera
2019-11-07
Fix nested error handling in PG_FINALLY
Peter Eisentraut
2019-11-01
PG_FINALLY
Peter Eisentraut
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-02-11
Fix misleading PG_RE_THROW commentary
Alvaro Herrera
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-08-24
Remove test for VA_ARGS, implied by C99.
Andres Freund
2018-08-12
Revert "Distinguish printf-like functions that support %m from those that don...
Tom Lane
2018-08-11
Produce compiler errors if errno is referenced inside elog/ereport calls.
Tom Lane
2018-08-11
Distinguish printf-like functions that support %m from those that don't.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
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-01-03
Update copyright via script for 2017
Bruce Momjian
2016-09-10
Improve unreachability recognition in elog() macro.
Tom Lane
[next]