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 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
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Check for conflicting queries during replay of gistvacuumpage()
Alexander Korotkov
2018-12-21
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-09-19
*
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-22
*
Use the built-in float datatypes to implement geometric types
Tomas Vondra
2018-08-16
*
Provide separate header file for built-in float types
Tomas Vondra
2018-07-29
*
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-07-11
*
Re-think predicate locking on GIN indexes.
Teodor Sigaev
2018-05-04
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Add predicate locking for GiST
Teodor Sigaev
2018-03-27
*
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
[next]