aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Doc: add comment about bug fixed in back branches as of 3f7323cbb.Tom Lane2022-08-27
* More -Wshadow=compatible-local warning fixesDavid Rowley2022-08-26
* Further -Wshadow=compatible-local warning fixesDavid Rowley2022-08-24
* Further reduce warnings with -Wshadow=compatible-localDavid Rowley2022-08-24
* Avoid using list_length() to test for empty list.Tom Lane2022-08-17
* Fix replica identity check for a partitioned table.Amit Kapila2022-08-16
* Avoid misbehavior when hash_table_bytes < bucket_size.Tom Lane2022-08-13
* Fix handling of R/W expanded datums that are passed to SQL functions.Tom Lane2022-08-10
* Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT.Tom Lane2022-08-04
* Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop.Tom Lane2022-08-04
* Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley2022-08-02
* Have ExecFindPartition cache the last found partitionDavid Rowley2022-08-02
* Add another SQL/JSON error codePeter Eisentraut2022-07-18
* Remove useless assertionsPeter Eisentraut2022-07-13
* Remove stray references to lefttree/righttree in the executor.Tom Lane2022-07-07
* Remove size increase in ExprEvalStep caused by hashed saopsDavid Rowley2022-07-06
* expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.Andres Freund2022-07-05
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01
* Un-break whole-row Vars referencing domain-over-composite types.Tom Lane2022-06-10
* Harden Memoization code against broken data typesDavid Rowley2022-06-08
* Avoid overflow hazard when clamping group counts to "long int".Tom Lane2022-05-21
* Clean up newlines following left parenthesesAlvaro Herrera2022-05-13
* Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.Tom Lane2022-05-13
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix typos and grammar in code and test commentsMichael Paquier2022-05-11
* Fix incorrect format placeholdersPeter Eisentraut2022-04-27
* Move ModifyTableContext->lockmode to UpdateContextAlvaro Herrera2022-04-20
* ExecModifyTable: use context.planSlot instead of planSlotAlvaro Herrera2022-04-20
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* adjust_partition_colnos mustn't be called if not neededAlvaro Herrera2022-04-12
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)Michael Paquier2022-04-08
* Teach planner and executor about monotonic window funcsDavid Rowley2022-04-08
* Revert "Rewrite some RI code to avoid using SPI"Alvaro Herrera2022-04-07
* Rewrite some RI code to avoid using SPIAlvaro Herrera2022-04-07
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* Refactor and cleanup runtime partition prune code a littleAlvaro Herrera2022-04-05
* JSON_TABLEAndrew Dunstan2022-04-04
* Use Generation memory contexts to store tuples in sortsDavid Rowley2022-04-04
* Adjust tuplesort API to have bitwise option flagsDavid Rowley2022-04-04
* SQL JSON functionsAndrew Dunstan2022-03-30
* SQL/JSON query functionsAndrew Dunstan2022-03-29
* IS JSON predicateAndrew Dunstan2022-03-28
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* SQL/JSON constructorsAndrew Dunstan2022-03-27
* Common SQL/JSON clausesAndrew Dunstan2022-03-27
* Fix comment in execParallel.cMichael Paquier2022-03-27
* Allow specifying column lists for logical replicationTomas Vondra2022-03-26
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-24
* Revert "Common SQL/JSON clauses"Andrew Dunstan2022-03-22