Commit Graph

165 Commits (a58db3aa10e62e4228aa409ba006014fa07a8ca2)

Author SHA1 Message Date
Fujii Masao d05b172a76 Add generic_plans and custom_plans fields into pg_prepared_statements. 5 years ago
Fujii Masao ce77abe63c Include information on buffer usage during planning phase, in EXPLAIN output, take two. 5 years ago
Fujii Masao 19db23bcbd Revert "Include information on buffer usage during planning phase, in EXPLAIN output." 5 years ago
Fujii Masao ed7a509571 Include information on buffer usage during planning phase, in EXPLAIN output. 5 years ago
Tom Lane 3ed2005ff5 Introduce macros for typalign and typstorage constants. 5 years ago
Alvaro Herrera 2f9661311b
Represent command completion tags as structs 5 years ago
Peter Eisentraut 3fd40b628c Make better use of ParseState in ProcessUtility 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Alvaro Herrera c4dcd9144b Avoid splitting C string literals with \-newline 6 years ago
Peter Eisentraut d4feadeca1 Add error position to an error message 6 years ago
Michael Paquier 8548ddc61b Fix inconsistencies and typos in the tree, take 9 6 years ago
Tom Lane 1cff1b95ab Represent Lists as expansible arrays, not chains of cons-cells. 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Peter Eisentraut c6ff0b892c Refactor ParamListInfo initialization 6 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Simon Riggs 08ea7a2291 Revert MERGE patch 7 years ago
Simon Riggs d204ef6377 MERGE SQL Command following SQL:2016 7 years ago
Simon Riggs 7cf8a5c302 Revert "Modified files for MERGE" 7 years ago
Simon Riggs 354f13855e Modified files for MERGE 7 years ago
Peter Eisentraut 0f7c49e855 Update portal-related memory context names and API 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 6719b238e8 Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane 8f0530f580 Improve castNode notation by introducing list-extraction-specific variants. 8 years ago
Kevin Grittner 41bd155dd6 Fix two undocumented parameters to functions from ENR patch. 8 years ago
Kevin Grittner 18ce3a4ab2 Add infrastructure to support EphemeralNamedRelation references. 8 years ago
Peter Eisentraut 4cb824699e Cast result of copyObject() to correct type 8 years ago
Andres Freund b8d7f053c5 Faster expression evaluation and targetlist projection. 8 years ago
Robert Haas 691b8d5928 Allow for parallel execution whenever ExecutorRun() is done only once. 8 years ago
Stephen Frost f9b1a0dd40 Expose explain's SUMMARY option 8 years ago
Tom Lane c29aff959d Consistently declare timestamp variables as TimestampTz. 8 years ago
Tom Lane 7afd56c3c6 Use castNode() in a bunch of statement-list-related code. 9 years ago
Andres Freund ea15e18677 Remove obsoleted code relating to targetlist SRF evaluation. 9 years ago
Tom Lane ab1f0c8225 Change representation of statement lists, and add statement location info. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas 4212cb7326 Fix interaction of parallel query with prepared statements. 9 years ago
Robert Haas 7bea19d0a9 On second thought, disable parallelism for prepared statements. 9 years ago
Robert Haas 57a6a72b6b Enable parallelism for prepared statements and extended query protocol. 9 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Robert Haas 1efc7e5382 Fix problems with ParamListInfo serialization mechanism. 10 years ago
Tom Lane 09d8d110a6 Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Robert Haas 9347baa5bb Include planning time in EXPLAIN ANALYZE output. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tom Lane 0b33790421 Clean up the mess around EXPLAIN and materialized views. 12 years ago
Kevin Grittner 3bf3ab8c56 Add a materialized view relations. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Tom Lane 532994299e Revert patch for taking fewer snapshots. 13 years ago