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
Age
Commit message (
Expand
)
Author
2015-08-13
Make sequence_range GUC to be part of COORDINATORS group.
Pavan Deolasee
2015-08-05
Fix issues with ANALYZE command
Pavan Deolasee
2015-08-05
Turn a message about buffering connection to DEBUG2 from LOG
Pavan Deolasee
2015-07-20
Add a facility to track waited-for XIDs for a transaction
Pavan Deolasee
2015-07-17
Force XID assignment before a snapshot is obtained on a local coordinator
Pavan Deolasee
2015-07-03
Handle deferred triggers and close portals before starting 2 phase commit
Pavan Deolasee
2015-07-02
Add support to receive error HINTs from remote nodes and send it back to the
Pavan Deolasee
2015-07-01
Add necessary machinery to support for TABLESAMPLE clause
Pavan Deolasee
2015-07-01
Do not error out if transaction type is INTERNALOID for aggregates
Pavan Deolasee
2015-06-30
Merge from upstream master branch of PostgreSQL repository
Pavan Deolasee
2015-06-29
Initialize GIN metapage correctly when replaying metapage-update WAL record.
Heikki Linnakangas
2015-06-29
Code + docs review for escaping of option values (commit 11a020eb6).
Tom Lane
2015-06-29
Translation updates
Peter Eisentraut
2015-06-29
Run the C portions of guc-file.l through pgindent.
Tom Lane
2015-06-28
Improve design and implementation of pg_file_settings view.
Tom Lane
2015-06-28
Also trigger restartpoints based on max_wal_size on standby.
Heikki Linnakangas
2015-06-28
Promote the assertion that XLogBeginInsert() is not called twice into ERROR.
Heikki Linnakangas
2015-06-28
Fix double-XLogBeginInsert call in GIN page splits.
Heikki Linnakangas
2015-06-28
Add missing_ok option to the SQL functions for reading files.
Heikki Linnakangas
2015-06-28
Fix comment for GetCurrentIntegerTimestamp().
Kevin Grittner
2015-06-27
Avoid passing NULL to memcmp() in lookups of zero-argument functions.
Tom Lane
2015-06-27
Fix typo in comment
Heikki Linnakangas
2015-06-26
Avoid hot standby cancels from VAC FREEZE
Simon Riggs
2015-06-26
Fix DDL command collection for TRANSFORM
Alvaro Herrera
2015-06-26
Fix BRIN xlog replay
Alvaro Herrera
2015-06-26
Be more conservative about removing tablespace "symlinks".
Robert Haas
2015-06-26
Don't warn about creating temporary or unlogged hash indexes.
Robert Haas
2015-06-26
Reduce log level for background worker events from LOG to DEBUG1.
Robert Haas
2015-06-26
Fix the fallback memory barrier implementation to be reentrant.
Andres Freund
2015-06-26
Improve handling of CustomPath/CustomPlan(State) children.
Robert Haas
2015-06-26
Fix a couple of bugs with wal_log_hints.
Heikki Linnakangas
2015-06-25
Allow background workers to connect to no particular database.
Robert Haas
2015-06-25
Fix the logic for putting relations into the relcache init file.
Tom Lane
2015-06-25
Propogate ALTER TABLE ALL IN correctly to all nodes
Pavan Deolasee
2015-06-24
Do not use storm_catalog
Pavan Deolasee
2015-06-23
Update get_relation_info comment.
Robert Haas
2015-06-23
Find and remember node id of the remote node as set via SET global_session
Pavan Deolasee
2015-06-22
Improve inheritance_planner()'s performance for large inheritance sets.
Tom Lane
2015-06-22
Adjust out and read functions for TableSampleClause to honor portable out/read
Pavan Deolasee
2015-06-22
Fire remote DDLs correctly even if utility.c decides to route the statement via
Pavan Deolasee
2015-06-21
Add transforms to pg_get_object_address and friends
Alvaro Herrera
2015-06-21
Improve multixact emergency autovacuum logic.
Andres Freund
2015-06-21
Add missing check for wal_debug GUC.
Andres Freund
2015-06-20
Fix failure to copy setlocale() return value.
Noah Misch
2015-06-20
Revert "Detect setlocale(LC_CTYPE, NULL) clobbering previous return values."
Noah Misch
2015-06-20
Fix thinko in comment (launcher -> worker)
Alvaro Herrera
2015-06-19
In immediate shutdown, postmaster should not exit till children are gone.
Tom Lane
2015-06-19
Clamp autovacuum launcher sleep time to 5 minutes
Alvaro Herrera
2015-06-19
Fix bogus range_table_mutator() logic for RangeTblEntry.tablesample.
Tom Lane
2015-06-19
Fix corner case in autovacuum-forcing logic for multixact wraparound.
Robert Haas
[next]