index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
parse_func.c
Commit message (
Expand
)
Author
Age
*
Avoid O(N^2) behavior in SyncPostCheckpoint().
Tom Lane
2021-11-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Refactor parser's generation of Var nodes.
Tom Lane
2019-12-26
*
Finish reverting commit 0a52d378b.
Tom Lane
2019-11-12
*
Have LookupFuncName accept NULL argtypes for 0 args
Alvaro Herrera
2019-11-12
*
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
*
Remove no-longer-helpful reliance on fixed-size local array.
Tom Lane
2019-07-21
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Generated columns
Peter Eisentraut
2019-03-30
*
Add unreachable "break" to satisfy -Wimplicit-fallthrough.
Tom Lane
2019-03-23
*
Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/ROUTINE.
Tom Lane
2019-03-21
*
Standardize some more loops that chase down parallel lists.
Tom Lane
2019-02-28
*
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2019-01-25
*
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
2019-01-20
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Add separate error message for procedure does not exist
Peter Eisentraut
2018-07-07
*
Consider syntactic form when disambiguating function vs column reference.
Tom Lane
2018-06-18
*
Fix some minor error-checking oversights in ParseFuncOrColumn().
Tom Lane
2018-06-16
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-03-02
*
Fix oversight in CALL argument handling, and do some minor cleanup.
Tom Lane
2018-02-10
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix crash when using CALL on an aggregate
Peter Eisentraut
2017-12-13
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
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-21
*
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-06-13
*
Allow referring to functions without arguments when unique
Peter Eisentraut
2017-03-14
*
Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()
Peter Eisentraut
2017-03-06
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Fix check_srf_call_placement() to handle VALUES cases correctly.
Tom Lane
2017-01-16
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-13
*
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-26
*
Fix handling of argument and result datatypes for partial aggregation.
Tom Lane
2016-06-17
*
Support parallel aggregation.
Robert Haas
2016-03-21
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Avoid passing NULL to memcmp() in lookups of zero-argument functions.
Tom Lane
2015-06-27
[next]