index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Age
Commit message (
Expand
)
Author
2015-03-24
Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation.
Tom Lane
2015-03-12
Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.
Tom Lane
2015-02-15
Fix null-pointer-deref crash while doing COPY IN with check constraints.
Tom Lane
2015-01-28
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-15
Fix use-of-already-freed-memory problem in EvalPlanQual processing.
Tom Lane
2014-12-11
Fix corner case where SELECT FOR UPDATE could return a row twice.
Tom Lane
2014-11-12
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-11-10
Ensure that whole-row Vars produce nonempty column names.
Tom Lane
2014-07-11
Fix bug with whole-row references to append subplans.
Tom Lane
2014-06-19
Avoid leaking memory while evaluating arguments for a table function.
Tom Lane
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2014-05-01
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-03-06
Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.
Tom Lane
2014-02-03
Fix *-qualification of named parameters in SQL-language functions.
Tom Lane
2014-01-08
Fix "cannot accept a set" error when only some arms of a CASE return a set.
Tom Lane
2013-11-07
Prevent display of dropped columns in row constraint violation messages.
Tom Lane
2013-11-03
Prevent memory leaks from accumulating across printtup() calls.
Tom Lane
2013-11-02
Fix subquery reference to non-populated MV in CMV.
Kevin Grittner
2013-08-30
Reset the binary heap in MergeAppend rescans.
Tom Lane
2013-08-14
Improve error message when view is not updatable
Peter Eisentraut
2013-07-25
Prevent leakage of SPI tuple tables during subtransaction abort.
Tom Lane
2013-06-12
Improve updatability checking for views and foreign tables.
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-12
Fix handling of strict non-set functions with NULLs in set-valued inputs.
Tom Lane
2013-04-28
Editorialize a bit on new ProcessUtility() API.
Tom Lane
2013-04-27
Incidental cleanup of matviews code.
Tom Lane
2013-04-24
Fix assertion failure for REFRESH MATERIALIZED VIEW in PL.
Kevin Grittner
2013-04-20
Clean up references to SQL92
Peter Eisentraut
2013-04-19
Improve error message when an FDW doesn't support WHERE CURRENT OF.
Tom Lane
2013-04-12
sepgsql: Enforce db_procedure:{execute} permission.
Robert Haas
2013-04-09
Create a distinction between a populated matview and a scannable one.
Kevin Grittner
2013-03-10
Support writable foreign tables.
Tom Lane
2013-03-06
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-03
Add a materialized view relations.
Kevin Grittner
2013-03-03
Fix SQL function execution to be safe with long-lived FmgrInfos.
Tom Lane
2013-02-07
Fix performance issue in EXPLAIN (ANALYZE, TIMING OFF).
Tom Lane
2013-01-30
Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.
Tom Lane
2013-01-29
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-24
Fix SPI documentation for new handling of ExecutorRun's count parameter.
Tom Lane
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-14
Fix obsolete SQL syntax in comment.
Tom Lane
2013-01-04
Invent a "one-shot" variant of CachedPlans for better performance.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-11
Add defenses against integer overflow in dynahash numbuckets calculations.
Tom Lane
2012-12-08
Support automatically-updatable views.
Tom Lane
2012-11-29
Basic binary heap implementation.
Robert Haas
2012-11-28
Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2012-11-26
Revert patch for taking fewer snapshots.
Tom Lane
2012-10-26
Throw error if expiring tuple is again updated or deleted.
Kevin Grittner
2012-10-12
Get rid of COERCE_DONTCARE.
Tom Lane
[next]