index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
Commit message (
Expand
)
Author
Age
*
Compute aggregate argument types correctly in transformAggregateCall().
Tom Lane
2023-11-06
*
Remove distprep
Peter Eisentraut
2023-11-06
*
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
*
Add support for AT LOCAL
Michael Paquier
2023-10-13
*
Add some notes about why "ALTER TYPE enum DROP VALUE" is hard.
Tom Lane
2023-10-03
*
Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM
Andrew Dunstan
2023-09-30
*
Add TupleDescGetDefault()
Peter Eisentraut
2023-09-27
*
Track nesting depth correctly when drilling down into RECORD Vars.
Tom Lane
2023-09-15
*
Make more use of makeColumnDef()
Peter Eisentraut
2023-08-29
*
Show names of DEALLOCATE as constants in pg_stat_statements
Michael Paquier
2023-08-27
*
Catalog not-null constraints
Alvaro Herrera
2023-08-25
*
Avoid unnecessary plancache revalidation of utility statements.
Tom Lane
2023-08-24
*
Fix translation markers
Peter Eisentraut
2023-08-24
*
Remove dubious warning message from SQL/JSON functions
Peter Eisentraut
2023-08-18
*
Show GIDs of two-phase commit commands as constants in pg_stat_statements
Michael Paquier
2023-08-12
*
Show savepoint names as constants in pg_stat_statements
Michael Paquier
2023-07-27
*
Add more SQL/JSON constructor functions
Amit Langote
2023-07-26
*
Rename a nonterminal used in SQL/JSON grammar
Amit Langote
2023-07-26
*
Code review for commit b6e1157e7d
Amit Langote
2023-07-21
*
Support parenthesized syntax for CLUSTER without a table name.
Nathan Bossart
2023-07-19
*
Rearrange CLUSTER rules in gram.y.
Nathan Bossart
2023-07-19
*
Add missing initializations of p_perminfo
Amit Langote
2023-07-14
*
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-13
*
Allow some exclusion constraints on partitions
Peter Eisentraut
2023-07-12
*
Make some indentation in gram.y consistent
Peter Eisentraut
2023-07-08
*
Handle \v as a whitespace character in parsers
Michael Paquier
2023-07-06
*
Remove dependency to query text in JumbleQuery()
Michael Paquier
2023-06-28
*
Remove outdated reference to a removed file
Amit Langote
2023-06-15
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
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-17
*
Fix publication syntax error message
Alvaro Herrera
2023-05-10
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements
Michael Paquier
2023-04-28
*
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-13
*
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-12
*
Fix uninitialized variable in transformTableLikeClause()
David Rowley
2023-04-11
*
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
*
Code review for recent SQL/JSON commits
Alvaro Herrera
2023-04-04
*
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-31
*
Fix List memory issue in transformColumnDefinition
David Rowley
2023-03-31
*
Simplify transformJsonAggConstructor() API
Alvaro Herrera
2023-03-30
*
Fix inconsistencies and style issues in new SQL/JSON code
Alvaro Herrera
2023-03-30
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
[next]