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
*
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
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Force READY portals into FAILED state when a transaction or subtransaction
Tom Lane
2010-02-18
*
Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list
Tom Lane
2010-01-18
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Previous fix for temporary file management broke returning a set from
Heikki Linnakangas
2009-12-29
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Be more tense about not creating tuplestores with randomAccess = true unless
Tom Lane
2008-10-29
*
Adjust things so that the query_string of a cached plan and the sourceText of
Tom Lane
2008-07-18
*
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-05-12
[next]