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
/
nbtree.c
Commit message (
Expand
)
Author
Age
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Remove unused vars and mark assert-only vars
Teodor Sigaev
2018-04-05
*
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-04-04
*
Do index FSM vacuuming sooner.
Tom Lane
2018-03-30
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Flag index metapages as standard-format in xlog.c calls.
Tom Lane
2017-11-03
*
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
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
*
btree: Support parallel index scans.
Robert Haas
2017-02-15
*
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
*
Extend index AM API for parallel index scans.
Robert Haas
2017-01-24
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Log the creation of an init fork unconditionally.
Robert Haas
2016-12-08
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Fix btree mark/restore bug.
Kevin Grittner
2016-06-02
*
Fix BTREE_BUILD_STATS build.
Tom Lane
2016-05-23
*
Prevent to use magic constants
Teodor Sigaev
2016-04-28
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
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
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Simon Riggs
2016-04-03
*
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
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
*
Reduce pinning and buffer content locking for btree scans.
Kevin Grittner
2015-03-25
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
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
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix typos in comment.
Heikki Linnakangas
2014-04-23
*
Fix race condition in B-tree page deletion.
Heikki Linnakangas
2014-03-14
*
Remove unnecessary relcache flushes after changing btree metapages.
Tom Lane
2014-02-05
*
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2014-01-14
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Don't include unused space in LOG_NEWPAGE records.
Heikki Linnakangas
2013-12-04
*
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-17
*
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
[next]