summaryrefslogtreecommitdiff
path: root/src/backend/access/hash
AgeCommit message (Expand)Author
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-04hash: Immediately after a bucket split, try to clean the old bucket.Robert Haas
2017-07-17hash: Fix write-ahead logging bugs related to init forks.Robert Haas
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-05-30Fix wording in amvalidate error messagesAlvaro Herrera
2017-05-22Fix typo in commentMagnus Hagander
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-10Remove no-longer-needed compatibility code for hash indexes.Robert Haas
2017-04-15More cleanup of manipulations of hash indexes' hasho_flag field.Tom Lane
2017-04-14Clean up manipulations of hash indexes' hasho_flag field.Tom Lane
2017-04-05Fix pageinspect failures on hash indexes.Robert Haas
2017-04-05hash: Fix write-ahead logging bug.Robert Haas
2017-04-04Fix formula in _hash_spareindex.Robert Haas
2017-04-04Expand hash indexes more gradually.Robert Haas
2017-04-04Properly acquire buffer lock for page-at-a-time hash vacuum.Robert Haas
2017-03-27Still more code review for single-page hash vacuuming.Robert Haas
2017-03-27Fix comment.Robert Haas
2017-03-20Another fix for single-page hash index vacuum.Robert Haas
2017-03-20Fixes for single-page hash index vacuum.Robert Haas
2017-03-16Port single-page btree vacuum logic to hash indexes.Robert Haas
2017-03-15Cosmetic fixes for hash index write-ahead logging.Robert Haas
2017-03-14hash: Support WAL consistency checking.Robert Haas
2017-03-14hash: Add write-ahead logging support.Robert Haas
2017-03-07hash: Refactor hash index creation.Robert Haas
2017-03-01hash: Refactor and clean up bucket split code.Robert Haas
2017-02-27hash: Refactor overflow page allocation.Robert Haas
2017-02-27hash: Refactor bucket squeeze code.Robert Haas
2017-02-15Add optimizer and executor support for parallel index scans.Robert Haas
2017-02-09pageinspect: Fix hash_bitmap_info not to read the underlying page.Robert Haas
2017-02-09Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane
2017-02-07Fix compiler warning.Robert Haas
2017-02-07Cache hash index's metapage in rel->rd_amcache.Robert Haas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-02pageinspect: Support hash indexes.Robert Haas
2017-01-24Extend index AM API for parallel index scans.Robert Haas
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-18Improve comment in hashsearch.c.Robert Haas
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-10Improve coding in _hash_addovflpage.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-26Remove triggerable Assert in hashname().Tom Lane
2016-12-23Remove _hash_chgbufaccess().Robert Haas
2016-12-22Fix broken error check in _hash_doinsert.Robert Haas
2016-12-19Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().Robert Haas