summaryrefslogtreecommitdiff
path: root/src/backend/commands/prepare.c
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of repeated CALLs within plpgsql procedures.Tom Lane2021-01-251-3/+4
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-151-3/+1
* Add generic_plans and custom_plans fields into pg_prepared_statements.Fujii Masao2020-07-201-4/+11
* Include information on buffer usage during planning phase, in EXPLAIN output,...Fujii Masao2020-04-041-1/+12
* Revert "Include information on buffer usage during planning phase, in EXPLAIN...Fujii Masao2020-04-031-12/+1
* Include information on buffer usage during planning phase, in EXPLAIN output.Fujii Masao2020-04-031-1/+12
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-041-1/+2
* Represent command completion tags as structsAlvaro Herrera2020-03-021-2/+2
* Make better use of ParseState in ProcessUtilityPeter Eisentraut2020-01-041-32/+20
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Avoid splitting C string literals with \-newlineAlvaro Herrera2019-12-241-2/+1
* Add error position to an error messagePeter Eisentraut2019-11-291-1/+2
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-1/+1
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-151-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-1/+1
* Refactor ParamListInfo initializationPeter Eisentraut2019-03-141-11/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-1/+1
* Revert MERGE patchSimon Riggs2018-04-121-1/+0
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-031-0/+1
* Revert "Modified files for MERGE"Simon Riggs2018-04-021-1/+0
* Modified files for MERGESimon Riggs2018-04-021-0/+1
* Update portal-related memory context names and APIPeter Eisentraut2018-01-091-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.Tom Lane2017-12-211-1/+2
* Phase 3 of pgindent updates.Tom Lane2017-06-211-4/+4
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-101-2/+2
* Fix two undocumented parameters to functions from ENR patch.Kevin Grittner2017-04-011-1/+1
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-311-7/+10
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-281-2/+2
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-251-2/+2
* Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas2017-03-231-1/+1
* Expose explain's SUMMARY optionStephen Frost2017-03-081-1/+8
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-231-0/+2
* Use castNode() in a bunch of statement-list-related code.Tom Lane2017-01-261-4/+2
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-191-2/+1
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-141-12/+22
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix interaction of parallel query with prepared statements.Robert Haas2016-12-061-1/+1
* On second thought, disable parallelism for prepared statements.Robert Haas2016-02-261-1/+1
* Enable parallelism for prepared statements and extended query protocol.Robert Haas2016-02-251-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix problems with ParamListInfo serialization mechanism.Robert Haas2015-11-021-0/+1
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-201-3/+2
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-5/+5
* Include planning time in EXPLAIN ANALYZE output.Robert Haas2014-01-291-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-121-1/+1