]> granicus.if.org Git - postgresql/history - src/backend/executor
Ensure 64bit arithmetic when calculating tapeSpace
[postgresql] / src / backend / executor /
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...
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-03 Tom LaneRearrange planner to save the whole PlannerInfo (subroo...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-21 Tom LaneFix trigger WHEN conditions when both BEFORE and AFTER...
2011-08-02 Heikki LinnakangasAvoid integer overflow when LIMIT + OFFSET >= 2^63.
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-07-03 Robert HaasFix bugs in relpersistence handling during table creation.
2011-06-29 Heikki LinnakangasMove the PredicateLockRelation() call from nodeSeqscan...
2011-06-29 Heikki LinnakangasGrab predicate locks on matching tuples in a lossy...
2011-06-27 Robert HaasAvoid having two copies of the HOT-chain search logic.
2011-06-20 Alvaro HerreraRemove extra copying of TupleDescs for heap_create_with...
2011-06-16 Tom LaneRemove another no-longer-needed inclusion of predicate.h.
2011-06-15 Heikki LinnakangasMake non-MVCC snapshots exempt from predicate locking...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-02 Tom LaneDisallow SELECT FOR UPDATE/SHARE on sequences.
2011-06-01 Tom LaneAllow hash joins to be interrupted while searching...
2011-05-23 Tom LaneInstall defenses against overflow in BuildTupleHashTable().
2011-05-21 Heikki LinnakangasReset per-tuple memory context between every row in...
2011-04-25 Robert HaasRefactor broken CREATE TABLE IF NOT EXISTS support.
2011-04-22 Tom LaneMake a code-cleanup pass over the collations patch.
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
next