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
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
2012-04-04
Fix syslogger to not lose log coherency under high load.
Tom Lane
2012-03-29
Inherit max_safe_fds to child processes in EXEC_BACKEND mode.
Heikki Linnakangas
2012-03-29
Remove now redundant pgpipe code.
Andrew Dunstan
2012-02-21
Avoid double close of file handle in syslogger on win32
Magnus Hagander
2012-02-06
Fix postmaster to attempt restart after a hot-standby crash.
Tom Lane
2012-01-30
Minor bug fix and cleanup from self-review of sync rep queues patch.
Simon Riggs
2012-01-30
Various minor comments changes from bgwriter to checkpointer.
Simon Riggs
2012-01-26
Make bgwriter sleep longer when it has no work to do, to save electricity.
Heikki Linnakangas
2012-01-26
Fix a copy/pasted typo in several comments
Magnus Hagander
2012-01-26
Add deadlock counter to pg_stat_database
Magnus Hagander
2012-01-26
Classify DROP operations by whether or not they are user-initiated.
Robert Haas
2012-01-26
Track temporary file count and size in pg_stat_database
Magnus Hagander
2012-01-25
Allow pg_basebackup from standby node with safety checking.
Simon Riggs
2012-01-24
Suppress possibly-uninitialized-variable warning seen with older gcc versions.
Tom Lane
2012-01-19
Separate state from query string in pg_stat_activity
Magnus Hagander
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-11-30
Prevent autovacuum transactions from running in serializable mode.
Tom Lane
2011-11-25
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-11-13
Wakeup WALWriter as needed for asynchronous commit performance.
Simon Riggs
2011-11-09
In COPY, insert tuples to the heap in batches.
Heikki Linnakangas
2011-11-02
Refactor xlog.c to create src/backend/postmaster/startup.c
Simon Riggs
[next]