aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser
Commit message (Expand)AuthorAge
* Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane2020-11-19
* Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.Tom Lane2020-10-07
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-21
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexesMichael Paquier2020-03-03
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05
* Fix thinkos in LookupFuncName() for function name lookupsMichael Paquier2019-06-25
* Fix backwards test in operator_precedence_warning logic.Tom Lane2019-04-10
* Fix ecpg bugs caused by missing semicolons in the backend grammar.Tom Lane2019-02-24
* Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTEMichael Paquier2019-02-15
* Add collation assignment to CALL statementPeter Eisentraut2019-02-07
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Postpone aggregate checks until after collation is assigned.Andrew Gierth2019-01-17
* Revise attribute handling code on partition creationAlvaro Herrera2018-11-08
* Fix interaction of CASE and ArrayCoerceExpr.Tom Lane2018-10-30
* Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntaxPeter Eisentraut2018-10-01
* Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).Tom Lane2018-09-17
* Fully enforce uniqueness of constraint names.Tom Lane2018-09-04
* Fix lexing of standard multi-character operators in edge cases.Andrew Gierth2018-08-23
* Reduce an unnecessary O(N^3) loop in lexer.Andrew Gierth2018-08-23
* Change PROCEDURE to FUNCTION in CREATE TRIGGER syntaxPeter Eisentraut2018-08-22
* Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane2018-08-04
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane2018-07-11
* Add separate error message for procedure does not existPeter Eisentraut2018-07-07
* Consider syntactic form when disambiguating function vs column reference.Tom Lane2018-06-18
* Fix some minor error-checking oversights in ParseFuncOrColumn().Tom Lane2018-06-16
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-27
* Fix SQL:2008 FETCH FIRST syntax to allow parameters.Andrew Gierth2018-05-21
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-27
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Fix handling of partition bounds for boolean partitioning columns.Tom Lane2018-04-23
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Cleanup covering infrastructureTeodor Sigaev2018-04-12
* Revert MERGE patchSimon Riggs2018-04-12
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-08
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Improve parse representation for MERGESimon Riggs2018-04-06
* Allow cpluspluscheck to pass by renaming variableSimon Riggs2018-04-05
* MERGE post-commit reviewSimon Riggs2018-04-05
* Foreign keys on partitioned tablesAlvaro Herrera2018-04-04
* WITH support in MERGESimon Riggs2018-04-03
* New files for MERGESimon Riggs2018-04-03
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "MERGE SQL Command following SQL:2016"Simon Riggs2018-04-02
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-02