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
2013-04-03
Avoid updating our PgBackendStatus entry when track_activities is off.
Tom Lane
2013-04-01
Fix insecure parsing of server command-line switches.
Tom Lane
2013-03-27
Reset OpenSSL randomness state in each postmaster child process.
Tom Lane
2013-02-07
Fix possible failure to send final transaction counts to stats collector.
Tom Lane
2013-01-24
Also fix rotation of csvlog on Windows.
Heikki Linnakangas
2013-01-24
Fix failure to rotate postmaster log file for size reasons on Windows.
Tom Lane
2012-11-21
Don't launch new child processes after we've been told to shut down.
Tom Lane
2012-11-18
Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds.
Tom Lane
2012-10-17
Close un-owned SMgrRelations at transaction end.
Tom Lane
2012-10-15
Split up process latch initialization for more-fail-soft behavior.
Tom Lane
2012-08-10
Fix upper limit of superuser_reserved_connections, add limit for wal_senders
Magnus Hagander
2012-07-31
Fix syslogger so that log_truncate_on_rotation works in the first rotation.
Tom Lane
2012-07-18
Fix statistics breakage from bgwriter/checkpointer process split.
Tom Lane
2012-07-18
Fix management of pendingOpsTable in auxiliary processes.
Tom Lane
2012-07-17
Improve coding around the fsync request queue.
Tom Lane
2012-06-13
Support Linux's oom_score_adj API as well as the older oom_adj API.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-01
After any checkpoint, close all smgr files handles in bgwriter
Simon Riggs
2012-06-01
Checkpointer starts before bgwriter to avoid missing fsync requests.
Simon Riggs
2012-06-01
Provide interim statistics while in mid-checkpoint.
Simon Riggs
2012-05-27
Suppress -Wunused-result warning about write()
Peter Eisentraut
2012-05-22
Move postmaster's RemovePgTempFiles call to a less randomly chosen place.
Tom Lane
2012-05-15
In pgstat.c, use a timeout in WaitLatchOrSocket only on Windows.
Tom Lane
2012-05-15
Revert "Add some temporary instrumentation to pgstat.c."
Tom Lane
2012-05-14
For testing purposes, reinsert a timeout in pgstat.c's wait call.
Tom Lane
2012-05-14
Force pgwin32_recv into nonblock mode when called from pgstat.c.
Tom Lane
2012-05-14
Update comments that became out-of-date with the PGXACT struct.
Heikki Linnakangas
2012-05-14
Add some temporary instrumentation to pgstat.c.
Tom Lane
2012-05-13
Re-revert stats collector latch changes.
Tom Lane
2012-05-12
Avoid unnecessary process wakeups in the log collector.
Tom Lane
2012-05-11
Cosmetic adjustments for postmaster's handling of checkpointer.
Tom Lane
2012-05-10
Temporarily revert stats collector latch changes so we can ship beta1.
Tom Lane
2012-05-10
Make WaitLatch's WL_POSTMASTER_DEATH result trustworthy; simplify callers.
Tom Lane
2012-05-10
Improve tests for postmaster death in auxiliary processes.
Tom Lane
2012-05-10
Further tweaking of nomenclature in checkpointer.c.
Tom Lane
2012-05-10
Improve control logic for bgwriter hibernation mode.
Tom Lane
2012-05-09
Rename BgWriterShmem/Request to CheckpointerShmem/Request
Simon Riggs
2012-05-09
Rename BgWriterCommLock to CheckpointerCommLock
Simon Riggs
2012-05-09
Fix an issue in recent walwriter hibernation patch.
Tom Lane
2012-05-09
Reduce idle power consumption of stats collector process.
Tom Lane
2012-05-09
Reduce idle power consumption of walwriter and checkpointer processes.
Tom Lane
2012-04-30
Converge all SQL-level statistics timing values to float8 milliseconds.
Tom Lane
2012-04-29
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-04-28
Clear I/O timing counters after sending them to the stats collector.
Tom Lane
2012-04-27
Fix syslogger's rotation disable/re-enable logic.
Tom Lane
2012-04-24
Lots of doc corrections.
Robert Haas
2012-04-22
Fix some typos
Peter Eisentraut
2012-04-08
Do stack-depth checking in all postmaster children.
Heikki Linnakangas
2012-04-05
Publish checkpoint timing information to pg_stat_bgwriter.
Robert Haas
2012-04-05
Expose track_iotiming data via the statistics collector.
Robert Haas
[next]