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
/
analyze.c
Commit message (
Expand
)
Author
Age
*
Generated columns
Peter Eisentraut
2019-03-30
*
Standardize some more loops that chase down parallel lists.
Tom Lane
2019-02-28
*
Add collation assignment to CALL statement
Peter Eisentraut
2019-02-07
*
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
*
Postpone aggregate checks until after collation is assigned.
Andrew Gierth
2019-01-17
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-30
*
Fix some minor issues exposed by outfuncs/readfuncs testing.
Tom Lane
2018-09-18
*
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-08-04
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
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
*
Handle INSERT .. ON CONFLICT with partitioned tables
Alvaro Herrera
2018-03-26
*
Add missing break
Peter Eisentraut
2018-03-19
*
Support parameters in CALL
Peter Eisentraut
2018-02-22
*
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2018-02-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.
Robert Haas
2017-12-01
*
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
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Identity columns
Peter Eisentraut
2017-04-06
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."
Robert Haas
2017-03-31
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Allow ON CONFLICT .. DO NOTHING on a partitioned table.
Robert Haas
2017-03-27
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Remove vestigial resolveUnknown arguments from transformSortClause etc.
Tom Lane
2017-01-25
*
Change unknown-type literals to type text in SELECT and RETURNING lists.
Tom Lane
2017-01-25
*
Fix check_srf_call_placement() to handle VALUES cases correctly.
Tom Lane
2017-01-16
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-23
*
Remove sql_inheritance GUC.
Robert Haas
2016-12-23
*
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-08
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Don't mess up pstate->p_next_resno in transformOnConflictClause().
Tom Lane
2016-12-04
*
Improve handling of "UPDATE ... SET (column_list) = row_constructor".
Tom Lane
2016-11-22
*
C comment: fix function header comment
Bruce Momjian
2016-09-22
*
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-13
*
Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.
Tom Lane
2016-08-03
*
Add support for more extensive testing of raw_expression_tree_walker().
Tom Lane
2016-05-23
[next]