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
/
analyze.c
Age
Commit message (
Expand
)
Author
2019-01-17
Postpone aggregate checks until after collation is assigned.
Andrew Gierth
2018-08-04
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2016-12-04
Don't mess up pstate->p_next_resno in transformOnConflictClause().
Tom Lane
2015-10-03
Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.
Andres Freund
2015-07-24
Fix bug around assignment expressions containing indirections.
Andres Freund
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-03-15
Improve representation of PlanRowMark.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-12
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-10-07
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-11
Disallow LATERAL references to the target table of an UPDATE/DELETE.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-07
Fix LATERAL references to target table of UPDATE/DELETE.
Tom Lane
2013-12-14
Allow empty target list in SELECT.
Tom Lane
2013-08-02
Fix crash in error report of invalid tuple lock
Alvaro Herrera
2013-07-23
Tweak FOR UPDATE/SHARE error message wording (again)
Alvaro Herrera
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-06
Disallow unlogged materialized views.
Tom Lane
2013-04-27
Incidental cleanup of matviews code.
Tom Lane
2013-04-12
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-03-10
Support writable foreign tables.
Tom Lane
2013-03-03
Add a materialized view relations.
Kevin Grittner
2013-02-06
Improve error message wording
Alvaro Herrera
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-11
Check for stack overflow in transformSetOperationTree().
Tom Lane
2012-08-19
Allow OLD and NEW in multi-row VALUES within rules.
Tom Lane
2012-08-10
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-08
Merge parser's p_relnamespace and p_varnamespace lists into a single list.
Tom Lane
2012-08-07
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-07-31
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-03-27
Add some infrastructure for contrib/pg_stat_statements.
Tom Lane
2012-03-21
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-19
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-02-08
Check misplaced window functions before checking aggregate/group by sanity.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-11-24
Fix unsupported options in CREATE TABLE ... AS EXECUTE.
Tom Lane
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-04
Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list.
Tom Lane
2011-04-22
Make a code-cleanup pass over the collations patch.
Tom Lane
2011-04-18
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-19
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-15
Improve handling of unknown-type literals in UNION/INTERSECT/EXCEPT.
Tom Lane
2011-02-25
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
[next]