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
16 hours
Update copyright for 2026
HEAD
origin/master
origin/HEAD
master
Bruce Momjian
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-10-13
Fix incorrect message-printing in win32security.c.
Tom Lane
2025-10-09
Clean up memory leakage that occurs in context callback functions.
Tom Lane
2025-09-24
Remove PointerIsValid()
Peter Eisentraut
2025-08-06
Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT
Peter Eisentraut
2025-08-03
Take a little more care in set_backtrace().
Tom Lane
2025-04-23
Fix an oversight in 3f28b2fcac.
Amit Kapila
2025-04-07
Add local-address escape "%L" to log_line_prefix.
Tom Lane
2025-03-30
Add errhint_internal()
Andres Freund
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-27
Fix guc_malloc calls for consistency and OOM checks
Daniel Gustafsson
2025-02-20
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-27
Make GUC_check_errdetail messages full sentences
Álvaro Herrera
2024-11-22
Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.
Nathan Bossart
2024-10-17
Improve ThrowErrorData() comments for use with soft errors.
Jeff Davis
2024-10-07
Fix Y2038 issues with MyStartTime.
Nathan Bossart
2024-08-21
Don't advance origin during apply failure.
Amit Kapila
2024-07-24
Move all extern declarations for GUC variables to header files
Peter Eisentraut
2024-07-22
Add new error code for "file name too long"
Michael Paquier
2024-07-02
Improve some global variable declarations
Peter Eisentraut
2024-06-27
Avoid crashing when a JIT-inlined backend function throws an error.
Tom Lane
2024-04-29
Revert "Add GUC backtrace_on_internal_error"
Peter Eisentraut
2024-04-04
Coordinate emit_log_hook and all log destinations to share the same timeval
Michael Paquier
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-03
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-02-28
Remove AIX support
Heikki Linnakangas
2024-02-14
Remove obsolete check in SIGTERM handler for the startup process.
Nathan Bossart
2024-02-02
Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access().
Tom Lane
2024-01-18
Error message capitalisation
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-30
Add GUC backtrace_on_internal_error
Peter Eisentraut
2023-12-28
Fix variable name and comment
Peter Eisentraut
2023-12-11
Remove trace_recovery_messages
Michael Paquier
2023-11-15
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-10-17
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-08-22
Introduce macros for protocol characters.
Nathan Bossart
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-09
Create infrastructure for "soft" error reporting.
Tom Lane
2022-12-07
Minor code refactoring in elog.c (no functional change).
Tom Lane
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-10
Simplify our Assert infrastructure a little.
Tom Lane
2022-09-21
meson: Add initial version of meson based build system
Andres Freund
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
[next]