]> granicus.if.org Git - postgresql/history - src/backend/utils/time
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / utils / time /
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-07-24 Heikki LinnakangasUse full 64-bit XID for checking if a deleted GiST...
2019-07-22 Michael PaquierFix inconsistencies and typos in the tree
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-02-20 Michael PaquierMark correctly initial slot snapshots with MVCC type...
2019-01-22 Andres FreundMove remaining code from tqual.[ch] to heapam.h / heapa...
2019-01-22 Andres FreundMove generic snapshot related code from tqual.h to...
2019-01-22 Andres FreundChange snapshot type to be determined by enum rather...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-07-18 Heikki LinnakangasFix misc typos, mostly in comments.
2018-03-16 Peter EisentrautRename TransactionChain functions
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-15 Andres FreundFix pruning of locked and updated tuples.
2017-12-04 Tom LaneClean up assorted messiness around AllocateDir() usage.
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-11-05 Noah MischIgnore CatalogSnapshot when checking COPY FREEZE prereq...
2017-10-11 Tom LaneFix low-probability loss of NOTIFY messages due to...
2017-09-11 Peter EisentrautMessage style fixes
2017-09-07 Tom LaneImprove performance of get_actual_variable_range with...
2017-06-24 Simon RiggsFix typo in comment in SerializeSnapshot
2017-06-24 Simon RiggsRevert 1f30295eab65eddaa88528876ab66e7095f4bb65
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneFinal pgindent run with old pg_bsd_indent (version...
2017-06-14 Andres FreundDon't force-assign transaction id when exporting a...
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-08 Simon RiggsRemove poorly worded and duplicated comment
2017-04-17 Peter EisentrautFix new warnings from GCC 7
2017-04-06 Simon RiggsAlways SnapshotResetXmin() during ClearTransaction()
2017-04-06 Simon RiggsAvoid SnapshotResetXmin() during AtEOXact_Snapshot()
2017-03-24 Simon RiggsReverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5
2017-03-24 Simon RiggsAvoid SnapshotResetXmin() during AtEOXact_Snapshot()
2017-03-17 Robert HaasRename "pg_clog" directory to "pg_xact".
2017-03-02 Noah MischHandle unaligned SerializeSnapshot() buffer.
2017-02-23 Tom LaneConsistently declare timestamp variables as TimestampTz.
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-11-15 Tom LaneAccount for catalog snapshot in PGXACT->xmin updates.
2016-08-18 Andres FreundFix deletion of speculatively inserted TOAST on conflict
2016-08-07 Tom LaneAvoid crashing in GetOldestSnapshot() if there are...
2016-08-03 Robert HaasPrevent "snapshot too old" from trying to return pruned...
2016-07-15 Peter EisentrautAdjust spellings of forms of "cancel"
2016-07-01 Robert HaasFix crash bug in RestoreSnapshot.
2016-06-24 Alvaro HerreraFix handling of multixacts predating pg_upgrade
2016-06-10 Kevin GrittnerFix interaction between CREATE INDEX and "snapshot...
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-07 Stephen FrostMinor typos / copy-editing for snapmgr.c
2016-06-03 Kevin GrittnerAdd new snapshot fields to serialize/deserialize functions.
2016-05-07 Kevin GrittnerMitigate "snapshot too old" performance regression...
2016-05-06 Kevin GrittnerFix hash index vs "snapshot too old" problemms
2016-04-29 Kevin GrittnerAdd a few entries to the tail of time mapping, to see...
2016-04-25 Kevin GrittnerFix C comment typo and redundant test
2016-04-12 Peter EisentrautFix whitespace
2016-04-11 Kevin GrittnerMake oldSnapshotControl a pointer to a volatile structure
2016-04-08 Kevin GrittnerAdd the "snapshot too old" feature
2016-03-04 Robert HaasFix SerializeSnapshot not to overrun the allocated...
2016-02-15 Andres FreundAllow SetHintBits() to succeed if the buffer's LSN...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-26 Tom LaneFix failure to consider failure cases in GetComboComman...
2015-08-26 Tom LaneSpeed up HeapTupleSatisfiesMVCC() by replacing the...
2015-08-15 Andres FreundDon't use function definitions looking like old-style...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-13 Robert HaasRemove useless assertion.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-04-10 Alvaro HerreraOptimize locking a tuple already locked by another...
2015-01-16 Heikki LinnakangasAdvance backend's advertised xmin more aggressively.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-10-20 Robert HaasFix typos.
2014-07-29 Alvaro HerreraAvoid uselessly looking up old LOCK_ONLY multixacts
2014-06-04 Andres FreundFix longstanding bug in HeapTupleSatisfiesVacuum().
2014-05-25 Andres FreundDon't allocate memory inside an Assert() iff in a criti...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-17 Fujii MasaoFix typos in comments.
2014-03-12 Robert HaasFix incorrect assertion about historical snapshots.
2014-03-03 Robert HaasIntroduce logical decoding.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-22 Robert HaasChange the way we mark tuples as frozen.
2013-12-18 Alvaro HerreraDon't ignore tuple locks propagated by our updates
2013-12-05 Alvaro HerreraAvoid resetting Xmax when it's a multi with an aborted...
2013-11-30 Alvaro HerreraDon't TransactionIdDidAbort in HeapTupleGetUpdateXid
2013-08-02 Alvaro HerreraFix old visibility bug in HeapTupleSatisfiesDirty
2013-08-01 Robert HaasRemove SnapshotNow and HeapTupleSatisfiesNow.
2013-07-22 Robert HaasAdjust HeapTupleSatisfies* routines to take a HeapTuple.
2013-07-19 Alvaro HerreraFix HeapTupleSatisfiesVacuum on aborted updater xacts
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-06-17 Jeff DavisAdd buffer_std flag to MarkBufferDirtyHint().
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-01 Simon RiggsCOPY FREEZE and mark committed on fresh tables.
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-28 Alvaro HerreraSplit resowner.h
2012-07-02 Peter EisentrautAssorted message style improvements
2012-07-01 Tom LaneFix race condition in enum value comparisons.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-14 Heikki LinnakangasUpdate comments that became out-of-date with the PGXACT...
next