aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash
Commit message (Expand)AuthorAge
* Fix wording in amvalidate error messagesAlvaro Herrera2017-05-30
* Remove triggerable Assert in hashname().Tom Lane2016-12-26
* Fix broken error check in _hash_doinsert.Robert Haas2016-12-22
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-15
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Message style improvementsPeter Eisentraut2016-07-28
* Add regression test case exercising the sorting path for hash index build.Tom Lane2016-07-16
* Fix building of large (bigger than shared_buffers) hash indexes.Tom Lane2016-06-24
* Fix hash index vs "snapshot too old" problemmsKevin Grittner2016-05-06
* Prevent to use magic constantsTeodor Sigaev2016-04-28
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Improve ResourceOwners' behavior for large numbers of owned objects.Tom Lane2016-01-26
* Improve index AMs' opclass validation procedures.Tom Lane2016-01-21
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove unnecessary variables in _hash_splitbucket().Tom Lane2015-04-03
* Fix bogus concurrent use of _hash_getnewbuf() in bucket split code.Tom Lane2015-03-30
* Update copyright for 2015Bruce Momjian2015-01-06
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Fix race condition between hot standby and restoring a full-page image.Heikki Linnakangas2014-11-13
* Avoid copying index tuples when building an index.Robert Haas2014-07-01
* pgindent run for 9.4Bruce Momjian2014-05-06
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Update copyright for 2014Bruce Momjian2014-01-07
* Consistently use unsigned arithmetic for alignment calculations.Noah Misch2013-10-20
* 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