summaryrefslogtreecommitdiff
path: root/src/backend/tcop
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-09Remove storm_catalog schemaTomas Vondra
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-21Restart logical replication launcher when killedPeter Eisentraut
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-15Pass correct information to the executor.Pavan Deolasee
2017-06-15Take into account the fact that pg_parse_query() returns a list of RawStmtPavan Deolasee
2017-06-14Revert "Collect and return query substrings corresponding to each SQL statement"Pavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-13Re-run pgindent.Tom Lane
2017-06-08Use standard interrupt handling in logical replication launcher.Andres Freund
2017-06-06Unify SIGHUP handling between normal and walsender backends.Andres Freund
2017-06-04Disallow CREATE INDEX if table is already in use in current session.Tom Lane
2017-06-02Fix signal handling in logical replication workersPeter Eisentraut
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-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-06Remove dead code and fix comments in fast-path function handling.Heikki Linnakangas
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-29Cast result of copyObject() to correct typePeter Eisentraut
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-23Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-04Disallow CREATE/DROP SUBSCRIPTION in transaction blockPeter Eisentraut
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-02-15Add CREATE COLLATION IF NOT EXISTS clausePeter Eisentraut
2017-01-27Improve comments about ProcessUtility's queryString parameter.Tom Lane