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
/
tcop
Age
Commit message (
Expand
)
Author
2018-05-18
Fix post-cherry-pick problems.
Pavan Deolasee
2018-05-18
Track clearly whether to run a remote transaction in autocommit or a block
Pavan Deolasee
2017-09-12
Ensure that database objects are created consistently.
Pavan Deolasee
2017-09-11
Further refactoring of utility.c code
Pavan Deolasee
2017-09-08
Rearrange switch cases so that they are grouped together when possible
Pavan Deolasee
2017-09-08
Refactor changes in the utility.c
Pavan Deolasee
2017-08-30
Fetch the target remote nodes to run CREATE STATISTICS command
Pavan Deolasee
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-08-11
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-04
Check for partitioned table correctly.
Pavan Deolasee
2017-07-31
Don't run ALTER ENUM in an autocommit block on remote nodes
Pavan Deolasee
2017-07-26
Don't try to fetch table details using the old name after ExecRenameStmt
Pavan Deolasee
2017-07-09
Remove storm_catalog schema
Tomas Vondra
2017-07-09
Disable support for CREATE PUBLICATION/SUBSCRIPTION
Tomas Vondra
2017-07-06
Change type to (Node *) to fix compiler warning
Tomas Vondra
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Restart logical replication launcher when killed
Peter Eisentraut
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-16
Ensure that CREATE STATISTICS statement is forwarded to remote nodes.
Pavan Deolasee
2017-06-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-15
Pass correct information to the executor.
Pavan Deolasee
2017-06-15
Take into account the fact that pg_parse_query() returns a list of RawStmt
Pavan Deolasee
2017-06-14
Revert "Collect and return query substrings corresponding to each SQL statement"
Pavan Deolasee
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-13
Re-run pgindent.
Tom Lane
2017-06-08
Use standard interrupt handling in logical replication launcher.
Andres Freund
2017-06-06
Unify SIGHUP handling between normal and walsender backends.
Andres Freund
2017-06-04
Disallow CREATE INDEX if table is already in use in current session.
Tom Lane
2017-06-02
Fix signal handling in logical replication workers
Peter Eisentraut
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-05
Support an additional syntax ANALYZE (COORDINATOR) to allow users to rebuild
Pavan Deolasee
2017-04-22
Resolve failures in create_am and amutils regression suites.
Tomas Vondra
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-06
Remove dead code and fix comments in fast-path function handling.
Heikki Linnakangas
2017-04-05
Spelling mistake in comment in utility.c
Simon Riggs
2017-04-01
Fix two undocumented parameters to functions from ENR patch.
Kevin Grittner
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-26
Add missing break
Alvaro Herrera
2017-03-25
Add missing break
Peter Eisentraut
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-23
ICU support
Peter Eisentraut
2017-03-23
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-03-04
Disallow CREATE/DROP SUBSCRIPTION in transaction block
Peter Eisentraut
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-15
Add CREATE COLLATION IF NOT EXISTS clause
Peter Eisentraut
2017-01-27
Improve comments about ProcessUtility's queryString parameter.
Tom Lane
[next]