]> granicus.if.org Git - postgresql/history - src/backend/access/heap
Modify BufferGetPage() to prepare for "snapshot too old" feature
[postgresql] / src / backend / access / heap /
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-04-08 Robert HaasExtend relations multiple blocks at a time to improve...
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-25 Alvaro HerreraUpdate README.tuplock
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasFix more typos in comments.
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-14 Tom LaneSupport "expanded" objects, particularly arrays, for...
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 in a number of other places.
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in struct varlena.
2015-02-09 Tom LaneMinor cleanup/code review for "indirect toast" stuff.
2015-02-09 Fujii MasaoMove pg_lzcompress.c to src/common.
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-12-25 Tom LaneTemporarily revert "Move pg_lzcompress.c to src/common."
2014-12-25 Fujii MasaoMove pg_lzcompress.c to src/common.
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-12-11 Tom LaneFix assorted confusion between Oid and int32.
2014-12-07 Simon RiggsRemove duplicate code in heap_prune_chain()
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-23 Alvaro HerreraUpdate README.tuplock
2014-10-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-09-05 Peter EisentrautAssorted message fixes and improvements
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-07-02 Andres FreundRename logical decoding's pg_llog directory to pg_logical.
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-09 Robert HaasRemove overeager assertion in logical_heap_begin_rewrite.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-05 Heikki LinnakangasAssert that pre/post-fix updated tuples are on the...
2014-05-01 Tom LaneFix failure to detoast fields in composite elements...
2014-04-24 Alvaro HerreraFix race when updating a tuple concurrently locked...
2014-04-23 Heikki LinnakangasUpdate obsolete comments.
2014-04-23 Tom LaneFix broken logic in logical_heap_rewrite_flush_mappings().
2014-04-23 Bruce Momjianrevert 4d0d607a454ee832574afd52a3c515099cc85eb3
2014-04-22 Bruce Momjianrelease memory used while flushing logical mappings
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-17 Fujii MasaoFix typos in comments.
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-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-15 Robert HaasFix missing parentheses resulting in wrong order of...
2014-01-10 Alvaro HerreraAccept pg_upgraded tuples during multixact freezing
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-02 Robert HaasAggressively freeze tables when CLUSTER or VACUUM FULL...
2013-12-22 Robert HaasChange the way we mark tuples as frozen.
2013-12-20 Fujii MasaoRename wal_log_hintbits to wal_log_hints, per discussio...
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 HerreraDon't try to set InvalidXid as page pruning hint
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-24 Alvaro HerreraFix pgindent comment breakage
next