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
*
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-16
*
Adjust tuplesort API to have bitwise option flags
David Rowley
2022-04-04
*
Improve the generation memory allocator
David Rowley
2022-04-04
*
Specialize tuplesort routines for different kinds of abbreviated keys
John Naylor
2022-04-02
*
Fix data loss on crash after sorted GiST index build.
Heikki Linnakangas
2022-02-24
*
Reduce non-leaf keys overlap in GiST indexes produced by a sorted build
Alexander Korotkov
2022-02-07
*
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-30
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-30
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
*
Clean up more code using "(expr) ? true : false"
Michael Paquier
2021-10-11
*
Clean up some code using "(expr) ? true : false"
Michael Paquier
2021-09-08
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-12
*
Remove redundant variable pageSize in gistinitpage
Peter Eisentraut
2021-06-25
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
*
Use correct format placeholder for block numbers
Peter Eisentraut
2021-04-17
*
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-07
*
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-06
*
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-22
*
C comments: improve description of GiST NSN and GistBuildLSN
Bruce Momjian
2021-03-10
*
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-24
*
README/C-comment: document GiST's NSN value
Bruce Momjian
2021-02-13
*
Remove obsolete IndexBulkDeleteResult stats field.
Peter Geoghegan
2021-02-11
*
Rename removable xid function for consistency.
Peter Geoghegan
2021-02-07
*
Fix GiST index deletion assert issue.
Peter Geoghegan
2021-01-26
*
Fix bug in detecting concurrent page splits in GiST insert
Heikki Linnakangas
2021-01-20
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-12-04
*
Rename the "point is strictly above/below point" comparison operators.
Tom Lane
2020-11-23
*
Remove code handling removed deprecated containment operators
Peter Eisentraut
2020-11-16
*
Fix missing validation for the new GiST sortsupport functions.
Heikki Linnakangas
2020-10-30
*
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-12
*
Set right-links during sorted GiST index build.
Heikki Linnakangas
2020-10-01
*
Fix checksum calculation in the new sorting GiST build.
Heikki Linnakangas
2020-09-21
*
Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS.
Tom Lane
2020-09-20
*
Add support for building GiST index by sorting.
Heikki Linnakangas
2020-09-17
*
Yet more elimination of dead stores and useless initializations.
Tom Lane
2020-09-05
*
remove redundant initializations
Bruce Momjian
2020-09-03
*
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-08-13
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
*
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-08-01
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
[next]