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
/
include
/
access
Age
Commit message (
Expand
)
Author
2017-03-10
Revert "Use group updates when setting transaction status in clog."
Robert Haas
2017-03-09
Use group updates when setting transaction status in clog.
Robert Haas
2017-03-08
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
Remove inclusion of postgres.h from a few header files.
Robert Haas
2017-03-07
hash: Refactor hash index creation.
Robert Haas
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-02-27
Allow index AMs to return either HeapTuple or IndexTuple format during IOS.
Tom Lane
2017-02-27
hash: Refactor overflow page allocation.
Robert Haas
2017-02-27
hash: Refactor bucket squeeze code.
Robert Haas
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-14
Minor fixes for WAL consistency checking.
Robert Haas
2017-02-09
Rename user-facing tools with "xlog" in the name to say "wal".
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-02-07
Cache hash index's metapage in rel->rd_amcache.
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-02
pageinspect: Support hash indexes.
Robert Haas
2017-01-24
Add a SHOW command to the replication command language.
Robert Haas
2017-01-24
Add a new DestReceiver for printing tuples without catalog access.
Robert Haas
2017-01-24
Extend index AM API for parallel index scans.
Robert Haas
2017-01-24
Fix interaction of partitioned tables with BulkInsertState.
Robert Haas
2017-01-19
Fix race condition in reading commit timestamps
Alvaro Herrera
2017-01-18
Change some test macros to return true booleans
Alvaro Herrera
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-09
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-23
Remove _hash_chgbufaccess().
Robert Haas
2016-12-22
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-19
Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().
Robert Haas
2016-12-16
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-16
Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().
Robert Haas
2016-11-30
Improve hash index bucket split behavior.
Robert Haas
2016-11-08
Replace uses of SPI_modifytuple that intend to allocate in current context.
Tom Lane
2016-11-05
Remove duplicate macro definition.
Tom Lane
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-12
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-09-26
Fix some typos in comment
Peter Eisentraut
2016-09-20
Fix outdated comments, GIST search queue is not an RBTree anymore.
Heikki Linnakangas
2016-09-13
Have heapam.h include lockdefs.h rather than lock.h.
Robert Haas
2016-09-03
New recovery target recovery_target_lsn
Simon Riggs
2016-09-02
Support multiple iterators in the Red-Black Tree implementation.
Heikki Linnakangas
2016-08-29
Split hash.h → hash_xlog.h
Alvaro Herrera
2016-08-23
Improve SP-GiST opclass API to better support unlabeled nodes.
Tom Lane
2016-08-18
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-13
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-01
Minor cleanup for access/transam/parallel.c.
Tom Lane
2016-07-18
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-06-28
Remove unused arguments in two GiST subroutines
Alvaro Herrera
[next]