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
2020-10-30
Fix missing validation for the new GiST sortsupport functions.
Heikki Linnakangas
2020-10-12
Fix GiST buffering build to work when there are included columns.
Tom Lane
2020-10-12
Re-allow testing of GiST buffered builds.
Tom Lane
2020-10-01
Set right-links during sorted GiST index build.
Heikki Linnakangas
2020-09-21
Fix checksum calculation in the new sorting GiST build.
Heikki Linnakangas
2020-09-20
Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS.
Tom Lane
2020-09-17
Add support for building GiST index by sorting.
Heikki Linnakangas
2020-09-05
Yet more elimination of dead stores and useless initializations.
Tom Lane
2020-09-03
remove redundant initializations
Bruce Momjian
2020-08-13
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-11
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-01
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-07-08
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-06-16
Fix buffile.c error handling.
Thomas Munro
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-30
Implement operator class parameters
Alexander Korotkov
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
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-28
Remove dependency on HeapTuple from predicate locking functions.
Thomas Munro
2020-01-15
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-13
Delete empty pages in each pass during GIST VACUUM.
Amit Kapila
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-27
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
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-11-28
Remove useless "return;" lines
Alvaro Herrera
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-08
Pass ItemPointer not HeapTuple to IndexBuildCallback.
Andres Freund
2019-11-05
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-10-21
Fix memory leak introduced in commit 7df159a620.
Amit Kapila
2019-09-25
Support reloptions of enum type
Alvaro Herrera
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-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
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-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-17
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-16
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-14
Add support for <-> (box, point) operator to GiST box_ops
Alexander Korotkov
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
[next]