]> granicus.if.org Git - postgresql/history - src/backend/access/heap/heapam.c
Post-PG 10 beta1 pgindent run
[postgresql] / src / backend / access / heap / heapam.c
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-03-29 Alvaro HerreraSimplify check of modified attributes in heap_update
2017-03-22 Simon RiggsImprove performance of replay of AccessExclusiveLocks
2017-03-17 Robert HaasRename "pg_clog" directory to "pg_xact".
2017-03-08 Robert HaasSupport parallel bitmap heap scans.
2017-02-14 Robert HaasMinor fixes for WAL consistency checking.
2017-02-08 Robert HaasAdd WAL consistency checking facility.
2017-01-24 Robert HaasFix interaction of partitioned tables with BulkInsertState.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-22 Andres FreundSkip checkpoints, archiving on idle systems.
2016-09-09 Alvaro HerreraFix locking a tuple updated by an aborted (sub)transaction
2016-08-25 Tom LaneFix small query-lifespan memory leak in bulk updates.
2016-08-18 Andres FreundFix deletion of speculatively inserted TOAST on conflict
2016-08-15 Tom LaneFinal pgindent + perltidy run for 9.6.
2016-08-05 Andres FreundFix hard to hit race condition in heapam's tuple lockin...
2016-07-18 Andres FreundClear all-frozen visibilitymap status when locking...
2016-07-16 Andres FreundFix torn-page, unlogged xid and further risks from...
2016-07-15 Andres FreundMake HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMA...
2016-07-15 Alvaro HerreraAvoid serializability errors when locking a tuple with...
2016-06-24 Alvaro HerreraFix handling of multixacts predating pg_upgrade
2016-06-17 Robert HaasFix typo.
2016-06-15 Robert HaasFix lazy_scan_heap so that it won't mark pages all...
2016-06-10 Tom LaneImprove the situation for parallel query versus temp...
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-06 Robert HaasFix typo.
2016-05-12 Alvaro HerreraFix bogus comments
2016-05-12 Alvaro HerreraFix obsolete comment
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-08 Kevin GrittnerAdd the "snapshot too old" feature
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-03-08 Robert HaasDepartment of second thoughts: remove PD_ALL_FROZEN.
2016-03-02 Robert HaasChange the format of the VM fork to add a second bit...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-18 Robert HaasFix typo in comment.
2015-11-19 Andres FreundRemove function names from some elog() calls in heapam.c.
2015-10-31 Kevin GrittnerFix serialization anomalies due to race conditions...
2015-10-16 Robert HaasAdd a C API for parallel heap scans.
2015-09-05 Heikki LinnakangasFix misc typos.
2015-08-03 Tom LaneFix a number of places that produced XX000 errors in...
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-21 Tom LaneFix some oversights in BRIN patch.
2015-06-26 Simon RiggsAvoid hot standby cancels from VAC FREEZE
2015-06-26 Heikki LinnakangasFix a couple of bugs with wal_log_hints.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-17 Magnus HaganderFix typos in comments
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-08 Andres FreundMinor ON CONFLICT related comments and doc fixes.
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-29 Andres FreundIntroduce replication progress tracking infrastructure.
2015-04-10 Alvaro HerreraOptimize locking a tuple already locked by another...
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
2015-02-04 Heikki LinnakangasFix reference-after-free when waiting for another xact...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2015-01-04 Alvaro HerreraFix thinko in lock mode enum
2014-12-26 Alvaro HerreraGrab heavyweight tuple lock only before sleeping
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...
next