index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
gist
Commit message (
Expand
)
Author
Age
*
Fix lossy KNN GiST when ordering operator returns non-float8 value.
Teodor Sigaev
2016-02-02
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Still more fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-23
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
*
Fix datatype confusion with the new lossy GiST distance functions.
Heikki Linnakangas
2015-05-15
*
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-15
*
Fix GiST index-only scans for opclasses with different storage type.
Heikki Linnakangas
2015-03-26
*
Add support for index-only scans in GiST.
Heikki Linnakangas
2015-03-26
*
Minor cleanup of GiST code, for readability.
Heikki Linnakangas
2015-03-26
*
Fix knn-GiST queue comparison function to return heap tuples first.
Heikki Linnakangas
2015-02-17
*
Remove dead NULL-pointer checks in GiST code.
Heikki Linnakangas
2015-01-28
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Use a pairing heap for the priority queue in kNN-GiST searches.
Heikki Linnakangas
2014-12-22
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Remove obsolete cases from GiST update redo code.
Heikki Linnakangas
2014-11-07
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Check for GiST index tuples that don't fit on a page.
Heikki Linnakangas
2014-10-03
*
Refactor per-page logic common to all redo routines to a new function.
Heikki Linnakangas
2014-09-02
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix bogus handling of bad strategy number in GIST consistent() functions.
Tom Lane
2014-04-14
*
Fix hot standby bug with GiST scans.
Heikki Linnakangas
2014-04-08
*
Avoid palloc in critical section in GiST WAL-logging.
Heikki Linnakangas
2014-04-03
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Don't include unused space in LOG_NEWPAGE records.
Heikki Linnakangas
2013-12-04
*
Post-pgindent cleanup
Stephen Frost
2013-06-01
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Fix management of fn_extra caching during repeated GiST index scans.
Tom Lane
2013-05-09
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-03-18
*
Support unlogged GiST index.
Heikki Linnakangas
2013-02-11
*
Further cleanup of gistsplit.c.
Tom Lane
2013-02-10
*
Remove useless picksplit-doesn't-support-secondary-split log spam.
Tom Lane
2013-02-10
*
Remove vestigial secondary-split support in gist_box_picksplit().
Tom Lane
2013-02-10
*
Document and clean up gistsplit.c.
Tom Lane
2013-02-10
*
Reduce log level of picksplit-doesn't-support-secondary-split whining.
Tom Lane
2013-02-09
*
Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.
Tom Lane
2013-02-08
*
Repair bugs in GiST page splitting code for multi-column indexes.
Tom Lane
2013-02-07
*
Add some randomness to the choice of which GiST page to insert to.
Heikki Linnakangas
2013-01-25
*
Make GiST indexes on-disk compatible with 9.2 again.
Heikki Linnakangas
2013-01-17
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
*
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-28
*
Fix multiple problems in WAL replay.
Tom Lane
2012-11-12
*
Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit.
Tom Lane
2012-08-30
*
Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit.
Robert Haas
2012-08-30
*
Fix GiST buffering build bug, which caused "failed to re-find parent" errors.
Heikki Linnakangas
2012-08-16
*
Remove unreachable code
Peter Eisentraut
2012-07-16
[next]