aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam.c
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* 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
* 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
* Fix unportable assumptions about alignment of local char[n] variables.Tom Lane2001-03-25
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-23
* Tweak heap_update/delete so that we do not hold the buffer context lockTom Lane2001-01-15
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-12
* Correct nasty error in heap_update: it was releasing the buffer refcountTom Lane2001-01-07
* 1. WAL needs in zero-ed content of newly initialized page.Vadim B. Mikheev2000-12-30
* Fixed misprint in heap update WALoging.Vadim B. Mikheev2000-12-30
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-28
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-27
* Resolve complie error(was my fault).Hiroshi Inoue2000-12-11
* *redo: Heap move* neglects to set t_cmin for MOVED_IN tuples.Hiroshi Inoue2000-12-11