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
REL_19_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
/
backend
/
parser
Age
Commit message (
Expand
)
Author
3 days
Coerce GRAPH_TABLE pattern WHERE clauses to boolean
Peter Eisentraut
3 days
Apply some query jumbling to WAIT FOR LSN
Michael Paquier
7 days
Disallow ONLY in REPACK commands.
Nathan Bossart
10 days
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
11 days
Change InputFunctionCall* to take a const char *str
Peter Eisentraut
2026-08-19
Message wording fix
Peter Eisentraut
2026-08-17
Use safer allocation routines in more places of the tree
Michael Paquier
2026-08-10
Check for USAGE privilege on types used by stored expressions.
Nathan Bossart
2026-08-10
Reject calls from SQL to functions that take or return type internal.
Tom Lane
2026-08-10
Protect some fixed-size arrays that have FUNC_MAX_ARGS elements.
Tom Lane
2026-08-05
Disallow aggregates, window functions, and SRFs in GRAPH_TABLE COLUMNS
Peter Eisentraut
2026-07-27
Deparse FOR PORTION OF using the range column's current name.
Tom Lane
2026-07-27
Fix deparsing of JSON_ARRAY(subquery) with a FORMAT clause
Richard Guo
2026-07-18
Restore the ability to use | and -> as prefix operators.
Tom Lane
2026-07-17
Revert "Add GROUP BY ALL".
Tom Lane
2026-07-16
In transformIndexStmt, transform index expressions in INCLUDING.
Tom Lane
2026-07-14
Remove unreachable error check in JSON_TABLE plan transform
Alexander Korotkov
2026-07-14
Make JSON_TABLE generated path names avoid collisions
Alexander Korotkov
2026-07-14
Revert cascading of JSON_TABLE's ON ERROR
Alexander Korotkov
2026-07-11
Fix for loop variables
Peter Eisentraut
2026-07-09
JSON_TABLE PLAN clause
Alexander Korotkov
2026-07-09
Prohibit locking clauses on GRAPH_TABLE
Peter Eisentraut
2026-07-09
Fix outdated comment
Peter Eisentraut
2026-07-07
Update GROUP BY ALL comments about window functions
Peter Eisentraut
2026-07-06
Enforce RETURNING typmod on SQL/JSON DEFAULT behavior expressions
Amit Langote
2026-07-03
Resolve unknown-type literals in GRAPH_TABLE COLUMNS
Peter Eisentraut
2026-07-01
Improve the names generated for indexes on expressions.
Tom Lane
2026-06-30
Disallow set-returning functions within window OVER clauses.
Tom Lane
2026-06-30
Remove stray blank line in ParseFuncOrColumn()
Fujii Masao
2026-06-29
Forbid FOR PORTION OF with WHERE CURRENT OF
Peter Eisentraut
2026-06-27
Reject child partition FDWs in FOR PORTION OF
Peter Eisentraut
2026-06-27
Move FOR PORTION OF volatile check into planner
Peter Eisentraut
2026-06-24
Refine error reporting for null treatment on non-window functions
Fujii Masao
2026-06-17
Fix error message typo.
Tatsuo Ishii
2026-06-17
Fix to not allow null treatment to non window functions.
Tatsuo Ishii
2026-06-11
IS JSON/JSON(): Protect against expressions uncoercible to text
Álvaro Herrera
2026-06-11
Fix parsing of parenthesised OLD/NEW in RETURNING list.
Dean Rasheed
2026-06-04
Require UPDATE permission on FOR PORTION OF column
Peter Eisentraut
2026-05-13
Pre-beta mechanical code beautification, step 1: run pgindent.
Tom Lane
2026-05-08
Enforce RETURNING typmod for empty-set JSON_ARRAY(query)
Richard Guo
2026-05-07
Message corrections for partition split/merge commands
John Naylor
2026-05-01
Fix JSON_ARRAY(query) empty set handling and view deparsing
Richard Guo
2026-04-30
Fix attnum remapping in generateClonedExtStatsStmt()
Andrew Dunstan
2026-04-24
Fix collation of expressions in GRAPH_TABLE COLUMNS clause
Peter Eisentraut
2026-04-22
Harmonize function parameter names for Postgres 19.
Peter Geoghegan
2026-04-22
Fix UPDATE/DELETE ... WHERE CURRENT OF on a table with virtual columns.
Dean Rasheed
2026-04-21
Fix a set of typos and grammar issues across the tree
Michael Paquier
2026-04-14
Add missing period to HINT messages.
Amit Kapila
2026-04-07
Fix WITHOUT OVERLAPS' interaction with domains.
Tom Lane
2026-04-06
Support more object types within CREATE SCHEMA.
Tom Lane
[next]