aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/hash.h
Commit message (Expand)AuthorAge
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Update copyright for 2018Bruce Momjian2018-01-02
* Protect against hypothetical memory leaks in RelationGetPartitionKeyAlvaro Herrera2017-12-27
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Remove lsn from HashScanPosData.Robert Haas2017-09-26
* hash: Implement page-at-a-time scan.Robert Haas2017-09-22
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31
* hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas2017-08-04
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Clean up manipulations of hash indexes' hasho_flag field.Tom Lane2017-04-14
* Expand hash indexes more gradually.Robert Haas2017-04-03
* Port single-page btree vacuum logic to hash indexes.Robert Haas2017-03-15
* hash: Refactor hash index creation.Robert Haas2017-03-07
* hash: Refactor overflow page allocation.Robert Haas2017-02-27
* hash: Refactor bucket squeeze code.Robert Haas2017-02-27
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-09
* Cache hash index's metapage in rel->rd_amcache.Robert Haas2017-02-07
* pageinspect: Support hash indexes.Robert Haas2017-02-02
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Remove _hash_chgbufaccess().Robert Haas2016-12-23
* Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().Robert Haas2016-12-19
* Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().Robert Haas2016-12-16
* Improve hash index bucket split behavior.Robert Haas2016-11-30
* Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane2016-10-12
* Fix some typos in commentPeter Eisentraut2016-09-26
* Split hash.h → hash_xlog.hAlvaro Herrera2016-08-29
* Fix building of large (bigger than shared_buffers) hash indexes.Tom Lane2016-06-24
* Prevent to use magic constantsTeodor Sigaev2016-04-28
* 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
* Don't include low level locking code from frontend code.Andres Freund2015-08-07
* pgindent run for 9.5Bruce Momjian2015-05-23
* Update copyright for 2015Bruce Momjian2015-01-06
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-19
* Fix whitespacePeter Eisentraut2014-07-11
* Avoid copying index tuples when building an index.Robert Haas2014-07-01
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Allow more include files to be compiled in their own by adding missingBruce Momjian2011-08-27