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