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
/
parser
/
analyze.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-58
/
+58
*
Disallow LATERAL references to the target table of an UPDATE/DELETE.
Tom Lane
2014-01-11
1
-4
/
+8
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Fix LATERAL references to target table of UPDATE/DELETE.
Tom Lane
2014-01-07
1
-0
/
+21
*
Allow empty target list in SELECT.
Tom Lane
2013-12-14
1
-0
/
+13
*
Fix crash in error report of invalid tuple lock
Alvaro Herrera
2013-08-02
1
-16
/
+9
*
Tweak FOR UPDATE/SHARE error message wording (again)
Alvaro Herrera
2013-07-23
1
-20
/
+107
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-14
/
+14
*
Disallow unlogged materialized views.
Tom Lane
2013-05-06
1
-0
/
+12
*
Incidental cleanup of matviews code.
Tom Lane
2013-04-27
1
-5
/
+0
*
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-04-12
1
-18
/
+44
*
Support writable foreign tables.
Tom Lane
2013-03-10
1
-11
/
+2
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
1
-1
/
+26
*
Improve error message wording
Alvaro Herrera
2013-02-06
1
-14
/
+14
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
1
-29
/
+29
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Check for stack overflow in transformSetOperationTree().
Tom Lane
2012-11-11
1
-0
/
+4
*
Allow OLD and NEW in multi-row VALUES within rules.
Tom Lane
2012-08-19
1
-27
/
+19
*
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-10
1
-105
/
+33
*
Merge parser's p_relnamespace and p_varnamespace lists into a single list.
Tom Lane
2012-08-08
1
-23
/
+14
*
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-08-07
1
-58
/
+14
*
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).
Tom Lane
2012-07-31
1
-13
/
+16
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-6
/
+6
*
Add some infrastructure for contrib/pg_stat_statements.
Tom Lane
2012-03-27
1
-0
/
+9
*
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-21
1
-1
/
+1
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
1
-33
/
+106
*
Check misplaced window functions before checking aggregate/group by sanity.
Tom Lane
2012-02-08
1
-9
/
+9
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Fix unsupported options in CREATE TABLE ... AS EXECUTE.
Tom Lane
2011-11-24
1
-72
/
+5
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
1
-9
/
+9
*
Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list.
Tom Lane
2011-06-04
1
-1
/
+2
*
Make a code-cleanup pass over the collations patch.
Tom Lane
2011-04-22
1
-4
/
+6
*
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-18
1
-40
/
+85
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-14
/
+14
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
1
-23
/
+66
*
Improve handling of unknown-type literals in UNION/INTERSECT/EXCEPT.
Tom Lane
2011-03-15
1
-54
/
+96
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
1
-0
/
+16
*
Add a relkind field to RangeTblEntry to avoid some syscache lookups.
Tom Lane
2011-02-22
1
-16
/
+7
*
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-20
1
-3
/
+15
*
Per-column collation support
Peter Eisentraut
2011-02-08
1
-2
/
+15
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Provide hashing support for arrays.
Tom Lane
2010-10-30
1
-1
/
+4
*
Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.
Tom Lane
2010-10-15
1
-16
/
+24
*
Behave correctly if INSERT ... VALUES is decorated with additional clauses.
Tom Lane
2010-10-02
1
-1
/
+10
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Give a suitable HINT when an INSERT's data source is a RowExpr containing
Tom Lane
2010-09-18
1
-1
/
+60
*
Small refactoring of makeVar() from a TargetEntry
Peter Eisentraut
2010-08-27
1
-6
/
+2
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-24
/
+25
*
Tweak the order of processing of WITH clauses so that they are processed
Tom Lane
2010-02-12
1
-16
/
+16
*
Do parse analysis of an EXPLAIN's contained statement during the normal
Tom Lane
2010-01-15
1
-23
/
+11
[next]