summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2018-08-04Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane
2018-07-24Refactor cluster_rel() to handle more optionsMichael Paquier
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-12Improve two error messagesPeter Eisentraut
2018-07-11Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane
2018-07-07Add separate error message for procedure does not existPeter Eisentraut
2018-06-18Consider syntactic form when disambiguating function vs column reference.Tom Lane
2018-06-16Fix some minor error-checking oversights in ParseFuncOrColumn().Tom Lane
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-21Fix SQL:2008 FETCH FIRST syntax to allow parameters.Andrew Gierth
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-23Fix handling of partition bounds for boolean partitioning columns.Tom Lane
2018-04-15Reorganize partitioning codeAlvaro Herrera
2018-04-12Cleanup covering infrastructureTeodor Sigaev
2018-04-12Revert MERGE patchSimon Riggs
2018-04-08Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-06Improve parse representation for MERGESimon Riggs
2018-04-05Allow cpluspluscheck to pass by renaming variableSimon Riggs
2018-04-05MERGE post-commit reviewSimon Riggs
2018-04-04Foreign keys on partitioned tablesAlvaro Herrera
2018-04-03WITH support in MERGESimon Riggs
2018-04-03New files for MERGESimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "MERGE SQL Command following SQL:2016"Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-04-02MERGE SQL Command following SQL:2016Simon Riggs
2018-03-26Handle INSERT .. ON CONFLICT with partitioned tablesAlvaro Herrera
2018-03-23Fix make rules that generate multiple output files.Tom Lane
2018-03-19Add missing breakPeter Eisentraut
2018-03-16Simplify parse representation of savepoint commandsPeter Eisentraut
2018-03-13Move strtoint() to commonPeter Eisentraut
2018-03-13Change internal integer representation of Value nodePeter Eisentraut
2018-03-06Fix bogus Name assignment in CreateStatisticsAlvaro Herrera
2018-03-06Add parenthesized options syntax for ANALYZE.Andres Freund
2018-03-05Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)Alvaro Herrera
2018-03-02Add prokind column, replacing proisagg and proiswindowPeter Eisentraut
2018-02-23Support parameters in CALLPeter Eisentraut
2018-02-19Allow UNIQUE indexes on partitioned tablesAlvaro Herrera
2018-02-12get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera
2018-02-10Fix oversight in CALL argument handling, and do some minor cleanup.Tom Lane
2018-02-07Support all SQL:2011 options for window frame clauses.Tom Lane
2018-02-02Fix application of identity values in some casesPeter Eisentraut
2018-01-31Fix typo: colums -> columns.Robert Haas
2018-01-26Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane
2018-01-26Remove the obsolete WITH clause of CREATE FUNCTION.Tom Lane
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut