]> granicus.if.org Git - postgresql/history - src/backend/access/nbtree
Create a "sort support" interface API for faster sorting.
[postgresql] / src / backend / access / nbtree /
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-11-22 Simon RiggsContinue to allow VACUUM to mark last block of index...
2011-11-18 Simon RiggsAvoid marking buffer dirty when VACUUM has no work...
2011-11-02 Tom LaneAvoid scanning nulls at the beginning of a btree index...
2011-11-02 Tom LaneFix btree stop-at-nulls logic properly.
2011-10-31 Tom LaneStop btree indexscans upon reaching nulls in either...
2011-10-16 Tom LaneAvoid assuming that index-only scan data matches the...
2011-10-16 Tom LaneTeach btree to handle ScalarArrayOpExpr quals natively.
2011-10-11 Tom LaneAdd comment on why pulling data from a "name" index...
2011-10-09 Tom LaneImprove index-only scans to avoid repeated access to...
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-29 Tom LaneRestore correct btree preprocessing of "indexedcol...
2011-06-27 Simon RiggsReduce impact of btree page reuse on Hot Standby by...
2011-06-16 Heikki Linnakangaspgindent run of recent SSI changes. Also, remove an...
2011-06-16 Simon RiggsRespect Hot Standby controls while recycling btree...
2011-06-15 Heikki LinnakangasMake non-MVCC snapshots exempt from predicate locking...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-26 Tom LaneClean up cruft around collation initialization for...
2011-03-01 Heikki LinnakangasFix bugs in Serializable Snapshot Isolation.
2011-02-18 Tom LaneUn-break building with BTREE_BUILD_STATS.
2011-02-08 Peter EisentrautPer-column collation support
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-12-09 Simon RiggsReduce spurious Hot Standby conflicts from never-visibl...
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-29 Tom LaneReduce PANIC to ERROR in some occasionally-reported...
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-04-30 Heikki LinnakangasFix handling of b-tree reuse WAL records when hot stand...
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-04-22 Simon RiggsOptimise btree delete processing when no active backends.
2010-04-19 Tom LaneFix uninitialized local variables. Not sure why gcc...
2010-03-30 Bruce MomjianProperly initialize local varaible in
2010-03-28 Simon RiggsDerive latestRemovedXid for btree deletes by reading...
2010-03-19 Simon RiggsReset btpo.xact following recovery of btree delete...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-13 Simon RiggsIntroduce WAL records to log reuse of btree pages,...
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-02-01 Simon RiggsRevoke augmentation of WAL records for btree delete...
2010-01-29 Simon RiggsAugment WAL records for btree delete with GetOldestXmin...
2010-01-29 Simon RiggsFilter recovery conflicts based upon dboid from relfile...
2010-01-20 Heikki LinnakangasWrite a WAL record whenever we perform an operation...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-14 Simon RiggsFirst part of refactoring of code for ResolveRecoveryCo...
2010-01-03 Tom LaneDept of second thoughts: my first cut at supporting...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Tom LaneSupport "x IS NOT NULL" clauses as indexscan conditions...
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-10-08 Tom LaneRemove very ancient tuple-counting infrastructure ...
2009-10-02 Tom LaneMake sure that GIN fast-insert and regular code paths...
2009-08-01 Tom LaneDepartment of second thoughts: let's show the exact...
2009-08-01 Tom LaneImprove unique-constraint-violation error messages...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-06 Tom LaneImprove the IndexVacuumInfo/IndexBulkDeleteResult API...
2009-05-05 Tom LaneInsert CHECK_FOR_INTERRUPTS() calls into btree and...
2009-05-05 Tom LaneUpdate comment for _bt_relandgetbuf.
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-01-20 Heikki LinnakangasAdd a new option to RestoreBkpBlocks() to indicate...
2009-01-05 Alvaro HerreraChange the reloptions machinery to use a table-based...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-19 Heikki LinnakangasRethink the way FSM truncation works. Instead of WAL...
2008-11-13 Tom LanePrevent synchronous scan during GIN index build, becaus...
2008-11-03 Tom LaneClean up the messy semantics (not to mention inefficien...
2008-10-31 Heikki LinnakangasUnite ReadBufferWithFork, ReadBufferWithStrategy, and...
2008-10-06 Heikki LinnakangasIndex FSMs needs to be vacuumed as well. Report by...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-07-13 Tom LaneClean up the use of some page-header-access macros...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-12 Heikki LinnakangasRefactor XLogOpenRelation() and XLogReadBuffer() in...
2008-06-11 Heikki LinnakangasFix bug in the WAL recovery code to finish an incomplet...
2008-05-27 Tom LaneAlter the xxx_pattern_ops opclasses to use the regular...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-16 Tom LaneRepair two places where SIGTERM exit could leave shared...
2008-04-13 Tom LanePhase 2 of project to make index operator lossiness...
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-03-21 Bruce MomjianMore README src cleanups.
2008-03-20 Bruce MomjianMake source code READMEs more consistent. Add CVS...
2008-03-16 Tom LaneWhen creating a large hash index, pre-sort the index...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-31 Tom LaneImprove a number of elog messages for not-supposed...
2007-11-16 Tom LaneRepair still another bug in the btree page split WAL...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
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...
next