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
/
include
/
parser
/
parse_relation.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
1
-2
/
+3
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-1
/
+1
*
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-04-12
1
-0
/
+1
*
Add noreturn attributes to some error reporting functions
Peter Eisentraut
2013-02-12
1
-2
/
+2
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Allow OLD and NEW in multi-row VALUES within rules.
Tom Lane
2012-08-19
1
-0
/
+1
*
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-08-07
1
-0
/
+4
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-18
1
-0
/
+1
*
Fix RI_Initial_Check to use a COLLATE clause when needed in its query.
Tom Lane
2011-04-11
1
-0
/
+1
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
1
-1
/
+1
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my
Tom Lane
2009-10-31
1
-6
/
+1
*
Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;
Tom Lane
2009-10-27
1
-1
/
+2
*
Remove add_missing_from GUC and associated parser support for "implicit RTEs".
Tom Lane
2009-10-21
1
-5
/
+2
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-6
/
+6
*
Support column-level privileges, as required by SQL standard.
Tom Lane
2009-01-22
1
-1
/
+3
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Fix GetCTEForRTE() to deal with the possibility that the RTE it's given came
Tom Lane
2008-10-06
1
-2
/
+3
*
Fix the implicit-RTE code to be able to handle implicit RTEs for CTEs, as
Tom Lane
2008-10-06
1
-1
/
+4
*
Implement SQL-standard WITH clauses, including WITH RECURSIVE.
Tom Lane
2008-10-04
1
-1
/
+7
*
Add a bunch of new error location reports to parse-analysis error messages.
Tom Lane
2008-09-01
1
-5
/
+7
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-3
/
+3
*
Add support for multi-row VALUES clauses as part of INSERT statements
Joe Conway
2006-08-02
1
-1
/
+5
*
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-14
1
-5
/
+8
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Replace the parser's namespace tree (which formerly had the same
Tom Lane
2005-06-05
1
-4
/
+5
*
Change expandRTE() and ResolveNew() back to taking just the single
Tom Lane
2005-06-04
1
-4
/
+3
*
Change addRangeTableEntryForRelation() to take a Relation pointer instead
Tom Lane
2005-04-13
1
-2
/
+2
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-7
/
+7
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Repair some issues with column aliases and RowExpr construction in the
Tom Lane
2004-08-19
1
-4
/
+7
*
Tweak findTargetlistEntry so that bare names occurring in GROUP BY clauses
Tom Lane
2004-04-18
1
-2
/
+2
*
Get rid of crocky use of RangeVar nodes in parser to represent partially
Tom Lane
2004-04-02
1
-1
/
+6
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
Add add_missing_from GUC variable.
Bruce Momjian
2003-06-11
1
-1
/
+3
*
pgindent run.
Bruce Momjian
2002-09-04
1
-16
/
+16
*
Cause schema-qualified FROM items and schema-qualified variable references
Tom Lane
2002-08-08
1
-4
/
+8
*
Preliminary code review for anonymous-composite-types patch: fix breakage
Tom Lane
2002-08-05
1
-2
/
+1
*
Attached are two patches to implement and document anonymous composite
Bruce Momjian
2002-08-04
1
-2
/
+3
*
ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,
Tom Lane
2002-08-02
1
-2
/
+2
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
1
-2
/
+2
*
First pass at set-returning-functions in FROM, by Joe Conway with
Tom Lane
2002-05-12
1
-1
/
+6
[next]