Commits

DateSubjectAuthorReleases
2005-03-16 Revise TupleTableSlot code to avoid unnecessary construction and disassembly Tom Lane 8.1.0
2005-03-14 Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of Tom Lane 8.1.0
2005-02-06 Back-port heap_deformtuple() into 7.4 branch; needed for planned fix for Tom Lane 7.4.8
2004-06-04 Resurrect heap_deformtuple(), this time implemented as a singly nested Tom Lane 8.0.0
2004-04-21 Tweak indexscan and seqscan code to arrange that steps from one page to Tom Lane 8.0.0
2004-04-01 Replace TupleTableSlot convention for whole-row variables and function Tom Lane 8.0.0
2003-10-01 Repair RI trigger visibility problems (this time for sure ;-)) per recent Tom Lane 7.4.1
2003-09-15 Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a Tom Lane 7.4.1
2003-02-23 Improve coding of log_heap_clean() and heap_xlog_clean(). Tom Lane 7.4.1
2002-05-24 Mark index entries "killed" when they are no longer visible to any Tom Lane 7.3.1
2002-05-21 Remove global variable scanCommandId in favor of storing a command ID Tom Lane 7.3.1
2002-05-20 Restructure indexscan API (index_beginscan, index_getnext) per Tom Lane 7.3.1
2002-03-26 pg_class has a relnamespace column. You can create and access tables Tom Lane 7.3.1
2001-11-02 Fix problem reported by Alex Korn: if a relation has been dropped and Tom Lane 7.2.1
2001-09-17 Suppress compiler warning. Tom Lane 7.2.1
2001-07-12 Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the Tom Lane 7.2.1
2001-06-12 Clean up various to-do items associated with system indexes: Tom Lane 7.2.1
2001-01-23 Fix all the places that called heap_update() and heap_delete() without Tom Lane 7.1.1
2000-12-27 Fix portability problems recently exposed by regression tests on Alphas. Tom Lane 7.1.1
2000-11-30 Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that Tom Lane 7.1.1
2000-11-14 Minor cleanup of tableOid-related coding. Tom Lane 7.1.1
2000-08-03 Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. Tom Lane 7.1.1
2000-06-18 Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the Tom Lane 7.1.1
1999-09-18 Mega-commit to make heap_open/heap_openr/heap_close take an Tom Lane 7.1.1
1999-07-10 heapam.h uses type time_t, but didn't include <time.h>. Tom Lane 7.1.1