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
/
spgist
Commit message (
Expand
)
Author
Age
*
Fix overly-strict assertions in spgtextproc.c.
Tom Lane
2016-01-02
*
Don't assume that PageIsEmpty() returns true on an all-zeros page.
Heikki Linnakangas
2015-07-27
*
Fix handling of all-zero pages in SP-GiST vacuum.
Heikki Linnakangas
2015-07-27
*
Sanity-check that a page zeroed by redo routine is marked with WILL_INIT.
Heikki Linnakangas
2015-07-20
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
*
Add support for index-only scans in GiST.
Heikki Linnakangas
2015-03-26
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Fix generation of SP-GiST vacuum WAL records.
Heikki Linnakangas
2014-11-07
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Refactor per-page logic common to all redo routines to a new function.
Heikki Linnakangas
2014-09-02
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
*
Fix infinite loop when splitting inner tuples in SPGiST text indexes.
Tom Lane
2014-06-09
*
Adjust SP-GiST WAL record formats to reduce alignment padding.
Heikki Linnakangas
2014-06-05
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Avoid allocations in critical sections.
Heikki Linnakangas
2014-04-04
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Don't include unused space in LOG_NEWPAGE records.
Heikki Linnakangas
2013-12-04
*
Retry after buffer locking failure during SPGiST index creation.
Tom Lane
2013-11-02
*
Typo fix.
Robert Haas
2013-09-18
*
Avoid deadlocks during insertion into SP-GiST indexes.
Tom Lane
2013-06-14
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.
Heikki Linnakangas
2013-05-08
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-03-18
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
*
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-28
*
Fix multiple problems in WAL replay.
Tom Lane
2012-11-12
*
Trim spgist_private.h inclusion
Alvaro Herrera
2012-09-05
*
Optimize SP-GiST insertions.
Heikki Linnakangas
2012-08-29
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
*
In SPGiST replay, do conflict resolution before modifying the page.
Tom Lane
2012-08-03
*
Fix race conditions associated with SPGiST redirection tuples.
Tom Lane
2012-08-02
*
Assorted message style improvements
Peter Eisentraut
2012-07-02
*
Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes on text.
Tom Lane
2012-06-26
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Remove duplicate words in comments.
Heikki Linnakangas
2012-05-02
*
Fix SPGiST vacuum algorithm to handle concurrent tuple motion properly.
Tom Lane
2012-03-12
*
Teach SPGiST to store nulls and do whole-index scans.
Tom Lane
2012-03-11
*
Restructure SPGiST opclass interface API to support whole-index scans.
Tom Lane
2012-03-10
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Rename updateNodeLink to spgUpdateNodeLink.
Tom Lane
2011-12-19
*
Teach SP-GiST to do index-only scans.
Tom Lane
2011-12-19
*
Replace simple constant pg_am.amcanreturn with an AM support function.
Tom Lane
2011-12-18
*
Defend against null scankeys in spgist searches.
Tom Lane
2011-12-17
*
Fix compiler warning seen on 64-bit machine.
Tom Lane
2011-12-17
[next]