index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
hash
Commit message (
Expand
)
Author
Age
*
Fix wording in amvalidate error messages
Alvaro Herrera
2017-05-30
*
Remove triggerable Assert in hashname().
Tom Lane
2016-12-26
*
Fix broken error check in _hash_doinsert.
Robert Haas
2016-12-22
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
*
Message style improvements
Peter Eisentraut
2016-07-28
*
Add regression test case exercising the sorting path for hash index build.
Tom Lane
2016-07-16
*
Fix building of large (bigger than shared_buffers) hash indexes.
Tom Lane
2016-06-24
*
Fix hash index vs "snapshot too old" problemms
Kevin Grittner
2016-05-06
*
Prevent to use magic constants
Teodor Sigaev
2016-04-28
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Improve ResourceOwners' behavior for large numbers of owned objects.
Tom Lane
2016-01-26
*
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
*
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
*
Remove unnecessary variables in _hash_splitbucket().
Tom Lane
2015-04-03
*
Fix bogus concurrent use of _hash_getnewbuf() in bucket split code.
Tom Lane
2015-03-30
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Fix race condition between hot standby and restoring a full-page image.
Heikki Linnakangas
2014-11-13
*
Avoid copying index tuples when building an index.
Robert Haas
2014-07-01
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Consistently use unsigned arithmetic for alignment calculations.
Noah Misch
2013-10-20
*
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-17
*
Additional spelling corrections
Stephen Frost
2013-06-03
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-28
*
Reduce use of heavyweight locking inside hash AM.
Robert Haas
2012-06-26
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-21
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-10-14
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Hash indexes had better pass the index collation to support functions, too.
Tom Lane
2011-04-23
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Support unlogged tables.
Robert Haas
2010-12-29
*
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-02
[next]