aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam.c
Commit message (Expand)AuthorAge
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-07
* Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas2014-09-02
* Revert XactLockTableWait context setup in conditional multixact waitAlvaro Herrera2014-08-25
* Use newly added InvalidCommandId instead of 0Alvaro Herrera2014-08-25
* Fix outdated commentAlvaro Herrera2014-08-22
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-31
* Avoid uselessly looking up old LOCK_ONLY multixactsAlvaro Herrera2014-07-29
* Simplify multixact freezing a bitAlvaro Herrera2014-07-29
* Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund2014-07-12
* Fix broken Assert() introduced by 8e9a16ab8f7f0e58Alvaro Herrera2014-06-27
* Check for interrupts during tuple-insertion loops.Robert Haas2014-06-23
* Code review for recent changes in relcache.c.Tom Lane2014-05-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Assert that pre/post-fix updated tuples are on the same page during replay.Heikki Linnakangas2014-05-05
* Fix race when updating a tuple concurrently locked by another processAlvaro Herrera2014-04-24
* Update obsolete comments.Heikki Linnakangas2014-04-23
* Move multixid allocation out of critical section.Heikki Linnakangas2014-04-04
* Setup error context callback for transaction lock waitsAlvaro Herrera2014-03-19
* Only WAL-log the modified portion in an UPDATE, if possible.Heikki Linnakangas2014-03-12
* Introduce logical decoding.Robert Haas2014-03-03
* Fix WAL replay of locking an updated tupleAlvaro Herrera2014-02-27
* Accept pg_upgraded tuples during multixact freezingAlvaro Herrera2014-01-10
* Update copyright for 2014Bruce Momjian2014-01-07
* Change the way we mark tuples as frozen.Robert Haas2013-12-22
* Optimize updating a row that's locked by same xidAlvaro Herrera2013-12-19
* Rework tuple freezing protocolAlvaro Herrera2013-12-16
* Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas2013-12-13
* Under wal_level=logical, when saving old tuples, always save OID.Robert Haas2013-12-11
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-10
* Fix improper abort during update chain lockingAlvaro Herrera2013-12-05
* Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas2013-12-04
* Fix a couple of bugs in MultiXactId freezingAlvaro Herrera2013-11-29
* Don't TransactionIdDidAbort in HeapTupleGetUpdateXidAlvaro Herrera2013-11-29
* Refine our definition of what constitutes a system relation.Robert Haas2013-11-28
* Unbreak buildfarmAlvaro Herrera2013-11-28
* Use a more granular approach to follow update chainsAlvaro Herrera2013-11-28
* Compare Xmin to previous Xmax when locking an update chainAlvaro Herrera2013-11-28
* Cope with heap_fetch failure while locking an update chainAlvaro Herrera2013-11-28
* Fix bugs in SSI tuple locking.Heikki Linnakangas2013-10-08
* Rename various "freeze multixact" variablesAlvaro Herrera2013-09-16
* Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas2013-07-22
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* Avoid inconsistent type declarationAlvaro Herrera2013-06-25
* Post-pgindent cleanupStephen Frost2013-06-01
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix buffer pin leak in heap update redo routine.Heikki Linnakangas2013-03-27
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-18
* Add a materialized view relations.Kevin Grittner2013-03-03
* Fix Xmax freeze conditionsAlvaro Herrera2013-02-08