index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
gist
Age
Commit message (
Expand
)
Author
2016-04-28
Prevent to use magic constants
Teodor Sigaev
2016-04-20
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-08
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-02-02
Fix lossy KNN GiST when ordering operator returns non-float8 value.
Teodor Sigaev
2016-01-21
Suppress compiler warning.
Tom Lane
2016-01-21
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-19
Fix assorted inconsistencies in GiST opclass support function declarations.
Tom Lane
2016-01-17
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-09-17
Fix bug introduced by microvacuum for GiST
Teodor Sigaev
2015-09-09
Fix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8ba7 commit
Teodor Sigaev
2015-09-09
Microvacuum for GIST
Teodor Sigaev
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-23
Still more fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-15
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-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-02-17
Fix knn-GiST queue comparison function to return heap tuples first.
Heikki Linnakangas
2015-01-28
Remove dead NULL-pointer checks in GiST code.
Heikki Linnakangas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-22
Use a pairing heap for the priority queue in kNN-GiST searches.
Heikki Linnakangas
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-07
Remove obsolete cases from GiST update redo code.
Heikki Linnakangas
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-10-03
Check for GiST index tuples that don't fit on a page.
Heikki Linnakangas
2014-09-02
Refactor per-page logic common to all redo routines to a new function.
Heikki Linnakangas
2014-07-31
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-14
Fix bogus handling of bad strategy number in GIST consistent() functions.
Tom Lane
2014-04-08
Fix hot standby bug with GiST scans.
Heikki Linnakangas
2014-04-03
Avoid palloc in critical section in GiST WAL-logging.
Heikki Linnakangas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-04
Don't include unused space in LOG_NEWPAGE records.
Heikki Linnakangas
2013-06-01
Post-pgindent cleanup
Stephen Frost
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-09
Fix management of fn_extra caching during repeated GiST index scans.
Tom Lane
2013-03-22
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-18
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-02-11
Support unlogged GiST index.
Heikki Linnakangas
2013-02-10
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
[next]