summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.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-07-09Remove storm_catalog schemaTomas 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-15Merge 'remotes/PGSQL/master' into xl10develPavan 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-02Fix signal handling in logical replication workersPeter Eisentraut
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-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-23Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-01-27Use castNode() in a bunch of statement-list-related code.Tom Lane
2017-01-27Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund
2017-01-20Avoid core dump for empty prepared statement in an aborted transaction.Tom Lane
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-12Add support for temporary replication slotsPeter Eisentraut
2016-11-17Remove or reduce verbosity of some debug messages.Robert Haas
2016-11-15Account for catalog snapshot in PGXACT->xmin updates.Tom Lane
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-19Make getrusage() output a little more readablePeter Eisentraut
2016-10-18Use OS timestamp for computing if the current statement has taken more thanPavan Deolasee
2016-10-18Show originating coordinator name:pid and remote node name:pid in the ps outputPavan Deolasee
2016-10-18Add a mechanism to selectively refresh pooler information when only connectionPavan Deolasee
2016-10-18Fix several compiler warningsPavan Deolasee
2016-10-18Add support for process-level control for overriding log levels.Pavan Deolasee
2016-10-18Avoid repeated palloc for query strings while handling multi-statement SQLsPavan Deolasee
2016-10-18Collect and return query substrings corresponding to each SQL statementPavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-10-18Fix a few compiler warnings.Pavan Deolasee
2016-10-18Sprinkle SQueue and portal management code with DEBUG messagesPavan Deolasee
2016-10-18Send a single command-complete message from remote coordinator or datanodePavan Deolasee
2016-10-11Drop server support for FE/BE protocol version 1.0.Tom Lane
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-07-10Revert "Add some temporary code to record stack usage at server process exit."Tom Lane
2016-07-08Add more temporary code to record stack usage at server process exit.Tom Lane
2016-05-27Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane
2016-03-16Add idle_in_transaction_session_timeout.Robert Haas