summaryrefslogtreecommitdiff
path: root/src/backend/tcop
AgeCommit message (Expand)Author
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-03-31Combine options for RangeVarGetRelidExtended() into a flags argument.Andres Freund
2018-03-28Allow committing inside cursor loopPeter Eisentraut
2018-03-28PL/pgSQL: Nested CALL with transactionsPeter Eisentraut
2018-03-23Small refactoringPeter Eisentraut
2018-03-23Allow FOR EACH ROW triggers on partitioned tablesAlvaro Herrera
2018-03-22Basic JIT provider and error handling infrastructure.Andres Freund
2018-03-16Simplify parse representation of savepoint commandsPeter Eisentraut
2018-03-16Rename TransactionChain functionsPeter Eisentraut
2018-03-14Support INOUT arguments in proceduresPeter Eisentraut
2018-02-23Support parameters in CALLPeter Eisentraut
2018-02-19Allow UNIQUE indexes on partitioned tablesAlvaro Herrera
2018-02-09Clear stmt_timeout_active if we disable_all_timeouts.Robert Haas
2018-01-22Transaction control in PL proceduresPeter Eisentraut
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-19Replace GrantObjectType with ObjectTypePeter Eisentraut
2018-01-19Local partitioned indexesAlvaro Herrera
2018-01-09Remove PortalGetQueryDesc()Peter Eisentraut
2018-01-09Update portal-related memory context names and APIPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-21Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.Tom Lane
2017-11-30SQL proceduresPeter Eisentraut
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-16Back out the session_start and session_end hooks feature.Andrew Dunstan
2017-11-15Add hooks for session start and session endAndrew Dunstan
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-10-12Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund
2017-10-12Improve performance of SendRowDescriptionMessage.Andres Freund
2017-10-11Prevent idle in transaction session timeout from sometimes being ignored.Andres Freund
2017-10-01Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund
2017-09-27Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane
2017-09-19Rearm statement_timeout after each executed query.Andres Freund
2017-09-19Fix crash restart bug introduced in 8356753c212.Andres Freund
2017-09-14Add missing tags to GetCommandLogLevel.Robert Haas
2017-09-14Perform only one ReadControlFile() during startup.Andres Freund
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-07Fix handling of savepoint commands within multi-statement Query strings.Tom Lane
2017-09-01Add memory info to getrusage outputPeter Eisentraut
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
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