index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
mmgr
/
portalmem.c
Commit message (
Expand
)
Author
Age
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
*
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-07
*
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-02-28
*
Clean up and simplify code in a couple of set-returning functions
Michael Paquier
2022-02-24
*
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-17
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-10-01
*
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
*
Improve performance of repeated CALLs within plpgsql procedures.
Tom Lane
2021-01-25
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Use <unnamed> for name of unnamed portal's memory context
Peter Eisentraut
2020-09-08
*
Represent command completion tags as structs
Alvaro Herrera
2020-03-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-24
*
Fix problems with auto-held portals.
Tom Lane
2019-04-19
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Fix snapshot leak warning for some procedures
Peter Eisentraut
2018-08-27
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Add memory context identifier to portal context
Peter Eisentraut
2018-04-06
*
Allow committing inside cursor loop
Peter Eisentraut
2018-03-28
*
Fix crash when canceling parallel query
Peter Eisentraut
2018-02-16
*
Transaction control in PL procedures
Peter Eisentraut
2018-01-22
*
Give more accurate error message for dropping pinned portal
Peter Eisentraut
2018-01-10
*
Update portal-related memory context names and API
Peter Eisentraut
2018-01-09
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Handle elog(FATAL) during ROLLBACK more robustly.
Tom Lane
2017-08-14
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Fix TOAST access failure in RETURNING queries.
Tom Lane
2016-08-07
*
Comment on dead code in AtAbort_Portals() and AtSubAbort_Portals().
Noah Misch
2016-02-05
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-09-04
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-12-01
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
[next]