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
*
Repair pg_upgrade for identity sequences with non-default persistence.
Tom Lane
2024-09-17
*
Don't include CaseTestExpr in JsonValueExpr.formatted_expr
Amit Langote
2023-07-21
*
Make some indentation in gram.y consistent
Peter Eisentraut
2023-07-08
*
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-05-17
*
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-17
*
Fix publication syntax error message
Alvaro Herrera
2023-05-10
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-12
*
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
*
Code review for recent SQL/JSON commits
Alvaro Herrera
2023-04-04
*
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
*
No need to add FORMAT to the keyword precedence list
Alvaro Herrera
2023-03-31
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
*
Support [NO] INDENT option in XMLSERIALIZE().
Tom Lane
2023-03-15
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-13
*
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-12-09
*
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-28
*
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-21
*
Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAX
Michael Paquier
2022-11-20
*
Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".
Tom Lane
2022-11-10
*
Fix compiler warning on MSVC
David Rowley
2022-11-08
*
Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.
Tom Lane
2022-11-04
*
Resolve partition strategy during early parsing
Alvaro Herrera
2022-11-03
*
Rename parser token REF to REF_P to avoid a symbol conflict.
Tom Lane
2022-10-16
*
Introduce SYSTEM_USER
Michael Paquier
2022-09-29
*
Remove ALL keyword from TABLES IN SCHEMA for publication
Alvaro Herrera
2022-09-22
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-20
*
Move gramparse.h to src/backend/parser
John Naylor
2022-09-14
*
Bump minimum version of Bison to 2.3
John Naylor
2022-09-09
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
Allow grant-level control of role inheritance behavior.
Robert Haas
2022-08-25
*
Make role grant system more consistent with other privileges.
Robert Haas
2022-08-22
*
Fix a few issues with REINDEX grammar
Michael Paquier
2022-07-26
*
Rework grammar for REINDEX
Alvaro Herrera
2022-07-22
*
parser: centralize common auxiliary productions
Alvaro Herrera
2022-07-22
*
Make the name optional in CREATE STATISTICS.
Dean Rasheed
2022-07-21
*
Make subquery aliases optional in the FROM clause.
Dean Rasheed
2022-07-20
*
Rework logic and simplify syntax of REINDEX DATABASE/SYSTEM
Michael Paquier
2022-07-19
*
Allow specifying STORAGE attribute for a new table
Peter Eisentraut
2022-07-13
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Make STRING an unreserved_keyword.
Tom Lane
2022-05-30
*
Indent C code in flex and bison files
Peter Eisentraut
2022-05-13
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
*
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-04-06
*
PLAN clauses for JSON_TABLE
Andrew Dunstan
2022-04-05
*
JSON_TABLE
Andrew Dunstan
2022-04-04
*
RETURNING clause for JSON() and JSON_SCALAR()
Andrew Dunstan
2022-03-31
*
SQL JSON functions
Andrew Dunstan
2022-03-30
[next]