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
*
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
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
SERIALIZABLE transactions are actually implemented beneath the covers with
Joe Conway
2010-09-11
1
-2
/
+2
*
Standardize get_whatever_oid functions for object types with
Robert Haas
2010-08-05
1
-7
/
+2
*
CREATE TABLE IF NOT EXISTS.
Robert Haas
2010-07-25
1
-2
/
+4
*
Centralize DML permissions-checking logic.
Robert Haas
2010-07-22
1
-27
/
+37
*
Make NestLoop plan nodes pass outer-relation variables into their inner
Tom Lane
2010-07-12
1
-2
/
+2
*
Add a hook in ExecCheckRTPerms().
Robert Haas
2010-07-09
1
-1
/
+7
*
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
2010-04-28
1
-8
/
+1
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-40
/
+41
*
Clean up handling of XactReadOnly and RecoveryInProgress checks.
Tom Lane
2010-02-20
1
-11
/
+10
*
Fix up rickety handling of relation-truncation interlocks.
Tom Lane
2010-02-09
1
-3
/
+4
*
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-07
1
-1
/
+2
*
Move the responsibility of writing a "unlogged WAL operation" record from
Heikki Linnakangas
2010-02-03
1
-1
/
+7
*
Type table feature
Peter Eisentraut
2010-01-28
1
-1
/
+2
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15
1
-4
/
+4
*
Fix oversight in EvalPlanQualFetch: after failing to lock a tuple because
Tom Lane
2010-01-08
1
-1
/
+3
*
Preserve relfilenodes:
Bruce Momjian
2010-01-06
1
-2
/
+2
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Robert Haas
2009-12-15
1
-7
/
+5
*
Ensure that the result tuple of an EvalPlanQual cycle gets materialized
Tom Lane
2009-12-11
1
-1
/
+11
*
Prevent indirect security attacks via changing session-local state within
Tom Lane
2009-12-09
1
-1
/
+16
[next]