Fix incorrect year in some copyright notices
[postgresql.git] / src / backend / lib /
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-12-17 Nathan BossartAccommodate very large dshash tables.
2024-11-04 Alexander KorotkovRevert pg_wal_replay_wait() stored procedure
2024-10-27 Peter EisentrautRemove unused #include's from backend .c files
2024-08-02 Alexander KorotkovImplement pg_wal_replay_wait() stored procedure
2024-04-11 Alexander KorotkovRevert: Implement pg_wal_replay_wait() stored procedure
2024-04-03 Alexander KorotkovUse the pairing heap instead of a flat array for LSN...
2024-03-04 Peter EisentrautRemove unused #include's from backend .c files
2024-02-27 Nathan BossartFix comments for the dshash_parameters struct.
2024-02-26 Nathan BossartAdd helper functions for dshash tables with string...
2024-01-18 David RowleyFix broken Bitmapset optimization in DiscreteKnapsack()
2024-01-04 Bruce MomjianUpdate copyright for 2024
2023-09-18 Nathan BossartMake binaryheap available to frontend code.
2023-01-18 Andres FreundFix ILIST_DEBUG build
2023-01-12 Peter EisentrautConstify the arguments of ilist.c/h functions
2023-01-02 Bruce MomjianUpdate copyright for 2023
2022-12-20 Andrew DunstanAdd copyright notices to meson files
2022-11-02 David RowleyAdd doubly linked count list implementation
2022-09-22 Andres Freundmeson: Add initial version of meson based build system
2022-09-20 Peter GeogheganHarmonize more parameter names in bulk.
2022-09-20 Peter GeogheganHarmonize parameter names in storage and AM code.
2022-08-25 David RowleyMore -Wshadow=compatible-local warning fixes
2022-07-11 Thomas MunroFix lock assertions in dshash.c.
2022-07-08 Alexander KorotkovAdd missing inequality searches to rbtree
2022-07-08 Alexander KorotkovUse C99 designator in the rbtree sentinel definition
2022-05-12 Tom LanePre-beta mechanical code beautification.
2022-04-04 Andres Freunddshash: revise sequential scan support.
2022-03-10 Andres Freunddshash: Add sequential scan support.
2022-01-08 Bruce MomjianUpdate copyright for 2022
2021-12-14 Tom LaneImprove sift up/down code in binaryheap.c and logtape.c.
2021-11-29 Tom LaneReplace random(), pg_erand48(), etc with a better PRNG...
2021-04-20 Magnus HaganderFix typo in comment
2021-01-02 Bruce MomjianUpdate copyright for 2021
2020-07-30 Jeff DavisUse pg_bitutils for HyperLogLog.
2020-02-27 Robert HaasMove src/backend/utils/hash/hashfn.c to src/common
2020-02-24 Robert HaasPut all the prototypes for hashfn.c into the same heade...
2020-01-01 Bruce MomjianUpdate copyrights for 2020
2019-11-05 Andres FreundMake StringInfo available to frontend code.
2019-11-05 Andres FreundSplit all OBJS style lines in makefiles into one-line...
2019-07-08 Michael PaquierFix inconsistencies in the code
2019-06-17 Michael PaquierFix more typos and inconsistencies in the tree
2019-06-08 Amit KapilaFix assorted inconsistencies.
2019-05-24 Thomas MunroUpdate copyright year.
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-04-09 Heikki LinnakangasFix example in comment.
2019-03-25 Tom LaneFurther code review for new integerset code.
2019-03-25 Heikki LinnakangasClean up the Simple-8b encoder code.
2019-03-22 Heikki LinnakangasFix yet more portability bugs in integerset and its...
2019-03-22 Heikki LinnakangasAdd IntegerSet, to hold large sets of 64-bit ints effic...
2019-03-11 Alvaro HerreraMove hash_any prototype from access/hash.h to utils...
2019-02-16 Tom LaneMake use of compiler builtins and/or assembly for CLZ...
2019-02-15 Alvaro HerreraRevert attempts to use POPCNT etc instructions
2019-02-13 Alvaro HerreraAdd basic support for using the POPCNT and SSE4.2s...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-06 Tom LaneRename rbtree.c functions to use "rbt" prefix not ...
2018-10-28 Thomas MunroRemove incorrect comment in dshash.c.
2018-09-26 Tom LaneImplement %m in src/port/snprintf.c, and teach elog...
2018-07-16 Peter Eisentrautdoc: Update redirecting links
2018-05-22 Heikki LinnakangasAdd missing files to src/backend/lib/README.
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-01 Andres FreundFix non-portable use of round().
2018-04-01 Andres FreundAdd Bloom filter implementation.
2018-03-02 Andres FreundMinor clean-up in dshash.{c,h}.
2018-02-16 Tom LaneRemove some inappropriate #includes.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-13 Tom LaneRethink MemoryContext creation to improve performance.
2017-10-11 Andres FreundAllow to avoid NUL-byte management for stringinfos...
2017-09-19 Andres FreundFix uninitialized variable in dshash.c.
2017-09-10 Tom LaneRemove pre-order and post-order traversal logic for...
2017-09-03 Tom LaneSuppress compiler warnings in dshash.c.
2017-08-25 Andres FreundConsolidate the function pointer types used by dshash.c.
2017-08-24 Andres FreundFix unlikely shared memory leak after failure in dshash...
2017-08-23 Andres FreundHash tables backed by DSA shared memory.
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-10 Alvaro HerreraRevert "Permit dump/reload of not-too-large >1GB tuples"
2017-03-27 Andrew GierthSupport hashed aggregation with grouping sets.
2017-01-10 Alvaro HerreraFix overflow check in StringInfo; add missing casts
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-02 Alvaro HerreraPermit dump/reload of not-too-large >1GB tuples
2016-09-04 Heikki LinnakangasClarify the new Red-Black post-order traversal code...
2016-09-02 Heikki LinnakangasSupport multiple iterators in the Red-Black Tree implem...
2016-04-27 Robert HaasRemove mergeHyperLogLog.
2016-01-19 Alvaro HerreraAdd two HyperLogLog functions
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-08-23 Tom LaneAvoid use of float arithmetic in bipartite_match.c.
2015-08-05 Andres FreundRely on inline functions even if that causes warnings...
2015-07-02 Heikki LinnakangasUse appendStringInfoString/Char et al where appropriate.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-16 Tom LaneMore portability fixing for bipartite_match.c.
2015-05-16 Tom LaneAvoid direct use of INFINITY.
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-02-17 Heikki LinnakangasFix a bug in pairing heap removal code.
2015-01-23 Robert HaasFix typos, update README.
2015-01-23 Robert HaasAdd an explicit cast to Size to hyperloglog.c
2015-01-19 Robert HaasUse abbreviated keys for faster sorting of text datums.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-22 Heikki LinnakangasMove rbtree.c from src/backend/utils/misc to src/backen...
next