summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam.c
Commit message (Expand)AuthorAgeFilesLines
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-081-7/+17
* Modify XLogInsert API to make callers specify whether pages to be backedTom Lane2005-06-061-14/+22
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-306/+221
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-191-2/+2
* Clean up MultiXactIdExpand's API by separating out the case where weTom Lane2005-05-031-3/+3
* Use the standard lock manager to establish priority order when thereTom Lane2005-04-301-88/+206
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-106/+488
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-78/+1
* Remove dead push/pop rollback code. Vadim once planned to implementTom Lane2005-03-281-66/+3
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-271-6/+23
* Change the return value of HeapTupleSatisfiesUpdate() to be an enum,Neil Conway2005-03-201-9/+9
* Remove some no-longer-needed kluges for bootstrapping, in particularTom Lane2005-02-201-5/+1
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* There is no need for ReadBuffer() call sites to check that the returnedNeil Conway2004-11-141-31/+1
* Make heap_fetch API more consistent by having the buffer remain pinnedTom Lane2004-10-261-18/+23
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-151-9/+9
* Message style revisionsPeter Eisentraut2004-10-121-2/+2
* Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keywordTom Lane2004-10-011-2/+12
* Now that xmax and cmin are distinct fields again, we should zero xmax whenTom Lane2004-09-171-3/+5
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-9/+13
* Renumber SnapshotNow and the other special snapshot codes so thatTom Lane2004-09-111-9/+11
* Pgindent run for 8.0.Bruce Momjian2004-08-291-16/+17
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-211-12/+12
* Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, andTom Lane2004-07-111-1/+46
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-5/+6
* Get rid of the former rather baroque mechanism for propagating the valuesTom Lane2004-05-271-2/+2
* Fix speling.Tom Lane2004-05-201-2/+2
* Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane2004-05-081-8/+11
* Tweak indexscan and seqscan code to arrange that steps from one page toTom Lane2004-04-211-3/+26
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-1/+3
* Add NOWAIT option to LOCK commandTatsuo Ishii2004-03-111-1/+28
* Tighten short-circuit tests for deciding whether we need to invokeTom Lane2004-01-161-19/+13
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-5/+5
* Fix three trivial typos in comments.Neil Conway2004-01-051-4/+4
* I posted some bufmgr cleanup a few weeks ago, but it conflicted withNeil Conway2003-12-141-12/+23
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane2003-10-011-10/+47
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-4/+4
* Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While aTom Lane2003-09-151-9/+29
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-7/+9
* Error message editing in backend/access.Tom Lane2003-07-211-70/+72
* Improve coding of log_heap_clean() and heap_xlog_clean().Tom Lane2003-02-231-24/+23
* This trivial patch removes the usage of some old statistics code that noBruce Momjian2003-02-131-83/+1
* Fix problems with loss of tuple commit status bits during WAL redo ofTom Lane2002-09-261-22/+24
* pgindent run.Bruce Momjian2002-09-041-20/+22
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-57/+47
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-291-1/+10
* Make sure that t_ctid is reset to equal t_self in heap_delete andTom Lane2002-08-131-3/+24