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
/
spgist
Age
Commit message (
Expand
)
Author
2013-12-03
Don't include unused space in LOG_NEWPAGE records.
Heikki Linnakangas
2013-11-02
Retry after buffer locking failure during SPGiST index creation.
Tom Lane
2013-09-18
Typo fix.
Robert Haas
2013-06-14
Avoid deadlocks during insertion into SP-GiST indexes.
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-08
Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.
Heikki Linnakangas
2013-03-22
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-18
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-28
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-11-28
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-13
Fix multiple problems in WAL replay.
Tom Lane
2012-09-05
Trim spgist_private.h inclusion
Alvaro Herrera
2012-08-29
Optimize SP-GiST insertions.
Heikki Linnakangas
2012-08-28
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-03
In SPGiST replay, do conflict resolution before modifying the page.
Tom Lane
2012-08-02
Fix race conditions associated with SPGiST redirection tuples.
Tom Lane
2012-07-02
Assorted message style improvements
Peter Eisentraut
2012-06-26
Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes on text.
Tom Lane
2012-06-24
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-02
Remove duplicate words in comments.
Heikki Linnakangas
2012-03-12
Fix SPGiST vacuum algorithm to handle concurrent tuple motion properly.
Tom Lane
2012-03-11
Teach SPGiST to store nulls and do whole-index scans.
Tom Lane
2012-03-10
Restructure SPGiST opclass interface API to support whole-index scans.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-19
Rename updateNodeLink to spgUpdateNodeLink.
Tom Lane
2011-12-19
Teach SP-GiST to do index-only scans.
Tom Lane
2011-12-18
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
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane