| Commit message (Expand) | Author | Age |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Generic implementation of red-black binary tree. It's planned to use in | Teodor Sigaev | 2010-02-11 |
* | Fix bug in GIN WAL redo cleanup function: don't free fake relcache entry | Heikki Linnakangas | 2010-02-09 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 |
* | Fix incorrect comparison of scan key in GIN. Per report from | Teodor Sigaev | 2010-01-18 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | Fix multicolumn GIN's wrong results with fastupdate enabled. | Teodor Sigaev | 2009-11-13 |
* | Make sure that GIN fast-insert and regular code paths enforce the same | Tom Lane | 2009-10-02 |
* | Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records. | Tom Lane | 2009-09-15 |
* | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane | Tom Lane | 2009-06-06 |
* | Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers() | Tom Lane | 2009-06-06 |
* | Fix bug #4814 (wrong subscript in consistent-function call), and add some | Tom Lane | 2009-05-19 |
* | Fix infinite loop while checking of partial match in pending list. | Teodor Sigaev | 2009-04-05 |
* | Adjust the APIs for GIN opclass support functions to allow the extractQuery() | Tom Lane | 2009-03-25 |
* | Install a search tree depth limit in GIN bulk-insert operations, to prevent | Tom Lane | 2009-03-24 |
* | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane | 2009-03-24 |
* | Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should | Heikki Linnakangas | 2009-01-20 |
* | Revise the TIDBitmap API to support multiple concurrent iterations over a | Tom Lane | 2009-01-10 |
* | Change the reloptions machinery to use a table-based parser, and provide | Alvaro Herrera | 2009-01-05 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas | 2008-11-19 |
* | Prevent synchronous scan during GIN index build, because GIN is optimized | Tom Lane | 2008-11-13 |
* | Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage | Tom Lane | 2008-11-03 |
* | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas | 2008-10-31 |
* | Remove mark/restore support in GIN and GiST indexes. | Teodor Sigaev | 2008-10-20 |
* | Index FSMs needs to be vacuumed as well. Report by Jeff Davis. | Heikki Linnakangas | 2008-10-06 |
* | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 |
* | Fix strategy propagation to scanEntry for partial match by moving propagation | Teodor Sigaev | 2008-09-04 |
* | Multi-column GIN indexes. Teodor Sigaev | Tom Lane | 2008-07-11 |
* | Minor improvements to the Gin internal documentation. | Neil Conway | 2008-07-08 |
* | Fix initialization of GinScanEntryData.partialMatch | Teodor Sigaev | 2008-07-04 |
* | Remove unnecessary coziness of GIN code with datum copying. Now that | Tom Lane | 2008-06-29 |
* | 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 |
* | Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is | Alvaro Herrera | 2008-06-08 |
* | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane | 2008-05-16 |
* | Persuade GIN to react to control-C in a reasonable amount of time | Tom Lane | 2008-05-16 |
* | Put back bufmgr.h in bufpage.h -- it is needed by some macros. | Alvaro Herrera | 2008-05-12 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Fix using too many LWLocks bug, reported by Craig Ringer | Teodor Sigaev | 2008-04-22 |
* | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane | 2008-04-14 |
* | Phase 2 of project to make index operator lossiness be determined at runtime | Tom Lane | 2008-04-13 |
* | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane | 2008-04-10 |
* | Make source code READMEs more consistent. Add CVS tags to all README files. | Bruce Momjian | 2008-03-20 |
* | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut | 2008-02-19 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Improve GIN index build's tracking of memory usage by using | Tom Lane | 2007-11-16 |