summaryrefslogtreecommitdiff
path: root/src/backend/utils/time/snapmgr.c
AgeCommit message (Expand)Author
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-24Fix typo in comment in SerializeSnapshotSimon Riggs
2017-06-24Revert 1f30295eab65eddaa88528876ab66e7095f4bb65Simon Riggs
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Don't force-assign transaction id when exporting a snapshot.Andres Freund
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-08Remove poorly worded and duplicated commentSimon Riggs
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-04-06Always SnapshotResetXmin() during ClearTransaction()Simon Riggs
2017-04-06Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs
2017-03-24Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5Simon Riggs
2017-03-24Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs
2017-03-02Handle unaligned SerializeSnapshot() buffer.Noah Misch
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-15Account for catalog snapshot in PGXACT->xmin updates.Tom Lane
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-10-18Add a flag to the latest snapshot from GTM when situation demands.Pavan Deolasee
2016-08-07Avoid crashing in GetOldestSnapshot() if there are no known snapshots.Tom Lane
2016-08-03Prevent "snapshot too old" from trying to return pruned TOAST tuples.Robert Haas
2016-07-01Fix crash bug in RestoreSnapshot.Robert Haas
2016-06-10Fix interaction between CREATE INDEX and "snapshot too old".Kevin Grittner
2016-06-09pgindent run for 9.6Robert Haas
2016-06-07Minor typos / copy-editing for snapmgr.cStephen Frost
2016-06-03Add new snapshot fields to serialize/deserialize functions.Kevin Grittner
2016-05-07Mitigate "snapshot too old" performance regression on NUMAKevin Grittner
2016-05-06Fix hash index vs "snapshot too old" problemmsKevin Grittner
2016-04-29Add a few entries to the tail of time mapping, to see old values.Kevin Grittner
2016-04-25Fix C comment typo and redundant testKevin Grittner
2016-04-12Fix whitespacePeter Eisentraut
2016-04-11Make oldSnapshotControl a pointer to a volatile structureKevin Grittner
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-03-04Fix SerializeSnapshot not to overrun the allocated space.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-13Remove a lot of XC-specific code from the repo.Pavan Deolasee
2015-08-15Don't use function definitions looking like old-style ones.Andres Freund
2015-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-22Add and use macros IS_PGXC_LOCAL_COORDINATOR and IS_PGXC_REMOTE_COORDINATORPavan Deolasee
2015-05-13Remove useless assertion.Robert Haas
2015-04-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-04-15Ensure that updated command ID is sent to the datanode once its updated in thePavan Deolasee
2015-01-16Advance backend's advertised xmin more aggressively.Heikki Linnakangas