summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam.c
Commit message (Expand)AuthorAgeFilesLines
* Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane2011-08-161-15/+15
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-081-36/+6
* Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It'sHeikki Linnakangas2011-06-291-7/+14
* Allow callers to pass a missing_ok flag when opening a relation.Robert Haas2011-06-271-10/+14
* Try again to make the visibility map crash safe.Robert Haas2011-06-271-24/+21
* Avoid having two copies of the HOT-chain search logic.Robert Haas2011-06-271-26/+46
* Make the visibility map crash-safe.Robert Haas2011-06-211-25/+238
* Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCCHeikki Linnakangas2011-06-151-10/+13
* The row-version chaining in Serializable Snapshot Isolation was still wrong.Heikki Linnakangas2011-05-301-13/+2
* Fix SSI-related assertion failure.Robert Haas2011-04-251-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-18/+18
* You must hold a lock on the heap page when you callHeikki Linnakangas2011-03-041-2/+2
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-081-13/+75
* Basic foreign table support.Robert Haas2011-01-011-1/+2
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-131-17/+17
* Self review of previous patch. Fix assumption that xmax >= xmin.Simon Riggs2010-12-091-4/+2
* Reduce spurious Hot Standby conflicts from never-visible records.Simon Riggs2010-12-091-8/+25
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway2010-09-111-3/+3
* Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.Robert Haas2010-07-291-5/+20
* pgindent run for 9.0, second runBruce Momjian2010-07-061-5/+5
* Improve printing of XLOG_HEAP_NEWPAGE records to include the forknum.Tom Lane2010-05-021-3/+4
* Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknumTom Lane2010-05-021-2/+4
* Further reductions in Hot Standby conflict processing. TheseSimon Riggs2010-04-221-3/+7
* pgindent run for 9.0Bruce Momjian2010-02-261-14/+14
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-4/+2
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-081-143/+44
* Move the responsibility of writing a "unlogged WAL operation" record fromHeikki Linnakangas2010-02-031-7/+1
* Filter recovery conflicts based upon dboid from relfilenode of WALSimon Riggs2010-01-291-4/+4
* Write a WAL record whenever we perform an operation without WAL-loggingHeikki Linnakangas2010-01-201-1/+7
* First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs2010-01-141-40/+4
* Remove partial, broken support for NULL pointers when fetching attributes.Robert Haas2010-01-101-5/+5
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-12/+168
* Fix a violation of WAL coding rules in the recent patch to include anTom Lane2009-08-241-30/+30
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-35/+39
* Keep rs_startblock the same during heap_rescan, so that a rescan of a SeqScanTom Lane2009-06-101-5/+14
* Fix LOCK TABLE to eliminate the race condition that could make it give weirdTom Lane2009-05-121-51/+1
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-201-1/+6
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Make heap_update() set newtup->t_tableOid correctly, for consistency withTom Lane2008-12-161-1/+2
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-031-11/+142
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-191-4/+2
* Improve bulk-insert performance by keeping the current target buffer pinnedTom Lane2008-11-061-20/+48
* Update FSM on WAL replay. This is a bit limited; the FSM is only updatedHeikki Linnakangas2008-10-311-7/+58
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-311-4/+3
* No need for extra code to log freezing zero tuples. Callers already check thatAlvaro Herrera2008-10-271-11/+5
* Modify the parser's error reporting to include a specific hint for the caseTom Lane2008-10-081-1/+71
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-301-1/+5