index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
spgist
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor per-page logic common to all redo routines to a new function.
Heikki Linnakangas
2014-09-02
1
-482
/
+401
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
1
-1
/
+0
*
Fix infinite loop when splitting inner tuples in SPGiST text indexes.
Tom Lane
2014-06-09
1
-53
/
+89
*
Adjust SP-GiST WAL record formats to reduce alignment padding.
Heikki Linnakangas
2014-06-05
3
-63
/
+82
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
7
-23
/
+23
*
Avoid allocations in critical sections.
Heikki Linnakangas
2014-04-04
1
-5
/
+3
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
2
-9
/
+8
*
Update copyright for 2014
Bruce Momjian
2014-01-07
9
-9
/
+9
*
Don't include unused space in LOG_NEWPAGE records.
Heikki Linnakangas
2013-12-04
1
-3
/
+3
*
Retry after buffer locking failure during SPGiST index creation.
Tom Lane
2013-11-02
2
-7
/
+17
*
Typo fix.
Robert Haas
2013-09-18
1
-1
/
+1
*
Avoid deadlocks during insertion into SP-GiST indexes.
Tom Lane
2013-06-14
3
-17
/
+70
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-1
/
+1
*
Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.
Heikki Linnakangas
2013-05-08
2
-9
/
+9
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
1
-0
/
+3
*
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-03-18
4
-42
/
+0
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
9
-9
/
+9
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
1
-18
/
+18
*
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-28
2
-73
/
+1
*
Fix multiple problems in WAL replay.
Tom Lane
2012-11-12
1
-92
/
+183
*
Trim spgist_private.h inclusion
Alvaro Herrera
2012-09-05
3
-0
/
+3
*
Optimize SP-GiST insertions.
Heikki Linnakangas
2012-08-29
2
-16
/
+27
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
1
-0
/
+1
*
In SPGiST replay, do conflict resolution before modifying the page.
Tom Lane
2012-08-03
1
-13
/
+27
*
Fix race conditions associated with SPGiST redirection tuples.
Tom Lane
2012-08-02
3
-12
/
+26
*
Assorted message style improvements
Peter Eisentraut
2012-07-02
1
-1
/
+1
*
Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes on text.
Tom Lane
2012-06-26
1
-3
/
+9
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
1
-1
/
+1
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
9
-163
/
+165
*
Remove duplicate words in comments.
Heikki Linnakangas
2012-05-02
1
-1
/
+1
*
Fix SPGiST vacuum algorithm to handle concurrent tuple motion properly.
Tom Lane
2012-03-12
2
-10
/
+242
*
Teach SPGiST to store nulls and do whole-index scans.
Tom Lane
2012-03-11
7
-148
/
+330
*
Restructure SPGiST opclass interface API to support whole-index scans.
Tom Lane
2012-03-10
4
-511
/
+480
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
9
-9
/
+9
*
Rename updateNodeLink to spgUpdateNodeLink.
Tom Lane
2011-12-19
2
-15
/
+15
*
Teach SP-GiST to do index-only scans.
Tom Lane
2011-12-19
6
-104
/
+186
*
Replace simple constant pg_am.amcanreturn with an AM support function.
Tom Lane
2011-12-18
1
-0
/
+7
*
Defend against null scankeys in spgist searches.
Tom Lane
2011-12-17
1
-6
/
+24
*
Fix compiler warning seen on 64-bit machine.
Tom Lane
2011-12-17
1
-2
/
+2
*
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-12-17
11
-0
/
+7089