summaryrefslogtreecommitdiff
path: root/src/backend/tcop
AgeCommit message (Expand)Author
2022-07-26Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane
2022-06-22Fix SPI's handling of errors during transaction commit.Tom Lane
2022-05-20Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera
2022-02-18Suppress warning about stack_base_ptr with late-model GCC.Tom Lane
2021-10-01Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane
2021-09-15Disallow LISTEN in background workers.Tom Lane
2021-09-14Send NOTIFY signals during CommitTransaction.Tom Lane
2021-09-10Fix some anomalies with NO SCROLL cursors.Tom Lane
2021-07-31Use elog, not Assert, to report failure to provide an outer snapshot.Tom Lane
2021-05-21Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane
2021-05-14Refactor CHECK_FOR_INTERRUPTS() to add flexibility.Tom Lane
2021-04-30Disallow calling anything but plain functions via the fastpath API.Tom Lane
2021-02-04Avoid crash when rolling back within a prepared statement.Tom Lane
2021-01-07Further second thoughts about idle_session_timeout patch.Tom Lane
2021-01-06Detect the deadlocks between backends and the startup process.Fujii Masao
2020-11-19Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane
2020-09-17Fix bogus completion tag usage in walsenderAlvaro Herrera
2020-09-13Use the properly transformed RangeVar for expandTableLikeClause().Tom Lane
2020-08-21Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane
2020-06-07Spelling adjustmentsPeter Eisentraut
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-07Implement waiting for given lsn at transaction startAlexander Korotkov
2020-04-02Improve user control over truncation of logged bind-parameter values.Tom Lane
2020-03-31Fix assorted typosMagnus Hagander
2020-03-30Allow the planner-related functions and hook to accept the query string.Fujii Masao
2020-03-24Re-implement the ereport() macro using __VA_ARGS__.Tom Lane
2020-03-11Refactor ps_status.c APIPeter Eisentraut
2020-03-06Allow ALTER TYPE to change some properties of a base type.Tom Lane
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-02-28Add comments on avoid reuse of parse-time snapshotAlvaro Herrera
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-19Silence minor compiler warnings.Tom Lane
2020-01-16Fix problems with "read only query" checks, and refactor the code.Robert Haas
2020-01-15Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane
2020-01-04Make better use of ParseState in ProcessUtilityPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-19Extend the ProcSignal mechanism to support barriers.Robert Haas
2019-12-17Partially deduplicate interrupt handling for background processes.Robert Haas
2019-12-11Emit parameter values during query bind/execute errorsAlvaro Herrera
2019-12-10Add backend-only appendStringInfoStringQuotedAlvaro Herrera
2019-11-24Stabilize NOTIFY behavior by transmitting notifies before ReadyForQuery.Tom Lane
2019-11-13Introduce the 'force' option for the Drop Database command.Amit Kapila
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-06Allow sampling of statements depending on durationTomas Vondra
2019-11-06Correct the command tags for ALTER ... RENAME COLUMN.Fujii Masao
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-11-01PG_FINALLYPeter Eisentraut