index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
gist
/
gistutil.c
Age
Commit message (
Expand
)
Author
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-03
Generate less WAL during GiST, GIN and SP-GiST index build.
Heikki Linnakangas
2019-03-22
Delete empty pages during GiST VACUUM.
Heikki Linnakangas
2019-03-10
Support for INCLUDE attributes in GiST indexes
Alexander Korotkov
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-09-18
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-07-29
Provide separate header file for built-in float types
Tomas Vondra
2018-07-11
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-09-20
Allow no-op GiST support functions to be omitted.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-03-08
Put back <float.h> in a few files that need it for _isnan().
Tom Lane
2017-02-27
Allow index AMs to return either HeapTuple or IndexTuple format during IOS.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-08-24
Suppress compiler warnings in non-cassert builds.
Tom Lane
2016-08-13
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-04-20
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-08
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-03-26
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-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-02-11
Support unlogged GiST index.
Heikki Linnakangas
2013-02-07
Repair bugs in GiST page splitting code for multi-column indexes.
Tom Lane
2013-01-25
Add some randomness to the choice of which GiST page to insert to.
Heikki Linnakangas
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-08-31
Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit.
Tom Lane
2012-08-30
Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit.
Robert Haas
2012-06-24
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-01-30
Assorted comment fixes, mostly just typos, but some obsolete statements.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-11-27
Use IEEE infinity, not 1e10, for null-and-not-null case in gistpenalty().
Tom Lane
2011-09-08
Buffering GiST index build algorithm.
Heikki Linnakangas
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-05-31
Protect GIST logic that assumes penalty values can't be negative.
Tom Lane
2011-04-23
Make GIN and GIST pass the index collation to all their support functions.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-23
Rewrite the GiST insertion logic so that we don't need the post-recovery
Heikki Linnakangas
2010-11-16
The GiST scan algorithm uses LSNs to detect concurrent pages splits, but
Heikki Linnakangas
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
[next]