index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-05-17
1
-20
/
+0
*
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-17
3
-60
/
+132
*
Fix publication syntax error message
Alvaro Herrera
2023-05-10
1
-2
/
+2
*
Fix typos in comments
Michael Paquier
2023-05-02
1
-1
/
+1
*
Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements
Michael Paquier
2023-04-28
1
-19
/
+19
*
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-13
1
-1
/
+1
*
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-12
2
-164
/
+55
*
Fix uninitialized variable in transformTableLikeClause()
David Rowley
2023-04-11
1
-1
/
+1
*
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
2
-55
/
+164
*
Code review for recent SQL/JSON commits
Alvaro Herrera
2023-04-04
2
-6
/
+6
*
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
2
-6
/
+138
*
No need to add FORMAT to the keyword precedence list
Alvaro Herrera
2023-03-31
1
-1
/
+0
*
Fix List memory issue in transformColumnDefinition
David Rowley
2023-03-31
1
-0
/
+3
*
Simplify transformJsonAggConstructor() API
Alvaro Herrera
2023-03-30
1
-21
/
+15
*
Fix inconsistencies and style issues in new SQL/JSON code
Alvaro Herrera
2023-03-30
1
-11
/
+18
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
4
-6
/
+1065
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
2
-25
/
+12
*
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-24
1
-0
/
+29
*
Support [NO] INDENT option in XMLSERIALIZE().
Tom Lane
2023-03-15
2
-3
/
+12
*
Fix failure to detect some cases of improperly-nested aggregates.
Tom Lane
2023-03-13
1
-2
/
+1
*
Fix more bugs caused by adding columns to the end of a view.
Tom Lane
2023-03-07
1
-7
/
+8
*
Remove bms_first_member().
Tom Lane
2023-03-02
1
-1
/
+1
*
Fix incorrect format placeholder
Peter Eisentraut
2023-02-10
1
-1
/
+1
*
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-06
1
-3
/
+3
*
Allow underscores in integer and numeric constants.
Dean Rasheed
2023-02-04
2
-52
/
+18
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
7
-64
/
+231
*
Allow parallel aggregate on string_agg and array_agg
David Rowley
2023-01-23
1
-1
/
+36
*
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2023-01-21
1
-1
/
+1
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-18
1
-1
/
+1
*
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-11
1
-1
/
+1
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
1
-1
/
+1
*
Improve handling of inherited GENERATED expressions.
Tom Lane
2023-01-11
1
-5
/
+0
*
Fix MERGE's test for unreachable WHEN clauses.
Dean Rasheed
2023-01-10
1
-3
/
+3
*
Fix typo
Peter Eisentraut
2023-01-06
1
-1
/
+1
*
Update copyright for 2023
Bruce Momjian
2023-01-02
24
-24
/
+24
*
Suppress uninitialized-variable warning from a61b1f748.
Tom Lane
2022-12-27
1
-0
/
+1
*
Convert the reg* input functions to report (most) errors softly.
Tom Lane
2022-12-27
1
-20
/
+30
*
Allow window functions to adjust their frameOptions
David Rowley
2022-12-23
1
-0
/
+4
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Fix inability to reference CYCLE column from inside its CTE.
Tom Lane
2022-12-16
1
-73
/
+97
*
Non-decimal integer literals
Peter Eisentraut
2022-12-14
2
-26
/
+112
*
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-13
1
-7
/
+0
*
Get rid of recursion-marker values in enum AlterTableType
Alvaro Herrera
2022-12-12
1
-2
/
+0
*
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-12-09
1
-0
/
+20
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
6
-121
/
+167
*
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-29
1
-1
/
+2
*
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-28
1
-0
/
+7
*
Fix rule-detection code for MERGE.
Dean Rasheed
2022-11-25
1
-1
/
+2
*
Give better hints for ambiguous or unreferenceable columns.
Tom Lane
2022-11-22
1
-89
/
+202
*
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-21
3
-100
/
+36
[next]