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
/
nodes
/
makefuncs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
1
-4
/
+4
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-23
1
-1
/
+1
*
Remove sql_inheritance GUC.
Robert Haas
2016-12-23
1
-1
/
+1
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
1
-2
/
+4
*
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-06-27
1
-0
/
+30
*
Add defenses against putting expanded objects into Const nodes.
Tom Lane
2016-01-21
1
-0
/
+9
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-1
/
+1
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
1
-0
/
+15
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-1
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
1
-3
/
+4
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
1
-27
/
+19
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
1
-1
/
+0
*
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-29
1
-2
/
+30
*
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-16
1
-0
/
+1
*
Add a convenience routine makeFuncCall to reduce duplication.
Robert Haas
2013-07-01
1
-0
/
+25
*
Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.
Tom Lane
2013-01-21
1
-0
/
+1
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Ensure that whole-row junk Vars are always of composite type.
Tom Lane
2011-11-27
1
-22
/
+23
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
1
-1
/
+1
*
Pass collation to makeConst() instead of looking it up internally.
Tom Lane
2011-03-25
1
-3
/
+5
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
1
-3
/
+7
*
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-09
1
-3
/
+2
*
Per-column collation support
Peter Eisentraut
2011-02-08
1
-3
/
+14
*
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
-1
/
+2
*
Fix incorrect generation of whole-row variables in planner.
Tom Lane
2010-10-19
1
-0
/
+87
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Small refactoring of makeVar() from a TargetEntry
Peter Eisentraut
2010-08-27
1
-1
/
+18
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Make backend header files C++ safe
Peter Eisentraut
2009-07-16
1
-5
/
+5
*
Remove the recently added node types ReloptElem and OptionDefElem in favor
Tom Lane
2009-04-04
1
-17
/
+17
*
Allow reloption names to have qualifiers, initially supporting a TOAST
Alvaro Herrera
2009-02-02
1
-1
/
+12
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
SQL/MED catalog manipulation facilities
Peter Eisentraut
2008-12-19
1
-1
/
+14
*
Add a bunch of new error location reports to parse-analysis error messages.
Tom Lane
2008-09-01
1
-2
/
+3
*
Extend the parser location infrastructure to include a location field in
Tom Lane
2008-08-28
1
-2
/
+9
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Make eval_const_expressions() preserve typmod when simplifying something like
Tom Lane
2007-09-06
1
-5
/
+6
*
Separate parse-analysis for utility commands out of parser/analyze.c
Tom Lane
2007-06-23
1
-1
/
+15
*
Fix up the remaining places where the expression node structure would lose
Tom Lane
2007-03-17
1
-2
/
+8
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Support type modifiers for user-defined types, and pull most knowledge
Tom Lane
2006-12-30
1
-10
/
+6
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-2
/
+2
*
Fix all known problems with pg_dump's handling of serial sequences
Tom Lane
2006-08-21
1
-1
/
+15
*
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-14
1
-3
/
+41
[next]