| Commit message (Expand) | Author | Age |
* | Add buffer_std flag to MarkBufferDirtyHint(). | Jeff Davis | 2013-06-17 |
* | Additional spelling corrections | Stephen Frost | 2013-06-03 |
* | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 |
* | Allow I/O reliability checks using 16-bit checksums | Simon Riggs | 2013-03-22 |
* | Provide database object names as separate fields in error messages. | Tom Lane | 2013-01-29 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Split out rmgr rm_desc functions into their own files | Alvaro Herrera | 2012-11-28 |
* | Reduce use of heavyweight locking inside hash AM. | Robert Haas | 2012-06-26 |
* | Replace int2/int4 in C code with int16/int32 | Peter Eisentraut | 2012-06-25 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Clean up compiler warnings from unused variables with asserts disabled | Peter Eisentraut | 2012-03-21 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Measure the number of all-visible pages for use in index-only scan costing. | Tom Lane | 2011-10-14 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h | Alvaro Herrera | 2011-07-04 |
* | Hash indexes had better pass the index collation to support functions, too. | Tom Lane | 2011-04-23 |
* | Pass collations to functions in FunctionCallInfoData, not FmgrInfo. | Tom Lane | 2011-04-12 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Support unlogged tables. | Robert Haas | 2010-12-29 |
* | Create core infrastructure for KNNGIST. | Tom Lane | 2010-12-02 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Tidy up a few calls to smrgextend(). | Robert Haas | 2010-08-19 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane | 2010-01-07 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Redefine Datum as uintptr_t, instead of unsigned long. | Tom Lane | 2009-12-31 |
* | Dept of second thoughts: after studying index_getnext() a bit more I realize | Tom Lane | 2009-11-01 |
* | Fix two serious bugs introduced into hash indexes by the 8.4 patch that made | Tom Lane | 2009-11-01 |
* | Remove very ancient tuple-counting infrastructure (IncrRetrieved() and | Tom Lane | 2009-10-08 |
* | 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 |
* | Insert CHECK_FOR_INTERRUPTS() calls into btree and hash index scans at the | Tom Lane | 2009-05-05 |
* | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane | 2009-03-24 |
* | Adopt Bob Jenkins' improved hash function for hash_any(). This changes the | Tom Lane | 2009-02-09 |
* | 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 |
* | Prevent synchronous scan during GIN index build, because GIN is optimized | Tom Lane | 2008-11-13 |
* | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas | 2008-10-31 |
* | Remove useless mark/restore support in hash index AM, per discussion. | Tom Lane | 2008-10-17 |
* | Change hash indexes to store only the hash code rather than the whole indexed | Tom Lane | 2008-09-15 |
* | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 |
* | Clean up the use of some page-header-access macros: principally, use | Tom Lane | 2008-07-13 |
* | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | 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 |
* | Improve hash_any() to use word-wide fetches when hashing suitably aligned | Tom Lane | 2008-04-06 |
* | Make source code READMEs more consistent. Add CVS tags to all README files. | Bruce Momjian | 2008-03-20 |