index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
hash.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Allow more include files to be compiled in their own by adding missing
Bruce Momjian
2011-08-27
1
-0
/
+1
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Support unlogged tables.
Robert Haas
2010-12-29
1
-3
/
+6
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Dept of second thoughts: after studying index_getnext() a bit more I realize
Tom Lane
2009-11-01
1
-2
/
+5
*
Fix two serious bugs introduced into hash indexes by the 8.4 patch that made
Tom Lane
2009-11-01
1
-1
/
+3
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-2
/
+2
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Remove useless mark/restore support in hash index AM, per discussion.
Tom Lane
2008-10-17
1
-6
/
+4
*
Change hash indexes to store only the hash code rather than the whole indexed
Tom Lane
2008-09-15
1
-5
/
+20
*
Clean up the use of some page-header-access macros: principally, use
Tom Lane
2008-07-13
1
-5
/
+5
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
1
-2
/
+3
*
Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole
Tom Lane
2008-04-10
1
-2
/
+2
*
When creating a large hash index, pre-sort the index entries by estimated
Tom Lane
2008-03-16
1
-2
/
+10
*
Change hash index creation so that rather than always establishing exactly
Tom Lane
2008-03-15
1
-2
/
+2
*
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
-7
/
+7
*
Fix several hash functions that were taking chintzy shortcuts instead of
Tom Lane
2007-06-01
1
-1
/
+2
*
Make large sequential scans and VACUUMs work in a limited-size "ring" of
Tom Lane
2007-05-30
1
-3
/
+8
*
Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching
Tom Lane
2007-05-03
1
-3
/
+5
*
Repair PANIC condition in hash indexes when a previous index extension attempt
Tom Lane
2007-04-19
1
-1
/
+2
*
Minor tweaking of index special-space definitions so that the various
Tom Lane
2007-04-09
1
-11
/
+9
*
Support enum data types. Along the way, use macros for the values of
Tom Lane
2007-04-02
1
-1
/
+2
*
Add support for cross-type hashing in hash index searches and hash joins.
Tom Lane
2007-01-30
1
-1
/
+2
*
Refactor the index AM API slightly: move currentItemData and
Neil Conway
2007-01-20
1
-1
/
+5
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
1
-1
/
+2
*
Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that
Tom Lane
2006-07-11
1
-2
/
+2
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
1
-2
/
+5
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
1
-1
/
+2
*
Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.
Tom Lane
2006-05-02
1
-1
/
+2
*
Clean up WAL/buffer interactions as per my recent proposal. Get rid of the
Tom Lane
2006-03-31
1
-2
/
+1
*
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
1
-2
/
+2
*
Remove the no-longer-useful HashItem/HashItemData level of structure.
Tom Lane
2006-01-25
1
-10
/
+2
*
Add defenses to btree and hash index AMs to do simple sanity checks
Tom Lane
2005-11-06
1
-2
/
+2
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-12
/
+12
*
Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.
Tom Lane
2005-06-06
1
-2
/
+1
*
First steps towards index scans with heap access decoupled from index
Tom Lane
2005-03-27
1
-2
/
+3
*
Convert index-related tuple handling routines from char 'n'/' ' to bool
Tom Lane
2005-03-21
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
-13
/
+16
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Invent ResourceOwner mechanism as per my recent proposal, and use it to
Tom Lane
2004-07-17
1
-3
/
+2
*
Nested transactions. There is still much left to do, especially on the
Tom Lane
2004-07-01
1
-1
/
+2
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Reimplement hash index locking algorithms, per my recent proposal to
Tom Lane
2003-09-04
1
-22
/
+47
*
Several fixes for hash indexes that involve changing the on-disk index
Tom Lane
2003-09-02
1
-26
/
+29
[next]