| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove tabs after spaces in C comments | Bruce Momjian | 2014-05-06 | 1 | -10/+10 |
* | Fix two serious bugs introduced into hash indexes by the 8.4 patch that made | Tom Lane | 2009-11-01 | 1 | -86/+84 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -11/+11 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
* | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas | 2008-10-31 | 1 | -4/+4 |
* | Change hash indexes to store only the hash code rather than the whole indexed | Tom Lane | 2008-09-15 | 1 | -22/+10 |
* | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 | 1 | -4/+4 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -1/+2 |
* | When creating a large hash index, pre-sort the index entries by estimated | Tom Lane | 2008-03-16 | 1 | -3/+20 |
* | Change hash index creation so that rather than always establishing exactly | Tom Lane | 2008-03-15 | 1 | -15/+44 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -23/+25 |
* | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 | 1 | -2/+2 |
* | Redefine the lp_flags field of item pointers as having four states, rather | Tom Lane | 2007-09-12 | 1 | -2/+2 |
* | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane | 2007-05-30 | 1 | -2/+30 |
* | Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching | Tom Lane | 2007-05-03 | 1 | -26/+59 |
* | Repair PANIC condition in hash indexes when a previous index extension attempt | Tom Lane | 2007-04-19 | 1 | -67/+108 |
* | Minor tweaking of index special-space definitions so that the various | Tom Lane | 2007-04-09 | 1 | -4/+4 |
* | Add comment noting that hashm_procid in a hash index's metapage isn't | Tom Lane | 2007-01-29 | 1 | -1/+6 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
* | Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of | Tom Lane | 2007-01-03 | 1 | -22/+4 |
* | Repair problems with hash indexes that span multiple segments: the hash code's | Tom Lane | 2006-11-19 | 1 | -18/+132 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -2/+2 |
* | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 | 1 | -7/+7 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 1 | -2/+3 |
* | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 | 1 | -32/+12 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
* | Remove the no-longer-useful HashItem/HashItemData level of structure. | Tom Lane | 2006-01-25 | 1 | -9/+5 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -8/+8 |
* | Add defenses to btree and hash index AMs to do simple sanity checks | Tom Lane | 2005-11-06 | 1 | -12/+14 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -70/+64 |
* | Add missing #include -- mea culpa. | Tom Lane | 2005-06-09 | 1 | -1/+2 |
* | Put a critical section around update of hash index metapage. Per | Tom Lane | 2005-06-09 | 1 | -1/+12 |
* | Code cleanup: in C89, there is no point casting the first argument to | Neil Conway | 2005-05-11 | 1 | -3/+3 |
* | Fix typo in comment. | Neil Conway | 2005-05-10 | 1 | -2/+2 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -54/+60 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
* | Fix relcache to account properly for subtransaction status of 'new' | Tom Lane | 2004-08-28 | 1 | -8/+6 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
* | Reimplement hash index locking algorithms, per my recent proposal to | Tom Lane | 2003-09-04 | 1 | -333/+377 |
* | Several fixes for hash indexes that involve changing the on-disk index | Tom Lane | 2003-09-02 | 1 | -65/+25 |
* | Rewrite hashbulkdelete() to make it amenable to new bucket locking | Tom Lane | 2003-09-02 | 1 | -6/+10 |
* | Preliminary cleanup for hash index code (doesn't attack the locking problem | Tom Lane | 2003-09-01 | 1 | -125/+118 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
* | Error message editing in backend/access. | Tom Lane | 2003-07-21 | 1 | -30/+14 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
* | I've attached a patch which implements Bob Jenkin's hash function for | Bruce Momjian | 2002-03-06 | 1 | -7/+7 |
* | Add more sanity-checking to PageAddItem and PageIndexTupleDelete, | Tom Lane | 2002-01-15 | 1 | -12/+2 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -11/+5 |