index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
nbtree
/
nbtree.c
Age
Commit message (
Expand
)
Author
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-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-02-15
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
btree: Support parallel index scans.
Robert Haas
2017-02-09
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-01-24
Extend index AM API for parallel index scans.
Robert Haas
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-08
Log the creation of an init fork unconditionally.
Robert Haas
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-13
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-02
Fix btree mark/restore bug.
Kevin Grittner
2016-05-23
Fix BTREE_BUILD_STATS build.
Tom Lane
2016-04-28
Prevent to use magic constants
Teodor Sigaev
2016-04-20
Revert no-op changes to BufferGetPage()
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-03
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Simon Riggs
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-09
Avoid pin scan for replay of XLOG_BTREE_VACUUM
Simon Riggs
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-07-27
Avoid calling PageGetSpecialPointer() on an all-zeros page.
Heikki Linnakangas
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-04-26
Fix various typos and grammar errors in comments.
Andres Freund
2015-03-25
Reduce pinning and buffer content locking for btree scans.
Kevin Grittner
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-07-31
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-01
Avoid copying index tuples when building an index.
Robert Haas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-23
Fix typos in comment.
Heikki Linnakangas
2014-03-14
Fix race condition in B-tree page deletion.
Heikki Linnakangas
2014-02-05
Remove unnecessary relcache flushes after changing btree metapages.
Tom Lane
2014-01-14
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-03
Don't include unused space in LOG_NEWPAGE records.
Heikki Linnakangas
2013-06-17
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-03-22
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-01-29
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-09-27
Fix btmarkpos/btrestrpos to handle array keys.
Tom Lane
2012-08-28
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-02-21
Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-18
Replace simple constant pg_am.amcanreturn with an AM support function.
Tom Lane
2011-10-16
Avoid assuming that index-only scan data matches the index's rowtype.
Tom Lane
[next]