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
*
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-12-01
2
-3
/
+12
*
Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.
Tom Lane
2020-11-19
1
-5
/
+22
*
Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.
Tom Lane
2020-10-07
1
-3
/
+3
*
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
1
-50
/
+120
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
2
-8
/
+0
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
2
-0
/
+8
*
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
2
-4
/
+27
*
Fix backwards test in operator_precedence_warning logic.
Tom Lane
2019-04-10
1
-1
/
+1
*
Fix ecpg bugs caused by missing semicolons in the backend grammar.
Tom Lane
2019-02-24
1
-0
/
+2
*
Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE
Michael Paquier
2019-02-15
1
-0
/
+18
*
Postpone aggregate checks until after collation is assigned.
Andrew Gierth
2019-01-17
1
-6
/
+12
*
Fix lexing of standard multi-character operators in edge cases.
Andrew Gierth
2018-08-23
1
-0
/
+28
*
Reduce an unnecessary O(N^3) loop in lexer.
Andrew Gierth
2018-08-23
1
-8
/
+21
*
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-08-04
1
-55
/
+81
*
Fix SQL:2008 FETCH FIRST syntax to allow parameters.
Andrew Gierth
2018-05-21
1
-16
/
+33
*
Fix make rules that generate multiple output files.
Tom Lane
2018-03-23
1
-6
/
+11
*
Always require SELECT permission for ON CONFLICT DO UPDATE.
Dean Rasheed
2017-11-06
1
-2
/
+19
*
Dept of second thoughts: keep aliasp_item in sync with tlistitem.
Tom Lane
2017-10-27
1
-1
/
+2
*
Fix crash when columns have been added to the end of a view.
Tom Lane
2017-10-27
1
-1
/
+11
*
Add missing ALTER USER variants
Peter Eisentraut
2017-08-03
1
-3
/
+11
*
Re-allow SRFs and window functions within sub-selects within aggregates.
Tom Lane
2017-06-27
1
-1
/
+1
*
Allow NumericOnly to be "+ FCONST".
Tom Lane
2017-05-29
1
-0
/
+1
*
Fix YA unwanted behavioral difference with operator_precedence_warning.
Tom Lane
2017-02-15
1
-2
/
+6
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
1
-1
/
+1
*
Fix detection of unfinished Unicode surrogate pair at end of string.
Tom Lane
2016-12-21
1
-0
/
+8
*
Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.
Tom Lane
2016-12-11
3
-20
/
+8
*
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-09
1
-4
/
+97
*
Don't mess up pstate->p_next_resno in transformOnConflictClause().
Tom Lane
2016-12-04
1
-15
/
+12
*
Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.
Tom Lane
2016-11-20
1
-21
/
+32
*
Improve documentation about CREATE TABLE ... LIKE.
Tom Lane
2016-07-28
1
-1
/
+3
*
Fix grammar's AND/OR flattening to work with operator_precedence_warning.
Tom Lane
2016-06-03
1
-4
/
+16
*
Fix unexpected side-effects of operator_precedence_warning.
Tom Lane
2016-04-21
1
-5
/
+29
*
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2016-01-22
1
-5
/
+8
*
Add defenses against putting expanded objects into Const nodes.
Tom Lane
2016-01-21
2
-30
/
+39
*
Message improvements
Peter Eisentraut
2015-11-16
3
-4
/
+4
*
Message style improvements
Peter Eisentraut
2015-10-28
1
-2
/
+2
*
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
1
-0
/
+14
*
Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.
Andres Freund
2015-10-03
2
-16
/
+67
*
Rename 'cmd' to 'cmd_name' in CreatePolicyStmt
Stephen Frost
2015-08-21
1
-1
/
+1
*
Remove gram.y's precedence declaration for OVERLAPS.
Tom Lane
2015-08-09
1
-1
/
+0
*
Create new ParseExprKind for use by policy expressions.
Joe Conway
2015-07-29
2
-0
/
+13
*
Fix flattening of nested grouping sets.
Andres Freund
2015-07-26
1
-3
/
+10
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
3
-214
/
+147
*
Fix bug around assignment expressions containing indirections.
Andres Freund
2015-07-24
1
-1
/
+7
*
Avoid passing NULL to memcmp() in lookups of zero-argument functions.
Tom Lane
2015-06-27
1
-0
/
+6
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
7
-200
/
+216
*
Another typo fix.
Tom Lane
2015-05-20
1
-2
/
+2
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
1
-2
/
+2
*
Various fixes around ON CONFLICT for rule deparsing.
Andres Freund
2015-05-19
1
-1
/
+1
*
Refactor ON CONFLICT index inference parse tree representation.
Andres Freund
2015-05-19
1
-11
/
+3
[next]