index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
lib
Commit message (
Expand
)
Author
Age
*
Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.
Tom Lane
2018-11-06
*
Remove incorrect comment in dshash.c.
Thomas Munro
2018-10-29
*
doc: Update redirecting links
Peter Eisentraut
2018-07-16
*
Add missing files to src/backend/lib/README.
Heikki Linnakangas
2018-05-22
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix non-portable use of round().
Andres Freund
2018-03-31
*
Add Bloom filter implementation.
Andres Freund
2018-03-31
*
Minor clean-up in dshash.{c,h}.
Andres Freund
2018-03-01
*
Remove some inappropriate #includes.
Tom Lane
2018-02-16
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
Allow to avoid NUL-byte management for stringinfos and use in format.c.
Andres Freund
2017-10-11
*
Fix uninitialized variable in dshash.c.
Andres Freund
2017-09-18
*
Remove pre-order and post-order traversal logic for red-black trees.
Tom Lane
2017-09-10
*
Suppress compiler warnings in dshash.c.
Tom Lane
2017-09-03
*
Consolidate the function pointer types used by dshash.c.
Andres Freund
2017-08-24
*
Fix unlikely shared memory leak after failure in dshash_create().
Andres Freund
2017-08-24
*
Hash tables backed by DSA shared memory.
Andres Freund
2017-08-22
*
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-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Revert "Permit dump/reload of not-too-large >1GB tuples"
Alvaro Herrera
2017-05-10
*
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
*
Fix overflow check in StringInfo; add missing casts
Alvaro Herrera
2017-01-10
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Permit dump/reload of not-too-large >1GB tuples
Alvaro Herrera
2016-12-02
*
Clarify the new Red-Black post-order traversal code a bit.
Heikki Linnakangas
2016-09-04
*
Support multiple iterators in the Red-Black Tree implementation.
Heikki Linnakangas
2016-09-02
*
Remove mergeHyperLogLog.
Robert Haas
2016-04-27
*
Add two HyperLogLog functions
Alvaro Herrera
2016-01-19
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Avoid use of float arithmetic in bipartite_match.c.
Tom Lane
2015-08-23
*
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-05
*
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-07-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
More portability fixing for bipartite_match.c.
Tom Lane
2015-05-16
*
Avoid direct use of INFINITY.
Tom Lane
2015-05-15
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
Fix a bug in pairing heap removal code.
Heikki Linnakangas
2015-02-17
*
Fix typos, update README.
Robert Haas
2015-01-23
*
Add an explicit cast to Size to hyperloglog.c
Robert Haas
2015-01-23
*
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-19
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
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-12-22
*
Misc comment typo fixes.
Heikki Linnakangas
2014-12-16
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix typos in comments.
Fujii Masao
2014-03-17
*
Update copyright for 2014
Bruce Momjian
2014-01-07
[next]