]> granicus.if.org Git - postgresql/history - src/backend/executor
Replace the XLogInsert slots with regular LWLocks.
[postgresql] / src / backend / executor /
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.
2013-08-15 Peter EisentrautImprove error message when view is not updatable
2013-07-29 Greg StarkAdd SQL Standard WITH ORDINALITY support for UNNEST...
2013-07-25 Tom LanePrevent leakage of SPI tuple tables during subtransacti...
2013-07-23 Robert HaasUse InvalidSnapshot, now SnapshotNow, as the default...
2013-07-22 Robert HaasAdjust HeapTupleSatisfies* routines to take a HeapTuple.
2013-07-18 Stephen FrostWITH CHECK OPTION support for auto-updatable VIEWs
2013-07-17 Noah MischImplement the FILTER clause for aggregate function...
2013-07-16 Kevin GrittnerAdd support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
2013-07-12 Noah MischMake comments reflect that omission of SPI_gettypmod...
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-06-12 Tom LaneImprove updatability checking for views and foreign...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-12 Tom LaneFix handling of strict non-set functions with NULLs...
2013-04-28 Tom LaneEditorialize a bit on new ProcessUtility() API.
2013-04-27 Tom LaneIncidental cleanup of matviews code.
2013-04-24 Kevin GrittnerFix assertion failure for REFRESH MATERIALIZED VIEW...
2013-04-20 Peter EisentrautClean up references to SQL92
2013-04-19 Tom LaneImprove error message when an FDW doesn't support WHERE...
2013-04-12 Robert Haassepgsql: Enforce db_procedure:{execute} permission.
2013-04-09 Kevin GrittnerCreate a distinction between a populated matview and...
2013-03-10 Tom LaneSupport writable foreign tables.
2013-03-07 Tom LaneArrange to cache FdwRoutine structs in foreign tables...
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-03-03 Tom LaneFix SQL function execution to be safe with long-lived...
2013-02-08 Tom LaneFix performance issue in EXPLAIN (ANALYZE, TIMING OFF).
2013-01-31 Tom LaneFix plpgsql's reporting of plan-time errors in possibly...
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-24 Tom LaneFix SPI documentation for new handling of ExecutorRun...
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-14 Tom LaneFix obsolete SQL syntax in comment.
2013-01-04 Tom LaneInvent a "one-shot" variant of CachedPlans for better...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-12 Tom LaneAdd defenses against integer overflow in dynahash numbu...
2012-12-08 Tom LaneSupport automatically-updatable views.
2012-11-29 Robert HaasBasic binary heap implementation.
2012-11-29 Tom LaneFix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
2012-11-26 Tom LaneRevert patch for taking fewer snapshots.
2012-10-26 Kevin GrittnerThrow error if expiring tuple is again updated or deleted.
2012-10-12 Tom LaneGet rid of COERCE_DONTCARE.
2012-10-11 Tom LaneFix cross-type case in partial row matching for hashed...
2012-10-03 Heikki LinnakangasReturn the number of rows processed when COPY is execut...
2012-09-05 Kevin GrittnerFix serializable mode with index-only scans.
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-28 Alvaro HerreraSplit heapam_xlog.h from heapam.h
2012-08-15 Tom LaneFix rescan logic in nodeCtescan.
2012-07-20 Tom LaneFix whole-row Var evaluation to cope with resjunk colum...
2012-07-20 Robert HaasMake new event trigger facility actually do something.
2012-07-16 Peter EisentrautRemove unreachable code
2012-06-21 Tom LaneFix memory leak in ARRAY(SELECT ...) subqueries.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-07 Robert HaasFix more crash-safe visibility map bugs, and improve...
2012-04-29 Tom LaneRename I/O timing statistics columns to blk_read_time...
2012-04-24 Robert HaasLots of doc corrections.
2012-03-27 Robert HaasNew GUC, track_iotiming, to track I/O timings.
2012-03-21 Peter EisentrautClean up compiler warnings from unused variables with...
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-02-23 Robert HaasMake EXPLAIN (BUFFERS) track blocks dirtied, as well...
2012-02-14 Tom LanePreserve column names in the execution-time tupledesc...
2012-02-07 Robert HaasAdd TIMING option to EXPLAIN, to allow eliminating...
2012-02-05 Tom LaneAllow SQL-language functions to reference parameters...
2012-01-30 Tom LaneAssorted comment fixes, mostly just typos, but some...
2012-01-28 Tom LaneFix handling of data-modifying CTE subplans in EvalPlan...
2012-01-26 Robert HaasInstrument index-only scans to count heap fetches perfo...
2012-01-16 Robert HaasPrevent adding relations to a concurrently dropped...
2012-01-04 Tom LaneMake executor's SELECT INTO code save and restore origi...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-21 Robert HaasTake fewer snapshots.
2011-12-19 Peter EisentrautAdd support for privileges on types
2011-12-10 Andrew DunstanMiscellaneous cleanup to silence compiler warnings...
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-11-29 Tom LaneWhen a row fails a not-null constraint, show row's...
2011-11-29 Tom LaneWhen a row fails a CHECK constraint, show row's content...
2011-11-25 Tom LaneFix unsupported options in CREATE TABLE ... AS EXECUTE.
2011-11-22 Robert HaasCheck for INSERT privileges in SELECT INTO / CREATE...
2011-11-03 Heikki LinnakangasSupport range data types.
2011-11-03 Tom LaneFix handling of PlaceHolderVars in nestloop parameter...
2011-10-16 Tom LaneAvoid assuming that index-only scan data matches the...
2011-10-16 Tom LaneTeach btree to handle ScalarArrayOpExpr quals natively.
2011-10-11 Tom LaneGenerate index-only scan tuple descriptor from the...
2011-10-11 Tom LaneRearrange the implementation of index-only scans.
2011-10-09 Tom LaneImprove index-only scans to avoid repeated access to...
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-09-26 Robert HaasUpdate obsolete comments.
2011-09-22 Tom LaneMake EXPLAIN ANALYZE report the numbers of rows rejecte...
next