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
/
include
/
lib
/
simplehash.h
Age
Commit message (
Expand
)
Author
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-17
Fix typos in comments
Magnus Hagander
2017-06-05
Fix comments in simplehash.h.
Heikki Linnakangas
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-06
Make simplehash.h grow hashtable in additional cases.
Andres Freund
2017-03-01
Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.
Andres Freund
2017-02-09
simplehash: Additional tweaks to make specifying an allocator work.
Robert Haas
2017-02-07
Revise the way the element allocator for a simplehash is specified.
Robert Haas
2017-02-07
Avoid redefining simplehash_allocate/simplehash_free.
Robert Haas
2017-02-07
Allow the element allocator for a simplehash to be specified.
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-10-27
Avoid using a C++ keyword in header file
Peter Eisentraut
2016-10-18
Fix a few typos in simplehash.h.
Andres Freund
2016-10-14
Add a macro templatized hashtable.
Andres Freund