index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
parse_func.c
Age
Commit message (
Expand
)
Author
2021-03-31
Add errhint_plural() function and make use of it
Peter Eisentraut
2021-03-27
Extended statistics on expressions
Tomas Vondra
2021-02-01
SEARCH and CYCLE clauses
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-24
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-04
Improve our ability to regurgitate SQL-syntax function calls.
Tom Lane
2020-10-27
Add select_common_typmod()
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Refactor parser's generation of Var nodes.
Tom Lane
2019-11-12
Finish reverting commit 0a52d378b.
Tom Lane
2019-11-12
Have LookupFuncName accept NULL argtypes for 0 args
Alvaro Herrera
2019-08-05
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-07-21
Remove no-longer-helpful reliance on fixed-size local array.
Tom Lane
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-03-30
Generated columns
Peter Eisentraut
2019-03-23
Add unreachable "break" to satisfy -Wimplicit-fallthrough.
Tom Lane
2019-03-21
Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/ROUTINE.
Tom Lane
2019-02-28
Standardize some more loops that chase down parallel lists.
Tom Lane
2019-01-25
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2019-01-20
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-07
Add separate error message for procedure does not exist
Peter Eisentraut
2018-06-18
Consider syntactic form when disambiguating function vs column reference.
Tom Lane
2018-06-16
Fix some minor error-checking oversights in ParseFuncOrColumn().
Tom Lane
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-03
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
Modified files for MERGE
Simon Riggs
2018-03-02
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-02-10
Fix oversight in CALL argument handling, and do some minor cleanup.
Tom Lane
2018-02-07
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-12-13
Fix crash when using CALL on an aggregate
Peter Eisentraut
2017-11-30
SQL procedures
Peter Eisentraut
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-10-26
Support domains over composite types.
Tom Lane
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-13
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-03-14
Allow referring to functions without arguments when unique
Peter Eisentraut
2017-03-06
Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()
Peter Eisentraut
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-01-16
Fix check_srf_call_placement() to handle VALUES cases correctly.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-07
Implement table partitioning.
Robert Haas
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
[next]