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
/
gram.y
Commit message (
Expand
)
Author
Age
*
Fix ALTER SUBSCRIPTION grammar ambiguity
Peter Eisentraut
2017-06-05
*
Allow NumericOnly to be "+ FCONST".
Tom Lane
2017-05-29
*
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-28
*
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-05-12
*
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-05-12
*
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-09
*
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-05-08
*
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-28
*
Remove unnecessairly duplicated gram.y productions
Stephen Frost
2017-04-27
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Identity columns
Peter Eisentraut
2017-04-06
*
Capitalize names of PLs consistently
Peter Eisentraut
2017-04-05
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Altering default privileges on schemas
Teodor Sigaev
2017-03-28
*
Add COMMENT and SECURITY LABEL support for publications and subscriptions
Peter Eisentraut
2017-03-24
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
ICU support
Peter Eisentraut
2017-03-23
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPING
Andrew Dunstan
2017-03-20
*
Allow referring to functions without arguments when unique
Peter Eisentraut
2017-03-14
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Remove vestigial grammar support for CHARACTER ... CHARACTER SET option.
Tom Lane
2017-03-07
*
Combine several DROP variants into generic DropStmt
Peter Eisentraut
2017-03-06
*
Allow dropping multiple functions at once
Peter Eisentraut
2017-03-06
*
Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()
Peter Eisentraut
2017-03-06
*
Remove objname/objargs split for referring to objects
Peter Eisentraut
2017-03-06
*
Add operator_with_argtypes grammar rule
Peter Eisentraut
2017-03-06
*
Use class_args field in opclass_drop
Peter Eisentraut
2017-03-06
*
Fix parsing of DROP SUBSCRIPTION ... DROP SLOT
Peter Eisentraut
2017-03-03
*
Add RENAME support for PUBLICATIONs and SUBSCRIPTIONs
Peter Eisentraut
2017-03-03
*
Remove deprecated COMMENT ON RULE syntax
Peter Eisentraut
2017-02-23
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Fix YA unwanted behavioral difference with operator_precedence_warning.
Tom Lane
2017-02-15
*
Add CREATE COLLATION IF NOT EXISTS clause
Peter Eisentraut
2017-02-15
*
Add CREATE SEQUENCE AS <data type> clause
Peter Eisentraut
2017-02-10
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
*
Logical replication
Peter Eisentraut
2017-01-20
*
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
*
Make more use of RoleSpec struct
Peter Eisentraut
2016-12-29
*
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-23
*
Remove sql_inheritance GUC.
Robert Haas
2016-12-23
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Add support for restrictive RLS policies
Stephen Frost
2016-12-05
*
Add aggregate_with_argtypes and use it consistently
Peter Eisentraut
2016-12-01
*
Move function_with_argtypes to a better location
Peter Eisentraut
2016-12-01
*
Use grammar symbol function_with_argtypes consistently
Peter Eisentraut
2016-12-01
*
Improve handling of "UPDATE ... SET (column_list) = row_constructor".
Tom Lane
2016-11-22
*
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-11-04
[next]