summaryrefslogtreecommitdiff
path: root/src/backend/tcop/utility.c
AgeCommit message (Expand)Author
2018-05-18Fix post-cherry-pick problems.Pavan Deolasee
2018-05-18Track clearly whether to run a remote transaction in autocommit or a blockPavan Deolasee
2017-09-12Ensure that database objects are created consistently.Pavan Deolasee
2017-09-11Further refactoring of utility.c codePavan Deolasee
2017-09-08Rearrange switch cases so that they are grouped together when possiblePavan Deolasee
2017-09-08Refactor changes in the utility.cPavan Deolasee
2017-08-30Fetch the target remote nodes to run CREATE STATISTICS commandPavan Deolasee
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-08-04Check for partitioned table correctly.Pavan Deolasee
2017-07-31Don't run ALTER ENUM in an autocommit block on remote nodesPavan Deolasee
2017-07-26Don't try to fetch table details using the old name after ExecRenameStmtPavan Deolasee
2017-07-09Disable support for CREATE PUBLICATION/SUBSCRIPTIONTomas Vondra
2017-07-06Change type to (Node *) to fix compiler warningTomas Vondra
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-16Ensure that CREATE STATISTICS statement is forwarded to remote nodes.Pavan Deolasee
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-04Disallow CREATE INDEX if table is already in use in current session.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-05Support an additional syntax ANALYZE (COORDINATOR) to allow users to rebuildPavan Deolasee
2017-04-22Resolve failures in create_am and amutils regression suites.Tomas Vondra
2017-04-05Spelling mistake in comment in utility.cSimon Riggs
2017-04-01Fix two undocumented parameters to functions from ENR patch.Kevin Grittner
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-26Add missing breakAlvaro Herrera
2017-03-25Add missing breakPeter Eisentraut
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-03-23ICU supportPeter Eisentraut
2017-03-04Disallow CREATE/DROP SUBSCRIPTION in transaction blockPeter Eisentraut
2017-02-15Add CREATE COLLATION IF NOT EXISTS clausePeter Eisentraut
2017-01-27Improve comments about ProcessUtility's queryString parameter.Tom Lane
2017-01-27Use castNode() in a bunch of statement-list-related code.Tom Lane
2017-01-20Logical replicationPeter Eisentraut
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-22Use TSConfigRelationId in AlterTSConfiguration()Stephen Frost
2016-12-07Implement table partitioning.Robert Haas
2016-11-09fix calls to ProcessUtilitySlow in utility.cTomas Vondra
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18Properly quote database name while dropping it on remote nodePavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-10-18Add a developer GUC "enable_datanode_row_triggers" to allow ROW TRIGGERS to bePavan Deolasee
2016-09-06Add location field to DefElemPeter Eisentraut
2016-09-05Relax transactional restrictions on ALTER TYPE ... ADD VALUE.Tom Lane
2016-04-05Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera
2016-03-24Support CREATE ACCESS METHODAlvaro Herrera