summaryrefslogtreecommitdiff
path: root/src/backend/tcop
AgeCommit message (Expand)Author
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-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-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
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-24Add a new DestReceiver for printing tuples without catalog access.Robert Haas
2017-01-20Logical replicationPeter Eisentraut
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-22Use TSConfigRelationId in AlterTSConfiguration()Stephen Frost
2016-12-12Add support for temporary replication slotsPeter Eisentraut
2016-12-07Implement table partitioning.Robert Haas
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-19Make getrusage() output a little more readablePeter Eisentraut
2016-10-11Drop server support for FE/BE protocol version 1.0.Tom Lane
2016-09-06Add location field to DefElemPeter Eisentraut
2016-09-05Relax transactional restrictions on ALTER TYPE ... ADD VALUE.Tom Lane
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-07Fix TOAST access failure in RETURNING queries.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-06-06Stop the executor if no more tuples can be sent from worker to leader.Robert Haas
2016-05-27Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane
2016-04-05Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera
2016-03-24Support CREATE ACCESS METHODAlvaro Herrera