index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
1
-1
/
+1
*
Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.
Tom Lane
2019-02-15
1
-13
/
+2
*
Revert attempts to use POPCNT etc instructions
Alvaro Herrera
2019-02-15
1
-2
/
+13
*
Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes
Alvaro Herrera
2019-02-13
1
-13
/
+2
*
Update copyright for 2019
Bruce Momjian
2019-01-02
10
-10
/
+10
*
Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.
Tom Lane
2018-11-06
1
-173
/
+176
*
Remove incorrect comment in dshash.c.
Thomas Munro
2018-10-29
1
-3
/
+1
*
Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.
Tom Lane
2018-09-26
1
-0
/
+6
*
doc: Update redirecting links
Peter Eisentraut
2018-07-16
1
-1
/
+1
*
Add missing files to src/backend/lib/README.
Heikki Linnakangas
2018-05-22
1
-2
/
+8
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
1
-1
/
+2
*
Fix non-portable use of round().
Andres Freund
2018-03-31
1
-1
/
+1
*
Add Bloom filter implementation.
Andres Freund
2018-03-31
3
-2
/
+309
*
Minor clean-up in dshash.{c,h}.
Andres Freund
2018-03-01
1
-1
/
+1
*
Remove some inappropriate #includes.
Tom Lane
2018-02-16
1
-1
/
+0
*
Update copyright for 2018
Bruce Momjian
2018-01-02
9
-9
/
+9
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
1
-3
/
+1
*
Allow to avoid NUL-byte management for stringinfos and use in format.c.
Andres Freund
2017-10-11
1
-1
/
+20
*
Fix uninitialized variable in dshash.c.
Andres Freund
2017-09-18
1
-0
/
+9
*
Remove pre-order and post-order traversal logic for red-black trees.
Tom Lane
2017-09-10
1
-127
/
+2
*
Suppress compiler warnings in dshash.c.
Tom Lane
2017-09-03
1
-4
/
+4
*
Consolidate the function pointer types used by dshash.c.
Andres Freund
2017-08-24
1
-36
/
+29
*
Fix unlikely shared memory leak after failure in dshash_create().
Andres Freund
2017-08-24
1
-2
/
+12
*
Hash tables backed by DSA shared memory.
Andres Freund
2017-08-22
2
-2
/
+891
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-2
/
+2
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
3
-5
/
+5
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-1
/
+1
*
Revert "Permit dump/reload of not-too-large >1GB tuples"
Alvaro Herrera
2017-05-10
1
-57
/
+14
*
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
2
-2
/
+116
*
Fix overflow check in StringInfo; add missing casts
Alvaro Herrera
2017-01-10
1
-6
/
+7
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
7
-7
/
+7
*
Permit dump/reload of not-too-large >1GB tuples
Alvaro Herrera
2016-12-02
1
-12
/
+54
*
Clarify the new Red-Black post-order traversal code a bit.
Heikki Linnakangas
2016-09-04
1
-22
/
+24
*
Support multiple iterators in the Red-Black Tree implementation.
Heikki Linnakangas
2016-09-02
1
-158
/
+175
*
Remove mergeHyperLogLog.
Robert Haas
2016-04-27
1
-22
/
+0
*
Add two HyperLogLog functions
Alvaro Herrera
2016-01-19
1
-1
/
+47
*
Update copyright for 2016
Bruce Momjian
2016-01-02
7
-7
/
+7
*
Avoid use of float arithmetic in bipartite_match.c.
Tom Lane
2015-08-23
1
-29
/
+46
*
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-05
1
-3
/
+0
*
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-07-02
1
-1
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
3
-13
/
+13
*
More portability fixing for bipartite_match.c.
Tom Lane
2015-05-16
1
-0
/
+1
*
Avoid direct use of INFINITY.
Tom Lane
2015-05-15
1
-4
/
+5
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
2
-1
/
+163
*
Fix a bug in pairing heap removal code.
Heikki Linnakangas
2015-02-17
1
-0
/
+59
*
Fix typos, update README.
Robert Haas
2015-01-23
1
-0
/
+2
*
Add an explicit cast to Size to hyperloglog.c
Robert Haas
2015-01-23
1
-1
/
+1
*
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-19
2
-1
/
+229
*
Update copyright for 2015
Bruce Momjian
2015-01-06
5
-5
/
+5
[next]