| Commit message (Expand) | Author | Age | Files | Lines |
| * | Prevent synchronous scan during GIN index build, because GIN is optimized | Tom Lane | 2008-11-13 | 1 | -2/+2 |
| * | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas | 2008-10-31 | 1 | -4/+4 |
| * | Remove useless mark/restore support in hash index AM, per discussion. | Tom Lane | 2008-10-17 | 1 | -52/+8 |
| * | Change hash indexes to store only the hash code rather than the whole indexed | Tom Lane | 2008-09-15 | 6 | -72/+223 |
| * | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 | 1 | -4/+4 |
| * | Clean up the use of some page-header-access macros: principally, use | Tom Lane | 2008-07-13 | 1 | -3/+2 |
| * | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 | 6 | -8/+14 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 6 | -6/+12 |
| * | Phase 2 of project to make index operator lossiness be determined at runtime | Tom Lane | 2008-04-13 | 1 | -1/+4 |
| * | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane | 2008-04-10 | 1 | -48/+28 |
| * | Improve hash_any() to use word-wide fetches when hashing suitably aligned | Tom Lane | 2008-04-06 | 1 | -37/+193 |
| * | Make source code READMEs more consistent. Add CVS tags to all README files. | Bruce Momjian | 2008-03-20 | 1 | -6/+9 |
| * | When creating a large hash index, pre-sort the index entries by estimated | Tom Lane | 2008-03-16 | 4 | -12/+176 |
| * | Change hash index creation so that rather than always establishing exactly | Tom Lane | 2008-03-15 | 3 | -22/+61 |
| * | Change hashscan.c to keep its list of active hash index scans in | Tom Lane | 2008-03-07 | 1 | -3/+20 |
| * | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut | 2008-02-19 | 1 | -8/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 8 | -16/+16 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 4 | -34/+36 |
| * | Fix regex, LIKE, and some other second-rank text-manipulation functions | Tom Lane | 2007-09-21 | 1 | -7/+7 |
| * | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 | 3 | -6/+6 |
| * | Redefine the lp_flags field of item pointers as having four states, rather | Tom Lane | 2007-09-12 | 4 | -11/+11 |
| * | Fix several hash functions that were taking chintzy shortcuts instead of | Tom Lane | 2007-06-01 | 1 | -10/+42 |
| * | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane | 2007-05-30 | 3 | -21/+85 |
| * | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane | 2007-05-27 | 1 | -2/+2 |
| * | Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching | Tom Lane | 2007-05-03 | 6 | -80/+103 |
| * | Repair PANIC condition in hash indexes when a previous index extension attempt | Tom Lane | 2007-04-19 | 3 | -87/+132 |
| * | Minor tweaking of index special-space definitions so that the various | Tom Lane | 2007-04-09 | 2 | -7/+7 |
| * | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 | 1 | -1/+7 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -2/+2 |
| * | Add support for cross-type hashing in hash index searches and hash joins. | Tom Lane | 2007-01-30 | 2 | -4/+53 |
| * | Add comment noting that hashm_procid in a hash index's metapage isn't | Tom Lane | 2007-01-29 | 1 | -1/+6 |
| * | Refactor the index AM API slightly: move currentItemData and | Neil Conway | 2007-01-20 | 2 | -28/+28 |
| * | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 | 1 | -9/+1 |
| * | Add a citation to Seltzer and Yigit's Usenix '91 paper about hash table | Tom Lane | 2007-01-09 | 1 | -3/+8 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 8 | -16/+16 |
| * | Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of | Tom Lane | 2007-01-03 | 1 | -22/+4 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 1 | -9/+19 |
| * | Repair problems with hash indexes that span multiple segments: the hash code's | Tom Lane | 2006-11-19 | 2 | -44/+184 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 2 | -6/+6 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 3 | -9/+3 |
| * | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 | 2 | -17/+20 |
| * | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 2 | -3/+17 |
| * | Clean up code associated with updating pg_class statistics columns | Tom Lane | 2006-05-10 | 1 | -4/+10 |
| * | Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. | Tom Lane | 2006-05-02 | 1 | -24/+35 |
| * | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 | 2 | -34/+15 |
| * | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 | 1 | -2/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 8 | -16/+16 |
| * | Skip ambulkdelete scan if there's nothing to delete and the index is not | Tom Lane | 2006-02-11 | 1 | -1/+13 |
| * | Revert based on Tom's recommendation: | Bruce Momjian | 2006-02-11 | 1 | -12/+6 |
| * | Allow VACUUM to complete faster by avoiding scanning the indexes when no | Bruce Momjian | 2006-02-11 | 1 | -6/+12 |