| Commit message (Expand) | Author | Age | Files | Lines |
| * | Create memory context for HashAgg with a reasonable maxBlockSize. | Jeff Davis | 2020-04-07 | 1 | -0/+1 |
| * | Go back to returning int from ereport auxiliary functions. | Tom Lane | 2020-03-25 | 1 | -1/+1 |
| * | Improve the internal implementation of ereport(). | Tom Lane | 2020-03-24 | 1 | -1/+1 |
| * | Extend ExecBuildAggTrans() to support a NULL pointer check. | Jeff Davis | 2020-03-04 | 1 | -1/+1 |
| * | Change signature of TupleHashTableHash(). | Jeff Davis | 2020-02-10 | 1 | -2/+2 |
| * | Introduce TupleHashTableHash() and LookupTupleHashEntryHash(). | Jeff Davis | 2020-02-06 | 1 | -0/+5 |
| * | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 | 1 | -1/+1 |
| * | Reorder EPQ work, to fix rowmark related bugs and improve efficiency. | Andres Freund | 2019-09-09 | 1 | -5/+5 |
| * | Remove fmgr.h includes from headers that don't really need it. | Andres Freund | 2019-08-16 | 1 | -0/+1 |
| * | Remove EState.es_range_table_array. | Tom Lane | 2019-08-12 | 1 | -2/+1 |
| * | Fix inconsistencies in the code | Michael Paquier | 2019-07-08 | 1 | -1/+1 |
| * | Fix assorted inconsistencies. | Amit Kapila | 2019-06-08 | 1 | -1/+0 |
| * | Phase 2 pgindent run for v12. | Tom Lane | 2019-05-22 | 1 | -109/+109 |
| * | Initial pgindent run for v12. | Tom Lane | 2019-05-22 | 1 | -15/+15 |
| * | tableam: Add tuple_{insert, delete, update, lock} and use. | Andres Freund | 2019-03-23 | 1 | -9/+3 |
| * | Collations with nondeterministic comparison | Peter Eisentraut | 2019-03-22 | 1 | -0/+4 |
| * | Store tuples for EvalPlanQual in slots, rather than as HeapTuples. | Andres Freund | 2019-03-01 | 1 | -5/+5 |
| * | Use slots in trigger infrastructure, except for the actual invocation. | Andres Freund | 2019-02-26 | 1 | -0/+4 |
| * | Allow to reset execGrouping.c style tuple hashtables. | Andres Freund | 2019-02-09 | 1 | -0/+10 |
| * | Rename nodes/relation.h to nodes/pathnodes.h. | Tom Lane | 2019-01-29 | 1 | -1/+1 |
| * | Don't include heapam.h from others headers. | Andres Freund | 2019-01-14 | 1 | -3/+4 |
| * | Update copyright for 2019 | Bruce Momjian | 2019-01-02 | 1 | -1/+1 |
| * | Add some const decorations | Peter Eisentraut | 2018-12-22 | 1 | -6/+6 |
| * | Remove WITH OIDS support, change oid catalog column visibility. | Andres Freund | 2018-11-20 | 1 | -11/+4 |
| * | Introduce notion of different types of slots (without implementing them). | Andres Freund | 2018-11-15 | 1 | -8/+20 |
| * | Don't require return slots for nodes without projection. | Andres Freund | 2018-11-09 | 1 | -1/+3 |
| * | Move TupleTableSlots boolean member into one flag variable. | Andres Freund | 2018-10-15 | 1 | -1/+1 |
| * | Remove more redundant relation locking during executor startup. | Tom Lane | 2018-10-06 | 1 | -2/+0 |
| * | In the executor, use an array of pointers to access the rangetable. | Tom Lane | 2018-10-04 | 1 | -0/+9 |
| * | Centralize executor's opening/closing of Relations for rangetable entries. | Tom Lane | 2018-10-04 | 1 | -1/+2 |
| * | Don't needlessly check the partition contraint twice | Alvaro Herrera | 2018-06-11 | 1 | -3/+2 |
| * | Post-feature-freeze pgindent run. | Tom Lane | 2018-04-26 | 1 | -1/+1 |
| * | Reorganize partitioning code | Alvaro Herrera | 2018-04-14 | 1 | -1/+0 |
| * | Allow tupleslots to have a fixed tupledesc, use in executor nodes. | Andres Freund | 2018-02-16 | 1 | -6/+5 |
| * | Do execGrouping.c via expression eval machinery, take two. | Andres Freund | 2018-02-16 | 1 | -18/+16 |
| * | Revert "Do execGrouping.c via expression eval machinery." | Andres Freund | 2018-02-15 | 1 | -13/+15 |
| * | Do execGrouping.c via expression eval machinery. | Andres Freund | 2018-02-15 | 1 | -15/+13 |
| * | Introduce ExecQualAndReset() helper. | Andres Freund | 2018-01-29 | 1 | -0/+17 |
| * | Expression evaluation based aggregate transition invocation. | Andres Freund | 2018-01-09 | 1 | -1/+3 |
| * | Factor error generation out of ExecPartitionCheck. | Robert Haas | 2018-01-05 | 1 | -2/+5 |
| * | Update copyright for 2018 | Bruce Momjian | 2018-01-02 | 1 | -1/+1 |
| * | Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit. | Tom Lane | 2017-12-21 | 1 | -0/+1 |
| * | Allow executor nodes to change their ExecProcNode function. | Andres Freund | 2017-12-13 | 1 | -0/+1 |
| * | Avoid projecting tuples unnecessarily in Gather and Gather Merge. | Robert Haas | 2017-11-25 | 1 | -0/+2 |
| * | Centralize executor-related partitioning code. | Robert Haas | 2017-11-15 | 1 | -12/+2 |
| * | Use ResultRelInfo ** rather than ResultRelInfo * for tuple routing. | Robert Haas | 2017-10-12 | 1 | -1/+1 |
| * | Reduce memory usage of targetlist SRFs. | Andres Freund | 2017-10-08 | 1 | -0/+1 |
| * | Reduce excessive dereferencing of function pointers | Peter Eisentraut | 2017-09-07 | 1 | -2/+2 |
| * | Even if some partitions are foreign, allow tuple routing. | Robert Haas | 2017-09-07 | 1 | -1/+1 |
| * | Push tuple limits through Gather and Gather Merge. | Robert Haas | 2017-08-29 | 1 | -0/+1 |