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
2022-10-16
Rename parser token REF to REF_P to avoid a symbol conflict.
Tom Lane
2022-09-20
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-08-13
Catch stack overflow when recursing in transformFromClauseItem().
Tom Lane
2022-08-08
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-08-01
Check maximum number of columns in function RTEs, too.
Tom Lane
2022-07-29
In transformRowExpr(), check for too many columns in the row.
Tom Lane
2022-07-21
Fix ruleutils issues with dropped cols in functions-returning-composite.
Tom Lane
2022-07-07
Fix alias matching in transformLockingClause().
Dean Rasheed
2022-05-18
Check column list length in XMLTABLE/JSON_TABLE alias
Alvaro Herrera
2022-05-09
Fix core dump in transformValuesClause when there are no columns.
Tom Lane
2022-04-18
Avoid invalid array reference in transformAlterTableStmt().
Tom Lane
2022-01-29
Fix failure to validate the result of select_common_type().
Tom Lane
2021-12-16
Ensure casting to typmod -1 generates a RelabelType.
Tom Lane
2021-11-02
Avoid O(N^2) behavior in SyncPostCheckpoint().
Tom Lane
2021-10-19
Remove bogus assertion in transformExpressionList().
Tom Lane
2021-10-01
Error out if SKIP LOCKED and WITH TIES are both specified
Alvaro Herrera
2021-09-20
Don't elide casting to typmod -1.
Tom Lane
2021-08-25
Avoid using ambiguous word "positive" in error message.
Fujii Masao
2021-08-19
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
Tom Lane
2021-08-18
Fix check_agg_arguments' examination of aggregate FILTER clauses.
Tom Lane
2021-06-01
Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.
Tom Lane
2021-04-12
Fix old bug with coercing the result of a COLLATE expression.
Tom Lane
2021-03-12
Forbid marking an identity column as nullable.
Tom Lane
2021-02-26
Fix list-manipulation bug in WITH RECURSIVE processing.
Tom Lane
2021-02-08
Fix mishandling of column-level SELECT privileges for join aliases.
Tom Lane
2020-12-01
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-11-19
Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.
Tom Lane
2020-10-28
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-07
Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.
Tom Lane
2020-09-29
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
Assign collations in partition bound expressions.
Tom Lane
2020-09-14
Message fixes and style improvements
Peter Eisentraut
2020-09-07
Clarify comments in enforce_generic_type_consistency().
Tom Lane
2020-08-21
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-05-20
part_strategy does not need its very own keyword classification.
Tom Lane
2020-05-18
WITH TIES: number of rows is optional and defaults to one
Alvaro Herrera
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-04-20
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
2020-04-09
Fix CREATE TABLE LIKE INCLUDING GENERATED column order issue
Peter Eisentraut
2020-04-08
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
Fix crash when using COLLATE in partition bound expressions
Michael Paquier
2020-04-08
Put back mistakenly removed #include.
Tom Lane
2020-04-07
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-04
Remove bogus Assert, add some regression test cases showing why.
Tom Lane
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-02
Add SQL functions for Unicode normalization
Peter Eisentraut
[next]