summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/portalmem.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-10-06Ignore not-yet-defined Portals in pg_cursors view.Tom Lane
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-02-28Fix SPI's handling of errors during transaction commit.Tom Lane
2022-02-24Clean up and simplify code in a couple of set-returning functionsMichael Paquier
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-01Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane
2021-05-21Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane
2021-01-26Improve performance of repeated CALLs within plpgsql procedures.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-09-08Use <unnamed> for name of unnamed portal's memory contextPeter Eisentraut
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-04-19Fix problems with auto-held portals.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-08-27Fix snapshot leak warning for some proceduresPeter Eisentraut
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-06Add memory context identifier to portal contextPeter Eisentraut
2018-03-28Allow committing inside cursor loopPeter Eisentraut
2018-02-16Fix crash when canceling parallel queryPeter Eisentraut
2018-01-22Transaction control in PL proceduresPeter Eisentraut
2018-01-10Give more accurate error message for dropping pinned portalPeter Eisentraut
2018-01-09Update portal-related memory context names and APIPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-08-14Handle elog(FATAL) during ROLLBACK more robustly.Tom Lane
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
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-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-07Fix TOAST access failure in RETURNING queries.Tom Lane
2016-02-06Comment on dead code in AtAbort_Portals() and AtSubAbort_Portals().Noah Misch
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