index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
Commit message (
Expand
)
Author
Age
*
Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt.
Tom Lane
2013-12-13
*
Fix more instances of "the the" in comments.
Heikki Linnakangas
2013-12-13
*
Fixups for dsm.c's file descriptor handling.
Robert Haas
2013-12-09
*
Flag mmap implemenation of dynamic shared memory as resize-capable.
Robert Haas
2013-12-02
*
Fix Hot-Standby initialization of clog and subtrans.
Heikki Linnakangas
2013-11-22
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
*
Fix format code used to print dsm request sizes.
Robert Haas
2013-11-04
*
Avoid too-large shift on 32-bit Windows.
Robert Haas
2013-10-30
*
Modify dynamic shared memory code to use Size rather than uint64.
Robert Haas
2013-10-28
*
Suppress a couple of compiler warnings seen with older gcc versions.
Tom Lane
2013-10-22
*
In dsm_impl_windows, don't error out when the segment already exists.
Robert Haas
2013-10-14
*
Fix incorrect use of shm_unlink where unlink should be used.
Robert Haas
2013-10-10
*
Allow dynamic allocation of shared memory segments.
Robert Haas
2013-10-09
*
Allow discovery of whether a dynamic background worker is running.
Robert Haas
2013-08-28
*
Fix typo in comment.
Fujii Masao
2013-07-31
*
Allow background workers to be started dynamically.
Robert Haas
2013-07-16
*
Ensure no xid gaps during Hot Standby startup
Simon Riggs
2013-06-23
*
Observe array length in HaveVirtualXIDsDelayingChkpt().
Noah Misch
2013-06-12
*
Fix memory leak in LogStandbySnapshot().
Tom Lane
2013-06-04
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Add lock_timeout configuration parameter.
Tom Lane
2013-03-16
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Refactor inCommit flag into generic delayChkpt flag.
Simon Riggs
2012-12-03
*
Don't advance checkPoint.nextXid near the end of a checkpoint sequence.
Tom Lane
2012-12-02
*
Rearrange storage of data in xl_running_xacts.
Simon Riggs
2012-12-02
*
Cleanup VirtualXact at end of Hot Standby.
Simon Riggs
2012-11-29
*
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-28
*
Clarify docs on hot standby lock release
Simon Riggs
2012-11-13
*
Add C comment that IsBackendPid() is called by external modules, so we
Bruce Momjian
2012-10-01
*
Remove execdesc.h inclusion from tcopprot.h
Alvaro Herrera
2012-09-20
*
Improve C comments in GetSnapshotData.
Robert Haas
2012-08-21
*
Fix management of pendingOpsTable in auxiliary processes.
Tom Lane
2012-07-18
*
Introduce timeout handling framework
Alvaro Herrera
2012-07-16
*
Tighten up includes in sinvaladt.h, twophase.h, proc.h
Alvaro Herrera
2012-06-25
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Fix bug in early startup of Hot Standby with subtransactions.
Simon Riggs
2012-06-08
*
Update comments that became out-of-date with the PGXACT struct.
Heikki Linnakangas
2012-05-14
*
Rename BgWriterShmem/Request to CheckpointerShmem/Request
Simon Riggs
2012-05-09
*
Further corrections from the department of redundancy department.
Robert Haas
2012-05-02
*
Remove duplicate words in comments.
Heikki Linnakangas
2012-05-02
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Add locking around WAL-replay modification of shared-memory variables.
Tom Lane
2012-02-06
*
Add missing Assert and fix inaccurate elog message in standby_redo().
Tom Lane
2012-02-04
*
Assorted comment fixes, mostly just typos, but some obsolete statements.
Tom Lane
2012-01-29
*
Resolve timing issue with logging locks for Hot Standby.
Simon Riggs
2012-01-23
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove support for on_exit()
Peter Eisentraut
2011-12-27
*
Various micro-optimizations for GetSnapshopData().
Robert Haas
2011-12-16
*
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-11-25
[next]