Commit Graph

433 Commits (db69101a1d000d857a552e16e45f601adbb4dbc6)

Author SHA1 Message Date
Michael Paquier db69101a1d Fix description of I/O timing info for shared buffers in EXPLAIN (BUFFERS) 2 years ago
Michael Paquier 2ecbb0a493 Remove dependency to query text in JumbleQuery() 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 2 years ago
Tom Lane 16dc2703c5 Support "Right Anti Join" plan shapes. 2 years ago
Peter Eisentraut 0d15afc875 Simplify useless 0L constants 2 years ago
Tom Lane 3c05284d83 Invent GENERIC_PLAN option for EXPLAIN. 3 years ago
David Rowley 5352ca22e0 Rename force_parallel_mode to debug_parallel_query 3 years ago
David Rowley e9aaf06328 Remove dead NoMovementScanDirection code 3 years ago
Tom Lane 2489d76c49 Make Vars be outer-join-aware. 3 years ago
Michael Paquier 9d2d9728b8 Make auto_explain print the query identifier in verbose mode 3 years ago
David Rowley 9f1ca6ce65 Use appendStringInfoSpaces in more places 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Peter Geoghegan a601366a46 Harmonize more parameter names in bulk. 3 years ago
Andrew Dunstan 2f2b18bd3f Revert SQL/JSON features 3 years ago
John Naylor bcabbfc6a9 Fix formatting and comment typos 3 years ago
Michael Paquier d4bfe41281 autho_explain: Add GUC to log query parameters 3 years ago
Alvaro Herrera 12e423e21d
Fix EXPLAIN MERGE output when no tuples are processed 3 years ago
Alvaro Herrera 598ac10be1
Make EXPLAIN MERGE output format more compact 3 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 3 years ago
Michael Paquier efb0ef909f Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS) 3 years ago
David Rowley 9d9c02ccd1 Teach planner and executor about monotonic window funcs 3 years ago
Andrew Dunstan 4e34747c88 JSON_TABLE 3 years ago
Alvaro Herrera 7103ebb7aa
Add support for MERGE SQL command 4 years ago
Michael Paquier 6bdf1a1400 Fix collection of typos in the code and the documentation 4 years ago
Michael Paquier ebf6c5249b Add compute_query_id = regress 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Tom Lane 9a3ddeb519 Fix index-only scan plans, take 2. 4 years ago
David Rowley e502150f7d Allow Memoize to operate in binary comparison mode 4 years ago
David Rowley 4a3d806f38 Use ExplainPropertyInteger for queryid in EXPLAIN 4 years ago
Tom Lane 48c5c90682 Use the "pg_temp" schema alias in EXPLAIN and related output. 4 years ago
David Rowley 83f4fcc655 Change the name of the Result Cache node to Memoize 4 years ago
Tom Lane 7c337b6b52 Centralize the logic for protective copying of utility statements. 4 years ago
Alvaro Herrera cafde58b33
Allow compute_query_id to be set to 'auto' and make it default 4 years ago
Tom Lane def5b065ff Initial pgindent and pgperltidy run for v14. 4 years ago
Fujii Masao d780d7c088 Change data type of counters in BufferUsage and WalUsage from long to int64. 4 years ago
David Rowley 3c80e96dff Adjust EXPLAIN output for parallel Result Cache plans 4 years ago
Tom Lane f90c708a04 Fix wrong units in two ExplainPropertyFloat calls. 4 years ago
Bruce Momjian 4f0b0966c8 Make use of in-core query id added by commit 5fd9dfa5f5 4 years ago
David Rowley 9eacee2e62 Add Result Cache executor node (take 2) 5 years ago
David Rowley 28b3e3905c Revert b6002a796 5 years ago
David Rowley b6002a796d Add Result Cache executor node 5 years ago
Tom Lane 86dc90056d Rework planning and execution of UPDATE and DELETE. 5 years ago
Etsuro Fujita 27e1f14563 Add support for asynchronous execution. 5 years ago
David Rowley bb437f995d Add TID Range Scans to support efficient scanning ranges of TIDs 5 years ago
Heikki Linnakangas 6214e2b228 Fix permission checks on constraint violation errors on partitions. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Michael Paquier e665769e6d Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviews 5 years ago
Tom Lane 87a174c0e7 Fix broken XML formatting in EXPLAIN output for incremental sorts. 5 years ago
David Rowley 110d81728a Fixup some appendStringInfo and appendPQExpBuffer calls 5 years ago
Heikki Linnakangas 1375422c78 Create ResultRelInfos later in InitPlan, index them by RT index. 5 years ago