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
/
backend
/
parser
Age
Commit message (
Expand
)
Author
2023-08-18
Remove dubious warning message from SQL/JSON functions
Peter Eisentraut
2023-08-12
Show GIDs of two-phase commit commands as constants in pg_stat_statements
Michael Paquier
2023-07-27
Show savepoint names as constants in pg_stat_statements
Michael Paquier
2023-07-26
Add more SQL/JSON constructor functions
Amit Langote
2023-07-26
Rename a nonterminal used in SQL/JSON grammar
Amit Langote
2023-07-21
Code review for commit b6e1157e7d
Amit Langote
2023-07-19
Support parenthesized syntax for CLUSTER without a table name.
Nathan Bossart
2023-07-19
Rearrange CLUSTER rules in gram.y.
Nathan Bossart
2023-07-14
Add missing initializations of p_perminfo
Amit Langote
2023-07-13
Add missing const qualifier
Amit Langote
2023-07-13
Fix code indentation violation in commit b6e1157e7d
Amit Langote
2023-07-13
Don't include CaseTestExpr in JsonValueExpr.formatted_expr
Amit Langote
2023-07-13
Pass constructName to transformJsonValueExpr()
Amit Langote
2023-07-12
Allow some exclusion constraints on partitions
Peter Eisentraut
2023-07-08
Make some indentation in gram.y consistent
Peter Eisentraut
2023-07-05
Handle \v as a whitespace character in parsers
Michael Paquier
2023-06-27
Remove dependency to query text in JumbleQuery()
Michael Paquier
2023-06-15
Remove outdated reference to a removed file
Amit Langote
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-17
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-05-17
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-10
Fix publication syntax error message
Alvaro Herrera
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-28
Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements
Michael Paquier
2023-04-13
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-11
Fix uninitialized variable in transformTableLikeClause()
David Rowley
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-04
Code review for recent SQL/JSON commits
Alvaro Herrera
2023-03-31
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
No need to add FORMAT to the keyword precedence list
Alvaro Herrera
2023-03-30
Fix List memory issue in transformColumnDefinition
David Rowley
2023-03-30
Simplify transformJsonAggConstructor() API
Alvaro Herrera
2023-03-30
Fix inconsistencies and style issues in new SQL/JSON code
Alvaro Herrera
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-24
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-15
Support [NO] INDENT option in XMLSERIALIZE().
Tom Lane
2023-03-13
Fix failure to detect some cases of improperly-nested aggregates.
Tom Lane
2023-03-07
Fix more bugs caused by adding columns to the end of a view.
Tom Lane
2023-03-02
Remove bms_first_member().
Tom Lane
2023-02-10
Fix incorrect format placeholder
Peter Eisentraut
2023-02-06
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-04
Allow underscores in integer and numeric constants.
Dean Rasheed
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-23
Allow parallel aggregate on string_agg and array_agg
David Rowley
2023-01-21
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2023-01-18
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-12
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-12
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
[next]