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
2016-01-22
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-02
Fix overly-strict assertions in spgtextproc.c.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-07-27
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-20
Sanity-check that a page zeroed by redo routine is marked with WILL_INIT.
Heikki Linnakangas
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-15
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-03-26
Add support for index-only scans in GiST.
Heikki Linnakangas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-07
Fix generation of SP-GiST vacuum WAL records.
Heikki Linnakangas
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-09-02
Refactor per-page logic common to all redo routines to a new function.
Heikki Linnakangas
2014-07-31
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-06-09
Fix infinite loop when splitting inner tuples in SPGiST text indexes.
Tom Lane
2014-06-05
Adjust SP-GiST WAL record formats to reduce alignment padding.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-04
Avoid allocations in critical sections.
Heikki Linnakangas
2014-01-23
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
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
[next]