index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
hash.h
Commit message (
Expand
)
Author
Age
*
Fix building of large (bigger than shared_buffers) hash indexes.
Tom Lane
2016-06-24
*
Prevent to use magic constants
Teodor Sigaev
2016-04-28
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Don't include low level locking code from frontend code.
Andres Freund
2015-08-07
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-19
*
Fix whitespace
Peter Eisentraut
2014-07-11
*
Avoid copying index tuples when building an index.
Robert Haas
2014-07-01
*
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Allow more include files to be compiled in their own by adding missing
Bruce Momjian
2011-08-27
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Support unlogged tables.
Robert Haas
2010-12-29
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
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
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
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
*
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
*
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
*
Fix several hash functions that were taking chintzy shortcuts instead of
Tom Lane
2007-06-01
*
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
*
Repair PANIC condition in hash indexes when a previous index extension attempt
Tom Lane
2007-04-19
*
Minor tweaking of index special-space definitions so that the various
Tom Lane
2007-04-09
*
Support enum data types. Along the way, use macros for the values of
Tom Lane
2007-04-02
*
Add support for cross-type hashing in hash index searches and hash joins.
Tom Lane
2007-01-30
*
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
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that
Tom Lane
2006-07-11
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
*
Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.
Tom Lane
2006-05-02
[next]