summaryrefslogtreecommitdiff
path: root/src/backend/commands/portalcmds.c
AgeCommit message (Expand)Author
2025-05-22Revert "Don't lock partitions pruned by initial pruning"Amit Langote
2025-02-20Don't lock partitions pruned by initial pruningAmit Langote
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-09Simplify executor's determination of whether to use parallelism.Tom Lane
2024-10-28Set query ID for inner queries of CREATE TABLE AS and DECLAREMichael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-03-29Simplify useless 0L constantsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-10Fix some anomalies with NO SCROLL cursors.Tom Lane
2021-09-09Avoid fetching from an already-terminated plan.Tom Lane
2021-06-18Centralize the logic for protective copying of utility statements.Tom Lane
2021-06-08Avoid misbehavior when persisting a non-stable cursor.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-09In security-restricted operations, block enqueue of at-commit user code.Noah Misch
2020-06-12Avoid using a cursor in plpgsql's RETURN QUERY statement.Tom Lane
2020-03-30Allow the planner-related functions and hook to accept the query string.Fujii Masao
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-01-04Make better use of ParseState in ProcessUtilityPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-03-16Rename TransactionChain functionsPeter Eisentraut
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-10-11Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes.Tom Lane
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-03-23Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas
2017-01-27Use castNode() in a bunch of statement-list-related code.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-08-07Fix TOAST access failure in RETURNING queries.Tom Lane
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-13Improve some O(N^2) behavior in window function evaluation.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-06-13Only install a portal's ResourceOwner if it actually has one.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-11-26Revert patch for taking fewer snapshots.Tom Lane
2012-03-20Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane
2012-02-15Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-21Take fewer snapshots.Robert Haas