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
2015-10-13
On Windows, ensure shared memory handle gets closed if not being used.
Tom Lane
2015-10-09
Fix uninitialized-variable bug.
Tom Lane
2015-10-06
Perform an immediate shutdown if the postmaster.pid file is removed.
Tom Lane
2015-09-09
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-08-02
Fix incorrect order of lock file removal and failure to close() sockets.
Tom Lane
2015-07-09
Fix postmaster's handling of a startup-process crash.
Tom Lane
2015-06-20
Fix thinko in comment (launcher -> worker)
Alvaro Herrera
2015-06-19
In immediate shutdown, postmaster should not exit till children are gone.
Tom Lane
2015-06-19
Clamp autovacuum launcher sleep time to 5 minutes
Alvaro Herrera
2015-05-18
Prevent a double free by not reentering be_tls_close().
Noah Misch
2015-05-08
Teach autovacuum about multixact member wraparound.
Robert Haas
2015-04-08
Fix autovacuum launcher shutdown sequence
Alvaro Herrera
2015-04-02
After a crash, don't restart workers with BGW_NEVER_RESTART.
Robert Haas
2015-03-19
Fix status reporting for terminated bgworkers that were never started.
Robert Haas
2015-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-01-20
Adjust "pgstat wait timeout" message to be a translatable LOG message.
Tom Lane
2015-01-13
Make logging_collector=on work with non-windows EXEC_BACKEND again.
Andres Freund
2015-01-08
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2014-12-11
Fix assorted confusion between Oid and int32.
Tom Lane
2014-10-05
Eliminate one background-worker-related flag variable.
Robert Haas
2014-10-03
Don't balance vacuum cost delay when per-table settings are in effect
Alvaro Herrera
2014-10-01
Block signals while computing the sleep time in postmaster's main loop.
Andres Freund
2014-07-30
Avoid wholesale autovacuuming when autovacuum is nominally off.
Tom Lane
2014-07-30
Fix mishandling of background worker PGPROCs in EXEC_BACKEND builds.
Robert Haas
2014-07-15
Add missing serial commas
Peter Eisentraut
2014-07-02
Smooth reporting of commit/rollback statistics.
Kevin Grittner
2014-06-04
Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shu...
Fujii Masao
2014-05-15
Fix unportable setvbuf() usage in initdb.
Tom Lane
2014-05-07
When a background worker exists with code 0, unregister it.
Robert Haas
2014-05-07
When a bgworker exits, always call ReleasePostmasterChildSlot.
Robert Haas
2014-05-07
Restart bgworkers immediately after a crash-and-restart cycle.
Robert Haas
2014-05-07
Detach shared memory from bgworkers without shmem access.
Robert Haas
2014-05-07
Never crash-and-restart for bgworkers without shared memory access.
Robert Haas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-16
Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
Tom Lane
2014-04-16
check socket creation errors against PGINVALID_SOCKET
Bruce Momjian
2014-04-05
Block signals earlier during postmaster startup.
Tom Lane
2014-04-02
Fix assorted issues in client host name lookup.
Tom Lane
2014-04-02
Fix bugs in manipulation of PgBackendStatus.st_clienthostname.
Tom Lane
2014-03-18
Make it easy to detach completely from shared memory.
Robert Haas
2014-03-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-10
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-05
Remove the correct pgstat file on DROP DATABASE
Alvaro Herrera
2014-02-25
Show xid and xmin in pg_stat_activity and pg_stat_replication.
Robert Haas
2014-02-15
Fix unportable coding in BackgroundWorkerStateChange().
Tom Lane
2014-02-15
Fix unportable coding in DetermineSleepTime().
Tom Lane
2014-02-15
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-02-13
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-09
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-01-29
Fix compiler warning in EXEC_BACKEND builds.
Robert Haas
[next]