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 GiST buffering build to work when there are included columns.
Tom Lane
2020-10-12
*
Fix buffile.c error handling.
Thomas Munro
2020-06-16
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Remove dependency on HeapTuple from predicate locking functions.
Thomas Munro
2020-01-28
*
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-15
*
Delete empty pages in each pass during GIST VACUUM.
Amit Kapila
2020-01-13
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Fix yet another crash in page split during GiST index creation.
Heikki Linnakangas
2019-12-16
*
Fix crash when a page was split during GiST index creation.
Heikki Linnakangas
2019-12-13
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Pass ItemPointer not HeapTuple to IndexBuildCallback.
Andres Freund
2019-11-08
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Refactor code building relation options
Michael Paquier
2019-11-05
*
Fix memory leak introduced in commit 7df159a620.
Amit Kapila
2019-10-21
*
Support reloptions of enum type
Alvaro Herrera
2019-09-25
*
Improve handling of NULLs in KNN-GiST and KNN-SP-GiST
Alexander Korotkov
2019-09-19
*
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-09-08
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
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-24
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-17
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Add support for <-> (box, point) operator to GiST box_ops
Alexander Korotkov
2019-07-14
*
Fix variable initialization when using buffering build with GiST
Michael Paquier
2019-07-10
*
Fix typos in various places
Michael Paquier
2019-06-03
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Detect internal GiST page splits correctly during index build.
Heikki Linnakangas
2019-05-14
*
Convert gist to compute page level xid horizon on primary.
Andres Freund
2019-04-22
*
Generate less WAL during GiST, GIN and SP-GiST index build.
Heikki Linnakangas
2019-04-03
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
*
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-27
*
Fix bug in the GiST vacuum's 2nd stage.
Heikki Linnakangas
2019-03-22
*
Delete empty pages during GiST VACUUM.
Heikki Linnakangas
2019-03-22
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Support for INCLUDE attributes in GiST indexes
Alexander Korotkov
2019-03-10
*
Scan GiST indexes in physical order during VACUUM.
Heikki Linnakangas
2019-03-05
*
Refactor planner's header files.
Tom Lane
2019-01-29
[next]