index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
mmgr
/
portalmem.c
Age
Commit message (
Expand
)
Author
2025-05-22
Revert "Don't lock partitions pruned by initial pruning"
Amit Langote
2025-02-20
Don't lock partitions pruned by initial pruning
Amit Langote
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-06
Ignore not-yet-defined Portals in pg_cursors view.
Tom Lane
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-03-07
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-02-28
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-02-24
Clean up and simplify code in a couple of set-returning functions
Michael Paquier
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-10-01
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-05-21
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-01-26
Improve performance of repeated CALLs within plpgsql procedures.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-09-08
Use <unnamed> for name of unnamed portal's memory context
Peter Eisentraut
2020-03-02
Represent command completion tags as structs
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-24
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-04-19
Fix problems with auto-held portals.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-08-27
Fix snapshot leak warning for some procedures
Peter Eisentraut
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-06
Add memory context identifier to portal context
Peter Eisentraut
2018-03-28
Allow committing inside cursor loop
Peter Eisentraut
2018-02-16
Fix crash when canceling parallel query
Peter Eisentraut
2018-01-22
Transaction control in PL procedures
Peter Eisentraut
2018-01-10
Give more accurate error message for dropping pinned portal
Peter Eisentraut
2018-01-09
Update portal-related memory context names and API
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-08-14
Handle elog(FATAL) during ROLLBACK more robustly.
Tom Lane
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-01-27
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-07
Fix TOAST access failure in RETURNING queries.
Tom Lane
2016-02-06
Comment on dead code in AtAbort_Portals() and AtSubAbort_Portals().
Noah Misch
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
[next]