aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam.c
Commit message (Expand)AuthorAge
* Add a materialized view relations.Kevin Grittner2013-03-03
* Fix Xmax freeze conditionsAlvaro Herrera2013-02-08
* Fill tuple before HeapSatisfiesHOTAndKeyUpdateAlvaro Herrera2013-02-01
* Restrict infomask bits to set on multixactsAlvaro Herrera2013-01-31
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-28
* Update comment in heapgetpage() regarding PD_ALL_VISIBLE vs. Hot Standby.Robert Haas2012-12-14
* In multi-insert, don't go into infinite loop on a huge tuple and fillfactor.Heikki Linnakangas2012-12-12
* Reduce scope of changes for COPY FREEZE.Simon Riggs2012-12-02
* COPY FREEZE and mark committed on fresh tables.Simon Riggs2012-12-01
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-28
* Fix multiple problems in WAL replay.Tom Lane2012-11-12
* Throw error if expiring tuple is again updated or deleted.Kevin Grittner2012-10-26
* Put back AcceptInvalidationMessages calls in heap_openrv(_extended).Tom Lane2012-09-19
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-28
* Add new function log_newpage_buffer.Robert Haas2012-06-14
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix more crash-safe visibility map bugs, and improve comments.Robert Haas2012-06-07
* Only throw recovery conflicts when InHotStandby. Bug fix to recentSimon Riggs2012-05-31
* Ensure that seqscans check for interrupts at least once per page.Tom Lane2012-05-22
* Fix bug in freespace calculation in heap_multi_insert().Heikki Linnakangas2012-05-16
* Avoid repeated CLOG access from heap_hot_search_buffer.Robert Haas2012-05-02
* Prevent index-only scans from returning wrong answers under Hot Standby.Robert Haas2012-04-26
* Lots of doc corrections.Robert Haas2012-04-23
* Code cleanup for heap_freeze_tuple.Robert Haas2012-03-26
* Fix heap_multi_insert to set t_self field in the caller's tuples.Heikki Linnakangas2012-02-13
* fastgetattr is in access/htup.h, not access/heapam.hRobert Haas2012-01-16
* 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