aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc
Commit message (Expand)AuthorAge
* 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
* Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs2011-11-02
* Start Hot Standby faster when initial snapshot is incomplete.Simon Riggs2011-11-02
* Support synchronization of snapshots through an export/import procedure.Tom Lane2011-10-22
* Simplify and improve ProcessStandbyHSFeedbackMessage logic.Tom Lane2011-10-20
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Remove obsolete README file.Robert Haas2011-08-18
* Create VXID locks "lazily" in the main lock table.Robert Haas2011-08-04
* Move CheckRecoveryConflictDeadlock() call to a safer place.Tom Lane2011-08-02
* Minor stylistic corrections.Robert Haas2011-08-01
* Reduce sinval synchronization overhead.Robert Haas2011-07-29
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas2011-07-08
* Capitalization fixesPeter Eisentraut2011-06-19
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Prevent intermittent hang in recovery from bgwriter interaction.Simon Riggs2011-03-23
* Minor sync rep corrections.Robert Haas2011-03-10
* Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on a page thatHeikki Linnakangas2011-03-08
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-06
* Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs2011-02-16
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Fix error code for canceling statement due to conflict with recovery.Simon Riggs2011-01-31
* Fix thinko in comment. Spotted by Jim Nasby.Heikki Linnakangas2011-01-18
* Treat a WAL sender process that hasn't started streaming yet as a regularHeikki Linnakangas2011-01-15
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Work around unfortunate getppid() behavior on BSD-ish systems.Robert Haas2010-12-21
* Try to save a kernel call in ResolveRecoveryConflictWithVirtualXIDs.Robert Haas2010-12-17
* Reset 'ps' display just once when resolving VXID conflicts.Robert Haas2010-12-17