index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
parser
Age
Commit message (
Expand
)
Author
2022-08-18
Update comment in gramparse.h
John Naylor
2022-07-20
Make subquery aliases optional in the FROM clause.
Dean Rasheed
2022-05-30
Make STRING an unreserved_keyword.
Tom Lane
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-06
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-04-05
PLAN clauses for JSON_TABLE
Andrew Dunstan
2022-04-04
JSON_TABLE
Andrew Dunstan
2022-03-30
SQL JSON functions
Andrew Dunstan
2022-03-29
SQL/JSON query functions
Andrew Dunstan
2022-03-28
IS JSON predicate
Andrew Dunstan
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-03-27
SQL/JSON constructors
Andrew Dunstan
2022-03-27
Common SQL/JSON clauses
Andrew Dunstan
2022-03-22
Revert "Common SQL/JSON clauses"
Andrew Dunstan
2022-03-22
Common SQL/JSON clauses
Andrew Dunstan
2022-03-09
Add parse_analyze_withcb()
Peter Eisentraut
2022-03-07
Add pg_analyze_and_rewrite_varparams()
Peter Eisentraut
2022-03-04
Parse/analyze function renaming
Peter Eisentraut
2022-01-29
Fix failure to validate the result of select_common_type().
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-09-09
Remove Value node struct
Peter Eisentraut
2021-09-08
Disable anonymous record hash support except in special cases
Peter Eisentraut
2021-07-04
Cleanup some aggregate code in the executor
David Rowley
2021-06-10
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-04-07
SQL-standard function body
Peter Eisentraut
2021-04-07
Move pg_stat_statements query jumbling to core.
Bruce Momjian
2021-04-07
Fix use of cursor sensitivity terminology
Peter Eisentraut
2021-03-31
Allow an alias to be attached to a JOIN ... USING
Peter Eisentraut
2021-03-31
Add p_names field to ParseNamespaceItem
Peter Eisentraut
2021-03-26
Extended statistics on expressions
Tomas Vondra
2021-03-25
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-19
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-18
Implement GROUP BY DISTINCT
Tomas Vondra
2021-02-11
Remove no-longer-used RTE argument of markVarForSelectPriv().
Tom Lane
2021-02-01
SEARCH and CYCLE clauses
Peter Eisentraut
2021-01-04
Re-implement pl/pgsql's expression and assignment parsing.
Tom Lane
2021-01-04
Add the ability for the core grammar to have more than one parse target.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-09
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-08
Remove operator_precedence_warning.
Tom Lane
2020-10-28
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-27
Add select_common_typmod()
Peter Eisentraut
2020-10-04
Make postgres.bki use the same literal-string syntax as postgresql.conf.
Tom Lane
2020-09-18
Allow most keywords to be used as column labels without requiring AS.
Tom Lane
2020-09-17
Remove support for postfix (right-unary) operators.
Tom Lane
2020-08-21
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-04-08
Revert 0f5ca02f53
Alexander Korotkov
2020-04-07
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
Support FETCH FIRST WITH TIES
Alvaro Herrera
[next]