aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash
Commit message (Expand)AuthorAge
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-17
* Additional spelling correctionsStephen Frost2013-06-03
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-28
* Reduce use of heavyweight locking inside hash AM.Robert Haas2012-06-26
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut2012-03-21
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Measure the number of all-visible pages for use in index-only scan costing.Tom Lane2011-10-14
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Hash indexes had better pass the index collation to support functions, too.Tom Lane2011-04-23
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support unlogged tables.Robert Haas2010-12-29
* Create core infrastructure for KNNGIST.Tom Lane2010-12-02
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Tidy up a few calls to smrgextend().Robert Haas2010-08-19
* pgindent run for 9.0Bruce Momjian2010-02-26
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-07
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-31
* Dept of second thoughts: after studying index_getnext() a bit more I realizeTom Lane2009-11-01
* Fix two serious bugs introduced into hash indexes by the 8.4 patch that madeTom Lane2009-11-01
* Remove very ancient tuple-counting infrastructure (IncrRetrieved() andTom Lane2009-10-08
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane2009-06-06
* Insert CHECK_FOR_INTERRUPTS() calls into btree and hash index scans at theTom Lane2009-05-05
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-24
* Adopt Bob Jenkins' improved hash function for hash_any(). This changes theTom Lane2009-02-09
* Change the reloptions machinery to use a table-based parser, and provideAlvaro Herrera2009-01-05
* Update copyright for 2009.Bruce Momjian2009-01-01
* Prevent synchronous scan during GIN index build, because GIN is optimizedTom Lane2008-11-13
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-31
* Remove useless mark/restore support in hash index AM, per discussion.Tom Lane2008-10-17
* Change hash indexes to store only the hash code rather than the whole indexedTom Lane2008-09-15
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-11
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-13
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Phase 2 of project to make index operator lossiness be determined at runtimeTom Lane2008-04-13
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-10
* Improve hash_any() to use word-wide fetches when hashing suitably alignedTom Lane2008-04-06
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-20