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
*
Make gistvacuumcleanup() count the actual number of index tuples.
Tom Lane
2018-03-02
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Change some bogus PageGetLSN calls to BufferGetLSNAtomic
Alvaro Herrera
2018-01-09
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
For wal_consistency_checking, mask page checksum as well as page LSN.
Robert Haas
2017-09-22
*
Remove no-op GiST support functions in the core GiST opclasses.
Tom Lane
2017-09-19
*
Allow no-op GiST support functions to be omitted.
Tom Lane
2017-09-19
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Re-run pgindent.
Tom Lane
2017-06-13
*
Fix wording in amvalidate error messages
Alvaro Herrera
2017-05-30
*
Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.
Tom Lane
2017-05-04
*
Put back <float.h> in a few files that need it for _isnan().
Tom Lane
2017-03-08
*
Allow index AMs to return either HeapTuple or IndexTuple format during IOS.
Tom Lane
2017-02-27
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
*
Split index xlog headers from other private index headers.
Robert Haas
2017-02-14
*
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Extend index AM API for parallel index scans.
Robert Haas
2017-01-24
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix outdated comments, GIST search queue is not an RBTree anymore.
Heikki Linnakangas
2016-09-20
*
Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.
Tom Lane
2016-09-09
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Suppress compiler warnings in non-cassert builds.
Tom Lane
2016-08-23
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
*
Message style improvements
Peter Eisentraut
2016-07-28
*
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-14
*
Remove unused arguments in two GiST subroutines
Alvaro Herrera
2016-06-28
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Prevent to use magic constants
Teodor Sigaev
2016-04-28
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Fix lossy KNN GiST when ordering operator returns non-float8 value.
Teodor Sigaev
2016-02-02
*
Suppress compiler warning.
Tom Lane
2016-01-21
*
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
*
Fix assorted inconsistencies in GiST opclass support function declarations.
Tom Lane
2016-01-19
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix bug introduced by microvacuum for GiST
Teodor Sigaev
2015-09-17
*
Fix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8ba7 commit
Teodor Sigaev
2015-09-09
[next]