index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
gist.out
Age
Commit message (
Expand
)
Author
2022-09-25
Avoid loss of code coverage with unlogged-index test cases.
Tom Lane
2022-07-30
Improve regression test coverage of GiST index building.
Tom Lane
2022-04-25
Cover brin/gin/gist/spgist ambuildempty routines in regression tests
Alvaro Herrera
2022-02-11
Don't use_physical_tlist for an IOS with non-returnable columns.
Tom Lane
2022-01-03
Fix index-only scan plans, take 2.
Tom Lane
2022-01-01
Fix index-only scan plans when not all index columns can be returned.
Tom Lane
2019-09-25
Support reloptions of enum type
Alvaro Herrera
2019-07-14
Add support for <-> (box, point) operator to GiST box_ops
Alexander Korotkov
2019-03-22
Delete empty pages during GiST VACUUM.
Heikki Linnakangas
2017-10-19
Add more tests for reloptions
Alvaro Herrera
2017-05-04
Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.
Tom Lane
2015-08-25
Fix potential platform dependence in gist regression test.
Tom Lane
2015-06-04
Second try at stabilizing query plans in rowsecurity regression test.
Tom Lane
2015-05-21
More fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-03-26
Add support for index-only scans in GiST.
Heikki Linnakangas
2014-11-19
Add test cases for indexam operations not currently covered.
Heikki Linnakangas