aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser
Commit message (Expand)AuthorAge
* Error out if SKIP LOCKED and WITH TIES are both specifiedAlvaro Herrera2021-10-01
* Clarify use of "statistics objects" in the codeMichael Paquier2021-09-29
* Remove Value node structPeter Eisentraut2021-09-09
* Disable anonymous record hash support except in special casesPeter Eisentraut2021-09-08
* Add PublicationTable and PublicationRelInfo structsAlvaro Herrera2021-09-06
* Fix typo in comments.Fujii Masao2021-09-06
* Avoid using ambiguous word "positive" in error message.Fujii Masao2021-08-25
* Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane2021-08-19
* Fix check_agg_arguments' examination of aggregate FILTER clauses.Tom Lane2021-08-18
* Don't elide casting to typmod -1.Tom Lane2021-08-06
* Add support for SET ACCESS METHOD in ALTER TABLEMichael Paquier2021-07-28
* Fix bugs in polymorphic-argument resolution for multiranges.Tom Lane2021-07-27
* Use l*_node() family of functions where appropriatePeter Eisentraut2021-07-19
* Improve reporting of "conflicting or redundant options" errors.Dean Rasheed2021-07-15
* Fix some nonstandard C code indentation in grammar filePeter Eisentraut2021-07-15
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-08
* Use a hash table to speed up NOT IN(values)David Rowley2021-07-07
* Cleanup some aggregate code in the executorDavid Rowley2021-07-04
* Improve various places that double the size of a bufferDavid Rowley2021-07-01
* Fix assert failure in expand_grouping_setsDavid Rowley2021-06-21
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-18
* Change position of field "transformed" in struct CreateStatsStmt.Noah Misch2021-06-10
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-10
* Don't crash on empty statements in SQL-standard function bodies.Tom Lane2021-06-08
* Fix inconsistent equalfuncs.c behavior for FuncCall.funcformat.Tom Lane2021-06-06
* Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.Tom Lane2021-06-01
* Rethink definition of pg_attribute.attcompression.Tom Lane2021-05-27
* Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera2021-05-15
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Refactor some error messages for easier translationPeter Eisentraut2021-05-12
* Fix typoPeter Eisentraut2021-05-11
* Fix typos in comments about extended statisticsTomas Vondra2021-05-07
* Revert per-index collation version tracking feature.Thomas Munro2021-05-07
* Remove redundant variableAlvaro Herrera2021-05-06
* Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order.Fujii Masao2021-04-23
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-20
* Allow table-qualified variable names in ON CONFLICT ... WHERE.Tom Lane2021-04-13
* Fix old bug with coercing the result of a COLLATE expression.Tom Lane2021-04-12
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-08
* SQL-standard function bodyPeter Eisentraut2021-04-07
* Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian2021-04-07
* Move pg_stat_statements query jumbling to core.Bruce Momjian2021-04-07
* Fix use of cursor sensitivity terminologyPeter Eisentraut2021-04-07
* Clean up treatment of missing default and CHECK-constraint records.Tom Lane2021-04-06
* ALTER SUBSCRIPTION ... ADD/DROP PUBLICATIONPeter Eisentraut2021-04-06
* Change return type of EXTRACT to numericPeter Eisentraut2021-04-06
* Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut2021-03-31
* Add p_names field to ParseNamespaceItemPeter Eisentraut2021-03-31
* Add errhint_plural() function and make use of itPeter Eisentraut2021-03-31
* Extended statistics on expressionsTomas Vondra2021-03-27