projects
/
postgresql.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix incorrect year in some copyright notices
[postgresql.git]
/
src
/
backend
/
lib
/
2025-01-01
Bruce Momjian
Update copyright for 2025
tree
|
commitdiff
2024-12-17
Nathan Bossart
Accommodate very large dshash tables.
tree
|
commitdiff
2024-11-04
Alexander Korotkov
Revert pg_wal_replay_wait() stored procedure
tree
|
commitdiff
2024-10-27
Peter Eisentraut
Remove unused #include's from backend .c files
tree
|
commitdiff
2024-08-02
Alexander Korotkov
Implement pg_wal_replay_wait() stored procedure
tree
|
commitdiff
2024-04-11
Alexander Korotkov
Revert: Implement pg_wal_replay_wait() stored procedure
tree
|
commitdiff
2024-04-03
Alexander Korotkov
Use the pairing heap instead of a flat array for LSN...
tree
|
commitdiff
2024-03-04
Peter Eisentraut
Remove unused #include's from backend .c files
tree
|
commitdiff
2024-02-27
Nathan Bossart
Fix comments for the dshash_parameters struct.
tree
|
commitdiff
2024-02-26
Nathan Bossart
Add helper functions for dshash tables with string...
tree
|
commitdiff
2024-01-18
David Rowley
Fix broken Bitmapset optimization in DiscreteKnapsack()
tree
|
commitdiff
2024-01-04
Bruce Momjian
Update copyright for 2024
tree
|
commitdiff
2023-09-18
Nathan Bossart
Make binaryheap available to frontend code.
tree
|
commitdiff
2023-01-18
Andres Freund
Fix ILIST_DEBUG build
tree
|
commitdiff
2023-01-12
Peter Eisentraut
Constify the arguments of ilist.c/h functions
tree
|
commitdiff
2023-01-02
Bruce Momjian
Update copyright for 2023
tree
|
commitdiff
2022-12-20
Andrew Dunstan
Add copyright notices to meson files
tree
|
commitdiff
2022-11-02
David Rowley
Add doubly linked count list implementation
tree
|
commitdiff
2022-09-22
Andres Freund
meson: Add initial version of meson based build system
tree
|
commitdiff
2022-09-20
Peter Geoghegan
Harmonize more parameter names in bulk.
tree
|
commitdiff
2022-09-20
Peter Geoghegan
Harmonize parameter names in storage and AM code.
tree
|
commitdiff
2022-08-25
David Rowley
More -Wshadow=compatible-local warning fixes
tree
|
commitdiff
2022-07-11
Thomas Munro
Fix lock assertions in dshash.c.
tree
|
commitdiff
2022-07-08
Alexander Korotkov
Add missing inequality searches to rbtree
tree
|
commitdiff
2022-07-08
Alexander Korotkov
Use C99 designator in the rbtree sentinel definition
tree
|
commitdiff
2022-05-12
Tom Lane
Pre-beta mechanical code beautification.
tree
|
commitdiff
2022-04-04
Andres Freund
dshash: revise sequential scan support.
tree
|
commitdiff
2022-03-10
Andres Freund
dshash: Add sequential scan support.
tree
|
commitdiff
2022-01-08
Bruce Momjian
Update copyright for 2022
tree
|
commitdiff
2021-12-14
Tom Lane
Improve sift up/down code in binaryheap.c and logtape.c.
tree
|
commitdiff
2021-11-29
Tom Lane
Replace random(), pg_erand48(), etc with a better PRNG...
tree
|
commitdiff
2021-04-20
Magnus Hagander
Fix typo in comment
tree
|
commitdiff
2021-01-02
Bruce Momjian
Update copyright for 2021
tree
|
commitdiff
2020-07-30
Jeff Davis
Use pg_bitutils for HyperLogLog.
tree
|
commitdiff
2020-02-27
Robert Haas
Move src/backend/utils/hash/hashfn.c to src/common
tree
|
commitdiff
2020-02-24
Robert Haas
Put all the prototypes for hashfn.c into the same heade...
tree
|
commitdiff
2020-01-01
Bruce Momjian
Update copyrights for 2020
tree
|
commitdiff
2019-11-05
Andres Freund
Make StringInfo available to frontend code.
tree
|
commitdiff
2019-11-05
Andres Freund
Split all OBJS style lines in makefiles into one-line...
tree
|
commitdiff
2019-07-08
Michael Paquier
Fix inconsistencies in the code
tree
|
commitdiff
2019-06-17
Michael Paquier
Fix more typos and inconsistencies in the tree
tree
|
commitdiff
2019-06-08
Amit Kapila
Fix assorted inconsistencies.
tree
|
commitdiff
2019-05-24
Thomas Munro
Update copyright year.
tree
|
commitdiff
2019-05-22
Tom Lane
Phase 2 pgindent run for v12.
tree
|
commitdiff
2019-04-09
Heikki Linnakangas
Fix example in comment.
tree
|
commitdiff
2019-03-25
Tom Lane
Further code review for new integerset code.
tree
|
commitdiff
2019-03-25
Heikki Linnakangas
Clean up the Simple-8b encoder code.
tree
|
commitdiff
2019-03-22
Heikki Linnakangas
Fix yet more portability bugs in integerset and its...
tree
|
commitdiff
2019-03-22
Heikki Linnakangas
Add IntegerSet, to hold large sets of 64-bit ints effic...
tree
|
commitdiff
2019-03-11
Alvaro Herrera
Move hash_any prototype from access/hash.h to utils...
tree
|
commitdiff
2019-02-16
Tom Lane
Make use of compiler builtins and/or assembly for CLZ...
tree
|
commitdiff
2019-02-15
Alvaro Herrera
Revert attempts to use POPCNT etc instructions
tree
|
commitdiff
2019-02-13
Alvaro Herrera
Add basic support for using the POPCNT and SSE4.2s...
tree
|
commitdiff
2019-01-02
Bruce Momjian
Update copyright for 2019
tree
|
commitdiff
2018-11-06
Tom Lane
Rename rbtree.c functions to use "rbt" prefix not ...
tree
|
commitdiff
2018-10-28
Thomas Munro
Remove incorrect comment in dshash.c.
tree
|
commitdiff
2018-09-26
Tom Lane
Implement %m in src/port/snprintf.c, and teach elog...
tree
|
commitdiff
2018-07-16
Peter Eisentraut
doc: Update redirecting links
tree
|
commitdiff
2018-05-22
Heikki Linnakangas
Add missing files to src/backend/lib/README.
tree
|
commitdiff
2018-04-26
Tom Lane
Post-feature-freeze pgindent run.
tree
|
commitdiff
2018-04-01
Andres Freund
Fix non-portable use of round().
tree
|
commitdiff
2018-04-01
Andres Freund
Add Bloom filter implementation.
tree
|
commitdiff
2018-03-02
Andres Freund
Minor clean-up in dshash.{c,h}.
tree
|
commitdiff
2018-02-16
Tom Lane
Remove some inappropriate #includes.
tree
|
commitdiff
2018-01-03
Bruce Momjian
Update copyright for 2018
tree
|
commitdiff
2017-12-13
Tom Lane
Rethink MemoryContext creation to improve performance.
tree
|
commitdiff
2017-10-11
Andres Freund
Allow to avoid NUL-byte management for stringinfos...
tree
|
commitdiff
2017-09-19
Andres Freund
Fix uninitialized variable in dshash.c.
tree
|
commitdiff
2017-09-10
Tom Lane
Remove pre-order and post-order traversal logic for...
tree
|
commitdiff
2017-09-03
Tom Lane
Suppress compiler warnings in dshash.c.
tree
|
commitdiff
2017-08-25
Andres Freund
Consolidate the function pointer types used by dshash.c.
tree
|
commitdiff
2017-08-24
Andres Freund
Fix unlikely shared memory leak after failure in dshash...
tree
|
commitdiff
2017-08-23
Andres Freund
Hash tables backed by DSA shared memory.
tree
|
commitdiff
2017-06-21
Tom Lane
Phase 3 of pgindent updates.
tree
|
commitdiff
2017-06-21
Tom Lane
Phase 2 of pgindent updates.
tree
|
commitdiff
2017-06-21
Tom Lane
Initial pgindent run with pg_bsd_indent version 2.0.
tree
|
commitdiff
2017-05-17
Bruce Momjian
Post-PG 10 beta1 pgindent run
tree
|
commitdiff
2017-05-10
Alvaro Herrera
Revert "Permit dump/reload of not-too-large >1GB tuples"
tree
|
commitdiff
2017-03-27
Andrew Gierth
Support hashed aggregation with grouping sets.
tree
|
commitdiff
2017-01-10
Alvaro Herrera
Fix overflow check in StringInfo; add missing casts
tree
|
commitdiff
2017-01-03
Bruce Momjian
Update copyright via script for 2017
tree
|
commitdiff
2016-12-02
Alvaro Herrera
Permit dump/reload of not-too-large >1GB tuples
tree
|
commitdiff
2016-09-04
Heikki Linnakangas
Clarify the new Red-Black post-order traversal code...
tree
|
commitdiff
2016-09-02
Heikki Linnakangas
Support multiple iterators in the Red-Black Tree implem...
tree
|
commitdiff
2016-04-27
Robert Haas
Remove mergeHyperLogLog.
tree
|
commitdiff
2016-01-19
Alvaro Herrera
Add two HyperLogLog functions
tree
|
commitdiff
2016-01-02
Bruce Momjian
Update copyright for 2016
tree
|
commitdiff
2015-08-23
Tom Lane
Avoid use of float arithmetic in bipartite_match.c.
tree
|
commitdiff
2015-08-05
Andres Freund
Rely on inline functions even if that causes warnings...
tree
|
commitdiff
2015-07-02
Heikki Linnakangas
Use appendStringInfoString/Char et al where appropriate.
tree
|
commitdiff
2015-05-24
Bruce Momjian
pgindent run for 9.5
tree
|
commitdiff
2015-05-16
Tom Lane
More portability fixing for bipartite_match.c.
tree
|
commitdiff
2015-05-16
Tom Lane
Avoid direct use of INFINITY.
tree
|
commitdiff
2015-05-16
Andres Freund
Support GROUPING SETS, CUBE and ROLLUP.
tree
|
commitdiff
2015-02-17
Heikki Linnakangas
Fix a bug in pairing heap removal code.
tree
|
commitdiff
2015-01-23
Robert Haas
Fix typos, update README.
tree
|
commitdiff
2015-01-23
Robert Haas
Add an explicit cast to Size to hyperloglog.c
tree
|
commitdiff
2015-01-19
Robert Haas
Use abbreviated keys for faster sorting of text datums.
tree
|
commitdiff
2015-01-06
Bruce Momjian
Update copyright for 2015
tree
|
commitdiff
2014-12-22
Heikki Linnakangas
Move rbtree.c from src/backend/utils/misc to src/backen...
tree
|
commitdiff
next