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
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
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-30
Fix wording in amvalidate error messages
Alvaro Herrera
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-14
Split index xlog headers from other private index headers.
Robert Haas
2017-02-09
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-08
Add WAL consistency checking facility.
Robert Haas
2017-01-31
Move comment about test slightly closer to test.
Robert Haas
2017-01-24
Extend index AM API for parallel index scans.
Robert Haas
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-12
Remove should_free arguments to tuplesort routines.
Robert Haas
2016-12-08
Log the creation of an init fork unconditionally.
Robert Haas
2016-11-17
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Alvaro Herrera
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-08-06
In B-tree page deletion, clean up properly after page deletion failure.
Tom Lane
2016-07-28
Message style improvements
Peter Eisentraut
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
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-07
Detect SSI conflicts before reporting constraint violations
Kevin Grittner
2016-04-03
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Simon Riggs
2016-03-09
Fix incorrect handling of NULL index entries in indexed ROW() comparisons.
Tom Lane
2016-03-03
Revert buggy optimization of index scans
Simon Riggs
2016-01-22
Improve index AMs' opclass validation procedures.
Tom Lane
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-06-30
Don't call PageGetSpecialPointer() on page until it's been initialized.
Heikki Linnakangas
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-17
Fix typos in comments
Magnus Hagander
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-04-26
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-13
Remove duplicated word in README
Alvaro Herrera
2015-03-25
Reduce pinning and buffer content locking for btree scans.
Kevin Grittner
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-01-28
Fix column-privilege leak in error-message paths
Stephen Frost
[next]