aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap
Commit message (Expand)AuthorAge
* Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keywordTom Lane2004-10-01
* Adjust index locking rules as per my proposal of earlier today. YouTom Lane2004-09-30
* Now that xmax and cmin are distinct fields again, we should zero xmax whenTom Lane2004-09-17
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Renumber SnapshotNow and the other special snapshot codes so thatTom Lane2004-09-11
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix relcache to account properly for subtransaction status of 'new'Tom Lane2004-08-28
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-21
* Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, andTom Lane2004-07-11
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Make the world very nearly safe for composite-type columns in tables.Tom Lane2004-06-05
* Resurrect heap_deformtuple(), this time implemented as a singly nestedTom Lane2004-06-04
* Get rid of the former rather baroque mechanism for propagating the valuesTom Lane2004-05-27
* Fix speling.Tom Lane2004-05-20
* Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane2004-05-08
* Tweak indexscan and seqscan code to arrange that steps from one page toTom Lane2004-04-21
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* Add NOWAIT option to LOCK commandTatsuo Ishii2004-03-11
* Tighten short-circuit tests for deciding whether we need to invokeTom Lane2004-01-16
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* Fix three trivial typos in comments.Neil Conway2004-01-05
* I posted some bufmgr cleanup a few weeks ago, but it conflicted withNeil Conway2003-12-14
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane2003-10-01
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While aTom Lane2003-09-15
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/access.Tom Lane2003-07-21
* Improve coding of log_heap_clean() and heap_xlog_clean().Tom Lane2003-02-23
* This trivial patch removes the usage of some old statistics code that noBruce Momjian2003-02-13
* Fix problems with loss of tuple commit status bits during WAL redo ofTom Lane2002-09-26
* pgindent run.Bruce Momjian2002-09-04
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* Make sure that t_ctid is reset to equal t_self in heap_delete andTom Lane2002-08-13
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* This patch fixes one serious bug (runaway INSERT) and a few rare (andBruce Momjian2002-07-30
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian2002-07-02
* This patch, which is built upon the "HeapTupleHeader accessor macros"Bruce Momjian2002-07-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian2002-06-15
* Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,Tom Lane2002-05-27
* Wups, managed to break ANALYZE with one aspect of that heap_fetch change.Tom Lane2002-05-24