aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop
Commit message (Expand)AuthorAge
* Prevent idle in transaction session timeout from sometimes being ignored.Andres Freund2017-10-11
* Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane2017-09-27
* Add missing tags to GetCommandLogLevel.Robert Haas2017-09-14
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-10
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Restart logical replication launcher when killedPeter Eisentraut2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Re-run pgindent.Tom Lane2017-06-13
* Use standard interrupt handling in logical replication launcher.Andres Freund2017-06-08
* Unify SIGHUP handling between normal and walsender backends.Andres Freund2017-06-05
* Disallow CREATE INDEX if table is already in use in current session.Tom Lane2017-06-04
* Fix signal handling in logical replication workersPeter Eisentraut2017-06-02
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Remove dead code and fix comments in fast-path function handling.Heikki Linnakangas2017-04-06
* Spelling mistake in comment in utility.cSimon Riggs2017-04-05
* Fix two undocumented parameters to functions from ENR patch.Kevin Grittner2017-04-01
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* Add missing breakAlvaro Herrera2017-03-26
* Add missing breakPeter Eisentraut2017-03-25
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* ICU supportPeter Eisentraut2017-03-23
* Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas2017-03-23
* Logical replication support for initial data copyPeter Eisentraut2017-03-23
* Disallow CREATE/DROP SUBSCRIPTION in transaction blockPeter Eisentraut2017-03-03
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-23
* Add CREATE COLLATION IF NOT EXISTS clausePeter Eisentraut2017-02-15
* Improve comments about ProcessUtility's queryString parameter.Tom Lane2017-01-27
* Use castNode() in a bunch of statement-list-related code.Tom Lane2017-01-26
* Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund2017-01-26
* Add a new DestReceiver for printing tuples without catalog access.Robert Haas2017-01-24
* Logical replicationPeter Eisentraut2017-01-20
* Avoid core dump for empty prepared statement in an aborted transaction.Tom Lane2017-01-19
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Use TSConfigRelationId in AlterTSConfiguration()Stephen Frost2016-12-22
* Add support for temporary replication slotsPeter Eisentraut2016-12-12
* Implement table partitioning.Robert Haas2016-12-07
* Remove or reduce verbosity of some debug messages.Robert Haas2016-11-17
* Account for catalog snapshot in PGXACT->xmin updates.Tom Lane2016-11-15
* Make getrusage() output a little more readablePeter Eisentraut2016-10-19
* Drop server support for FE/BE protocol version 1.0.Tom Lane2016-10-11
* Add location field to DefElemPeter Eisentraut2016-09-06
* Relax transactional restrictions on ALTER TYPE ... ADD VALUE.Tom Lane2016-09-05
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Fix TOAST access failure in RETURNING queries.Tom Lane2016-08-07
* Revert "Add some temporary code to record stack usage at server process exit."Tom Lane2016-07-10
* Add more temporary code to record stack usage at server process exit.Tom Lane2016-07-08