index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
lib
Age
Commit message (
Expand
)
Author
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-03-22
Add IntegerSet, to hold large sets of 64-bit ints efficiently.
Heikki Linnakangas
2019-02-09
simplehash: Add support for resetting a hashtable's contents.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-06
Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.
Tom Lane
2018-08-28
Code review for simplehash.h.
Thomas Munro
2018-04-01
Fix a boatload of typos in C comments.
Tom Lane
2018-03-31
Add Bloom filter implementation.
Andres Freund
2018-03-01
Minor clean-up in dshash.{c,h}.
Andres Freund
2018-02-16
Remove some inappropriate #includes.
Tom Lane
2018-01-29
Prevent growth of simplehash tables when they're "too empty".
Andres Freund
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-10-11
Allow to avoid NUL-byte management for stringinfos and use in format.c.
Andres Freund
2017-09-10
Remove pre-order and post-order traversal logic for red-black trees.
Tom Lane
2017-09-03
Suppress compiler warnings in dshash.c.
Tom Lane
2017-08-24
Consolidate the function pointer types used by dshash.c.
Andres Freund
2017-08-22
Hash tables backed by DSA shared memory.
Andres Freund
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-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-05-10
Revert "Permit dump/reload of not-too-large >1GB tuples"
Alvaro Herrera
2017-03-27
Support hashed aggregation with grouping sets.
Andrew Gierth
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
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-02
Permit dump/reload of not-too-large >1GB tuples
Alvaro Herrera
2016-10-26
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
2016-09-02
Support multiple iterators in the Red-Black Tree implementation.
Heikki Linnakangas
2016-04-27
Remove mergeHyperLogLog.
Robert Haas
2016-01-19
Add two HyperLogLog functions
Alvaro Herrera
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-08-23
Avoid use of float arithmetic in bipartite_match.c.
Tom Lane
2015-08-05
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-02-17
Fix a bug in pairing heap removal code.
Heikki Linnakangas
2015-01-19
Use abbreviated keys for faster sorting of text datums.
Robert Haas
[next]