index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
lib
Age
Commit message (
Expand
)
Author
2023-02-09
Fix various typos in code and tests
Michael Paquier
2023-01-25
Avoid type cheats for invalid dsa_handles and dshash_table_handles.
Tom Lane
2023-01-18
Add detached node functions to ilist
Andres Freund
2023-01-12
Constify the arguments of ilist.c/h functions
Peter Eisentraut
2023-01-03
Fix typos in comments, code and documentation
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-30
Change argument of appendBinaryStringInfo from char * to void *
Peter Eisentraut
2022-11-17
Fix wording in comment
Daniel Gustafsson
2022-11-03
Add casts to simplehash.h to silence C++ warnings.
Tom Lane
2022-11-02
Add doubly linked count list implementation
David Rowley
2022-10-05
Rename shadowed local variables
David Rowley
2022-07-08
Add missing inequality searches to rbtree
Alexander Korotkov
2022-04-08
Improve frontend error logging style.
Tom Lane
2022-04-04
dshash: revise sequential scan support.
Andres Freund
2022-03-10
dshash: Add sequential scan support.
Andres Freund
2022-01-31
Fix missing undefine in sort_template.h
John Naylor
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-10-22
Fix frontend version of sh_error() in simplehash.h.
Tom Lane
2021-10-21
Doc: clarify a critical and undocumented aspect of simplehash.h.
Tom Lane
2021-09-29
Fix incorrect format placeholder
Peter Eisentraut
2021-08-13
Fix incorrect hash table resizing code in simplehash.h
David Rowley
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-09
Fix typos and grammar in documentation and code comments
Michael Paquier
2021-04-02
Add Result Cache executor node (take 2)
David Rowley
2021-04-01
Revert b6002a796
David Rowley
2021-03-31
Add Result Cache executor node
David Rowley
2021-03-30
Allow users of simplehash.h to perform direct deletions
David Rowley
2021-03-03
Add sort_template.h for making sort functions.
Thomas Munro
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-08-03
Correct comment in simplehash.h.
Thomas Munro
2020-08-01
Improve programmer docs for simplehash and dynahash.
Thomas Munro
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-10
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-08
Modify various power 2 calculations to use new helper functions
David Rowley
2020-01-04
Skip memcpy(x, x) in qunique().
Noah Misch
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-17
simplehash: Allow for use in frontend code.
Robert Haas
2019-12-17
simplehash: Allow use of simplehash without MemoryContext.
Robert Haas
2019-11-07
Add reusable routine for making arrays unique.
Thomas Munro
2019-11-05
Make StringInfo available to frontend code.
Andres Freund
2019-08-01
Allow simplehash to use already-calculated hash values.
Jeff Davis
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-03-22
Add IntegerSet, to hold large sets of 64-bit ints efficiently.
Heikki Linnakangas
2019-02-09
simplehash: Add support for resetting a hashtable's contents.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-06
Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.
Tom Lane
2018-08-28
Code review for simplehash.h.
Thomas Munro
2018-04-01
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
Add Bloom filter implementation.
Andres Freund
2018-03-02
Minor clean-up in dshash.{c,h}.
Andres Freund
[next]