]> granicus.if.org Git - postgresql/history - src/backend/executor
Allow pg_create_physical_replication_slot() to reserve WAL.
[postgresql] / src / backend / executor /
2015-08-04 Heikki LinnakangasShare transition state between different aggregates...
2015-08-03 Tom LaneFix a number of places that produced XX000 errors in...
2015-07-30 Tom LaneAvoid some zero-divide hazards in the planner.
2015-07-28 Joe ConwayPlug RLS related information leak in pg_stats view.
2015-07-27 Heikki LinnakangasRemove false comment about speculative insertion.
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-05-25 Heikki LinnakangasFix rescan of IndexScan node with the new lossy GiST...
2015-05-24 Tom LaneManual cleanup of pgindent results.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-23 Tom LaneAdd error check for lossy distance functions in index...
2015-05-23 Tom LaneStill more fixes for lossy-GiST-distance-functions...
2015-05-21 Tom LaneMore fixes for lossy-GiST-distance-functions patch.
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-18 Andres FreundAttach ON CONFLICT SET ... WHERE to the correct planstate.
2015-05-18 Heikki LinnakangasFix typo in comment.
2015-05-18 Tom LaneFix failure to copy IndexScan.indexorderbyops in copyfu...
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-15 Heikki LinnakangasFix datatype confusion with the new lossy GiST distance...
2015-05-15 Heikki LinnakangasAllow GiST distance function to return merely a lower...
2015-05-14 Tom LaneSupport "expanded" objects, particularly arrays, for...
2015-05-13 Robert HaasExtend abbreviated key infrastructure to datum tuplesorts.
2015-05-13 Tom LaneFix postgres_fdw to return the right ctid value in...
2015-05-12 Andres FreundFix ON CONFLICT bugs that manifest when used in rules.
2015-05-12 Tom LaneAdd support for doing late row locking in FDWs.
2015-05-10 Tom LaneCode review for foreign/custom join pushdown patch.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-07 Andres FreundRepresent columns requiring insert and update privilege...
2015-05-04 Robert HaasUse outerPlanState macro instead of referring to leffttree.
2015-05-01 Robert HaasAllow FDWs and custom scan providers to replace joins...
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-04-26 Andres FreundFix various typos and grammar errors in comments.
2015-04-25 Stephen FrostPerform RLS WITH CHECK before constraints, etc
2015-04-24 Heikki LinnakangasAdd comments explaining how unique and exclusion constr...
2015-04-24 Heikki LinnakangasMove functions related to index maintenance to separate...
2015-03-24 Tom LaneFix ExecOpenScanRelation to take a lock on a ROW_MARK_C...
2015-03-22 Tom LaneAllow foreign tables to participate in inheritance.
2015-03-12 Tom LaneEnsure tableoid reads correctly in EvalPlanQual-manufac...
2015-03-01 Tom LaneUse the typcache to cache constraints for domain types.
2015-02-22 Jeff DavisIn array_agg(), don't create a new context for every...
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in some more places.
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-02-16 Tom LaneRationalize the APIs of array element/slice access...
2015-02-16 Tom LaneFix null-pointer-deref crash while doing COPY IN with...
2015-02-04 Heikki LinnakangasFix reference-after-free when waiting for another xact...
2015-01-28 Stephen FrostFix column-privilege leak in error-message paths
2015-01-19 Robert HaasUse abbreviated keys for faster sorting of text datums.
2015-01-19 Robert HaasTypo fix.
2015-01-15 Tom LaneFix use-of-already-freed-memory problem in EvalPlanQual...
2015-01-09 Stephen FrostFix typo in execMain.c
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-12 Tom LaneFix corner case where SELECT FOR UPDATE could return...
2014-11-28 Tom LaneAdd bms_next_member(), and use it where appropriate.
2014-11-27 Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-11-25 Tom LaneSupport arrays as input to array_agg() and ARRAY(SELECT...
2014-11-21 Tom LaneRemove dead code supporting mark/restore in SeqScan...
2014-11-20 Tom LaneInitial code review for CustomScan patch.
2014-11-20 Tom LaneFix another oversight in CustomScan patch.
2014-11-12 Tom LaneExplicitly support the case that a plancache's raw_pars...
2014-11-10 Tom LaneEnsure that RowExprs and whole-row Vars produce the...
2014-11-07 Robert HaasIntroduce custom path and scan providers.
2014-10-13 Bruce MomjianC comments: adjust execTuples.c for new structure
2014-10-13 Kevin GrittnerIncrease number of hash join buckets for underestimate.
2014-10-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-09-14 Heikki LinnakangasFix pointer type in size passed to memset.
2014-09-12 Robert HaasChange NTUP_PER_BUCKET to 1 to improve hash join lookup...
2014-09-10 Heikki LinnakangasPack tuples in a hash join batch densely, to save memory.
2014-09-05 Peter EisentrautAssorted message fixes and improvements
2014-08-27 Alvaro HerreraFix FOR UPDATE NOWAIT on updated tuple chains
2014-08-06 Robert HaasDon't require sort support functions to provide a compa...
2014-08-05 Kevin GrittnerFix typo in C comment.
2014-07-11 Tom LaneFix bug with whole-row references to append subplans.
2014-07-03 Tom LaneRedesign API presented by nodeAgg.c for ordered-set...
2014-06-20 Tom LaneAvoid leaking memory while evaluating arguments for...
2014-06-18 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
2014-05-07 Jeff DavisImprove comment for tricky aspect of index-only scans.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-01 Tom LaneFix failure to detoast fields in composite elements...
2014-04-23 Tom LaneAllow polymorphic aggregates to have non-polymorphic...
2014-04-13 Tom LaneImprove some O(N^2) behavior in window function evaluation.
2014-04-12 Tom LaneCreate infrastructure for moving-aggregate optimization.
2014-03-23 Noah MischOffer triggers on foreign tables.
2014-03-19 Alvaro HerreraSetup error context callback for transaction lock waits
2014-03-06 Tom LaneDon't reject ROW_MARK_REFERENCE rowmarks for materializ...
2014-03-03 Robert HaasIntroduce logical decoding.
2014-02-03 Tom LaneFix *-qualification of named parameters in SQL-language...
2014-01-13 Robert HaasMake bitmap heap scans show exact/lossy block info...
2014-01-09 Tom LaneFix "cannot accept a set" error when only some arms...
2014-01-08 Tom LaneSave a few cycles in advance_transition_function().
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-11-07 Tom LanePrevent display of dropped columns in row constraint...
2013-11-03 Tom LanePrevent memory leaks from accumulating across printtup...
2013-11-02 Kevin GrittnerFix subquery reference to non-populated MV in CMV.
2013-09-23 Robert HaasDon't allow system columns in CHECK constraints, except...
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-08-30 Tom LaneReset the binary heap in MergeAppend rescans.
next