]> granicus.if.org Git - postgresql/history - src/backend/access/heap/heapam.c
Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.
[postgresql] / src / backend / access / heap / heapam.c
2014-11-21 Tom LaneRemove dead code supporting mark/restore in SeqScan...
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-13 Heikki LinnakangasFix race condition between hot standby and restoring...
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-10-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-09-02 Heikki LinnakangasRefactor per-page logic common to all redo routines...
2014-08-25 Alvaro HerreraRevert XactLockTableWait context setup in conditional...
2014-08-25 Alvaro HerreraUse newly added InvalidCommandId instead of 0
2014-08-22 Alvaro HerreraFix outdated comment
2014-07-31 Heikki LinnakangasMove log_newpage and log_newpage_buffer to xlog.c.
2014-07-29 Alvaro HerreraAvoid uselessly looking up old LOCK_ONLY multixacts
2014-07-29 Alvaro HerreraSimplify multixact freezing a bit
2014-07-12 Andres FreundFix decoding of consecutive MULTI_INSERTs emitted by...
2014-06-27 Alvaro HerreraFix broken Assert() introduced by 8e9a16ab8f7f0e58
2014-06-24 Robert HaasCheck for interrupts during tuple-insertion loops.
2014-05-14 Tom LaneCode review for recent changes in relcache.c.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-05 Heikki LinnakangasAssert that pre/post-fix updated tuples are on the...
2014-04-24 Alvaro HerreraFix race when updating a tuple concurrently locked...
2014-04-23 Heikki LinnakangasUpdate obsolete comments.
2014-04-04 Heikki LinnakangasMove multixid allocation out of critical section.
2014-03-19 Alvaro HerreraSetup error context callback for transaction lock waits
2014-03-12 Heikki LinnakangasOnly WAL-log the modified portion in an UPDATE, if...
2014-03-03 Robert HaasIntroduce logical decoding.
2014-02-27 Alvaro HerreraFix WAL replay of locking an updated tuple
2014-01-10 Alvaro HerreraAccept pg_upgraded tuples during multixact freezing
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-22 Robert HaasChange the way we mark tuples as frozen.
2013-12-19 Alvaro HerreraOptimize updating a row that's locked by same xid
2013-12-16 Alvaro HerreraRework tuple freezing protocol
2013-12-13 Heikki LinnakangasAdd GUC to enable WAL-logging of hint bits, even with...
2013-12-11 Robert HaasUnder wal_level=logical, when saving old tuples, always...
2013-12-11 Robert HaasAdd new wal_level, logical, sufficient for logical...
2013-12-05 Alvaro HerreraFix improper abort during update chain locking
2013-12-03 Heikki LinnakangasDon't include unused space in LOG_NEWPAGE records.
2013-11-30 Alvaro HerreraFix a couple of bugs in MultiXactId freezing
2013-11-30 Alvaro HerreraDon't TransactionIdDidAbort in HeapTupleGetUpdateXid
2013-11-29 Robert HaasRefine our definition of what constitutes a system...
2013-11-28 Alvaro HerreraUnbreak buildfarm
2013-11-28 Alvaro HerreraUse a more granular approach to follow update chains
2013-11-28 Alvaro HerreraCompare Xmin to previous Xmax when locking an update...
2013-11-28 Alvaro HerreraCope with heap_fetch failure while locking an update...
2013-10-07 Heikki LinnakangasFix bugs in SSI tuple locking.
2013-09-16 Alvaro HerreraRename various "freeze multixact" variables
2013-07-22 Robert HaasAdjust HeapTupleSatisfies* routines to take a HeapTuple.
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-06-25 Alvaro HerreraAvoid inconsistent type declaration
2013-06-01 Stephen FrostPost-pgindent cleanup
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-27 Heikki LinnakangasFix buffer pin leak in heap update redo routine.
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-02-08 Alvaro HerreraFix Xmax freeze conditions
2013-02-01 Alvaro HerreraFill tuple before HeapSatisfiesHOTAndKeyUpdate
2013-01-31 Alvaro HerreraRestrict infomask bits to set on multixacts
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-28 Alvaro HerreraRemove obsolete XLogRecPtr macros
2012-12-14 Robert HaasUpdate comment in heapgetpage() regarding PD_ALL_VISIBL...
2012-12-12 Heikki LinnakangasIn multi-insert, don't go into infinite loop on a huge...
2012-12-02 Simon RiggsReduce scope of changes for COPY FREEZE.
2012-12-01 Simon RiggsCOPY FREEZE and mark committed on fresh tables.
2012-11-28 Alvaro HerreraSplit out rmgr rm_desc functions into their own files
2012-11-13 Tom LaneFix multiple problems in WAL replay.
2012-10-26 Kevin GrittnerThrow error if expiring tuple is again updated or deleted.
2012-09-19 Tom LanePut back AcceptInvalidationMessages calls in heap_openr...
2012-08-28 Alvaro HerreraSplit heapam_xlog.h from heapam.h
2012-06-14 Robert HaasAdd new function log_newpage_buffer.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-07 Robert HaasFix more crash-safe visibility map bugs, and improve...
2012-05-31 Simon RiggsOnly throw recovery conflicts when InHotStandby. Bug...
2012-05-22 Tom LaneEnsure that seqscans check for interrupts at least...
2012-05-16 Heikki LinnakangasFix bug in freespace calculation in heap_multi_insert().
2012-05-02 Robert HaasAvoid repeated CLOG access from heap_hot_search_buffer.
2012-04-27 Robert HaasPrevent index-only scans from returning wrong answers...
2012-04-24 Robert HaasLots of doc corrections.
2012-03-26 Robert HaasCode cleanup for heap_freeze_tuple.
2012-02-13 Heikki LinnakangasFix heap_multi_insert to set t_self field in the caller...
2012-01-17 Robert Haasfastgetattr is in access/htup.h, not access/heapam.h
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-11-26 Heikki LinnakangasTake fillfactor into account in the new COPY bulk heap...
2011-11-10 Heikki LinnakangasFix another bug in the redo of COPY batches.
2011-11-09 Heikki LinnakangasFix bugs in the COPY heap-insert batching patch.
2011-11-09 Heikki LinnakangasIn COPY, insert tuples to the heap in batches.
2011-11-08 Robert HaasMake VACUUM avoid waiting for a cleanup lock, where...
2011-09-27 Robert Haasheap_update() must recheck tuple after unlocking and...
2011-09-16 Tom LaneAvoid unnecessary page-level SSI lock check in heap_ins...
2011-08-16 Tom LaneRevise sinval code to remove no-longer-used tuple TID...
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-06-29 Heikki LinnakangasMove the PredicateLockRelation() call from nodeSeqscan...
2011-06-27 Robert HaasAllow callers to pass a missing_ok flag when opening...
2011-06-27 Robert HaasTry again to make the visibility map crash safe.
2011-06-27 Robert HaasAvoid having two copies of the HOT-chain search logic.
2011-06-22 Robert HaasMake the visibility map crash-safe.
2011-06-15 Heikki LinnakangasMake non-MVCC snapshots exempt from predicate locking...
2011-05-30 Heikki LinnakangasThe row-version chaining in Serializable Snapshot Isola...
2011-04-25 Robert HaasFix SSI-related assertion failure.
next