summaryrefslogtreecommitdiff
path: root/src/backend/commands/prepare.c
AgeCommit message (Expand)Author
2020-07-20Add generic_plans and custom_plans fields into pg_prepared_statements.Fujii Masao
2020-04-03Include information on buffer usage during planning phase, in EXPLAIN output,...Fujii Masao
2020-04-03Revert "Include information on buffer usage during planning phase, in EXPLAIN...Fujii Masao
2020-04-03Include information on buffer usage during planning phase, in EXPLAIN output.Fujii Masao
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-01-04Make better use of ParseState in ProcessUtilityPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-11-29Add error position to an error messagePeter Eisentraut
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-14Refactor ParamListInfo initializationPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-04-12Revert MERGE patchSimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-01-09Update portal-related memory context names and APIPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-21Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-01Fix two undocumented parameters to functions from ENR patch.Kevin Grittner
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-29Cast result of copyObject() to correct typePeter Eisentraut
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-23Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas
2017-03-08Expose explain's SUMMARY optionStephen Frost
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-01-27Use castNode() in a bunch of statement-list-related code.Tom Lane
2017-01-19Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-06Fix interaction of parallel query with prepared statements.Robert Haas
2016-02-26On second thought, disable parallelism for prepared statements.Robert Haas
2016-02-25Enable parallelism for prepared statements and extended query protocol.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-02Fix problems with ParamListInfo serialization mechanism.Robert Haas
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-29Include planning time in EXPLAIN ANALYZE output.Robert Haas
2014-01-07Update copyright for 2014Bruce Momjian
2013-04-12Clean up the mess around EXPLAIN and materialized views.Tom Lane
2013-03-04Add a materialized view relations.Kevin Grittner
2013-01-01Update copyrights for 2013Bruce Momjian
2012-11-26Revert patch for taking fewer snapshots.Tom Lane