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
/
backend
/
access
/
gist
Age
Commit message (
Expand
)
Author
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-19
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-17
Use correct format placeholder for block numbers
Peter Eisentraut
2021-04-07
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
Heikki Linnakangas
2021-04-07
Add sortsupport for gist_btree opclasses, for faster index builds.
Heikki Linnakangas
2021-04-07
Remove redundant memset(0) calls for page init of some index AMs
Michael Paquier
2021-04-06
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-03-23
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-10
C comments: improve description of GiST NSN and GistBuildLSN
Bruce Momjian
2021-02-25
VACUUM VERBOSE: Count "newly deleted" index pages.
Peter Geoghegan
2021-02-25
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-13
README/C-comment: document GiST's NSN value
Bruce Momjian
2021-02-12
Remove obsolete IndexBulkDeleteResult stats field.
Peter Geoghegan
2021-02-07
Rename removable xid function for consistency.
Peter Geoghegan
2021-01-27
Fix GiST index deletion assert issue.
Peter Geoghegan
2021-01-20
Fix bug in detecting concurrent page splits in GiST insert
Heikki Linnakangas
2021-01-13
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-04
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-11-23
Rename the "point is strictly above/below point" comparison operators.
Tom Lane
2020-11-16
Remove code handling removed deprecated containment operators
Peter Eisentraut
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-04
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-26
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
[next]