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
/
backend
/
main
/
main.c
Age
Commit message (
Expand
)
Author
2025-03-28
Use thread-safe strftime_l() instead of strftime().
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-17
Set the stack_base_ptr in main(), not in random other places.
Tom Lane
2024-12-10
Fix elog(FATAL) before PostmasterMain() or just after fork().
Noah Misch
2024-12-04
Provide a better error message for misplaced dispatch options.
Nathan Bossart
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-07-03
Tighten check for --forkchild argument when spawning child process
Heikki Linnakangas
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-25
Remove dummy_spinlock
Alvaro Herrera
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-04-20
Remove obsolete defense against strxfrm() bugs.
Thomas Munro
2023-03-02
Mark options as deprecated in usage output
Daniel Gustafsson
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-21
Add workaround to make ubsan and ps_status.c compatible
Andres Freund
2022-11-21
Provide options for postmaster to kill child processes with SIGABRT.
Tom Lane
2022-08-15
Fix outdated --help message for postgres -f
Michael Paquier
2022-08-07
windows: Remove HAVE_MINIDUMP_TYPE test
Andres Freund
2022-07-14
Remove support for Visual Studio 2013
Michael Paquier
2022-07-07
Make Windows 10 the minimal runtime requirement for WIN32
Michael Paquier
2022-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-02-03
windows: Improve crash / assert / exception handling.
Andres Freund
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-09-18
process startup: Split single user code out of PostgresMain().
Andres Freund
2021-08-05
process startup: Centralize pgwin32_signal_initialize() calls.
Andres Freund
2021-08-05
process startup: Remove bootstrap / checker modes from AuxProcType.
Andres Freund
2021-08-05
process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain.
Andres Freund
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-28
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-25
Add key management system
Bruce Momjian
2020-11-10
Remove -o option to postmaster
Magnus Hagander
2020-06-19
Clean up includes of s_lock.h.
Andres Freund
2020-02-28
Add PostgreSQL home page to --help output
Peter Eisentraut
2020-02-28
Refer to bug report address by symbol rather than hardcoding
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-08-14
initdb: Remove obsolete locale handling
Peter Eisentraut
2019-01-19
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-12
Install Windows crash dump handler before all else.
Noah Misch
2017-06-28
Change pg_ctl to detect server-ready by watching status in postmaster.pid.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-23
Remove barrier.h
Robert Haas
2016-06-09
Repair a bit of pgindent damage.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-03
Fix various common mispellings.
Greg Stark
2016-03-10
Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds
Magnus Hagander
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-07-09
Revoke support for strxfrm() that write past the specified array length.
Noah Misch
[next]