aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Fix typos in commentsAmit Langote2025-07-01
* Improve comments for TidRangeEvalDavid Rowley2025-06-14
* Comment fixups from 626df47ad9.Jeff Davis2025-06-13
* Fix MERGE into a plain inheritance parent table.Dean Rasheed2025-05-31
* In ExecInitModifyTable, don't scribble on the source plan.Tom Lane2025-05-22
* Revert "Don't lock partitions pruned by initial pruning"Amit Langote2025-05-22
* Add support for runtime arguments in injection pointsMichael Paquier2025-05-10
* Don't use a tuplestore if we don't have to for SQL-language functions.Tom Lane2025-05-02
* Fix a few duplicate words in commentsDavid Rowley2025-04-21
* Fix typos and grammar in the codeMichael Paquier2025-04-19
* Cache typlens of a SQL function's input arguments.Tom Lane2025-04-17
* Make SQLFunctionCache long-lived again.Tom Lane2025-04-17
* Split some storage out to separate subcontexts of fcontext.Tom Lane2025-04-17
* Make functions.c mostly run in a short-lived memory context.Tom Lane2025-04-17
* Minor performance improvement for SQL-language functions.Tom Lane2025-04-17
* Fix failure for generated column with a not-null domain constraint.Tom Lane2025-04-15
* Harmonize function parameter names for Postgres 18.Peter Geoghegan2025-04-12
* Fix uninitialized index information access during apply.Amit Kapila2025-04-08
* Relax ordering-related hardcoded btree requirements in planningPeter Eisentraut2025-04-06
* functions.c: copy trees from source_list before parse analysis etc.Tom Lane2025-04-04
* Fix oversight in commit 0dca5d68d.Tom Lane2025-04-03
* Remove HeapBitmapScan's skip_fetch optimizationAndres Freund2025-04-02
* Change SQL-language functions to use the plan cache.Tom Lane2025-04-02
* Fix MERGE with DO NOTHING actions into a partitioned table.Dean Rasheed2025-03-29
* Add support for not-null constraints on virtual generated columnsPeter Eisentraut2025-03-28
* Modernize some code a bitPeter Eisentraut2025-03-28
* Rename a node field for clarityPeter Eisentraut2025-03-28
* Remove 'additional' pointer from TupleHashEntryData.Jeff Davis2025-03-24
* Add ExecCopySlotMinimalTupleExtra().Jeff Davis2025-03-24
* Create accessor functions for TupleHashEntry.Jeff Davis2025-03-24
* HashAgg: use Bump allocator for hash TupleHashTable entries.Jeff Davis2025-03-24
* Detect and Log multiple_unique_conflicts type conflict.Amit Kapila2025-03-24
* Allow plugins to set a 64-bit plan identifier in PlannedStmtMichael Paquier2025-03-24
* Ensure first ModifyTable rel initialized if all are prunedAmit Langote2025-03-19
* Make it possible for loadable modules to add EXPLAIN options.Robert Haas2025-03-18
* Remove table AM callback scan_bitmap_next_blockMelanie Plageman2025-03-15
* BitmapHeapScan uses the read stream APIMelanie Plageman2025-03-15
* Separate TBM[Shared|Private]Iterator and TBMIterateResultMelanie Plageman2025-03-15
* Handle interrupts while waiting on Append's async subplansHeikki Linnakangas2025-03-12
* Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan2025-03-11
* Add special case fast-paths for strict functionsDaniel Gustafsson2025-03-11
* Replace EEOP_DONE with special steps for return/no returnDaniel Gustafsson2025-03-11
* Fix a few more redundant calls of GetLatestSnapshot()Heikki Linnakangas2025-03-10
* Fix snapshot used in logical replication index lookupHeikki Linnakangas2025-03-10
* Generalize hash and ordering support in amapiPeter Eisentraut2025-02-27
* Fix bug in cbc127917 to handle nested Append correctlyAmit Langote2025-02-25
* Drop opcintype from index AM strategy translation APIPeter Eisentraut2025-02-21
* Don't lock partitions pruned by initial pruningAmit Langote2025-02-20
* Assert that ExecOpenIndices and ExecCloseIndices are not repeated.Tom Lane2025-02-19
* Consider BufFiles when adjusting hashjoin parametersTomas Vondra2025-02-19