aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Pass QueryEnvironment down to EvalPlanQual's EState.Thomas Munro2019-07-10
* pgindent run prior to branching v12.Tom Lane2019-07-01
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Fix misleading comment in nodeIndexonlyscan.c.Thomas Munro2019-06-28
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* Fix inconsistency in comments atop ExecParallelEstimate.Amit Kapila2019-06-07
* Fix confusion on different kinds of slots in IndexOnlyScans.Heikki Linnakangas2019-06-06
* Fix incorrect index behavior in COPY FROM with partitioned tablesDavid Rowley2019-06-05
* Fix typos.Amit Kapila2019-05-26
* Fix typos.Thomas Munro2019-05-24
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-23
* Fix array size allocation for HashAggregate hash keys.Andrew Gierth2019-05-23
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Convert ExecComputeStoredGenerated to use tuple slotsPeter Eisentraut2019-05-22
* Minimally fix partial aggregation for aggregates that don't have one argument.Andres Freund2019-05-19
* tableam: Avoid relying on relation size to determine validity of tids.Andres Freund2019-05-17
* Restructure creation of run-time pruning steps.Tom Lane2019-05-17
* Handle table_complete_speculative's succeeded argument as documented.Andres Freund2019-05-14
* Fix duplicated words in commentsMichael Paquier2019-05-14
* Fix slot type issue for fuzzy distance index scan over out-of-core table AM.Andres Freund2019-04-19
* Fix two memory leaks around force-storing tuples in slots.Andres Freund2019-04-19
* Fix problems with auto-held portals.Tom Lane2019-04-19
* Fix thinko in ExecCleanupTupleRouting().Etsuro Fujita2019-04-15
* Fix typos.Thomas Munro2019-04-10
* Fix EvalPlanQualStart to handle partitioned result rels correctly.Tom Lane2019-04-08
* Fix a number of issues around modifying a previously updated row.Andres Freund2019-04-07
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-05
* tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund2019-04-04
* Make queries' locking of indexes more consistent.Tom Lane2019-04-04
* tableam: bitmap table scan.Andres Freund2019-03-31
* tableam: sample scan.Andres Freund2019-03-31
* Speed up planning when partitions can be pruned at plan time.Tom Lane2019-03-30
* Generated columnsPeter Eisentraut2019-03-30
* tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.Andres Freund2019-03-25
* Suppress Append and MergeAppend plan nodes that have a single child.Tom Lane2019-03-25
* tableam: Add and use table_fetch_row_version().Andres Freund2019-03-25
* Transaction chainingPeter Eisentraut2019-03-24
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-23
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Enable parallel query with SERIALIZABLE isolation.Thomas Munro2019-03-15
* Remove unused #includePeter Eisentraut2019-03-14
* Refactor ParamListInfo initializationPeter Eisentraut2019-03-14
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-07
* Don't reuse slots between root and partition in ON CONFLICT ... UPDATE.Andres Freund2019-03-06
* Fix bug in clearing of virtual tuple slot.Andres Freund2019-03-06
* Improve performance of index-only scans with many index columns.Tom Lane2019-03-03