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
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Protect against hypothetical memory leaks in RelationGetPartitionKey
Alvaro Herrera
2017-12-27
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Remove lsn from HashScanPosData.
Robert Haas
2017-09-26
*
hash: Implement page-at-a-time scan.
Robert Haas
2017-09-22
*
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
*
hash: Increase the number of possible overflow bitmaps by 8x.
Robert Haas
2017-08-04
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Clean up manipulations of hash indexes' hasho_flag field.
Tom Lane
2017-04-14
*
Expand hash indexes more gradually.
Robert Haas
2017-04-03
*
Port single-page btree vacuum logic to hash indexes.
Robert Haas
2017-03-15
*
hash: Refactor hash index creation.
Robert Haas
2017-03-07
*
hash: Refactor overflow page allocation.
Robert Haas
2017-02-27
*
hash: Refactor bucket squeeze code.
Robert Haas
2017-02-27
*
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
*
Cache hash index's metapage in rel->rd_amcache.
Robert Haas
2017-02-07
*
pageinspect: Support hash indexes.
Robert Haas
2017-02-02
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove _hash_chgbufaccess().
Robert Haas
2016-12-23
*
Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().
Robert Haas
2016-12-19
*
Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().
Robert Haas
2016-12-16
*
Improve hash index bucket split behavior.
Robert Haas
2016-11-30
*
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-10-12
*
Fix some typos in comment
Peter Eisentraut
2016-09-26
*
Split hash.h → hash_xlog.h
Alvaro Herrera
2016-08-29
*
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
[next]