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
2023-09-26
Fix another bug in parent page splitting during GiST index build.
Heikki Linnakangas
2023-09-19
Fix GiST README's explanation of the NSN cross-check.
Heikki Linnakangas
2023-03-29
Fix dereference of dangling pointer in GiST index buffering build.
Tom Lane
2022-11-17
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2022-09-20
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2021-01-20
Fix bug in detecting concurrent page splits in GiST insert
Heikki Linnakangas
2020-10-12
Fix GiST buffering build to work when there are included columns.
Tom Lane
2020-06-16
Fix buffile.c error handling.
Thomas Munro
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2019-12-16
Fix yet another crash in page split during GiST index creation.
Heikki Linnakangas
2019-12-13
Fix crash when a page was split during GiST index creation.
Heikki Linnakangas
2019-10-21
Fix memory leak introduced in commit 7df159a620.
Amit Kapila
2019-09-19
Improve handling of NULLs in KNN-GiST and KNN-SP-GiST
Alexander Korotkov
2019-09-08
Fix handling of NULL distances in KNN-GiST
Alexander Korotkov
2019-09-08
Fix handling Inf and Nan values in GiST pairing heap comparator
Alexander Korotkov
2019-07-24
Use full 64-bit XID for checking if a deleted GiST page is old enough.
Heikki Linnakangas
2019-07-24
Refactor checks for deleted GiST pages.
Heikki Linnakangas
2019-07-10
Fix variable initialization when using buffering build with GiST
Michael Paquier
2019-06-03
Fix typos in various places
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-14
Detect internal GiST page splits correctly during index build.
Heikki Linnakangas
2019-04-22
Convert gist to compute page level xid horizon on primary.
Andres Freund
2019-04-03
Generate less WAL during GiST, GIN and SP-GiST index build.
Heikki Linnakangas
2019-04-02
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-03-27
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-03-27
Switch some palloc/memset calls to palloc0
Michael Paquier
2019-03-22
Fix bug in the GiST vacuum's 2nd stage.
Heikki Linnakangas
2019-03-22
Delete empty pages during GiST VACUUM.
Heikki Linnakangas
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-03-10
Support for INCLUDE attributes in GiST indexes
Alexander Korotkov
2019-03-05
Scan GiST indexes in physical order during VACUUM.
Heikki Linnakangas
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-21
Check for conflicting queries during replay of gistvacuumpage()
Alexander Korotkov
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-09-19
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-08-22
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-16
Use the built-in float datatypes to implement geometric types
Tomas Vondra
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-05-04
Re-think predicate locking on GIN indexes.
Teodor Sigaev
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-03-27
Add predicate locking for GiST
Teodor Sigaev
2018-03-02
Make gistvacuumcleanup() count the actual number of index tuples.
Tom Lane
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-01-09
Change some bogus PageGetLSN calls to BufferGetLSNAtomic
Alvaro Herrera
2018-01-02
Update copyright for 2018
Bruce Momjian
[next]