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
/
nbtree
Commit message (
Expand
)
Author
Age
*
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
*
Detect SSI conflicts before reporting constraint violations
Kevin Grittner
2016-04-07
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Simon Riggs
2016-04-03
*
Fix incorrect handling of NULL index entries in indexed ROW() comparisons.
Tom Lane
2016-03-09
*
Revert buggy optimization of index scans
Simon Riggs
2016-03-03
*
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
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM
Simon Riggs
2016-01-09
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Avoid calling PageGetSpecialPointer() on an all-zeros page.
Heikki Linnakangas
2015-07-27
*
Don't call PageGetSpecialPointer() on page until it's been initialized.
Heikki Linnakangas
2015-06-30
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Fix typos in comments
Magnus Hagander
2015-05-17
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
*
Remove duplicated word in README
Alvaro Herrera
2015-04-13
*
Reduce pinning and buffer content locking for btree scans.
Kevin Grittner
2015-03-25
*
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-02-20
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
*
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-19
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add a few paragraphs to B-tree README explaining L&Y algorithm.
Heikki Linnakangas
2014-11-24
*
Silence compiler warning about variable being used uninitialized.
Heikki Linnakangas
2014-11-20
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Reduce btree scan overhead for < and > strategies
Simon Riggs
2014-11-18
*
Fix WAL-logging of B-tree "unlink halfdead page" operation.
Heikki Linnakangas
2014-11-17
*
Clean up includes from RLS patch
Stephen Frost
2014-11-14
*
Use the sortsupport infrastructure in more cases.
Robert Haas
2014-11-07
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Message improvements
Peter Eisentraut
2014-10-12
*
Remove dead InRecovery check.
Heikki Linnakangas
2014-09-11
*
Refactor per-page logic common to all redo routines to a new function.
Heikki Linnakangas
2014-09-02
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
*
Avoid copying index tuples when building an index.
Robert Haas
2014-07-01
*
Fix error when trying to delete page with half-dead left sibling.
Heikki Linnakangas
2014-05-25
*
Fix backup-block numbering in redo of b-tree split.
Heikki Linnakangas
2014-05-19
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Correct comment in Hot Standby nbtree handling
Simon Riggs
2014-05-06
*
Update obsolete comments.
Heikki Linnakangas
2014-04-23
*
Fix typos in comment.
Heikki Linnakangas
2014-04-23
*
Cleanup of new b-tree page deletion code.
Heikki Linnakangas
2014-04-23
*
Fix bug in the new B-tree incomplete-split code.
Heikki Linnakangas
2014-04-22
*
Fix bug in new B-tree page deletion code.
Heikki Linnakangas
2014-04-22
*
Retain original physical order of tuples in redo of b-tree splits.
Heikki Linnakangas
2014-04-22
[next]