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
/
snapmgr.c
Commit message (
Expand
)
Author
Age
*
Don't force-assign transaction id when exporting a snapshot.
Andres Freund
2017-06-14
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Remove poorly worded and duplicated comment
Simon Riggs
2017-05-08
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
*
Always SnapshotResetXmin() during ClearTransaction()
Simon Riggs
2017-04-06
*
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-04-06
*
Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5
Simon Riggs
2017-03-24
*
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-03-24
*
Handle unaligned SerializeSnapshot() buffer.
Noah Misch
2017-03-02
*
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Account for catalog snapshot in PGXACT->xmin updates.
Tom Lane
2016-11-15
*
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
*
Fix crash bug in RestoreSnapshot.
Robert Haas
2016-07-01
*
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
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
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
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Advance backend's advertised xmin more aggressively.
Heikki Linnakangas
2015-01-17
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix typos.
Robert Haas
2014-10-20
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
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
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-12-01
*
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
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-11-25
*
Support synchronization of snapshots through an export/import procedure.
Tom Lane
2011-10-22
[next]