index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
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
*
Add make dependency so that postgres.bki is rebuilt in major version change
Peter Eisentraut
2012-05-09
*
Rename BgWriterShmem/Request to CheckpointerShmem/Request
Simon Riggs
2012-05-09
*
Rename BgWriterCommLock to CheckpointerCommLock
Simon Riggs
2012-05-09
*
Avoid xid error from age() function when run on Hot Standby
Simon Riggs
2012-05-09
*
Fix an issue in recent walwriter hibernation patch.
Tom Lane
2012-05-08
*
Reduce idle power consumption of stats collector process.
Tom Lane
2012-05-08
*
Reduce idle power consumption of walwriter and checkpointer processes.
Tom Lane
2012-05-08
*
Make "unexpected EOF" messages DEBUG1 unless in an open transaction
Magnus Hagander
2012-05-07
*
Overdue code review for transaction-level advisory locks patch.
Tom Lane
2012-05-04
*
Remove BSD/OS (BSDi) port. There are no known users upgrading to
Bruce Momjian
2012-05-03
*
Even more duplicate word removal, in the spirit of the season
Peter Eisentraut
2012-05-02
*
Avoid repeated CLOG access from heap_hot_search_buffer.
Robert Haas
2012-05-02
*
Further corrections from the department of redundancy department.
Robert Haas
2012-05-02
*
More duplicate word removal.
Robert Haas
2012-05-02
*
Remove duplicate words in comments.
Heikki Linnakangas
2012-05-02
*
Kill some remaining references to SVR4 and univel.
Tom Lane
2012-05-02
*
Remove dead ports
Peter Eisentraut
2012-05-01
*
Converge all SQL-level statistics timing values to float8 milliseconds.
Tom Lane
2012-04-30
*
Remove duplicate word in comment.
Robert Haas
2012-04-30
*
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-04-29
*
Rename track_iotiming GUC to track_io_timing.
Tom Lane
2012-04-29
*
Change return type of ExceptionalCondition to void and mark it noreturn
Peter Eisentraut
2012-04-29
*
Clear I/O timing counters after sending them to the stats collector.
Tom Lane
2012-04-28
*
Fix printing of whole-row Vars at top level of a SELECT targetlist.
Tom Lane
2012-04-27
*
Fix syslogger's rotation disable/re-enable logic.
Tom Lane
2012-04-27
*
Prevent index-only scans from returning wrong answers under Hot Standby.
Robert Haas
2012-04-26
*
Fix oversight in recent parameterized-path patch.
Tom Lane
2012-04-26
*
Fix planner's handling of RETURNING lists in writable CTEs.
Tom Lane
2012-04-25
*
Another trivial comment-typo fix.
Tom Lane
2012-04-25
*
Casts to or from a domain type are ignored; warn and document.
Robert Haas
2012-04-24
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Rearrange lazy_scan_heap to avoid visibility map race conditions.
Robert Haas
2012-04-23
*
Reduce hash size for compute_array_stats, compute_tsvector_stats.
Robert Haas
2012-04-23
*
Fix some typos
Peter Eisentraut
2012-04-22
*
Use fuzzy not exact cost comparison for the final tie-breaker in add_path.
Tom Lane
2012-04-21
*
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-20
*
Adjust join_search_one_level's handling of clauseless joins.
Tom Lane
2012-04-20
*
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-19
*
Remove bogus comment from HeapTupleSatisfiesNow.
Robert Haas
2012-04-18
*
Finish rename of FastPathStrongLocks to FastPathStrongRelationLocks.
Robert Haas
2012-04-18
*
Tighten up error recovery for fast-path locking.
Robert Haas
2012-04-18
*
Fix incorrect comment in SetBufferCommitInfoNeedsSave().
Robert Haas
2012-04-18
*
After PageSetAllVisible, use MarkBufferDirty.
Robert Haas
2012-04-18
*
Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.
Robert Haas
2012-04-18
*
Fix various infelicities in node functions.
Robert Haas
2012-04-18
*
Don't wait for the commit record to be replicated if we wrote no WAL.
Heikki Linnakangas
2012-04-17
*
Fix typo
Peter Eisentraut
2012-04-16
[next]