summaryrefslogtreecommitdiff
path: root/src/backend/access/spgist
Commit message (Expand)AuthorAgeFilesLines
* Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas2014-09-021-482/+401
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-311-1/+0
* Fix infinite loop when splitting inner tuples in SPGiST text indexes.Tom Lane2014-06-091-53/+89
* Adjust SP-GiST WAL record formats to reduce alignment padding.Heikki Linnakangas2014-06-053-63/+82
* pgindent run for 9.4Bruce Momjian2014-05-067-23/+23
* Avoid allocations in critical sections.Heikki Linnakangas2014-04-041-5/+3
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-232-9/+8
* Update copyright for 2014Bruce Momjian2014-01-079-9/+9
* Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas2013-12-041-3/+3
* Retry after buffer locking failure during SPGiST index creation.Tom Lane2013-11-022-7/+17
* Typo fix.Robert Haas2013-09-181-1/+1
* Avoid deadlocks during insertion into SP-GiST indexes.Tom Lane2013-06-143-17/+70
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+1
* Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas2013-05-082-9/+9
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-221-0/+3
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-184-42/+0
* Update copyrights for 2013Bruce Momjian2013-01-019-9/+9
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-281-18/+18
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-282-73/+1
* Fix multiple problems in WAL replay.Tom Lane2012-11-121-92/+183
* Trim spgist_private.h inclusionAlvaro Herrera2012-09-053-0/+3
* Optimize SP-GiST insertions.Heikki Linnakangas2012-08-292-16/+27
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-281-0/+1
* In SPGiST replay, do conflict resolution before modifying the page.Tom Lane2012-08-031-13/+27
* Fix race conditions associated with SPGiST redirection tuples.Tom Lane2012-08-023-12/+26
* Assorted message style improvementsPeter Eisentraut2012-07-021-1/+1
* Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes on text.Tom Lane2012-06-261-3/+9
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-109-163/+165
* Remove duplicate words in comments.Heikki Linnakangas2012-05-021-1/+1
* Fix SPGiST vacuum algorithm to handle concurrent tuple motion properly.Tom Lane2012-03-122-10/+242
* Teach SPGiST to store nulls and do whole-index scans.Tom Lane2012-03-117-148/+330
* Restructure SPGiST opclass interface API to support whole-index scans.Tom Lane2012-03-104-511/+480
* Update copyright notices for year 2012.Bruce Momjian2012-01-019-9/+9
* Rename updateNodeLink to spgUpdateNodeLink.Tom Lane2011-12-192-15/+15
* Teach SP-GiST to do index-only scans.Tom Lane2011-12-196-104/+186
* Replace simple constant pg_am.amcanreturn with an AM support function.Tom Lane2011-12-181-0/+7
* Defend against null scankeys in spgist searches.Tom Lane2011-12-171-6/+24
* Fix compiler warning seen on 64-bit machine.Tom Lane2011-12-171-2/+2
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-1711-0/+7089