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
/
utils
/
sort
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename tuplesort.c's SortTuple.tupindex field.
Peter Geoghegan
2019-08-09
1
-10
/
+8
*
Update obsolete tuplesort READTUP() comment.
Peter Geoghegan
2019-08-08
1
-6
/
+7
*
Remove unnecessary #include <limits.h>
Alvaro Herrera
2019-08-07
1
-2
/
+0
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
1
-1
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
4
-24
/
+24
*
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2019-03-20
1
-3
/
+10
*
Refactor nbtree insertion scankeys.
Peter Geoghegan
2019-03-20
1
-8
/
+8
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
1
-1
/
+1
*
Change function call information to be variable length.
Andres Freund
2019-01-26
1
-7
/
+8
*
Update copyright for 2019
Bruce Momjian
2019-01-02
5
-5
/
+5
*
Have BufFileSize() ereport() on FileSize() failure.
Peter Geoghegan
2018-11-28
1
-4
/
+0
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
1
-1
/
+1
*
Use 64 bit type for BufFileSize().
Thomas Munro
2018-11-15
1
-1
/
+1
*
Adjust trace_sort log messages.
Peter Geoghegan
2018-11-01
1
-11
/
+11
*
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
1
-2
/
+2
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
1
-3
/
+3
*
Fix more wrong paths in header comments
Alexander Korotkov
2018-07-11
1
-1
/
+1
*
Correct a comment on logtape.c's leader tape.
Peter Geoghegan
2018-06-26
1
-1
/
+1
*
Don't fall off the end of perl functions
Andrew Dunstan
2018-05-27
1
-0
/
+4
*
Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.
Heikki Linnakangas
2018-05-02
2
-4
/
+8
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
1
-1
/
+1
*
Remove outdated comment on how to set logtape's read buffer size.
Heikki Linnakangas
2018-04-27
1
-2
/
+1
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
1
-2
/
+2
*
Rename IndexInfo.ii_KeyAttrNumbers array
Teodor Sigaev
2018-04-12
1
-7
/
+7
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
1
-3
/
+2
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
1
-1
/
+1
*
Fix actual and potential double-frees around tuplesort usage.
Tom Lane
2018-03-28
1
-10
/
+12
*
Avoid another valgrind complaint about write() of uninitalized bytes.
Robert Haas
2018-02-22
1
-0
/
+12
*
Silence assorted "variable may be used uninitialized" warnings.
Tom Lane
2018-02-14
1
-1
/
+1
*
Avoid valgrind complaint about write() of uninitalized bytes.
Robert Haas
2018-02-06
1
-0
/
+12
*
Support parallel btree index builds.
Robert Haas
2018-02-02
2
-102
/
+692
*
Update copyright for 2018
Bruce Momjian
2018-01-02
5
-5
/
+5
*
Add shared tuplestores.
Andres Freund
2017-12-18
2
-1
/
+634
*
Remove obsolete comment.
Robert Haas
2017-12-12
1
-5
/
+0
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
1
-4
/
+3
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
2
-14
/
+14
*
Remove replacement selection sort.
Robert Haas
2017-09-29
1
-366
/
+49
*
Propagate sort instrumentation from workers back to leader.
Robert Haas
2017-08-29
1
-13
/
+43
*
Fix typo in comment
Alvaro Herrera
2017-08-08
1
-1
/
+1
*
Avoid integer overflow while sifting-up a heap in tuplesort.c.
Tom Lane
2017-07-12
1
-2
/
+7
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
3
-13
/
+13
*
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
1
-4
/
+4
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-2
/
+2
*
Fix duplicated words in comment.
Andres Freund
2017-05-06
1
-3
/
+3
*
Allow avoiding tuple copy within tuplesort_gettupleslot().
Andres Freund
2017-04-06
1
-11
/
+17
*
Expand hash indexes more gradually.
Robert Haas
2017-04-03
1
-12
/
+25
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
1
-0
/
+17
*
Don't create "holes" in BufFiles, in the new logtape code.
Heikki Linnakangas
2017-02-01
1
-11
/
+41
*
Remove leftover reference to "indirect blocks" in comment.
Heikki Linnakangas
2017-01-30
1
-3
/
+3
[next]