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
2018-01-29
Prevent growth of simplehash tables when they're "too empty".
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
2015-01-17
Advance backend's advertised xmin more aggressively.
Heikki Linnakangas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-22
Move rbtree.c from src/backend/utils/misc to src/backend/lib.
Heikki Linnakangas
2014-12-22
Use a pairing heap for the priority queue in kNN-GiST searches.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-10-24
Use improved vsnprintf calling logic in more places.
Tom Lane
2013-08-30
Reset the binary heap in MergeAppend rescans.
Tom Lane
2013-07-24
Improve ilist.h's support for deletion of slist elements during iteration.
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-29
Basic binary heap implementation.
Robert Haas
2012-11-27
Add explicit casts in ilist.h's inline functions.
Tom Lane
2012-10-18
Remove unnecessary "head" arguments from some dlist/slist functions.
Tom Lane
2012-10-18
Code review for inline-list patch.
Tom Lane
2012-10-17
Embedded list interface
Alvaro Herrera
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
[next]