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
/
postmaster
Age
Commit message (
Expand
)
Author
2020-02-17
Add description about GSSOpenServer wait event into document.
Fujii Masao
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-27
Fix some memory leaks and improve restricted token handling on Windows
Michael Paquier
2020-01-20
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-19
Extend the ProcSignal mechanism to support barriers.
Robert Haas
2019-12-18
Re-#include <time.h> in checkpointer.c.
Robert Haas
2019-12-17
Add missing "void" to prototypes.
Robert Haas
2019-12-17
Partially deduplicate interrupt handling for background processes.
Robert Haas
2019-12-17
Use PostgresSigHupHandler in more places.
Robert Haas
2019-12-17
Move interrupt-handling code into subroutines.
Robert Haas
2019-11-25
Use procsignal_sigusr1_handler for auxiliary processes.
Robert Haas
2019-11-13
Avoid using SplitIdentifierString to parse ListenAddresses, too.
Tom Lane
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-10-23
Clean up properly error_context_stack in autovacuum worker on exception
Michael Paquier
2019-10-13
In the postmaster, rely on the signal infrastructure to block signals.
Tom Lane
2019-10-07
Check for too many postmaster children before spawning a bgworker.
Tom Lane
2019-09-11
Rearrange postmaster's startup sequence for better syslogger results.
Tom Lane
2019-09-05
Use data directory inode number, not port, to select SysV resource keys.
Tom Lane
2019-09-04
Fix thinko when ending progress report for a backend
Michael Paquier
2019-08-26
Fix postmaster state machine to handle dead_end child crashes better.
Tom Lane
2019-08-19
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-29
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-08
Fix inconsistencies in the code
Michael Paquier
2019-07-07
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-06-14
Fix typos and inconsistencies in code comments
Michael Paquier
2019-06-08
Update stale comments, and fix comment typos.
Noah Misch
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-05-26
Fix typos.
Amit Kapila
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-19
Revert "postmaster: Start syslogger earlier".
Tom Lane
2019-05-16
More message style fixes
Alvaro Herrera
2019-05-12
Rearrange pgstat_bestart() to avoid failures within its critical section.
Tom Lane
2019-05-07
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-07
Avoid "invalid memory alloc request size" while reading pg_stat_activity.
Tom Lane
2019-05-01
Fix union for pgstat message types
Magnus Hagander
2019-04-28
Use preprocessor conditions compatible with Emacs indent.
Noah Misch
2019-04-25
Fix function names in comments.
Fujii Masao
2019-04-24
Fix some minor postmaster-state-machine issues.
Tom Lane
2019-04-24
Allow pg_class xid & multixid horizons to not be set.
Andres Freund
2019-04-13
Consistently test for in-use shared memory.
Noah Misch
2019-04-12
Show shared object statistics in pg_stat_database
Magnus Hagander
2019-04-10
Avoid counting transaction stats for parallel worker cooperating
Amit Kapila
2019-04-09
Avoid "could not reattach" by providing space for concurrent allocation.
Noah Misch
2019-04-05
Wake up interested backends when a checkpoint fails.
Thomas Munro
[next]