]> granicus.if.org Git - postgresql/history - src/backend/executor
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / executor /
2019-10-04 Robert HaasRename some toasting functions based on whether they...
2019-09-30 Andres FreundDon't generate EEOP_*_FETCHSOME operations for slots...
2019-09-30 Andres FreundReduce code duplication for ExecJust*Var operations.
2019-09-29 Andres Freundjit: Re-allow JIT compilation of execGrouping.c hashtab...
2019-09-29 Andres FreundFix determination when slot types for upper executor...
2019-09-23 Andres FreundFix ExprState's tag to be of type NodeTag rather than...
2019-09-22 Tom LaneFix typo in tts_virtual_copyslot.
2019-09-15 Tom LaneFix bogus sizeof calculations.
2019-09-09 Andres FreundReorder EPQ work, to fix rowmark related bugs and impro...
2019-09-05 Robert HaasSplit tuptoaster.c into three separate files.
2019-09-03 Alvaro HerreraRemove 'msg' parameter from convert_tuples_by_name
2019-08-19 Michael PaquierFix inconsistencies and typos in the tree, take 11
2019-08-16 Andres FreundDon't include utils/array.h from acl.h.
2019-08-13 Michael PaquierFix inconsistencies and typos in the tree, take 10
2019-08-12 Tom LaneRemove EState.es_range_table_array.
2019-08-12 Tom LaneRationalize use of list_concat + list_copy combinations.
2019-08-05 Tom LaneFix choice of comparison operators for cross-type hashe...
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-08-02 Andres FreundFix representation of hash keys in Hash/HashJoin nodes.
2019-07-31 Andres FreundRemove superfluous newlines in function prototypes.
2019-07-25 Andres FreundFix slot type handling for Agg nodes performing interna...
2019-07-25 Andres FreundFix system column accesses in ON CONFLICT ... RETURNING.
2019-07-22 David RowleyUse appendBinaryStringInfo in more places where the...
2019-07-22 David RowleyMake better use of the new List implementation in a...
2019-07-22 Michael PaquierFix inconsistencies and typos in the tree
2019-07-18 Tom LaneFurther adjust SPITupleTable to provide a public row...
2019-07-17 Tom LaneAvoid using lcons and list_delete_first where it's...
2019-07-16 Michael PaquierFix inconsistencies and typos in the tree
2019-07-15 Tom LaneRepresent Lists as expansible arrays, not chains of...
2019-07-09 Thomas MunroPass QueryEnvironment down to EvalPlanQual's EState.
2019-07-08 Michael PaquierFix inconsistencies in the code
2019-07-01 Tom Lanepgindent run prior to branching v12.
2019-07-01 Michael PaquierFix many typos and inconsistencies
2019-06-28 Thomas MunroFix misleading comment in nodeIndexonlyscan.c.
2019-06-17 Michael PaquierFix more typos and inconsistencies in the tree
2019-06-08 Amit KapilaFix assorted inconsistencies.
2019-06-06 Amit KapilaFix inconsistency in comments atop ExecParallelEstimate.
2019-06-06 Heikki LinnakangasFix confusion on different kinds of slots in IndexOnlyS...
2019-06-05 David RowleyFix incorrect index behavior in COPY FROM with partitio...
2019-05-26 Amit KapilaFix typos.
2019-05-24 Thomas MunroFix typos.
2019-05-23 Andres Freundtableam: Rename wrapper functions to match callback...
2019-05-23 Andrew GierthFix array size allocation for HashAggregate hash keys.
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-22 Peter EisentrautConvert ExecComputeStoredGenerated to use tuple slots
2019-05-20 Andres FreundMinimally fix partial aggregation for aggregates that...
2019-05-18 Andres Freundtableam: Avoid relying on relation size to determine...
2019-05-17 Tom LaneRestructure creation of run-time pruning steps.
2019-05-14 Andres FreundHandle table_complete_speculative's succeeded argument...
2019-05-14 Michael PaquierFix duplicated words in comments
2019-04-19 Andres FreundFix slot type issue for fuzzy distance index scan over...
2019-04-19 Andres FreundFix two memory leaks around force-storing tuples in...
2019-04-19 Tom LaneFix problems with auto-held portals.
2019-04-15 Etsuro FujitaFix thinko in ExecCleanupTupleRouting().
2019-04-09 Thomas MunroFix typos.
2019-04-08 Tom LaneFix EvalPlanQualStart to handle partitioned result...
2019-04-08 Andres FreundFix a number of issues around modifying a previously...
2019-04-05 Tom LaneUse Append rather than MergeAppend for scanning ordered...
2019-04-04 Andres Freundtableam: Add table_multi_insert() and revamp/speed...
2019-04-04 Tom LaneMake queries' locking of indexes more consistent.
2019-04-01 Andres Freundtableam: bitmap table scan.
2019-04-01 Andres Freundtableam: sample scan.
2019-03-30 Tom LaneSpeed up planning when partitions can be pruned at...
2019-03-30 Peter EisentrautGenerated columns
2019-03-26 Andres Freundtableam: Add table_get_latest_tid, to wrap heap_get_lat...
2019-03-25 Tom LaneSuppress Append and MergeAppend plan nodes that have...
2019-03-25 Andres Freundtableam: Add and use table_fetch_row_version().
2019-03-24 Peter EisentrautTransaction chaining
2019-03-24 Andres Freundtableam: Add tuple_{insert, delete, update, lock} and...
2019-03-22 Peter EisentrautCollations with nondeterministic comparison
2019-03-15 Thomas MunroEnable parallel query with SERIALIZABLE isolation.
2019-03-14 Peter EisentrautRemove unused #include
2019-03-14 Peter EisentrautRefactor ParamListInfo initialization
2019-03-11 Andres Freundtableam: Add and use scan APIs.
2019-03-11 Alvaro HerreraMove hash_any prototype from access/hash.h to utils...
2019-03-07 Robert HaasAllow ATTACH PARTITION with only ShareUpdateExclusiveLock.
2019-03-06 Andres FreundDon't reuse slots between root and partition in ON...
2019-03-06 Andres FreundFix bug in clearing of virtual tuple slot.
2019-03-03 Tom LaneImprove performance of index-only scans with many index...
2019-03-02 Andres FreundUse a virtual rather than a heap slot in two places...
2019-03-01 Andres FreundStore tuples for EvalPlanQual in slots, rather than...
2019-02-28 Andres FreundDon't superfluously materialize slot after DELETE from...
2019-02-28 Andres FreundDon't force materializing when copying a buffer tuple...
2019-02-28 Andres FreundAllow buffer tuple table slots to materialize after...
2019-02-28 Tom LaneStandardize some more loops that chase down parallel...
2019-02-27 Andres FreundUse slots in trigger infrastructure, except for the...
2019-02-27 Andres FreundStore table oid and tuple's tid in tuple slots directly.
2019-02-27 Andres FreundAdd ExecStorePinnedBufferHeapTuple.
2019-02-21 Robert HaasMove code for managing PartitionDescs into a new file...
2019-02-21 Robert HaasDelay lock acquisition for partitions until we route...
2019-02-18 Andres FreundRemove line duplicated during conflict resolution.
2019-02-13 Peter EisentrautMore unconstify use
2019-02-09 Andres FreundReset, not recreate, execGrouping.c style hashtables.
2019-02-09 Andres FreundAllow to reset execGrouping.c style tuple hashtables.
2019-02-09 Andres FreundPlug leak in BuildTupleHashTable by creating ExprContex...
2019-02-01 Alvaro HerreraRenaming for new subscripting mechanism
2019-01-29 Tom LaneRename nodes/relation.h to nodes/pathnodes.h.
2019-01-29 Tom LaneRefactor planner's header files.
2019-01-29 Tom LaneMake some small planner API cleanups.
next