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
*
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
*
Run a portal's cleanup hook immediately when pushing it to FAILED state.
Tom Lane
2012-02-15
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Run a portal's cleanup hook immediately when pushing it to DONE state.
Tom Lane
2011-03-03
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Oops, in the previous fix to prevent a cursor that's being used in a FOR
Heikki Linnakangas
2010-07-13
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
The previous fix in CVS HEAD and 8.4 for handling the case where a cursor
Heikki Linnakangas
2010-07-05
[next]