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 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
*
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-17
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-12-01
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Split resowner.h
Alvaro Herrera
2012-08-28
*
Assorted message style improvements
Peter Eisentraut
2012-07-02
*
Fix race condition in enum value comparisons.
Tom Lane
2012-07-01
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Update comments that became out-of-date with the PGXACT struct.
Heikki Linnakangas
2012-05-14
*
Avoid repeated CLOG access from heap_hot_search_buffer.
Robert Haas
2012-05-02
[next]