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