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
/
access
/
gist
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
1
-2
/
+2
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
3
-8
/
+8
*
Still more fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-23
2
-12
/
+23
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
1
-1
/
+1
*
Fix datatype confusion with the new lossy GiST distance functions.
Heikki Linnakangas
2015-05-15
2
-12
/
+60
*
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-15
3
-9
/
+63
*
Fix GiST index-only scans for opclasses with different storage type.
Heikki Linnakangas
2015-03-26
2
-8
/
+28
*
Add support for index-only scans in GiST.
Heikki Linnakangas
2015-03-26
5
-3
/
+190
*
Minor cleanup of GiST code, for readability.
Heikki Linnakangas
2015-03-26
1
-35
/
+15
*
Fix knn-GiST queue comparison function to return heap tuples first.
Heikki Linnakangas
2015-02-17
1
-2
/
+2
*
Remove dead NULL-pointer checks in GiST code.
Heikki Linnakangas
2015-01-28
1
-39
/
+21
*
Update copyright for 2015
Bruce Momjian
2015-01-06
10
-10
/
+10
*
Use a pairing heap for the priority queue in kNN-GiST searches.
Heikki Linnakangas
2014-12-22
2
-113
/
+33
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
2
-7
/
+3
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
3
-168
/
+119
*
Remove obsolete cases from GiST update redo code.
Heikki Linnakangas
2014-11-07
1
-20
/
+0
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
2
-0
/
+2
*
Check for GiST index tuples that don't fit on a page.
Heikki Linnakangas
2014-10-03
1
-0
/
+17
*
Refactor per-page logic common to all redo routines to a new function.
Heikki Linnakangas
2014-09-02
1
-101
/
+78
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
1
-1
/
+0
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
7
-17
/
+18
*
Fix bogus handling of bad strategy number in GIST consistent() functions.
Tom Lane
2014-04-14
1
-5
/
+13
*
Fix hot standby bug with GiST scans.
Heikki Linnakangas
2014-04-08
1
-1
/
+0
*
Avoid palloc in critical section in GiST WAL-logging.
Heikki Linnakangas
2014-04-03
3
-9
/
+23
*
Update copyright for 2014
Bruce Momjian
2014-01-07
10
-10
/
+10
*
Don't include unused space in LOG_NEWPAGE records.
Heikki Linnakangas
2013-12-04
1
-1
/
+1
*
Post-pgindent cleanup
Stephen Frost
2013-06-01
1
-3
/
+8
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
4
-11
/
+12
*
Fix management of fn_extra caching during repeated GiST index scans.
Tom Lane
2013-05-09
1
-22
/
+29
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
1
-2
/
+6
*
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-03-18
4
-9
/
+0
*
Support unlogged GiST index.
Heikki Linnakangas
2013-02-11
4
-25
/
+43
*
Further cleanup of gistsplit.c.
Tom Lane
2013-02-10
1
-64
/
+93
*
Remove useless picksplit-doesn't-support-secondary-split log spam.
Tom Lane
2013-02-10
1
-15
/
+5
*
Remove vestigial secondary-split support in gist_box_picksplit().
Tom Lane
2013-02-10
1
-7
/
+0
*
Document and clean up gistsplit.c.
Tom Lane
2013-02-10
2
-159
/
+288
*
Reduce log level of picksplit-doesn't-support-secondary-split whining.
Tom Lane
2013-02-09
1
-1
/
+1
*
Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.
Tom Lane
2013-02-08
1
-15
/
+41
*
Repair bugs in GiST page splitting code for multi-column indexes.
Tom Lane
2013-02-07
2
-49
/
+45
*
Add some randomness to the choice of which GiST page to insert to.
Heikki Linnakangas
2013-01-25
1
-4
/
+62
*
Make GiST indexes on-disk compatible with 9.2 again.
Heikki Linnakangas
2013-01-17
4
-12
/
+11
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
10
-10
/
+10
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
4
-11
/
+11
*
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-28
1
-49
/
+0
*
Fix multiple problems in WAL replay.
Tom Lane
2012-11-12
1
-90
/
+101
*
Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit.
Tom Lane
2012-08-30
2
-87
/
+110
*
Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit.
Robert Haas
2012-08-30
2
-8
/
+80
*
Fix GiST buffering build bug, which caused "failed to re-find parent" errors.
Heikki Linnakangas
2012-08-16
2
-13
/
+39
*
Remove unreachable code
Peter Eisentraut
2012-07-16
1
-2
/
+0
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
2
-10
/
+4
[next]