summaryrefslogtreecommitdiff
path: root/src/backend/utils/time
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-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2017-03-02Handle unaligned SerializeSnapshot() buffer.Noah Misch
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
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-18Ensure commit ordering at the GTM when a transaction's update/delete operationPavan Deolasee
2016-10-18Add a flag to the latest snapshot from GTM when situation demands.Pavan Deolasee
2016-08-18Fix deletion of speculatively inserted TOAST on conflictAndres Freund
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-15Adjust spellings of forms of "cancel"Peter Eisentraut
2016-07-01Fix crash bug in RestoreSnapshot.Robert Haas
2016-06-24Fix handling of multixacts predating pg_upgradeAlvaro Herrera
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-02-15Allow SetHintBits() to succeed if the buffer's LSN is new enough.Andres Freund
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-26Fix failure to consider failure cases in GetComboCommandId().Tom Lane
2015-11-13Remove a lot of XC-specific code from the repo.Pavan Deolasee
2015-08-26Speed up HeapTupleSatisfiesMVCC() by replacing the XID-in-progress test.Tom Lane
2015-08-15Don't use function definitions looking like old-style ones.Andres Freund