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
/
utils
/
adt
/
ruleutils.c
Age
Commit message (
Expand
)
Author
2017-08-18
Generate a DEFAULT clause for identity columns
Pavan Deolasee
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-10
Improve the error message when creating an empty range partition.
Robert Haas
2017-07-24
Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.
Tom Lane
2017-07-21
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-20
Fix dumping of outer joins with empty qual lists.
Tom Lane
2017-07-14
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-13
Fix dumping of FUNCTION RTEs that contain non-function-call expressions.
Tom Lane
2017-07-13
Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10
Pavan Deolasee
2017-07-12
Fix ruleutils.c for domain-over-array cases, too.
Tom Lane
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-16
Handle NextValueExpr node correctly at various places.
Pavan Deolasee
2017-06-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-04
Replace over-optimistic Assert in partitioning code with a runtime test.
Tom Lane
2017-05-29
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-14
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-13
Teach \d+ to show partitioning constraints.
Robert Haas
2017-05-12
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-05-08
Use correct namespace while inserting rows via CTAS
Pavan Deolasee
2017-04-26
pg_get_partkeydef: return NULL for non-partitions
Stephen Frost
2017-04-17
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-06
Identity columns
Peter Eisentraut
2017-04-05
Collect and use multi-column dependency stats
Simon Riggs
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-27
Fix a couple of problems in pg_get_statisticsextdef
Alvaro Herrera
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-03-03
Improve error reporting for tuple-routing failures.
Robert Haas
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-24
Reindent table partitioning code.
Robert Haas
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-07
Implement table partitioning.
Robert Haas
2016-11-23
Make sure ALTER TABLE preserves index tablespaces.
Tom Lane
2016-11-09
fix compile errors in ruleutils.c
Tomas Vondra
2016-11-04
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
Redesign tablesample method API, and do extensive code review.
Tom Lane
2016-10-18
Remove a portion of remote query deparsing code which is not used in XL anymore
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
[next]