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
*
Extend ALTER OPERATOR to allow setting more optimization attributes.
Tom Lane
2023-10-20
*
Add support for AT LOCAL
Michael Paquier
2023-10-13
*
Add some notes about why "ALTER TYPE enum DROP VALUE" is hard.
Tom Lane
2023-10-03
*
Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM
Andrew Dunstan
2023-09-30
*
Show names of DEALLOCATE as constants in pg_stat_statements
Michael Paquier
2023-08-27
*
Catalog not-null constraints
Alvaro Herrera
2023-08-25
*
Show GIDs of two-phase commit commands as constants in pg_stat_statements
Michael Paquier
2023-08-12
*
Show savepoint names as constants in pg_stat_statements
Michael Paquier
2023-07-27
*
Add more SQL/JSON constructor functions
Amit Langote
2023-07-26
*
Rename a nonterminal used in SQL/JSON grammar
Amit Langote
2023-07-26
*
Code review for commit b6e1157e7d
Amit Langote
2023-07-21
*
Support parenthesized syntax for CLUSTER without a table name.
Nathan Bossart
2023-07-19
*
Rearrange CLUSTER rules in gram.y.
Nathan Bossart
2023-07-19
*
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
[next]