Commits

Showing commits that first shipped in 8.4 (backpatches included). Clear

DateSubjectAuthorReleases
2014-05-06 Remove tabs after spaces in C comments Bruce Momjian 8.4.22
2013-11-08 Fix race condition in GIN posting tree page deletion. Heikki Linnakangas 8.4.19
2010-08-01 Fix an additional set of problems in GIN's handling of lossy page pointers. Tom Lane 8.4.5
2010-07-31 Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem() Tom Lane 8.4.5
2009-10-02 Make sure that GIN fast-insert and regular code paths enforce the same Tom Lane 8.4.2
2009-06-11 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list Bruce Momjian 8.4.0
2009-06-06 Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers() Tom Lane 8.4.0
2009-06-05 GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macros Tom Lane 8.4.0
2009-03-25 Adjust the APIs for GIN opclass support functions to allow the extractQuery() Tom Lane 8.4.0
2009-03-24 Install a search tree depth limit in GIN bulk-insert operations, to prevent Tom Lane 8.4.0
2009-03-24 Implement "fastupdate" support for GIN indexes, in which we try to accumulate Tom Lane 8.4.0
2009-01-10 Revise the TIDBitmap API to support multiple concurrent iterations over a Tom Lane 8.4.0
2009-01-01 Update copyright for 2009. Bruce Momjian 8.4.0
2008-11-03 Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage Tom Lane 8.4.0
2008-10-20 Remove mark/restore support in GIN and GiST indexes. Teodor Sigaev 8.4.0
2008-07-13 Change the PageGetContents() macro to guarantee its result is maxalign'd, Tom Lane 8.4.0
2008-07-11 Multi-column GIN indexes. Teodor Sigaev Tom Lane 8.4.0
2008-06-19 Improve our #include situation by moving pointer types away from the Alvaro Herrera 8.4.0
2008-06-06 Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout. Alvaro Herrera 8.4.0
2008-05-16 Extend GIN to support partial-match searches, and extend tsquery to support Tom Lane 8.4.0
2008-05-12 Restructure some header files a bit, in particular heapam.h, by removing some Alvaro Herrera 8.4.0
2008-04-22 Fix using too many LWLocks bug, reported by Craig Ringer Teodor Sigaev 8.4.0
2008-04-10 Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole Tom Lane 8.4.0