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
/
commands
/
tablecmds.c
Age
Commit message (
Expand
)
Author
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-09
Fix handling of container types in find_composite_type_dependencies.
Tom Lane
2017-08-08
More thorough checks for distribution columns while creating inheritance
Pavan Deolasee
2017-08-05
Fix bug in deciding whether to scan newly-attached partition.
Robert Haas
2017-08-03
Fix lock upgrade hazard in ATExecAttachPartition.
Robert Haas
2017-08-03
Code beautification for ATExecAttachPartition.
Robert Haas
2017-08-03
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
2017-07-13
Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10
Pavan Deolasee
2017-07-11
Ensure all partitions of a partitioned table has the same distribution.
Pavan Deolasee
2017-07-06
Add OCLASS_PGXC items to several switch statements
Tomas Vondra
2017-06-28
Fix transition tables for partition/inheritance.
Andrew Gierth
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-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-14
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-06-14
Revert "Collect and return query substrings corresponding to each SQL statement"
Pavan Deolasee
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-13
Fix failure to remove dependencies when a partition is detached.
Robert Haas
2017-06-04
Disallow CREATE INDEX if table is already in use in current session.
Tom Lane
2017-05-29
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-19
Fix corruption of tableElts list by MergeAttributes().
Robert Haas
2017-05-18
Don't explicitly mark range partitioning columns NOT NULL.
Robert Haas
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-15
Fix unsafe reference into relcache in constructed CommentStmt.
Tom Lane
2017-05-14
Fix handling of extended statistics during ALTER COLUMN TYPE.
Tom Lane
2017-05-05
Handle temp sequences so that duplicate values are not produced.
Pavan Deolasee
2017-05-05
Remove an obselete code which was stopping constraints to be modified at the
Pavan Deolasee
2017-05-05
Handle sequence's transactional behaviour on GTM
Pavan Deolasee
2017-04-28
Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
Robert Haas
2017-04-28
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-25
Allow ALTER TABLE ONLY on partitioned tables
Stephen Frost
2017-04-12
Code review for c94e6942cefe7d20c5feed856e27f672734b1e2b.
Robert Haas
2017-04-11
Fix possibile deadlock when dropping partitions.
Robert Haas
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-06
Fix compiler warning and add some more comments
Peter Eisentraut
2017-04-06
Identity columns
Peter Eisentraut
2017-03-31
For foreign keys, check REFERENCES privilege only on the referenced table.
Tom Lane
2017-03-26
Use ExecPrepareExpr in place of ExecPrepareCheck where appropriate.
Tom Lane
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-22
Improve performance of replay of AccessExclusiveLocks
Simon Riggs
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-03-06
Remove objname/objargs split for referring to objects
Peter Eisentraut
2017-03-06
Allow partitioned tables to be dropped without CASCADE
Simon Riggs
2017-03-03
Fix typo
Peter Eisentraut
2017-03-02
Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.
Robert Haas
2017-02-19
Make partitions automatically inherit OIDs.
Robert Haas
2017-02-14
Don't disallow dropping NOT NULL for a list partition key.
Robert Haas
[next]