index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Commit message (
Expand
)
Author
Age
*
Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.
Tom Lane
2014-03-06
*
Fix *-qualification of named parameters in SQL-language functions.
Tom Lane
2014-02-03
*
Fix "cannot accept a set" error when only some arms of a CASE return a set.
Tom Lane
2014-01-08
*
Prevent display of dropped columns in row constraint violation messages.
Tom Lane
2013-11-07
*
Prevent memory leaks from accumulating across printtup() calls.
Tom Lane
2013-11-03
*
Fix subquery reference to non-populated MV in CMV.
Kevin Grittner
2013-11-02
*
Reset the binary heap in MergeAppend rescans.
Tom Lane
2013-08-30
*
Improve error message when view is not updatable
Peter Eisentraut
2013-08-14
*
Prevent leakage of SPI tuple tables during subtransaction abort.
Tom Lane
2013-07-25
*
Improve updatability checking for views and foreign tables.
Tom Lane
2013-06-12
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Fix handling of strict non-set functions with NULLs in set-valued inputs.
Tom Lane
2013-05-12
*
Editorialize a bit on new ProcessUtility() API.
Tom Lane
2013-04-28
*
Incidental cleanup of matviews code.
Tom Lane
2013-04-27
*
Fix assertion failure for REFRESH MATERIALIZED VIEW in PL.
Kevin Grittner
2013-04-24
*
Clean up references to SQL92
Peter Eisentraut
2013-04-20
*
Improve error message when an FDW doesn't support WHERE CURRENT OF.
Tom Lane
2013-04-19
*
sepgsql: Enforce db_procedure:{execute} permission.
Robert Haas
2013-04-12
*
Create a distinction between a populated matview and a scannable one.
Kevin Grittner
2013-04-09
*
Support writable foreign tables.
Tom Lane
2013-03-10
*
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-06
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Fix SQL function execution to be safe with long-lived FmgrInfos.
Tom Lane
2013-03-03
*
Fix performance issue in EXPLAIN (ANALYZE, TIMING OFF).
Tom Lane
2013-02-07
*
Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.
Tom Lane
2013-01-30
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Fix SPI documentation for new handling of ExecutorRun's count parameter.
Tom Lane
2013-01-24
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Fix obsolete SQL syntax in comment.
Tom Lane
2013-01-14
*
Invent a "one-shot" variant of CachedPlans for better performance.
Tom Lane
2013-01-04
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Add defenses against integer overflow in dynahash numbuckets calculations.
Tom Lane
2012-12-11
*
Support automatically-updatable views.
Tom Lane
2012-12-08
*
Basic binary heap implementation.
Robert Haas
2012-11-29
*
Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2012-11-28
*
Revert patch for taking fewer snapshots.
Tom Lane
2012-11-26
*
Throw error if expiring tuple is again updated or deleted.
Kevin Grittner
2012-10-26
*
Get rid of COERCE_DONTCARE.
Tom Lane
2012-10-12
*
Fix cross-type case in partial row matching for hashed subplans.
Tom Lane
2012-10-11
*
Return the number of rows processed when COPY is executed through SPI.
Heikki Linnakangas
2012-10-03
*
Fix serializable mode with index-only scans.
Kevin Grittner
2012-09-04
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
*
Fix rescan logic in nodeCtescan.
Tom Lane
2012-08-15
*
Fix whole-row Var evaluation to cope with resjunk columns (again).
Tom Lane
2012-07-20
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
*
Remove unreachable code
Peter Eisentraut
2012-07-16
*
Fix memory leak in ARRAY(SELECT ...) subqueries.
Tom Lane
2012-06-21
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Fix more crash-safe visibility map bugs, and improve comments.
Robert Haas
2012-06-07
[next]