summaryrefslogtreecommitdiff
path: root/src/backend/parser
Commit message (Expand)AuthorAgeFilesLines
* Ensure that expandTableLikeClause() re-examines the same table.Tom Lane2020-12-012-3/+12
* Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane2020-11-191-5/+22
* Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.Tom Lane2020-10-071-3/+3
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-211-50/+120
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-222-8/+0
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-212-0/+8
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-052-4/+27
* Fix backwards test in operator_precedence_warning logic.Tom Lane2019-04-101-1/+1
* Fix ecpg bugs caused by missing semicolons in the backend grammar.Tom Lane2019-02-241-0/+2
* Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTEMichael Paquier2019-02-151-0/+18
* Postpone aggregate checks until after collation is assigned.Andrew Gierth2019-01-171-6/+12
* Fix lexing of standard multi-character operators in edge cases.Andrew Gierth2018-08-231-0/+28
* Reduce an unnecessary O(N^3) loop in lexer.Andrew Gierth2018-08-231-8/+21
* Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane2018-08-041-55/+81
* Fix SQL:2008 FETCH FIRST syntax to allow parameters.Andrew Gierth2018-05-211-16/+33
* Fix make rules that generate multiple output files.Tom Lane2018-03-231-6/+11
* Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed2017-11-061-2/+19
* Dept of second thoughts: keep aliasp_item in sync with tlistitem.Tom Lane2017-10-271-1/+2
* Fix crash when columns have been added to the end of a view.Tom Lane2017-10-271-1/+11
* Add missing ALTER USER variantsPeter Eisentraut2017-08-031-3/+11
* Re-allow SRFs and window functions within sub-selects within aggregates.Tom Lane2017-06-271-1/+1
* Allow NumericOnly to be "+ FCONST".Tom Lane2017-05-291-0/+1
* Fix YA unwanted behavioral difference with operator_precedence_warning.Tom Lane2017-02-151-2/+6
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Fix detection of unfinished Unicode surrogate pair at end of string.Tom Lane2016-12-211-0/+8
* Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.Tom Lane2016-12-113-20/+8
* Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane2016-12-091-4/+97
* Don't mess up pstate->p_next_resno in transformOnConflictClause().Tom Lane2016-12-041-15/+12
* Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.Tom Lane2016-11-201-21/+32
* Improve documentation about CREATE TABLE ... LIKE.Tom Lane2016-07-281-1/+3
* Fix grammar's AND/OR flattening to work with operator_precedence_warning.Tom Lane2016-06-031-4/+16
* Fix unexpected side-effects of operator_precedence_warning.Tom Lane2016-04-211-5/+29
* Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.Tom Lane2016-01-221-5/+8
* Add defenses against putting expanded objects into Const nodes.Tom Lane2016-01-212-30/+39
* Message improvementsPeter Eisentraut2015-11-163-4/+4
* Message style improvementsPeter Eisentraut2015-10-281-2/+2
* ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost2015-10-041-0/+14
* Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.Andres Freund2015-10-032-16/+67
* Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost2015-08-211-1/+1
* Remove gram.y's precedence declaration for OVERLAPS.Tom Lane2015-08-091-1/+0
* Create new ParseExprKind for use by policy expressions.Joe Conway2015-07-292-0/+13
* Fix flattening of nested grouping sets.Andres Freund2015-07-261-3/+10
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-253-214/+147
* Fix bug around assignment expressions containing indirections.Andres Freund2015-07-241-1/+7
* Avoid passing NULL to memcmp() in lookups of zero-argument functions.Tom Lane2015-06-271-0/+6
* pgindent run for 9.5Bruce Momjian2015-05-237-200/+216
* Another typo fix.Tom Lane2015-05-201-2/+2
* Collection of typo fixes.Heikki Linnakangas2015-05-201-2/+2
* Various fixes around ON CONFLICT for rule deparsing.Andres Freund2015-05-191-1/+1
* Refactor ON CONFLICT index inference parse tree representation.Andres Freund2015-05-191-11/+3