index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
parser
Commit message (
Expand
)
Author
Age
*
Track more precisely query locations for nested statements
Michael Paquier
2024-10-24
*
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-09-17
*
Introduce an RTE for the grouping step
Richard Guo
2024-09-10
*
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-24
*
Remove obsolete RECHECK keyword completely
Peter Eisentraut
2024-08-09
*
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-16
*
JSON_TABLE: Add support for NESTED paths and columns
Amit Langote
2024-04-08
*
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2024-04-07
*
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
2024-04-07
*
Add basic JSON_TABLE() functionality
Amit Langote
2024-04-04
*
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-30
*
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-03-24
*
Add SQL/JSON query functions
Amit Langote
2024-03-21
*
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
*
Add a const decoration
Peter Eisentraut
2024-01-25
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Extend ALTER OPERATOR to allow setting more optimization attributes.
Tom Lane
2023-10-20
*
Avoid unnecessary plancache revalidation of utility statements.
Tom Lane
2023-08-24
*
Add more SQL/JSON constructor functions
Amit Langote
2023-07-26
*
Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements
Michael Paquier
2023-04-28
*
SQL/JSON: support the IS JSON predicate
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
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
*
Allow parallel aggregate on string_agg and array_agg
David Rowley
2023-01-23
*
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2023-01-21
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Convert the reg* input functions to report (most) errors softly.
Tom Lane
2022-12-27
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
*
Record dependencies of a cast on other casts that it requires.
Tom Lane
2022-10-17
*
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
*
Harmonize more lexer function parameter names.
Peter Geoghegan
2022-09-22
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Move gramparse.h to src/backend/parser
John Naylor
2022-09-14
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
Update comment in gramparse.h
John Naylor
2022-08-18
*
Make subquery aliases optional in the FROM clause.
Dean Rasheed
2022-07-20
*
Make STRING an unreserved_keyword.
Tom Lane
2022-05-30
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
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
*
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
[next]