aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/time
Commit message (Expand)AuthorAge
* Fix deletion of speculatively inserted TOAST on conflictAndres Freund2016-08-17
* Avoid crashing in GetOldestSnapshot() if there are no known snapshots.Tom Lane2016-08-07
* Prevent "snapshot too old" from trying to return pruned TOAST tuples.Robert Haas2016-08-03
* Adjust spellings of forms of "cancel"Peter Eisentraut2016-07-14
* Fix crash bug in RestoreSnapshot.Robert Haas2016-07-01
* Fix handling of multixacts predating pg_upgradeAlvaro Herrera2016-06-24
* Fix interaction between CREATE INDEX and "snapshot too old".Kevin Grittner2016-06-10
* pgindent run for 9.6Robert Haas2016-06-09
* Minor typos / copy-editing for snapmgr.cStephen Frost2016-06-07
* Add new snapshot fields to serialize/deserialize functions.Kevin Grittner2016-06-03
* Mitigate "snapshot too old" performance regression on NUMAKevin Grittner2016-05-06
* Fix hash index vs "snapshot too old" problemmsKevin Grittner2016-05-06
* Add a few entries to the tail of time mapping, to see old values.Kevin Grittner2016-04-29
* Fix C comment typo and redundant testKevin Grittner2016-04-25
* Fix whitespacePeter Eisentraut2016-04-11
* Make oldSnapshotControl a pointer to a volatile structureKevin Grittner2016-04-11
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Fix SerializeSnapshot not to overrun the allocated space.Robert Haas2016-03-04
* Allow SetHintBits() to succeed if the buffer's LSN is new enough.Andres Freund2016-02-15
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix failure to consider failure cases in GetComboCommandId().Tom Lane2015-11-26
* Speed up HeapTupleSatisfiesMVCC() by replacing the XID-in-progress test.Tom Lane2015-08-26
* Don't use function definitions looking like old-style ones.Andres Freund2015-08-15
* pgindent run for 9.5Bruce Momjian2015-05-23
* Remove useless assertion.Robert Haas2015-05-13
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Optimize locking a tuple already locked by another subxactAlvaro Herrera2015-04-10
* Advance backend's advertised xmin more aggressively.Heikki Linnakangas2015-01-17
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-18
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Fix typos.Robert Haas2014-10-20
* Avoid uselessly looking up old LOCK_ONLY multixactsAlvaro Herrera2014-07-29
* Fix longstanding bug in HeapTupleSatisfiesVacuum().Andres Freund2014-06-04
* Don't allocate memory inside an Assert() iff in a critical section.Andres Freund2014-05-25
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix typos in comments.Fujii Masao2014-03-17
* Fix incorrect assertion about historical snapshots.Robert Haas2014-03-12
* Introduce logical decoding.Robert Haas2014-03-03
* Update copyright for 2014Bruce Momjian2014-01-07
* Change the way we mark tuples as frozen.Robert Haas2013-12-22
* Don't ignore tuple locks propagated by our updatesAlvaro Herrera2013-12-18
* Avoid resetting Xmax when it's a multi with an aborted updateAlvaro Herrera2013-12-05
* Don't TransactionIdDidAbort in HeapTupleGetUpdateXidAlvaro Herrera2013-11-29
* Fix old visibility bug in HeapTupleSatisfiesDirtyAlvaro Herrera2013-08-02
* Remove SnapshotNow and HeapTupleSatisfiesNow.Robert Haas2013-08-01
* Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas2013-07-22
* Fix HeapTupleSatisfiesVacuum on aborted updater xactsAlvaro Herrera2013-07-19
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02