| Commit message (Expand) | Author | Age |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | When creating a large hash index, pre-sort the index entries by estimated | Tom Lane | 2008-03-16 |
* | Change hash index creation so that rather than always establishing exactly | Tom Lane | 2008-03-15 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Redefine the lp_flags field of item pointers as having four states, rather | Tom Lane | 2007-09-12 |
* | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane | 2007-05-30 |
* | Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching | Tom Lane | 2007-05-03 |
* | Refactor the index AM API slightly: move currentItemData and | Neil Conway | 2007-01-20 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Clean up code associated with updating pg_class statistics columns | Tom Lane | 2006-05-10 |
* | Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. | Tom Lane | 2006-05-02 |
* | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Skip ambulkdelete scan if there's nothing to delete and the index is not | Tom Lane | 2006-02-11 |
* | Revert based on Tom's recommendation: | Bruce Momjian | 2006-02-11 |
* | Allow VACUUM to complete faster by avoiding scanning the indexes when no | Bruce Momjian | 2006-02-11 |
* | Remove the no-longer-useful HashItem/HashItemData level of structure. | Tom Lane | 2006-01-25 |
* | Add defenses to btree and hash index AMs to do simple sanity checks | Tom Lane | 2005-11-06 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 |
* | This patch refactors away some duplicated code in the index AM build | Neil Conway | 2005-05-11 |
* | First steps towards index scans with heap access decoupled from index | Tom Lane | 2005-03-27 |
* | Convert index-related tuple handling routines from char 'n'/' ' to bool | Tom Lane | 2005-03-21 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Micro-optimization of markpos() and restrpos() in btree and hash indexes. | Neil Conway | 2004-11-17 |
* | Remove obsolete comment from btbuild() and hashbuild(): we no longer use | Neil Conway | 2004-11-11 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Centralize implementation of delay code by creating a pg_usleep() | Tom Lane | 2004-02-10 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Reimplement hash index locking algorithms, per my recent proposal to | Tom Lane | 2003-09-04 |