OSDN Git Service

Fix typo in sslmode documentation
[pg-rex/syncrep.git] / src / backend / executor / nodeBitmapHeapscan.c
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-29 Heikki LinnakangasGrab predicate locks on matching tuples in a lossy...
2011-06-27 Robert HaasAvoid having two copies of the HOT-chain search logic.
2011-06-16 Tom LaneRemove another no-longer-needed inclusion of predicate.h.
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-09-27 Tom LaneRemove no-longer-needed ExecCountSlots infrastructure.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-12 Tom LaneTweak order of operations in BitmapHeapNext() to avoid...
2009-01-12 Tom LaneImplement prefetching via posix_fadvise() for bitmap...
2009-01-10 Tom LaneRevise the TIDBitmap API to support multiple concurrent...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-11 Alvaro HerreraInitialize the minimum frozen Xid in vac_update_datfroz...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-13 Bruce MomjianThis is the patch replace offnum++ by OffsetNumberNext...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
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-09-12 Tom LaneRedefine the lp_flags field of item pointers as having...
2007-06-09 Tom LaneTeach heapam code to know the difference between a...
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-26 Tom LaneRepair bug #2839: the various ExecReScan functions...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-05-23 Tom LaneRemove CXT_printf/CXT1_printf macros. If anyone had...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneExtend the ExecInitNode API so that plan nodes receive...
2005-12-02 Tom LaneAdjust scan plan nodes to avoid getting an extra Access...
2005-12-02 Tom LaneRearrange code in ExecInitBitmapHeapScan so that we...
2005-11-26 Tom LaneChange seqscan logic so that we check visibility of...
2005-11-25 Tom LaneImprove ExecStoreTuple to be smarter about replacing...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-04-19 Tom LaneCreate executor and planner-backend support for decoupl...