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
*
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
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
*
IS JSON predicate
Andrew Dunstan
2022-03-28
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
SQL/JSON constructors
Andrew Dunstan
2022-03-27
*
Common SQL/JSON clauses
Andrew Dunstan
2022-03-27
*
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-26
*
Handle sequences in preprocess_pubobj_list
Tomas Vondra
2022-03-25
*
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
*
Revert "Common SQL/JSON clauses"
Andrew Dunstan
2022-03-22
*
Common SQL/JSON clauses
Andrew Dunstan
2022-03-22
*
Add ALTER SUBSCRIPTION ... SKIP.
Amit Kapila
2022-03-22
*
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-22
*
Database-level collation version tracking
Peter Eisentraut
2022-02-14
*
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
*
Add Boolean node
Peter Eisentraut
2022-01-17
*
Rename value node fields
Peter Eisentraut
2022-01-14
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Avoid using DefElemAction in AlterPublicationStmt
Alvaro Herrera
2022-01-03
*
Small cleanups related to PUBLICATION framework code
Alvaro Herrera
2021-12-30
*
Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"
Daniel Gustafsson
2021-12-30
[next]