Age | Commit message (Expand) | Author |
---|---|---|
2017-05-17 | Post-PG 10 beta1 pgindent run | Bruce Momjian |
2017-02-09 | Allow index AMs to cache data across aminsert calls within a SQL command. | Tom Lane |
2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
2016-12-08 | Log the creation of an init fork unconditionally. | Robert Haas |
2016-08-27 | Add macros to make AllocSetContextCreate() calls simpler and safer. | Tom Lane |
2016-08-14 | Fix assorted bugs in contrib/bloom. | Tom Lane |
2016-06-09 | pgindent run for 9.6 | Robert Haas |
2016-05-25 | Fix contrib/bloom to work for unlogged indexes. | Tom Lane |
2016-04-20 | Revert no-op changes to BufferGetPage() | Kevin Grittner |
2016-04-12 | Improve API of GenericXLogRegister(). | Tom Lane |
2016-04-09 | Get rid of blinsert()'s use of GenericXLogUnregister(). | Tom Lane |
2016-04-08 | Modify BufferGetPage() to prepare for "snapshot too old" feature | Kevin Grittner |
2016-04-03 | Clean up some stuff in new contrib/bloom module. | Tom Lane |
2016-04-01 | Bloom index contrib module | Teodor Sigaev |