Age | Commit message (Expand) | Author |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-04-14 | Typo fix. Kevin Grittner. | Robert Haas |
2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
2010-02-08 | Remove some more dead VACUUM-FULL-only code. | Tom Lane |
2010-02-08 | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane |
2010-01-14 | Add point_ops opclass for GiST. | Teodor Sigaev |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2010-01-01 | Support "x IS NOT NULL" clauses as indexscan conditions. This turns out | Tom Lane |
2009-12-24 | Fix wrong WAL info value generated when gistContinueInsert() performs an | Tom Lane |
2009-12-19 | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs |
2009-10-08 | Remove very ancient tuple-counting infrastructure (IncrRetrieved() and | Tom Lane |
2009-09-18 | Fix incorrect arguments for gist_box_penalty call. The bug could be observed | Teodor Sigaev |
2009-07-29 | Support deferrable uniqueness constraints. | Tom Lane |
2009-06-24 | Correct grammar in picksplit debug messages | Peter Eisentraut |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-06-10 | Improve capitalization and punctuation in recently added GiST message. | Peter Eisentraut |
2009-06-06 | Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane | Tom Lane |
2009-04-06 | Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense | Teodor Sigaev |
2009-03-24 | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane |
2009-01-20 | Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should | Heikki Linnakangas |
2009-01-05 | Change the reloptions machinery to use a table-based parser, and provide | Alvaro Herrera |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-12-04 | Initialize GISTScanOpaque->qual_ok even if there is no conditions. | Teodor Sigaev |
2008-11-19 | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas |
2008-11-13 | Prevent synchronous scan during GIN index build, because GIN is optimized | Tom Lane |
2008-11-03 | Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage | Tom Lane |
2008-10-31 | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas |
2008-10-22 | Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't | Teodor Sigaev |
2008-10-20 | Remove support of backward scan in GiST. Per discussion | Teodor Sigaev |
2008-10-20 | Remove mark/restore support in GIN and GiST indexes. | Teodor Sigaev |
2008-10-17 | During repeated rescan of GiST index it's possible that scan key | Teodor Sigaev |
2008-10-06 | Index FSMs needs to be vacuumed as well. Report by Jeff Davis. | Heikki Linnakangas |
2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |
2008-08-23 | Fix possible duplicate tuples while GiST scan. Now page is processed | Teodor Sigaev |
2008-07-13 | Clean up the use of some page-header-access macros: principally, use | Tom Lane |
2008-06-19 | Improve our #include situation by moving pointer types away from the | Alvaro Herrera |
2008-06-15 | Fix 64-bit problem in recent patch. | Tom Lane |
2008-06-12 | Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation | Heikki Linnakangas |
2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
2008-04-14 | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane |
2008-04-13 | Phase 2 of project to make index operator lossiness be determined at runtime | Tom Lane |
2008-04-10 | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane |
2008-03-20 | Make source code READMEs more consistent. Add CVS tags to all README files. | Bruce Momjian |
2008-02-19 | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
2007-09-20 | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane |
2007-09-12 | Redefine the lp_flags field of item pointers as having four states, rather | Tom Lane |
2007-09-07 | Improve page split in rtree emulation. Now if splitted result has | Teodor Sigaev |
2007-05-31 | Replace ReadBuffer to ReadBufferWithStrategy in all vacuum-involved places | Teodor Sigaev |