]> granicus.if.org Git - postgresql/history - src/include/access/heapam.h
Update copyright for the year 2010.
[postgresql] / src / include / access / heapam.h
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-08-24 Tom LaneFix a violation of WAL coding rules in the recent patch...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-12 Tom LaneFix LOCK TABLE to eliminate the race condition that...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-06 Tom LaneImprove bulk-insert performance by keeping the current...
2008-10-08 Tom LaneModify the parser's error reporting to include a specif...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-12 Heikki LinnakangasRefactor XLogOpenRelation() and XLogReadBuffer() in...
2008-06-06 Alvaro HerreraChange xlog.h to xlogdefs.h in bufpage.h, and fix fallout.
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-03 Tom LaneRemove heap_release_fetch, which is no longer used...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-08 Tom LaneRefactor heap_page_prune so that instead of changing...
2008-01-14 Tom LaneFix CREATE INDEX CONCURRENTLY so that it won't use...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-06-09 Tom LaneTeach heapam code to know the difference between a...
2007-06-08 Tom LaneArrange for large sequential scans to synchronize with...
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-04-08 Tom LaneMake CLUSTER MVCC-safe. Heikki Linnakangas
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-03-29 Tom LaneTeach CLUSTER to skip writing WAL if not needed (ie...
2007-01-25 Bruce MomjianPrevent WAL logging when COPY is done in the same trans...
2007-01-09 Bruce MomjianEnable another five tuple status bits by using the...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-18 Tom LaneNow that we've rearranged relation open to get a lock...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-27 Tom LaneCreate infrastructure for 'MinimalTuple' representation...
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-04-24 Bruce MomjianSuppress more compiler warnings caused by macro tests.
2006-04-24 Bruce MomjianAdd one more paren to macro.
2006-04-24 Bruce MomjianSuprress compiler warning in gcc 4.2.
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-20 Tom LaneRepair problems with VACUUM destroying t_ctid chains...
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-06-20 Tom LaneAvoid WAL-logging individual tuple insertions during...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2005-03-20 Neil ConwayChange the return value of HeapTupleSatisfiesUpdate...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-03-14 Tom LaneAvoid O(N^2) overhead in repeated nocachegetattr calls...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-04 Tom LaneResurrect heap_deformtuple(), this time implemented...
2004-04-21 Tom LaneTweak indexscan and seqscan code to arrange that steps...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-11 Tatsuo IshiiAdd NOWAIT option to LOCK command
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-10-01 Tom LaneRepair RI trigger visibility problems (this time for...
2003-09-15 Tom LaneFix LISTEN/NOTIFY race condition reported by Gavin...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-02-23 Tom LaneImprove coding of log_heap_clean() and heap_xlog_clean().
2003-02-13 Bruce MomjianThis trivial patch removes the usage of some old statis...
2002-09-04 Bruce Momjianpgindent run.
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-02 Tom LaneFix problem reported by Alex Korn: if a relation has...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-17 Tom LaneSuppress compiler warning.
2001-09-08 Hiroshi InoueApply 7.1.3 changes to the current tree also.
2001-07-12 Tom LaneCreate a new HeapTupleSatisfiesVacuum() routine in...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-12 Tom LaneClean up various to-do items associated with system...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneFix all the places that called heap_update() and heap_d...
2000-12-27 Tom LaneFix portability problems recently exposed by regression...
2000-11-30 Tom LaneRemove VARLENA_FIXED_SIZE hack, which is irreversibly...
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-14 Tom LaneMinor cleanup of tableOid-related coding.
2000-08-03 Tom LaneModify heap_open()/heap_openr() API per pghackers discu...
2000-07-02 Bruce MomjianAttached is a new patch which addresses this problem...
2000-06-30 Peter EisentrautFixes for Solaris/cc suggested by <pgsql-hackers@thewri...
2000-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
2000-01-22 Peter Eisentrautadded ALTER TABLE DROP COLUMN, early version
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-11-24 Bruce MomjianRename heap_replace to heap_update.
1999-10-11 Hiroshi InoueThe 1st step to implement new type of scan,TidScan.
next