]> granicus.if.org Git - postgresql/history - src/include/access
Allow GIN's extractQuery method to signal that nothing can satisfy the query.
[postgresql] / src / include / access /
2007-01-31 Teodor SigaevAllow GIN's extractQuery method to signal that nothing...
2007-01-30 Tom LaneAdd support for cross-type hashing in hash index search...
2007-01-25 Bruce MomjianPrevent WAL logging when COPY is done in the same trans...
2007-01-20 Neil ConwayRefactor the index AM API slightly: move currentItemDat...
2007-01-09 Bruce MomjianEnable another five tuple status bits by using the...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-17 Tom LaneRepair two related errors in heap_lock_tuple: it was...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-11-01 Tom LaneFix "failed to re-find parent key" btree VACUUM failure...
2006-10-05 Tom LaneMake use of qsort_arg in several places that were forme...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-10 Tom LaneIf we're going to advertise the array overlap/containme...
2006-09-10 Tom LaneRename contains/contained-by operators to @> and <...
2006-08-24 Tom LaneOptimize the case where a btree indexscan has current...
2006-08-21 Tom LaneMake the server track an 'XID epoch', that is, maintain...
2006-08-18 Tom LaneNow that we've rearranged relation open to get a lock...
2006-08-17 Tom LaneImplement archive_timeout feature to force xlog file...
2006-08-07 Tom LaneMake recovery from WAL be restartable, by executing...
2006-08-06 Tom LaneAdd support for forcing a switch to a new xlog file...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-25 Tom LaneModify btree to delete known-dead index entries without...
2006-07-13 Bruce MomjianMore include file adjustments.
2006-07-13 Bruce MomjianMore include file adjustments.
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Tom LaneTweak fillfactor code as per my recent proposal. Fix...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "S...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "G...
2006-07-11 Teodor SigaevGIN improvements
2006-07-11 Bruce MomjianAllow each C include file to compile on its own by...
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-28 Teodor SigaevChanges
2006-06-27 Tom LaneCreate infrastructure for 'MinimalTuple' representation...
2006-06-25 Bruce MomjianFix GEVHDRSZ for Win32.
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-05-29 Teodor SigaevSom improve page split in multicolumn GiST index.
2006-05-24 Teodor Sigaev* Add support NULL to GiST.
2006-05-19 Teodor SigaevSimplify gistSplit() and some refactoring related code.
2006-05-17 Teodor SigaevReduce size of critial section during vacuum full,...
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-05-10 Teodor SigaevReduce size of critical section and remove call of...
2006-05-08 Tom LaneRewrite btree vacuuming to fold the former bulkdelete...
2006-05-07 Tom LaneRewrite btree index scans to work a page at a time...
2006-05-02 Tom LaneClean up API for ambulkdelete/amvacuumcleanup as per...
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-04-25 Bruce MomjianAdd statement_timestamp(), clock_timestamp(), and
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-04-14 Tom LaneMake the world safe for full_page_writes. Allow XLOG...
2006-04-13 Tom LaneFix an ancient oversight in btree xlog replay. When...
2006-04-05 Tom LaneAdd a field to the first page of each WAL file to indic...
2006-04-03 Tom LaneDefine a separately configurable XLOG_BLCKSZ symbol...
2006-04-03 Teodor SigaevEliminate ajust scan code. Since concurrent GiST it...
2006-04-01 Tom LaneRemove the 'slow' path for btree index build, which...
2006-03-31 Tom LaneClean up WAL/buffer interactions as per my recent propo...
2006-03-30 Tom LaneImprove gist XLOG code to follow the coding rules neede...
2006-03-29 Tom LaneClean up and document the API for XLogOpenRelation...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-16 Tom LaneClean up representation of function RTEs for functions...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-11 Tom LaneSkip ambulkdelete scan if there's nothing to delete...
2006-02-11 Bruce MomjianRevert based on Tom's recommendation:
2006-02-11 Bruce MomjianAllow VACUUM to complete faster by avoiding scanning...
2006-01-25 Tom LaneRemove the no-longer-useful HashItem/HashItemData level...
2006-01-25 Tom LaneRemove the no-longer-useful BTItem/BTItemData level...
2006-01-25 Tom LaneAllow row comparisons to be used as indexscan qualifica...
2006-01-23 Tom LaneInstead of using a numberOfRequiredKeys count to distin...
2006-01-14 Tom LaneSome minor code cleanup, falling out from the removal...
2005-12-07 Tom LanePush the responsibility for handling ignore_killed_tupl...
2005-12-06 Tom LaneGet rid of slru.c's hardwired insistence on a fixed...
2005-12-06 Tom LaneArrange for read-only accesses to SLRU page buffers...
2005-12-03 Tom LaneTweak indexscan machinery to avoid taking an AccessShar...
2005-11-26 Tom LaneChange seqscan logic so that we check visibility of...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-20 Tom LaneRemove the t_datamcxt field of HeapTupleData. This...
2005-11-20 Tom LaneModify tuptoaster's API so that it does not try to...
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-11-06 Tom LaneAdd simple sanity checks on newly-read pages to GiST...
2005-11-06 Tom LaneAdd defenses to btree and hash index AMs to do simple...
2005-11-05 Tom LaneClean up representation of SLRU page state. This is...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-07 Alvaro HerreraRemove an unused typedef.
2005-09-02 Tom LaneClean up a couple of ad-hoc computations of the maximum...
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-08-20 Tatsuo IshiiMake GetMultiXactIdMembers() a public function.
2005-08-20 Tom LaneRepair problems with VACUUM destroying t_ctid chains...
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-07-29 Tom LaneClean up a number of autovacuum loose ends. Make the...
2005-07-06 Bruce MomjianAdd pg_column_size() to return storage size of a column...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-30 Teodor SigaevBug fixes for GiST crash recovery.
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-27 Teodor SigaevConcurrency for GiST
2005-06-24 Tom LaneExtend r-tree operator classes to handle Y-direction...
2005-06-24 Tom LaneFix rtree and contrib/rtree_gist search behavior for...
next