index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
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
2021-10-19
Remove bogus assertion in transformExpressionList().
Tom Lane
2021-09-20
Don't elide casting to typmod -1.
Tom Lane
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
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-07
Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.
Tom Lane
2020-08-21
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2019-08-05
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-04-10
Fix backwards test in operator_precedence_warning logic.
Tom Lane
2019-02-24
Fix ecpg bugs caused by missing semicolons in the backend grammar.
Tom Lane
2019-02-15
Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE
Michael Paquier
2019-01-17
Postpone aggregate checks until after collation is assigned.
Andrew Gierth
2018-08-23
Fix lexing of standard multi-character operators in edge cases.
Andrew Gierth
2018-08-23
Reduce an unnecessary O(N^3) loop in lexer.
Andrew Gierth
2018-08-04
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-05-21
Fix SQL:2008 FETCH FIRST syntax to allow parameters.
Andrew Gierth
2018-03-23
Fix make rules that generate multiple output files.
Tom Lane
2017-11-06
Always require SELECT permission for ON CONFLICT DO UPDATE.
Dean Rasheed
2017-10-27
Dept of second thoughts: keep aliasp_item in sync with tlistitem.
Tom Lane
2017-10-27
Fix crash when columns have been added to the end of a view.
Tom Lane
2017-08-03
Add missing ALTER USER variants
Peter Eisentraut
2017-08-03
Allow a foreign table CHECK constraint to be initially NOT VALID.
Robert Haas
2017-06-27
Re-allow SRFs and window functions within sub-selects within aggregates.
Tom Lane
2017-05-29
Allow NumericOnly to be "+ FCONST".
Tom Lane
2017-02-15
Fix YA unwanted behavioral difference with operator_precedence_warning.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-12-22
Fix CREATE TABLE ... LIKE ... WITH OIDS.
Tom Lane
2016-12-21
Fix detection of unfinished Unicode surrogate pair at end of string.
Tom Lane
2016-12-09
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-04
Don't mess up pstate->p_next_resno in transformOnConflictClause().
Tom Lane
2016-11-20
Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.
Tom Lane
2016-10-02
Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use it in pg_upgrade.
Tom Lane
2016-08-12
Doc: clarify that DROP ... CASCADE is recursive.
Tom Lane
2016-08-03
Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.
Tom Lane
2016-07-28
Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.
Tom Lane
2016-07-28
Improve documentation about CREATE TABLE ... LIKE.
Tom Lane
2016-06-26
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-22
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-21
Update comment about allowing GUCs to change scanning.
Bruce Momjian
2016-06-17
Fix handling of argument and result datatypes for partial aggregation.
Tom Lane
2016-06-17
Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-07
Fix loose ends for SQL ACCESS METHOD objects
Alvaro Herrera
[next]