index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
analyze.c
Age
Commit message (
Expand
)
Author
2018-05-18
Track clearly whether to run a remote transaction in autocommit or a block
Pavan Deolasee
2017-07-09
Remove storm_catalog schema
Tomas Vondra
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-06
Identity columns
Peter Eisentraut
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."
Robert Haas
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-27
Allow ON CONFLICT .. DO NOTHING on a partitioned table.
Robert Haas
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-01-25
Remove vestigial resolveUnknown arguments from transformSortClause etc.
Tom Lane
2017-01-25
Change unknown-type literals to type text in SELECT and RETURNING lists.
Tom Lane
2017-01-16
Fix check_srf_call_placement() to handle VALUES cases correctly.
Tom Lane
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-23
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-23
Remove sql_inheritance GUC.
Robert Haas
2016-12-08
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-07
Implement table partitioning.
Robert Haas
2016-12-04
Don't mess up pstate->p_next_resno in transformOnConflictClause().
Tom Lane
2016-11-22
Improve handling of "UPDATE ... SET (column_list) = row_constructor".
Tom Lane
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
Disallow FOR UPDATE/SHARE for queries using SQL JOIN syntax.
Pavan Deolasee
2016-10-18
Block FOR SHARE/UPDATE for queries involving joins
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-09-22
C comment: fix function header comment
Bruce Momjian
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-08-03
Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.
Tom Lane
2016-05-23
Add support for more extensive testing of raw_expression_tree_walker().
Tom Lane
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-13
Remove a lot of XC-specific code from the repo.
Pavan Deolasee
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-06-05
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-22
Add and use macros IS_PGXC_LOCAL_COORDINATOR and IS_PGXC_REMOTE_COORDINATOR
Pavan Deolasee
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-07
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-05
Fix various merge mistakes uncovered during sanity tests
Pavan Deolasee
2015-04-27
Fix compilation issues post 9.4 merge.
Pavan Deolasee
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
[next]