index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
time
Commit message (
Expand
)
Author
Age
*
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-17
*
Avoid crashing in GetOldestSnapshot() if there are no known snapshots.
Tom Lane
2016-08-07
*
Prevent "snapshot too old" from trying to return pruned TOAST tuples.
Robert Haas
2016-08-03
*
Adjust spellings of forms of "cancel"
Peter Eisentraut
2016-07-14
*
Fix crash bug in RestoreSnapshot.
Robert Haas
2016-07-01
*
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-06-24
*
Fix interaction between CREATE INDEX and "snapshot too old".
Kevin Grittner
2016-06-10
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Minor typos / copy-editing for snapmgr.c
Stephen Frost
2016-06-07
*
Add new snapshot fields to serialize/deserialize functions.
Kevin Grittner
2016-06-03
*
Mitigate "snapshot too old" performance regression on NUMA
Kevin Grittner
2016-05-06
*
Fix hash index vs "snapshot too old" problemms
Kevin Grittner
2016-05-06
*
Add a few entries to the tail of time mapping, to see old values.
Kevin Grittner
2016-04-29
*
Fix C comment typo and redundant test
Kevin Grittner
2016-04-25
*
Fix whitespace
Peter Eisentraut
2016-04-11
*
Make oldSnapshotControl a pointer to a volatile structure
Kevin Grittner
2016-04-11
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Fix SerializeSnapshot not to overrun the allocated space.
Robert Haas
2016-03-04
*
Allow SetHintBits() to succeed if the buffer's LSN is new enough.
Andres Freund
2016-02-15
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix failure to consider failure cases in GetComboCommandId().
Tom Lane
2015-11-26
*
Speed up HeapTupleSatisfiesMVCC() by replacing the XID-in-progress test.
Tom Lane
2015-08-26
*
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-15
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Remove useless assertion.
Robert Haas
2015-05-13
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Optimize locking a tuple already locked by another subxact
Alvaro Herrera
2015-04-10
*
Advance backend's advertised xmin more aggressively.
Heikki Linnakangas
2015-01-17
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Fix typos.
Robert Haas
2014-10-20
*
Avoid uselessly looking up old LOCK_ONLY multixacts
Alvaro Herrera
2014-07-29
*
Fix longstanding bug in HeapTupleSatisfiesVacuum().
Andres Freund
2014-06-04
*
Don't allocate memory inside an Assert() iff in a critical section.
Andres Freund
2014-05-25
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix typos in comments.
Fujii Masao
2014-03-17
*
Fix incorrect assertion about historical snapshots.
Robert Haas
2014-03-12
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Change the way we mark tuples as frozen.
Robert Haas
2013-12-22
*
Don't ignore tuple locks propagated by our updates
Alvaro Herrera
2013-12-18
*
Avoid resetting Xmax when it's a multi with an aborted update
Alvaro Herrera
2013-12-05
*
Don't TransactionIdDidAbort in HeapTupleGetUpdateXid
Alvaro Herrera
2013-11-29
*
Fix old visibility bug in HeapTupleSatisfiesDirty
Alvaro Herrera
2013-08-02
*
Remove SnapshotNow and HeapTupleSatisfiesNow.
Robert Haas
2013-08-01
*
Adjust HeapTupleSatisfies* routines to take a HeapTuple.
Robert Haas
2013-07-22
*
Fix HeapTupleSatisfiesVacuum on aborted updater xacts
Alvaro Herrera
2013-07-19
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
[next]