| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support unlogged tables. | Robert Haas | 2010-12-29 | 1 | -0/+1 |
| * | Rewrite the GiST insertion logic so that we don't need the post-recovery | Heikki Linnakangas | 2010-12-23 | 1 | -40/+41 |
| * | Update comment to match later code changes. | Tom Lane | 2010-12-04 | 1 | -1/+1 |
| * | KNNGIST, otherwise known as order-by-operator support for GIST. | Tom Lane | 2010-12-03 | 1 | -37/+80 |
| * | The GiST scan algorithm uses LSNs to detect concurrent pages splits, but | Heikki Linnakangas | 2010-11-16 | 1 | -1/+2 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -9/+9 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't | Teodor Sigaev | 2008-10-22 | 1 | -2/+3 |
| * | Remove mark/restore support in GIN and GiST indexes. | Teodor Sigaev | 2008-10-20 | 1 | -16/+1 |
| * | During repeated rescan of GiST index it's possible that scan key | Teodor Sigaev | 2008-10-17 | 1 | -1/+2 |
| * | Fix possible duplicate tuples while GiST scan. Now page is processed | Teodor Sigaev | 2008-08-23 | 1 | -1/+14 |
| * | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 | 1 | -4/+2 |
| * | Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation | Heikki Linnakangas | 2008-06-12 | 1 | -3/+3 |
| * | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane | 2008-04-10 | 1 | -2/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane | 2007-08-01 | 1 | -3/+1 |
| * | Refactor the index AM API slightly: move currentItemData and | Neil Conway | 2007-01-20 | 1 | -1/+3 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -27/+30 |
| * | Make recovery from WAL be restartable, by executing a checkpoint-like | Tom Lane | 2006-08-07 | 1 | -1/+2 |
| * | Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that | Tom Lane | 2006-07-11 | 1 | -2/+2 |
| * | Alphabetically order reference to include files, "G" - "M". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
| * | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 | 1 | -2/+6 |
| * | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 1 | -2/+4 |
| * | Changes | Teodor Sigaev | 2006-06-28 | 1 | -29/+38 |
| * | Som improve page split in multicolumn GiST index. | Teodor Sigaev | 2006-05-29 | 1 | -2/+2 |
| * | * Add support NULL to GiST. | Teodor Sigaev | 2006-05-24 | 1 | -20/+5 |
| * | Simplify gistSplit() and some refactoring related code. | Teodor Sigaev | 2006-05-19 | 1 | -3/+16 |
| * | Reduce size of critial section during vacuum full, critical | Teodor Sigaev | 2006-05-17 | 1 | -6/+12 |
| * | Reduce size of critical section and remove call of user-defined functions in | Teodor Sigaev | 2006-05-10 | 1 | -4/+11 |
| * | Improve gist XLOG code to follow the coding rules needed to prevent | Tom Lane | 2006-03-30 | 1 | -18/+16 |
| * | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 | 1 | -2/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Add simple sanity checks on newly-read pages to GiST, too. | Tom Lane | 2005-11-06 | 1 | -1/+2 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -105/+112 |
| * | Bug fixes for GiST crash recovery. | Teodor Sigaev | 2005-06-30 | 1 | -2/+2 |
| * | Concurrency for GiST | Teodor Sigaev | 2005-06-27 | 1 | -88/+101 |
| * | fix founded hole in recovery after crash, add vacuum_delay_point() | Teodor Sigaev | 2005-06-20 | 1 | -9/+5 |
| * | 1. full functional WAL for GiST | Teodor Sigaev | 2005-06-20 | 1 | -18/+58 |
| * | WAL for GiST. It work for online backup and so on, but on | Teodor Sigaev | 2005-06-14 | 1 | -4/+150 |
| * | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 | 1 | -2/+2 |
| * | Cleanup GiST header files. Since GiST extensions are often written as | Neil Conway | 2005-05-17 | 1 | -0/+110 |