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
/
parse_expr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
2019-01-20
1
-0
/
+5
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Revert MERGE patch
Simon Riggs
2018-04-12
1
-3
/
+0
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
1
-0
/
+3
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
1
-3
/
+0
*
Modified files for MERGE
Simon Riggs
2018-04-02
1
-0
/
+3
*
Fix oversight in CALL argument handling, and do some minor cleanup.
Tom Lane
2018-02-10
1
-2
/
+4
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
1
-0
/
+3
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
SQL procedures
Peter Eisentraut
2017-11-30
1
-0
/
+8
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
1
-1
/
+1
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
1
-5
/
+5
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-26
/
+26
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-16
/
+16
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-1
/
+1
*
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-06-13
1
-19
/
+60
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-1
/
+1
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
1
-2
/
+2
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
1
-1
/
+1
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
1
-14
/
+6
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
1
-4
/
+2
*
Change unknown-type literals to type text in SELECT and RETURNING lists.
Tom Lane
2017-01-25
1
-1
/
+1
*
Fix check_srf_call_placement() to handle VALUES cases correctly.
Tom Lane
2017-01-16
1
-0
/
+2
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
1
-4
/
+3
*
Get rid of ParseState.p_value_substitute; use a columnref hook instead.
Tom Lane
2017-01-07
1
-21
/
+0
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Implement table partitioning.
Robert Haas
2016-12-07
1
-0
/
+5
*
Improve handling of "UPDATE ... SET (column_list) = row_constructor".
Tom Lane
2016-11-22
1
-47
/
+134
*
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-16
1
-0
/
+62
*
Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.
Tom Lane
2016-07-28
1
-10
/
+58
*
Fix unexpected side-effects of operator_precedence_warning.
Tom Lane
2016-04-21
1
-5
/
+29
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Create new ParseExprKind for use by policy expressions.
Joe Conway
2015-07-29
1
-0
/
+3
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
1
-0
/
+5
*
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
1
-11
/
+465
*
Suggest to the user the column they may have meant to reference.
Robert Haas
2015-03-11
1
-3
/
+6
*
Further tweaking of raw grammar output to distinguish different inputs.
Tom Lane
2015-02-23
1
-0
/
+12
*
Add parse location fields to NullTest and BooleanTest structs.
Tom Lane
2015-02-22
1
-0
/
+1
*
Get rid of multiple applications of transformExpr() to the same tree.
Tom Lane
2015-02-22
1
-110
/
+53
*
Represent BETWEEN as a special node type in raw parse trees.
Tom Lane
2015-02-22
1
-0
/
+102
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-18
1
-13
/
+88
*
Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.
Tom Lane
2014-06-16
1
-57
/
+41
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-12
/
+12
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
1
-23
/
+26
*
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-16
1
-4
/
+20
*
Remove unnecessary restrictions about RowExprs in transformAExprIn().
Tom Lane
2013-06-09
1
-24
/
+24
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-5
/
+5
*
Make some spelling more consistent
Peter Eisentraut
2013-01-05
1
-1
/
+1
[next]