2019-10-04 |
Robert Haas | Rename some toasting functions based on whether they... |
tree | commitdiff |
2019-09-30 |
Andres Freund | Don't generate EEOP_*_FETCHSOME operations for slots... |
tree | commitdiff |
2019-09-30 |
Andres Freund | Reduce code duplication for ExecJust*Var operations. |
tree | commitdiff |
2019-09-29 |
Andres Freund | jit: Re-allow JIT compilation of execGrouping.c hashtab... |
tree | commitdiff |
2019-09-29 |
Andres Freund | Fix determination when slot types for upper executor... |
tree | commitdiff |
2019-09-23 |
Andres Freund | Fix ExprState's tag to be of type NodeTag rather than... |
tree | commitdiff |
2019-09-22 |
Tom Lane | Fix typo in tts_virtual_copyslot. |
tree | commitdiff |
2019-09-15 |
Tom Lane | Fix bogus sizeof calculations. |
tree | commitdiff |
2019-09-09 |
Andres Freund | Reorder EPQ work, to fix rowmark related bugs and impro... |
tree | commitdiff |
2019-09-05 |
Robert Haas | Split tuptoaster.c into three separate files. |
tree | commitdiff |
2019-09-03 |
Alvaro Herrera | Remove 'msg' parameter from convert_tuples_by_name |
tree | commitdiff |
2019-08-19 |
Michael Paquier | Fix inconsistencies and typos in the tree, take 11 |
tree | commitdiff |
2019-08-16 |
Andres Freund | Don't include utils/array.h from acl.h. |
tree | commitdiff |
2019-08-13 |
Michael Paquier | Fix inconsistencies and typos in the tree, take 10 |
tree | commitdiff |
2019-08-12 |
Tom Lane | Remove EState.es_range_table_array. |
tree | commitdiff |
2019-08-12 |
Tom Lane | Rationalize use of list_concat + list_copy combinations. |
tree | commitdiff |
2019-08-05 |
Tom Lane | Fix choice of comparison operators for cross-type hashe... |
tree | commitdiff |
2019-08-05 |
Michael Paquier | Fix inconsistencies and typos in the tree, take 9 |
tree | commitdiff |
2019-08-02 |
Andres Freund | Fix representation of hash keys in Hash/HashJoin nodes. |
tree | commitdiff |
2019-07-31 |
Andres Freund | Remove superfluous newlines in function prototypes. |
tree | commitdiff |
2019-07-25 |
Andres Freund | Fix slot type handling for Agg nodes performing interna... |
tree | commitdiff |
2019-07-25 |
Andres Freund | Fix system column accesses in ON CONFLICT ... RETURNING. |
tree | commitdiff |
2019-07-22 |
David Rowley | Use appendBinaryStringInfo in more places where the... |
tree | commitdiff |
2019-07-22 |
David Rowley | Make better use of the new List implementation in a... |
tree | commitdiff |
2019-07-22 |
Michael Paquier | Fix inconsistencies and typos in the tree |
tree | commitdiff |
2019-07-18 |
Tom Lane | Further adjust SPITupleTable to provide a public row... |
tree | commitdiff |
2019-07-17 |
Tom Lane | Avoid using lcons and list_delete_first where it's... |
tree | commitdiff |
2019-07-16 |
Michael Paquier | Fix inconsistencies and typos in the tree |
tree | commitdiff |
2019-07-15 |
Tom Lane | Represent Lists as expansible arrays, not chains of... |
tree | commitdiff |
2019-07-09 |
Thomas Munro | Pass QueryEnvironment down to EvalPlanQual's EState. |
tree | commitdiff |
2019-07-08 |
Michael Paquier | Fix inconsistencies in the code |
tree | commitdiff |
2019-07-01 |
Tom Lane | pgindent run prior to branching v12. |
tree | commitdiff |
2019-07-01 |
Michael Paquier | Fix many typos and inconsistencies |
tree | commitdiff |
2019-06-28 |
Thomas Munro | Fix misleading comment in nodeIndexonlyscan.c. |
tree | commitdiff |
2019-06-17 |
Michael Paquier | Fix more typos and inconsistencies in the tree |
tree | commitdiff |
2019-06-08 |
Amit Kapila | Fix assorted inconsistencies. |
tree | commitdiff |
2019-06-06 |
Amit Kapila | Fix inconsistency in comments atop ExecParallelEstimate. |
tree | commitdiff |
2019-06-06 |
Heikki Linnakangas | Fix confusion on different kinds of slots in IndexOnlyS... |
tree | commitdiff |
2019-06-05 |
David Rowley | Fix incorrect index behavior in COPY FROM with partitio... |
tree | commitdiff |
2019-05-26 |
Amit Kapila | Fix typos. |
tree | commitdiff |
2019-05-24 |
Thomas Munro | Fix typos. |
tree | commitdiff |
2019-05-23 |
Andres Freund | tableam: Rename wrapper functions to match callback... |
tree | commitdiff |
2019-05-23 |
Andrew Gierth | Fix array size allocation for HashAggregate hash keys. |
tree | commitdiff |
2019-05-22 |
Tom Lane | Phase 2 pgindent run for v12. |
tree | commitdiff |
2019-05-22 |
Tom Lane | Initial pgindent run for v12. |
tree | commitdiff |
2019-05-22 |
Peter Eisentraut | Convert ExecComputeStoredGenerated to use tuple slots |
tree | commitdiff |
2019-05-20 |
Andres Freund | Minimally fix partial aggregation for aggregates that... |
tree | commitdiff |
2019-05-18 |
Andres Freund | tableam: Avoid relying on relation size to determine... |
tree | commitdiff |
2019-05-17 |
Tom Lane | Restructure creation of run-time pruning steps. |
tree | commitdiff |
2019-05-14 |
Andres Freund | Handle table_complete_speculative's succeeded argument... |
tree | commitdiff |
2019-05-14 |
Michael Paquier | Fix duplicated words in comments |
tree | commitdiff |
2019-04-19 |
Andres Freund | Fix slot type issue for fuzzy distance index scan over... |
tree | commitdiff |
2019-04-19 |
Andres Freund | Fix two memory leaks around force-storing tuples in... |
tree | commitdiff |
2019-04-19 |
Tom Lane | Fix problems with auto-held portals. |
tree | commitdiff |
2019-04-15 |
Etsuro Fujita | Fix thinko in ExecCleanupTupleRouting(). |
tree | commitdiff |
2019-04-09 |
Thomas Munro | Fix typos. |
tree | commitdiff |
2019-04-08 |
Tom Lane | Fix EvalPlanQualStart to handle partitioned result... |
tree | commitdiff |
2019-04-08 |
Andres Freund | Fix a number of issues around modifying a previously... |
tree | commitdiff |
2019-04-05 |
Tom Lane | Use Append rather than MergeAppend for scanning ordered... |
tree | commitdiff |
2019-04-04 |
Andres Freund | tableam: Add table_multi_insert() and revamp/speed... |
tree | commitdiff |
2019-04-04 |
Tom Lane | Make queries' locking of indexes more consistent. |
tree | commitdiff |
2019-04-01 |
Andres Freund | tableam: bitmap table scan. |
tree | commitdiff |
2019-04-01 |
Andres Freund | tableam: sample scan. |
tree | commitdiff |
2019-03-30 |
Tom Lane | Speed up planning when partitions can be pruned at... |
tree | commitdiff |
2019-03-30 |
Peter Eisentraut | Generated columns |
tree | commitdiff |
2019-03-26 |
Andres Freund | tableam: Add table_get_latest_tid, to wrap heap_get_lat... |
tree | commitdiff |
2019-03-25 |
Tom Lane | Suppress Append and MergeAppend plan nodes that have... |
tree | commitdiff |
2019-03-25 |
Andres Freund | tableam: Add and use table_fetch_row_version(). |
tree | commitdiff |
2019-03-24 |
Peter Eisentraut | Transaction chaining |
tree | commitdiff |
2019-03-24 |
Andres Freund | tableam: Add tuple_{insert, delete, update, lock} and... |
tree | commitdiff |
2019-03-22 |
Peter Eisentraut | Collations with nondeterministic comparison |
tree | commitdiff |
2019-03-15 |
Thomas Munro | Enable parallel query with SERIALIZABLE isolation. |
tree | commitdiff |
2019-03-14 |
Peter Eisentraut | Remove unused #include |
tree | commitdiff |
2019-03-14 |
Peter Eisentraut | Refactor ParamListInfo initialization |
tree | commitdiff |
2019-03-11 |
Andres Freund | tableam: Add and use scan APIs. |
tree | commitdiff |
2019-03-11 |
Alvaro Herrera | Move hash_any prototype from access/hash.h to utils... |
tree | commitdiff |
2019-03-07 |
Robert Haas | Allow ATTACH PARTITION with only ShareUpdateExclusiveLock. |
tree | commitdiff |
2019-03-06 |
Andres Freund | Don't reuse slots between root and partition in ON... |
tree | commitdiff |
2019-03-06 |
Andres Freund | Fix bug in clearing of virtual tuple slot. |
tree | commitdiff |
2019-03-03 |
Tom Lane | Improve performance of index-only scans with many index... |
tree | commitdiff |
2019-03-02 |
Andres Freund | Use a virtual rather than a heap slot in two places... |
tree | commitdiff |
2019-03-01 |
Andres Freund | Store tuples for EvalPlanQual in slots, rather than... |
tree | commitdiff |
2019-02-28 |
Andres Freund | Don't superfluously materialize slot after DELETE from... |
tree | commitdiff |
2019-02-28 |
Andres Freund | Don't force materializing when copying a buffer tuple... |
tree | commitdiff |
2019-02-28 |
Andres Freund | Allow buffer tuple table slots to materialize after... |
tree | commitdiff |
2019-02-28 |
Tom Lane | Standardize some more loops that chase down parallel... |
tree | commitdiff |
2019-02-27 |
Andres Freund | Use slots in trigger infrastructure, except for the... |
tree | commitdiff |
2019-02-27 |
Andres Freund | Store table oid and tuple's tid in tuple slots directly. |
tree | commitdiff |
2019-02-27 |
Andres Freund | Add ExecStorePinnedBufferHeapTuple. |
tree | commitdiff |
2019-02-21 |
Robert Haas | Move code for managing PartitionDescs into a new file... |
tree | commitdiff |
2019-02-21 |
Robert Haas | Delay lock acquisition for partitions until we route... |
tree | commitdiff |
2019-02-18 |
Andres Freund | Remove line duplicated during conflict resolution. |
tree | commitdiff |
2019-02-13 |
Peter Eisentraut | More unconstify use |
tree | commitdiff |
2019-02-09 |
Andres Freund | Reset, not recreate, execGrouping.c style hashtables. |
tree | commitdiff |
2019-02-09 |
Andres Freund | Allow to reset execGrouping.c style tuple hashtables. |
tree | commitdiff |
2019-02-09 |
Andres Freund | Plug leak in BuildTupleHashTable by creating ExprContex... |
tree | commitdiff |
2019-02-01 |
Alvaro Herrera | Renaming for new subscripting mechanism |
tree | commitdiff |
2019-01-29 |
Tom Lane | Rename nodes/relation.h to nodes/pathnodes.h. |
tree | commitdiff |
2019-01-29 |
Tom Lane | Refactor planner's header files. |
tree | commitdiff |
2019-01-29 |
Tom Lane | Make some small planner API cleanups. |
tree | commitdiff |
next |