index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
prepare.c
Commit message (
Expand
)
Author
Age
*
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-06-18
*
Fix plancache refcount leak after error in ExecuteQuery.
Tom Lane
2021-06-16
*
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
*
Add generic_plans and custom_plans fields into pg_prepared_statements.
Fujii Masao
2020-07-20
*
Include information on buffer usage during planning phase, in EXPLAIN output,...
Fujii Masao
2020-04-04
*
Revert "Include information on buffer usage during planning phase, in EXPLAIN...
Fujii Masao
2020-04-03
*
Include information on buffer usage during planning phase, in EXPLAIN output.
Fujii Masao
2020-04-03
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Represent command completion tags as structs
Alvaro Herrera
2020-03-02
*
Make better use of ParseState in ProcessUtility
Peter Eisentraut
2020-01-04
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-24
*
Add error position to an error message
Peter Eisentraut
2019-11-29
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Refactor ParamListInfo initialization
Peter Eisentraut
2019-03-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Update portal-related memory context names and API
Peter Eisentraut
2018-01-09
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.
Tom Lane
2017-12-21
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Fix two undocumented parameters to functions from ENR patch.
Kevin Grittner
2017-04-01
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-23
*
Expose explain's SUMMARY option
Stephen Frost
2017-03-08
*
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
*
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
*
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
*
Fix interaction of parallel query with prepared statements.
Robert Haas
2016-12-06
*
On second thought, disable parallelism for prepared statements.
Robert Haas
2016-02-26
*
Enable parallelism for prepared statements and extended query protocol.
Robert Haas
2016-02-25
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix problems with ParamListInfo serialization mechanism.
Robert Haas
2015-11-02
*
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-20
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Include planning time in EXPLAIN ANALYZE output.
Robert Haas
2014-01-29
[next]