index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execMain.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-17
/
+18
*
Setup error context callback for transaction lock waits
Alvaro Herrera
2014-03-19
1
-1
/
+3
*
Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.
Tom Lane
2014-03-06
1
-6
/
+7
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Prevent display of dropped columns in row constraint violation messages.
Tom Lane
2013-11-07
1
-13
/
+34
*
Fix subquery reference to non-populated MV in CMV.
Kevin Grittner
2013-11-02
1
-1
/
+2
*
Improve error message when view is not updatable
Peter Eisentraut
2013-08-14
1
-3
/
+3
*
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
1
-0
/
+43
*
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-07-16
1
-4
/
+6
*
Improve updatability checking for views and foreign tables.
Tom Lane
2013-06-12
1
-0
/
+18
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-18
/
+21
*
Incidental cleanup of matviews code.
Tom Lane
2013-04-27
1
-72
/
+0
*
Clean up references to SQL92
Peter Eisentraut
2013-04-20
1
-1
/
+1
*
Create a distinction between a populated matview and a scannable one.
Kevin Grittner
2013-04-09
1
-25
/
+30
*
Support writable foreign tables.
Tom Lane
2013-03-10
1
-5
/
+37
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
1
-0
/
+80
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
1
-2
/
+6
*
Fix SPI documentation for new handling of ExecutorRun's count parameter.
Tom Lane
2013-01-24
1
-2
/
+4
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
1
-7
/
+14
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Support automatically-updatable views.
Tom Lane
2012-12-08
1
-7
/
+13
*
Throw error if expiring tuple is again updated or deleted.
Kevin Grittner
2012-10-26
1
-16
/
+27
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
1
-0
/
+1
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-2
/
+2
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
1
-420
/
+14
*
Fix handling of data-modifying CTE subplans in EvalPlanQual.
Tom Lane
2012-01-28
1
-11
/
+2
*
Prevent adding relations to a concurrently dropped schema.
Robert Haas
2012-01-16
1
-3
/
+5
*
Make executor's SELECT INTO code save and restore original tuple receiver.
Tom Lane
2012-01-04
1
-5
/
+15
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Add support for privileges on types
Peter Eisentraut
2011-12-20
1
-0
/
+15
*
When a row fails a not-null constraint, show row's contents in errdetail.
Tom Lane
2011-11-29
1
-1
/
+3
*
When a row fails a CHECK constraint, show row's contents in errdetail.
Tom Lane
2011-11-29
1
-1
/
+65
*
Fix unsupported options in CREATE TABLE ... AS EXECUTE.
Tom Lane
2011-11-24
1
-3
/
+37
*
Check for INSERT privileges in SELECT INTO / CREATE TABLE AS.
Robert Haas
2011-11-22
1
-0
/
+17
*
Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.
Tom Lane
2011-09-22
1
-1
/
+0
*
Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.
Tom Lane
2011-08-21
1
-0
/
+1
*
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-07-03
1
-6
/
+7
*
Remove extra copying of TupleDescs for heap_create_with_catalog
Alvaro Herrera
2011-06-20
1
-7
/
+1
*
Disallow SELECT FOR UPDATE/SHARE on sequences.
Tom Lane
2011-06-02
1
-6
/
+58
*
Refactor broken CREATE TABLE IF NOT EXISTS support.
Robert Haas
2011-04-25
1
-10
/
+2
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-29
/
+30
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
1
-27
/
+108
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
1
-44
/
+111
*
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-20
1
-0
/
+7
*
Fix improper matching of resjunk column names for FOR UPDATE in subselect.
Tom Lane
2011-02-09
1
-3
/
+10
*
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.
Tom Lane
2011-01-12
1
-25
/
+82
*
Basic foreign table support.
Robert Haas
2011-01-01
1
-0
/
+6
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
1
-3
/
+6
*
Support triggers on views.
Tom Lane
2010-10-10
1
-7
/
+37
[next]