aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap
Commit message (Expand)AuthorAge
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-13
* 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
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-24
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Change heap_get_latest_tid() so that a transaction canHiroshi Inoue2002-05-01
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* I attach a version of my toast-slicing patch, against current CVSBruce Momjian2002-03-05
* Catcaches can now store negative entries as well as positive ones, toTom Lane2002-03-03
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* TOAST needs to do at least minimal time-qual checking in order not toTom Lane2002-01-16
* Add more sanity-checking to PageAddItem and PageIndexTupleDelete,Tom Lane2002-01-15
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-02
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-23
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Minor code cleanup/beautification in RelationPutHeapTuple.Tom Lane2001-07-13
* Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane2001-07-12
* Fix my old fault(returns auto variable reference).Hiroshi Inoue2001-07-06
* Further work on connecting the free space map (which is still just aTom Lane2001-06-29
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-27
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* Remove RelationGetBufferWithBuffer(), which is horribly confused aboutTom Lane2001-06-09
* Prevent forced blank line before comment block in pgindent.Bruce Momjian2001-05-17
* Spacing cleanup.Bruce Momjian2001-05-17
* Repair race condition introduced into heap_update() in 7.1 ---Tom Lane2001-05-16
* Modify RelationGetBufferForTuple() so that we only do lseek and lockTom Lane2001-05-12