index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
gist_private.h
Commit message (
Expand
)
Author
Age
*
Support unlogged GiST index.
Heikki Linnakangas
2013-02-11
*
Document and clean up gistsplit.c.
Tom Lane
2013-02-10
*
Repair bugs in GiST page splitting code for multi-column indexes.
Tom Lane
2013-02-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix multiple problems in WAL replay.
Tom Lane
2012-11-12
*
Fix GiST buffering build bug, which caused "failed to re-find parent" errors.
Heikki Linnakangas
2012-08-16
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Change the way parent pages are tracked during buffered GiST build.
Heikki Linnakangas
2012-05-30
*
Fix bug in gistRelocateBuildBuffersOnSplit().
Heikki Linnakangas
2012-05-18
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Support GiST index support functions that want to cache data across calls.
Tom Lane
2011-09-30
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
*
Buffering GiST index build algorithm.
Heikki Linnakangas
2011-09-08
*
Change the way the offset of downlink is stored in GISTInsertStack.
Heikki Linnakangas
2011-07-15
*
Make GIN and GIST pass the index collation to all their support functions.
Tom Lane
2011-04-22
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Support unlogged tables.
Robert Haas
2010-12-29
*
Rewrite the GiST insertion logic so that we don't need the post-recovery
Heikki Linnakangas
2010-12-23
*
Update comment to match later code changes.
Tom Lane
2010-12-04
*
KNNGIST, otherwise known as order-by-operator support for GIST.
Tom Lane
2010-12-03
*
The GiST scan algorithm uses LSNs to detect concurrent pages splits, but
Heikki Linnakangas
2010-11-16
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't
Teodor Sigaev
2008-10-22
*
Remove mark/restore support in GIN and GiST indexes.
Teodor Sigaev
2008-10-20
*
During repeated rescan of GiST index it's possible that scan key
Teodor Sigaev
2008-10-17
*
Fix possible duplicate tuples while GiST scan. Now page is processed
Teodor Sigaev
2008-08-23
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation
Heikki Linnakangas
2008-06-12
*
Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole
Tom Lane
2008-04-10
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Support an optional asynchronous commit mode, in which we don't flush WAL
Tom Lane
2007-08-01
*
Refactor the index AM API slightly: move currentItemData and
Neil Conway
2007-01-20
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Make recovery from WAL be restartable, by executing a checkpoint-like
Tom Lane
2006-08-07
*
Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that
Tom Lane
2006-07-11
*
Alphabetically order reference to include files, "G" - "M".
Bruce Momjian
2006-07-11
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
*
Changes
Teodor Sigaev
2006-06-28
*
Som improve page split in multicolumn GiST index.
Teodor Sigaev
2006-05-29
*
* Add support NULL to GiST.
Teodor Sigaev
2006-05-24
*
Simplify gistSplit() and some refactoring related code.
Teodor Sigaev
2006-05-19
*
Reduce size of critial section during vacuum full, critical
Teodor Sigaev
2006-05-17
*
Reduce size of critical section and remove call of user-defined functions in
Teodor Sigaev
2006-05-10
*
Improve gist XLOG code to follow the coding rules needed to prevent
Tom Lane
2006-03-30
[next]