summaryrefslogtreecommitdiff
path: root/src/backend/lib
AgeCommit message (Expand)Author
2018-07-16doc: Update redirecting linksPeter Eisentraut
2018-05-22Add missing files to src/backend/lib/README.Heikki Linnakangas
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-01Fix non-portable use of round().Andres Freund
2018-04-01Add Bloom filter implementation.Andres Freund
2018-03-02Minor clean-up in dshash.{c,h}.Andres Freund
2018-02-16Remove some inappropriate #includes.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-13Rethink MemoryContext creation to improve performance.Tom Lane
2017-10-11Allow to avoid NUL-byte management for stringinfos and use in format.c.Andres Freund
2017-09-19Fix uninitialized variable in dshash.c.Andres Freund
2017-09-10Remove pre-order and post-order traversal logic for red-black trees.Tom Lane
2017-09-03Suppress compiler warnings in dshash.c.Tom Lane
2017-08-25Consolidate the function pointer types used by dshash.c.Andres Freund
2017-08-24Fix unlikely shared memory leak after failure in dshash_create().Andres Freund
2017-08-23Hash tables backed by DSA shared memory.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-10Revert "Permit dump/reload of not-too-large >1GB tuples"Alvaro Herrera
2017-03-27Support hashed aggregation with grouping sets.Andrew Gierth
2017-01-10Fix overflow check in StringInfo; add missing castsAlvaro Herrera
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-02Permit dump/reload of not-too-large >1GB tuplesAlvaro Herrera
2016-09-04Clarify the new Red-Black post-order traversal code a bit.Heikki Linnakangas
2016-09-02Support multiple iterators in the Red-Black Tree implementation.Heikki Linnakangas
2016-04-27Remove mergeHyperLogLog.Robert Haas
2016-01-19Add two HyperLogLog functionsAlvaro Herrera
2016-01-02Update copyright for 2016Bruce Momjian
2015-08-23Avoid use of float arithmetic in bipartite_match.c.Tom Lane
2015-08-05Rely on inline functions even if that causes warnings in older compilers.Andres Freund
2015-07-02Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-16More portability fixing for bipartite_match.c.Tom Lane
2015-05-16Avoid direct use of INFINITY.Tom Lane
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-02-17Fix a bug in pairing heap removal code.Heikki Linnakangas
2015-01-23Fix typos, update README.Robert Haas
2015-01-23Add an explicit cast to Size to hyperloglog.cRobert Haas
2015-01-19Use abbreviated keys for faster sorting of text datums.Robert Haas
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-22Move rbtree.c from src/backend/utils/misc to src/backend/lib.Heikki Linnakangas
2014-12-22Use a pairing heap for the priority queue in kNN-GiST searches.Heikki Linnakangas
2014-12-16Misc comment typo fixes.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-17Fix typos in comments.Fujii Masao
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-25Use improved vsnprintf calling logic in more places.Tom Lane
2013-08-30Reset the binary heap in MergeAppend rescans.Tom Lane