aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam.c
Commit message (Expand)AuthorAge
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Improve table locking behavior in the face of current DDL.Robert Haas2011-11-30
* Take fillfactor into account in the new COPY bulk heap insert code.Heikki Linnakangas2011-11-26
* Fix another bug in the redo of COPY batches.Heikki Linnakangas2011-11-10
* Fix bugs in the COPY heap-insert batching patch.Heikki Linnakangas2011-11-09
* In COPY, insert tuples to the heap in batches.Heikki Linnakangas2011-11-09
* Make VACUUM avoid waiting for a cleanup lock, where possible.Robert Haas2011-11-07
* heap_update() must recheck tuple after unlocking and relocking buffer.Robert Haas2011-09-27
* Avoid unnecessary page-level SSI lock check in heap_insert().Tom Lane2011-09-16
* Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane2011-08-16
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It'sHeikki Linnakangas2011-06-29
* Allow callers to pass a missing_ok flag when opening a relation.Robert Haas2011-06-27
* Try again to make the visibility map crash safe.Robert Haas2011-06-27
* Avoid having two copies of the HOT-chain search logic.Robert Haas2011-06-27
* Make the visibility map crash-safe.Robert Haas2011-06-21
* Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCCHeikki Linnakangas2011-06-15
* The row-version chaining in Serializable Snapshot Isolation was still wrong.Heikki Linnakangas2011-05-30
* Fix SSI-related assertion failure.Robert Haas2011-04-25
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* You must hold a lock on the heap page when you callHeikki Linnakangas2011-03-04
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Self review of previous patch. Fix assumption that xmax >= xmin.Simon Riggs2010-12-09
* Reduce spurious Hot Standby conflicts from never-visible records.Simon Riggs2010-12-09
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway2010-09-11
* Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.Robert Haas2010-07-29
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Improve printing of XLOG_HEAP_NEWPAGE records to include the forknum.Tom Lane2010-05-02
* Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknumTom Lane2010-05-02
* Further reductions in Hot Standby conflict processing. TheseSimon Riggs2010-04-22
* pgindent run for 9.0Bruce Momjian2010-02-26
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Move the responsibility of writing a "unlogged WAL operation" record fromHeikki Linnakangas2010-02-03
* Filter recovery conflicts based upon dboid from relfilenode of WALSimon Riggs2010-01-29
* Write a WAL record whenever we perform an operation without WAL-loggingHeikki Linnakangas2010-01-20
* First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs2010-01-14
* Remove partial, broken support for NULL pointers when fetching attributes.Robert Haas2010-01-10
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Fix a violation of WAL coding rules in the recent patch to include anTom Lane2009-08-24
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Keep rs_startblock the same during heap_rescan, so that a rescan of a SeqScanTom Lane2009-06-10
* Fix LOCK TABLE to eliminate the race condition that could make it give weirdTom Lane2009-05-12
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-20
* Update copyright for 2009.Bruce Momjian2009-01-01