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
/
utility.c
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
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
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-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-04
Disallow CREATE INDEX if table is already in use in current session.
Tom Lane
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-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-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-04
Disallow CREATE/DROP SUBSCRIPTION in transaction block
Peter Eisentraut
2017-02-15
Add CREATE COLLATION IF NOT EXISTS clause
Peter Eisentraut
2017-01-27
Improve comments about ProcessUtility's queryString parameter.
Tom Lane
2017-01-27
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-20
Logical replication
Peter Eisentraut
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-22
Use TSConfigRelationId in AlterTSConfiguration()
Stephen Frost
2016-12-07
Implement table partitioning.
Robert Haas
2016-11-09
fix calls to ProcessUtilitySlow in utility.c
Tomas Vondra
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
Properly quote database name while dropping it on remote node
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-10-18
Add a developer GUC "enable_datanode_row_triggers" to allow ROW TRIGGERS to be
Pavan Deolasee
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-09-05
Relax transactional restrictions on ALTER TYPE ... ADD VALUE.
Tom Lane
2016-04-05
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
2016-03-24
Support CREATE ACCESS METHOD
Alvaro Herrera
[next]