index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
Commit message (
Expand
)
Author
Age
*
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-09
*
Allow notifications to bgworkers without database connections.
Robert Haas
2015-09-01
*
Fix incorrect order of lock file removal and failure to close() sockets.
Tom Lane
2015-08-02
*
Further code review for pg_stat_ssl patch.
Tom Lane
2015-07-27
*
Fix pointer-arithmetic thinko in pg_stat_ssl patch.
Tom Lane
2015-07-27
*
Fix postmaster's handling of a startup-process crash.
Tom Lane
2015-07-09
*
Also trigger restartpoints based on max_wal_size on standby.
Heikki Linnakangas
2015-06-29
*
Reduce log level for background worker events from LOG to DEBUG1.
Robert Haas
2015-06-26
*
Fix thinko in comment (launcher -> worker)
Alvaro Herrera
2015-06-20
*
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-06-19
*
Make postmaster restart archiver soon after it dies, even during recovery.
Fujii Masao
2015-06-12
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
Prevent a double free by not reentering be_tls_close().
Noah Misch
2015-05-18
*
Put back stats-collector restarting code, removed accidentally.
Heikki Linnakangas
2015-05-18
*
Add archive_mode='always' option.
Heikki Linnakangas
2015-05-15
*
Teach autovacuum about multixact member wraparound.
Robert Haas
2015-05-08
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
*
Add system view pg_stat_ssl
Magnus Hagander
2015-04-12
*
Fix autovacuum launcher shutdown sequence
Alvaro Herrera
2015-04-08
*
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-04-03
*
Have autovacuum workers listen to SIGHUP, too
Alvaro Herrera
2015-04-03
*
After a crash, don't restart workers with BGW_NEVER_RESTART.
Robert Haas
2015-04-02
*
autovacuum: Fix polarity of "wraparound" variable
Alvaro Herrera
2015-04-02
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Fix status reporting for terminated bgworkers that were never started.
Robert Haas
2015-03-19
*
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-03-18
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Replace checkpoint_segments with min_wal_size and max_wal_size.
Heikki Linnakangas
2015-02-23
*
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-02-20
*
Have TRUNCATE update pgstat tuple counters
Alvaro Herrera
2015-02-20
*
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-20
*
Introduce and use infrastructure for interrupt processing during client reads.
Andres Freund
2015-02-03
*
Add new function BackgroundWorkerInitializeConnectionByOid.
Robert Haas
2015-02-02
*
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-02-02
*
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-24
*
Adjust "pgstat wait timeout" message to be a translatable LOG message.
Tom Lane
2015-01-19
*
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-14
*
Commonalize process startup code.
Andres Freund
2015-01-14
*
Make logging_collector=on work with non-windows EXEC_BACKEND again.
Andres Freund
2015-01-14
*
On Darwin, refuse postmaster startup when multithreaded.
Noah Misch
2015-01-07
*
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2015-01-07
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Lockless StrategyGetBuffer clock sweep hot path.
Andres Freund
2014-12-25
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
*
Add memory barriers for PgBackendStatus.st_changecount protocol.
Fujii Masao
2014-12-18
*
Fix assorted confusion between Oid and int32.
Tom Lane
2014-12-11
*
action_at_recovery_target recovery config option
Simon Riggs
2014-11-25
[next]