| Commit message (Expand) | Author | Age |
* | Use Append rather than MergeAppend for scanning ordered partitions. | Tom Lane | 2019-04-05 |
* | tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering. | Andres Freund | 2019-04-04 |
* | Make queries' locking of indexes more consistent. | Tom Lane | 2019-04-04 |
* | tableam: bitmap table scan. | Andres Freund | 2019-03-31 |
* | tableam: sample scan. | Andres Freund | 2019-03-31 |
* | Speed up planning when partitions can be pruned at plan time. | Tom Lane | 2019-03-30 |
* | Generated columns | Peter Eisentraut | 2019-03-30 |
* | tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid. | Andres Freund | 2019-03-25 |
* | Suppress Append and MergeAppend plan nodes that have a single child. | Tom Lane | 2019-03-25 |
* | tableam: Add and use table_fetch_row_version(). | Andres Freund | 2019-03-25 |
* | Transaction chaining | Peter Eisentraut | 2019-03-24 |
* | tableam: Add tuple_{insert, delete, update, lock} and use. | Andres Freund | 2019-03-23 |
* | Collations with nondeterministic comparison | Peter Eisentraut | 2019-03-22 |
* | Enable parallel query with SERIALIZABLE isolation. | Thomas Munro | 2019-03-15 |
* | Remove unused #include | Peter Eisentraut | 2019-03-14 |
* | Refactor ParamListInfo initialization | Peter Eisentraut | 2019-03-14 |
* | tableam: Add and use scan APIs. | Andres Freund | 2019-03-11 |
* | Move hash_any prototype from access/hash.h to utils/hashutils.h | Alvaro Herrera | 2019-03-11 |
* | Allow ATTACH PARTITION with only ShareUpdateExclusiveLock. | Robert Haas | 2019-03-07 |
* | Don't reuse slots between root and partition in ON CONFLICT ... UPDATE. | Andres Freund | 2019-03-06 |
* | Fix bug in clearing of virtual tuple slot. | Andres Freund | 2019-03-06 |
* | Improve performance of index-only scans with many index columns. | Tom Lane | 2019-03-03 |
* | Use a virtual rather than a heap slot in two places where that suffices. | Andres Freund | 2019-03-01 |
* | Store tuples for EvalPlanQual in slots, rather than as HeapTuples. | Andres Freund | 2019-03-01 |
* | Don't superfluously materialize slot after DELETE from an FDW. | Andres Freund | 2019-02-28 |
* | Don't force materializing when copying a buffer tuple table slot. | Andres Freund | 2019-02-28 |
* | Allow buffer tuple table slots to materialize after ExecStoreVirtualTuple(). | Andres Freund | 2019-02-28 |
* | Standardize some more loops that chase down parallel lists. | Tom Lane | 2019-02-28 |
* | Use slots in trigger infrastructure, except for the actual invocation. | Andres Freund | 2019-02-26 |
* | Store table oid and tuple's tid in tuple slots directly. | Andres Freund | 2019-02-26 |
* | Add ExecStorePinnedBufferHeapTuple. | Andres Freund | 2019-02-26 |
* | Move code for managing PartitionDescs into a new file, partdesc.c | Robert Haas | 2019-02-21 |
* | Delay lock acquisition for partitions until we route a tuple to them. | Robert Haas | 2019-02-21 |
* | Remove line duplicated during conflict resolution. | Andres Freund | 2019-02-18 |
* | More unconstify use | Peter Eisentraut | 2019-02-13 |
* | Reset, not recreate, execGrouping.c style hashtables. | Andres Freund | 2019-02-09 |
* | Allow to reset execGrouping.c style tuple hashtables. | Andres Freund | 2019-02-09 |
* | Plug leak in BuildTupleHashTable by creating ExprContext in correct context. | Andres Freund | 2019-02-09 |
* | Renaming for new subscripting mechanism | Alvaro Herrera | 2019-02-01 |
* | Rename nodes/relation.h to nodes/pathnodes.h. | Tom Lane | 2019-01-29 |
* | Refactor planner's header files. | Tom Lane | 2019-01-29 |
* | Make some small planner API cleanups. | Tom Lane | 2019-01-29 |
* | In the planner, replace an empty FROM clause with a dummy RTE. | Tom Lane | 2019-01-28 |
* | Change function call information to be variable length. | Andres Freund | 2019-01-26 |
* | Fix misc typos in comments. | Heikki Linnakangas | 2019-01-23 |
* | Rename RelationData.rd_amroutine to rd_indam. | Andres Freund | 2019-01-21 |
* | Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c. | Andres Freund | 2019-01-21 |
* | Move generic snapshot related code from tqual.h to snapmgr.h. | Andres Freund | 2019-01-21 |
* | Remove superfluous tqual.h includes. | Andres Freund | 2019-01-21 |
* | Replace uses of heap_open et al with the corresponding table_* function. | Andres Freund | 2019-01-21 |