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
*
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
*
Fix btmarkpos/btrestrpos to handle array keys.
Tom Lane
2012-09-27
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0.
Tom Lane
2012-02-21
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Replace simple constant pg_am.amcanreturn with an AM support function.
Tom Lane
2011-12-18
*
Avoid assuming that index-only scan data matches the index's rowtype.
Tom Lane
2011-10-16
*
Teach btree to handle ScalarArrayOpExpr quals natively.
Tom Lane
2011-10-16
*
Add comment on why pulling data from a "name" index column can't crash.
Tom Lane
2011-10-11
*
Improve index-only scans to avoid repeated access to the index page.
Tom Lane
2011-10-09
*
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-10-07
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
pgindent run of recent SSI changes. Also, remove an unnecessary #include.
Heikki Linnakangas
2011-06-16
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Fix bugs in Serializable Snapshot Isolation.
Heikki Linnakangas
2011-03-01
*
Un-break building with BTREE_BUILD_STATS.
Tom Lane
2011-02-18
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
[next]